aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options/OptionsWidget_servers.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix icon assignments cut != remove help != otherGravatar un1versal2015-11-041-1/+1
|
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-281-1/+1
|
* OptionsWidget_servers: correct missed capitalization in tooltip txtGravatar un1versal2015-10-281-3/+3
|
* OptionsWidget_servers: connect button window unfocus state color adjustments ↵Gravatar un1versal2015-10-271-2/+8
| | | | | | | | | | + add comments @blindsight stumbled over a design omission since cd37db31. When the KVIrc window was unfocused the Active button/text color schemes were maybe left up to Qt. The comments should hopefully benefit future changes. This PR adds slight fine-tuning on the button unfocused state color scheme should change both button/text color not just in one or the other in a manner that reflects something happened but doesnt fundamentally change the status of the button.
* widget: Improve the Connect Now buttonGravatar Matt Ullman2015-10-271-1/+4
| | | | | Make the inactive state color match the active state Remove the blue glow surrounding the border and text
* KViSelectors/OptionsWidget_* typos and capitalizationGravatar un1versal2015-10-221-15/+15
|
* OptionsWidget_servers: adjust 'Connect Now' button colorschemesGravatar un1versal2015-10-221-3/+3
|
* OptionsWidget_servers: add clear icons to 'Clear Servers List' actionGravatar un1versal2015-10-221-1/+1
|
* Clean up trailing whitespaces and excess newlinesGravatar Matt Ullman2015-10-181-1/+0
| | | | | Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk
* Align message text to top of dialogGravatar un1versal2015-10-141-0/+1
| | | | | | **Before** ![capture](https://cloud.githubusercontent.com/assets/3521959/10478076/e6629f84-7252-11e5-964b-0ed3b33c984a.PNG) **After** ![capture1](https://cloud.githubusercontent.com/assets/3521959/10478077/e66548a6-7252-11e5-9935-678d53aa1afe.PNG)
* [ci skip] cpp file typos and capitalization correctionsGravatar un1versal2015-10-081-7/+7
|
* Fix: icon assignments an.... zzzzzzzRoncGravatar universal2015-09-131-1/+1
|
* More icon assignment in menus fixesGravatar universal2015-09-131-1/+1
| | | | Im hoping the last.
* Fix modality of option dialogsGravatar Szymon Tomasz Stefanek2015-08-241-3/+3
|
* - massive trailing whitespace cleanup (yes, one of these "you can hate me ↵Gravatar Robert Förster2014-11-211-4/+4
| | | | | | | | | for that" commits) - 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
* - fixes for sunpro, with the exception of snd, kvirc now works with itGravatar Robert Förster2013-10-111-3/+3
| | | | | | | | | | - replace solaris define with more correct one - add win 6.3 kernel crap - replace apparently deprecated QT4_FOUND with Qt4_FOUND, also fix display issue with audio backend - remove solaris threads "support" (it never existed, and cmake upstream doesn't seem to care either) - bump Devel-PPPort to 3.21, regenerate typemap from perl 5.18.1 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6356 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fixed compilation with qt5rc1Gravatar Fabio Bas2012-12-111-1/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6296 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Help against a common confusion about network/nickserv settingsGravatar Alexey Sokolov2012-11-281-0/+10
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6295 17fca916-40b9-46aa-a4ea-0a15b648b75c
* qt5 support (sip): code only, no touch to build system by nowGravatar Fabio Bas2012-09-251-4/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix compilation, thanks minde for noticing (CtrlAltCa <3)Gravatar wodim2012-02-271-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6073 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Dropped the KviTalPopupMenu layer, ported the involved code to QAction.Gravatar Fabio Bas2012-02-261-38/+40
| | | | | | | | 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
* Fix #1243. Also fix server unique ID generation.Gravatar Szymon Tomasz Stefanek2011-12-271-0/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6003 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Allow STARTTLS to be used also without CAP support.Gravatar Szymon Tomasz Stefanek2011-12-211-14/+14
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5997 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix for #1202Gravatar wodim2011-08-211-0/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5936 17fca916-40b9-46aa-a4ea-0a15b648b75c
* reworked KviLocale stuff: now it's a singletonGravatar Elvio Basello2011-03-251-8/+8
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5696 17fca916-40b9-46aa-a4ea-0a15b648b75c
* improved hungarian notation;Gravatar Elvio Basello2011-03-231-12/+16
| | | | | | | | added doxygen comments; updated docs; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5678 17fca916-40b9-46aa-a4ea-0a15b648b75c
* reworkes server filtering so that it doesn't mess up with config saveGravatar Fabio Bas2011-03-171-21/+40
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5622 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added a search/filter to the server options dialogGravatar Fabio Bas2011-03-171-6/+38
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5621 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fix a crash in the server options widgetGravatar Szymon Tomasz Stefanek2011-02-211-3/+15
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5492 17fca916-40b9-46aa-a4ea-0a15b648b75c
* When all the windows are minimized and the active one is closed try to pick ↵Gravatar Szymon Tomasz Stefanek2011-02-121-0/+3
| | | | | | a new active one anyway. Also fix a KviAccel shortcut deletion problem git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5475 17fca916-40b9-46aa-a4ea-0a15b648b75c
* killed some QString helpers. Pay attention to the localizations: format ↵Gravatar Elvio Basello2011-01-101-2/+2
| | | | | | | | | strings have changed!; updated translation files; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5328 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Add alternative network-specific and server-specific nicknames. Also a lot ↵Gravatar Szymon Tomasz Stefanek2011-01-101-33/+62
| | | | | | of KviIrcServer related cleanups. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5322 17fca916-40b9-46aa-a4ea-0a15b648b75c
* reworked icon stuffGravatar Elvio Basello2011-01-051-25/+25
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5301 17fca916-40b9-46aa-a4ea-0a15b648b75c
* The big rename for modules. Still some details remaining.Gravatar Szymon Tomasz Stefanek2011-01-011-0/+2001
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c