aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/my/libkvimy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Convert 0s and NULLs to nullptrGravatar IceN9ne2018-12-031-1/+1
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-2/+2
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-42/+47
|
* documentation: formatting/indentation + minor syntax fixesGravatar un1versal2016-03-141-4/+4
| | | | | | + Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes
* cleanup: add or remove empty lines between documentation blocks & codeGravatar un1versal2016-03-141-4/+1
|
* various files: typos/consistency and capitalization see notes below.Gravatar un1versal2015-12-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://techbase.kde.org/Projects/Usability/HIG/Capitalization This was just done last minute over some notes I had made during earlier similar fixes. * dont capitalize prepositions/conjunctions with less than 5 letters + fix wrong plural. * freenode is all lowercase instance only. * tooltips are not Camel Case capitalization style either. * some centered text on a dialog when all the etxt is left aligned looks off, tootips we can give a pass to. * Tree items are Camel Case * Typos in Unknow channel modes * more tooltips in the Channel Mode/Ban Masks/Invite but flawed design on these The tooltips text doubles up as title one isnt capitalized and the other is... So now none are in this area only since unlike toolbars thers no test display here and its passable. Alternative is to fix these dialogs and toolbars and tbh I cant do it. * cannot vs can't : these are consistency fixes for strings and debug messages only. * about dialog group titles "Runtime Info" "Build Info" are Camel Cased as per capitalization guidelines, but label are like all other labels. s spaces tyyt
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-191-19/+19
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-281-1/+1
| | | | opinion -> option
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-281-1/+1
|
* [ci skip] cpp file typos and capitalization correctionsGravatar un1versal2015-10-081-4/+4
|
* Port the Xss based idle time measurement tool to Qt5Gravatar Szymon Tomasz Stefanek2015-08-231-1/+2
|
* some fixes on documentationGravatar wodim2011-09-111-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5966 17fca916-40b9-46aa-a4ea-0a15b648b75c
* The big rename for modules. Still some details remaining.Gravatar Szymon Tomasz Stefanek2011-01-011-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renames, fix the spelling of KVIrc etc...Gravatar Szymon Tomasz Stefanek2010-12-291-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Yet more renaming and cleanupsGravatar Szymon Tomasz Stefanek2010-12-271-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5238 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-271-7/+7
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Beginning of 'the big rename & cleanup'. File names should match class ↵Gravatar Szymon Tomasz Stefanek2010-12-251-3/+3
| | | | | | names, when possible. Move classes to one per file. Move C functions to namespaces, if possible. Kill some abbreviations... git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Added the very first shy 'auto-join this channel' feature to the window ↵Gravatar Szymon Tomasz Stefanek2010-12-251-4/+6
| | | | | | popup. .serverJoinChannels and .networkJoinChannels now return arrays. Reworked a bit the 'network name' mess in the IrcConnection... possibly needs more reorganizing. Some small tweaks in the server dialog. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5226 17fca916-40b9-46aa-a4ea-0a15b648b75c
* final fix for #695, plus added missing po files for "python" and ↵Gravatar Fabio Bas2010-01-241-1/+2
| | | | | | "sharedfile" (notice to translators) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3877 17fca916-40b9-46aa-a4ea-0a15b648b75c
* updates FSF address, thanks to Kebianizao for noticingGravatar Markus Rennings2009-05-081-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3200 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed a typo in the "my" documentationGravatar Fabio Bas2008-11-291-1/+1
| | | | | | patched $str.grep to be able to return the matched subpatterns in a regexp (#289) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2930 17fca916-40b9-46aa-a4ea-0a15b648b75c
* second round of misc compilation noise reductionGravatar Fabio Bas2008-11-081-7/+8
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2838 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed deprecated functions;Gravatar Elvio Basello2008-10-091-2/+3
| | | | | | | | added doxygen comments; improved hungarian notation; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2674 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed license template for modules from h to mGravatar Elvio Basello2008-09-181-1/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2483 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed protocols nameGravatar Elvio Basello2008-07-051-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2000 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed bug #92 ; quick fixGravatar Elvio Basello2008-07-011-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1978 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added kvi_tal_listwidget and kvi_tal_itemdelegates + some fixes Gravatar Noldor2008-05-051-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1678 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed QT3 QString stuff (wip). Need test.Gravatar Noldor2008-04-131-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1476 17fca916-40b9-46aa-a4ea-0a15b648b75c
* code cleanGravatar Elvio Basello2008-04-051-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1398 17fca916-40b9-46aa-a4ea-0a15b648b75c
* patch for MacOS X. Compile fine nowGravatar Elvio Basello2008-04-011-2/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1372 17fca916-40b9-46aa-a4ea-0a15b648b75c
* some little fixes around;Gravatar Elvio Basello2008-03-041-11/+12
| | | | | | | | fixed docs; bumped version to 3.4.0 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1183 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More work on the context module and some QT4 port in trunk: no longer use ↵Gravatar Szymon Tomasz Stefanek2008-01-111-0/+4
| | | | | | Q3PtrList but also leave the client code untouched git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1071 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added $my.serverIsIPV6() functionGravatar Noldor2007-07-051-1/+34
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@653 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added $my.serverIsSSL() functionGravatar Noldor2007-07-051-1/+29
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@649 17fca916-40b9-46aa-a4ea-0a15b648b75c
* quick fixGravatar Alexey Uzhva2007-01-301-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@285 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Switching from cvs to svn, initial importGravatar Szymon Tomasz Stefanek2006-12-181-0/+364
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@14 17fca916-40b9-46aa-a4ea-0a15b648b75c