aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options/OptionsDialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-146/+166
* Protect several hand-crafted blocks from clang-formatGravatar Alexey Sokolov2016-04-291-0/+2
* reduce line break space between paragraphs•••This is extremely annoying, removing <br> the space is too little, While with <br> the space is too much. Trying things like <p style="margin-bottom:15px;"> (or any value other than 15px) has 0 effect So hate <br> all you want between the <p></p> but nothing else has the same effect as this. As is with <br style="line-height:5px;"/> the sapcing is more or less ideal here. If you can fix this with similar results not using <br> please enlighten me. Gravatar un1versal2016-02-041-2/+2
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-281-1/+1
* Don’t select any section in option dialogs by default.•••It looks like Qt selects the first option of a QTreeWidget on OS X by default. This is part of #1704. Gravatar wodim2015-11-091-0/+1
* 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/+1
* [OptionsDialog] Align message to top of dialogGravatar un1versal2015-10-061-2/+0
* Minor grammar: english -> EnglishGravatar universal2015-09-151-1/+1
* Fix modality of option dialogsGravatar Szymon Tomasz Stefanek2015-08-241-1/+4
* Make options dialogs modal. Fixes ugly focus issues.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6431 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2015-01-021-2/+2
* - 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
* 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-4/+0
* fix compilation, thanks minde for noticing (CtrlAltCa <3)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6073 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2012-02-271-1/+1
* Dropped the KviTalPopupMenu layer, ported the involved code to QAction.•••This fixes most of the random crashes on osx, and is the base for a next change in the menubar. Addiotional fix: "disconnect" menu entry was broken since the 3.x era git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6072 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-02-261-1/+1
* Finish up some file renaming•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5536 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-03-051-0/+671