aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/popup/libkvipopup.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-2/+2
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-196/+206
* various files: typos/consistency and capitalization see notes below.•••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 Gravatar un1versal2015-12-191-1/+1
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-191-15/+15
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-281-1/+1
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-281-1/+1
* Fix #1379Gravatar Szymon Tomasz Stefanek2015-08-231-6/+26
* fixed doc, fix for #1373•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6430 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2015-01-021-8/+8
* - massive trailing whitespace cleanup (yes, one of these "you can hate me for...•••- apply patch by d00p: show the correct protocol version instead of just "SSLv3/TLSv1", thanks! - fix compilation on qt 5.4 on windows git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6398 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2014-11-211-1/+1
* clarification for #1374•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6326 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2013-04-061-9/+14
* moved around some header hopefully minimizing recompilation times on small ch...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5280 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-12-311-3/+3
* Implemented 3-stages locking in popups (unlocked/softlocked for epilogue,prol...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5261 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-12-291-20/+20
* More renames, fix the spelling of KVIrc etc...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-291-1/+1
* permit popup self modification in epilogues and prologues;•••store the triggered item popup id and return it in $popup.currentItemId() git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5249 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-12-281-0/+62
* More renaming and cleanup•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-271-2/+2
* Beginning of 'the big rename & cleanup'. File names should match class names,...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-251-2/+2
* typo fixes in popup module, thanks OmegaPhil•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5156 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-11-211-16/+16
* english corrections on docs by OmegaPhil•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5141 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-11-151-4/+4
* added popup.create, popup.destroy, $popup.exists()•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4981 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-09-051-13/+151
* added commands to popup module: addItem, addPrologue, addEpilogue, addExtPopu...•••added function popup.isEmpty fixed popup doc git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4980 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-09-051-44/+526
* created "popup" module with popup.delitem and popup.show•••internally aliased delpopupitem to popup.delitem internally aliased popup to popup.show (wip: popup.additem, popup.create, popup.destroy, ?) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4979 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-09-041-0/+200