aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options
Commit message (Expand)AuthorAgeFilesLines
...
* OptionsWidget_servers: correct missed capitalization in tooltip txtGravatar un1versal2015-10-281-3/+3
* OptionsWidget_servers: connect button window unfocus state color adjustments ...•••@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.Gravatar un1versal2015-10-271-2/+8
* Merge pull request #1695 from blindsighttf2/connect_button•••widget: Improve the Connect Now buttonGravatar wodim2015-10-271-1/+4
|\
| * widget: Improve the Connect Now button•••Make the inactive state color match the active state Remove the blue glow surrounding the border and text Gravatar Matt Ullman2015-10-271-1/+4
* | followup to 306b1ed6c9d6ca2a94b1701a98644a23cdf78a59•••fix the script as well. Gravatar Dessa2015-10-261-1/+1
|/
* options: Fix double semicolon typoGravatar Matt Ullman2015-10-261-82/+82
* build: Fix compiler warnings•••'this' is always going to be true, so mute a compiler warning having it default to true. Fixes #1689 Gravatar Matt Ullman2015-10-232-2/+2
* Fix oops! occurrenceGravatar un1versal2015-10-221-1/+1
* more windows stuff, run mkcreateinstanceproc.sh•••- make win32 version.h autogenerated ("breaks" out of source build i don't really know if i can make the windows RC behave the way i want...) - install at qt.conf file on windows so the platform plugin doesn't need to be moved around anymore - convert OptionsWidget_lag.h to UTF-8 to fix mkcreateinstanceproc.sh Gravatar Dessa2015-10-223-45/+45
* KViSelectors/OptionsWidget_* typos and capitalizationGravatar un1versal2015-10-223-27/+27
* 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
* OptionsWidget: fix the strings that escaped the lack of coffeeGravatar un1versal2015-10-222-2/+2
* OptionsWidget_Various typos, consistency and capitalizationGravatar un1versal2015-10-2218-48/+47
* 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-1842-65/+6
* Align message text to top of dialog•••**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)Gravatar un1versal2015-10-141-0/+1
* Merge pull request #1660 from un1versal/Cant-Help_Myself•••Split from #1631 - Simpler to digest typos and capitalization fixes and syntax normalization.Gravatar Szymon Tomasz Stefanek2015-10-125-13/+13
|\
| * [ci skip] cpp file typos and capitalization correctionsGravatar un1versal2015-10-084-12/+12
| * [ci skip] various header files, typos correctionsGravatar un1versal2015-10-081-1/+1
* | fix Winamp messages thx @wodimGravatar un1versal2015-10-081-1/+1
|/
* changes for windows builds•••- fix #1601 - fix msvc14 build - add Windows 10 identifier to KviOsInfo, even though it will not work until we will actually *target* win10 (which will probably never happen) Gravatar Dessa2015-10-081-40/+40
* [OptionsDialog] Align message to top of dialogGravatar un1versal2015-10-061-2/+0
* Fix missing ")"Gravatar wodim2015-10-051-1/+1
* Add package.extractField command to extract binary images from kvirc packages...Gravatar Szymon Tomasz Stefanek2015-10-041-1/+1
* Update cursor width when the option is changed and enable or disable the spin...Gravatar wodim2015-10-021-2/+3
* fix #1591 add custom cursor thickness size optionsGravatar universal2015-10-021-1/+5
* Bye bye MDI. I have probably introduced few minor bugs that I haven't been ab...Gravatar Szymon Tomasz Stefanek2015-09-283-72/+1
* [Naming]Various icons: Improve naming conventions matchingGravatar universal2015-09-271-1/+1
* Minor grammar: english -> EnglishGravatar universal2015-09-152-3/+3
* Add the possibility of resetting the IRC colors to default. Also add an infor...Gravatar Szymon Tomasz Stefanek2015-09-142-19/+42
* I swear Ide done these before.Gravatar universal2015-09-134-7/+7
* Fix: icon assignments an.... zzzzzzzRoncGravatar universal2015-09-138-12/+12
* Quick fixGravatar Szymon Tomasz Stefanek2015-09-131-1/+1
* More icon assignment in menus fixes•••Im hoping the last. Gravatar universal2015-09-134-12/+12
* Improvemnet: Various KVIrc Options menu icons assignment improvements•••Also added: new Shield Icon type to serve as Protection Icon new Raweventeditor Icon type for Settings menubar \#1559 Gravatar universal2015-09-106-8/+8
* This stuff doesn't seem to be used anymoreGravatar Szymon Tomasz Stefanek2015-08-301-1/+1
* Fix #1535Gravatar Szymon Tomasz Stefanek2015-08-302-6/+10
* Fix naming for commit 633ce49Gravatar Szymon Tomasz Stefanek2015-08-261-1/+1
* Merge pull request #1504 from Pan7/master•••Show WindowList With User Flag Option (will change the name of the option in next commit)Gravatar Szymon Tomasz Stefanek2015-08-261-1/+2
|\
| * Show WindowList With User Flag OptionGravatar Pan72015-08-021-1/+2
* | File dialogs seem to always require a parent. Without it Qt5 enters in a kind...Gravatar Szymon Tomasz Stefanek2015-08-252-3/+3
* | Fix modality of option dialogsGravatar Szymon Tomasz Stefanek2015-08-245-10/+12
|/
* Fix naming conventionsGravatar Szymon Tomasz Stefanek2015-08-021-1/+1
* Spacing for toggle option for away colorGravatar Pan72015-08-021-0/+1
* UI toggle option for away colorGravatar Pan72015-08-021-1/+5
* Implemented options.close. Closes #1397Gravatar Szymon Tomasz Stefanek2015-08-021-1/+56
* Implement support for IRCv3.1's away-notify extensionGravatar Fabio Bas2015-08-011-2/+2
* Allow user to prevent notices from triggering the notifier•••Fixes https://svn.kvirc.de/kvirc/ticket/1476 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6441 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar OmegaPhil2015-02-141-4/+9
* 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-025-11/+15
* Fix input boxes alignment in nickserv options.•••Patch by TheReign, thanks! git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6419 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Alexey Sokolov2014-12-291-1/+1