aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dialog
Commit message (Expand)AuthorAgeFilesLines
* Use override where possible and remove unnecessary usages of the virtual keyw...Gravatar IceN9ne2018-11-281-6/+6
* Remove lots of redundant line feeds around block elements in the docs.Gravatar wodim2017-08-251-1/+1
* Cleanup included filesGravatar IceN9ne2016-10-281-2/+2
* Remove KviParameterList•••It wasn't used anyway ^^ Gravatar staticfox2016-08-071-1/+0
* cleanup: remove more ancient commented code p3Gravatar un1versal2016-05-081-45/+0
* Apply clang-tidy: modernize-loop-convertGravatar Alexey Sokolov2016-04-301-2/+2
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-5/+5
* Apply clang-formatGravatar Alexey Sokolov2016-04-292-231/+277
* documentation: formatting/indentation + minor syntax fixes•••+ Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes Gravatar un1versal2016-03-141-4/+4
* QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ...•••+ add window title to find and replace dialog Gravatar un1versal2016-02-271-1/+1
* libkvidialog: dont use quotes as text emphasis, italic or bold text is OKGravatar un1versal2016-02-021-30/+30
* copyright header: File : libkvidialog.cpp -> File : libkvidialog.hGravatar un1versal2015-12-051-1/+1
* libkvidialog: minor syntax fixes.Gravatar un1versal2015-12-051-7/+7
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-282-2/+2
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-282-2/+2
* Clean up trailing whitespaces and excess newlines•••Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk Gravatar Matt Ullman2015-10-181-1/+0
* [ci skip] no strings - cpp files - typo correctionsGravatar un1versal2015-10-081-2/+2
* More tweaks all aroundGravatar Szymon Tomasz Stefanek2015-08-251-7/+16
* File dialogs seem to always require a parent. Without it Qt5 enters in a kind...Gravatar Szymon Tomasz Stefanek2015-08-251-1/+1
* Add basic KDE5 support.Gravatar Szymon Tomasz Stefanek2015-08-241-1/+1
* add support for passwords in dialog.textinput by dvdscripter•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6315 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2013-02-222-2/+11
* convert cmake files to lowercase statements prehistoric cmake versions requir...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-041-3/+3
* qt5 support: cmake build system update•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-281-7/+0
* qt5 support (sip): code only, no touch to build system by now•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-251-3/+0
* admin: obliterate convert files and svn_fixsvnignore.sh, people should use pr...•••sprinkle around some svn:ignore, svn:eol-style and svn:mime-type stuff, also remove mime-type property which does not exist, it should be svn:mime-type instead git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6052 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-01-141-10/+0
* fixes #1246•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6019 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2012-01-051-5/+6
* reworked icon stuff•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5301 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-051-1/+1
* 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-292-2/+2
* 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-272-12/+12
* Yet more renaming and cleanup•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5236 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-271-1/+1
* More renaming & cleanup.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5233 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-261-1/+1
* 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-252-9/+9
* a lot of typo and documentarion fixes by OmegaPhil•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5175 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-12-051-10/+18
* fix for #943•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4976 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-09-041-1/+11
* fixed dialog.message return value when closed with the window manager close b...•••fixes to switch, dialog module and toolbar module by OmegaPhil git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4961 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-09-011-14/+25
* applied typo fixes for the "file" and "config" modules (thank OmegaPhil)•••fixed fsf address in python/pythoncore modules fixed "space before comma" in documentation/coments/code regenerated translations git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4954 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-08-311-22/+22
* fix for #754 (watch your underpants!)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4232 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-04-021-3/+4
* final fix for #695, plus added missing po files for "python" and "sharedfile"...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3877 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-01-241-1/+2
* removed visual studio projects: they are outdated and a better version can be...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3451 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-09-011-253/+0
* updates FSF address, thanks to Kebianizao for noticing•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3200 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Markus Rennings2009-05-082-2/+2
* fix for #384•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3112 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-03-011-0/+3
* fixed some crashes in the dialog module, added object names•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2931 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-11-291-28/+9
* fixed dialog.textinput layout•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2871 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-11-161-6/+3
* second round of misc compilation noise reduction•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2838 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-11-081-24/+17
* fixed clearRecentChannels action + removed obsolete class KviGarbageCollector...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2776 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Noldor2008-10-271-8/+12
* reverted defines•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2678 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-10-091-1/+1
* renamed old KDE 3 define•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2676 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-10-091-1/+1
* hopefully fixed all the dual-screen setup dialog centering problems•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2660 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-10-061-1/+3
* Win VS projects cleanup.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2575 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Noldor2008-09-263-160/+3
* removed VS QT3 project files.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2574 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Noldor2008-09-261-166/+0