aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'master' of https://github.com/kvirc/KVIrcGravatar Szymon Tomasz Stefanek2015-12-301-1/+1
|\
| * Improve string label: On me was kicked -> When I am Kicked.Gravatar un1versal2015-12-301-1/+1
| | | | | | | | | | wodim should have reviewed the PR that changed this string months ago, he especially had plenty opportunity for 3+ weeks while PR was up. @ctrlaltca would you mind terribly doing a transifex push for this?
* | Move the favorites flag to the upper right corner, near the filter.Gravatar Szymon Tomasz Stefanek2015-12-302-27/+23
|/
* fix server ping icon + consistent assignmentsGravatar un1versal2015-12-292-3/+3
|
* Removed tr() around empty stringGravatar Fabio Bas2015-12-281-1/+1
| | | | | | If you pass an empty string to gettext, it will return the metainformation header of the PO file, that is not typically what you want.
* Gzip logs -> Compress logsGravatar un1versal2015-12-281-1/+1
| | | | You know it makes sense on multiplatform app
* fix arghGravatar un1versal2015-12-281-1/+1
|
* add missing colon...Gravatar un1versal2015-12-271-1/+1
| | | | | would be nice if all coons in these were appended to string not part of string.
* revert wront option box capitalizationGravatar un1versal2015-12-271-1/+1
| | | | missed in cddeb99d
* Dont capitalize conjunctions in titlesGravatar un1versal2015-12-261-1/+1
| | | | https://techbase.kde.org/Projects/Usability/HIG/Capitalization
* revert/fix wrong capitalization of checkbox options labelsGravatar un1versal2015-12-264-5/+5
|
* dont capitalize prepositions with less than 5 letters in label titlesGravatar un1versal2015-12-251-1/+1
| | | | | | https://techbase.kde.org/Projects/Usability/HIG/Capitalization Happy holidays to all, get drunk and be Mary.
* improve avarar selection messageGravatar un1versal2015-12-231-2/+2
|
* adjust message and increase dialog minimum sizeGravatar un1versal2015-12-231-4/+3
| | | | make this message slightly more readable intead of a wall of text.
* fix avatar choose dialogGravatar TheReign2015-12-231-25/+30
|
* fix sentence wording and pluralise correct word.Gravatar un1versal2015-12-231-2/+2
|
* Consistency: missed colons on label textGravatar un1versal2015-12-231-5/+5
|
* fix broken message text on dialog and fix missed strings.Gravatar un1versal2015-12-231-8/+8
| | | | Theres way too many dialogs everywhere scattered all over for same thing more or less..
* https:// for avatar now supported and remove empty spaceGravatar un1versal2015-12-231-1/+1
|
* reassign time -> history icon to recently connected to list of serversGravatar un1versal2015-12-221-1/+1
|
* Address Dessas comments (thx for review)Gravatar un1versal2015-12-192-2/+2
|
* various files: typos/consistency and capitalization see notes below.Gravatar un1versal2015-12-1920-66/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-1920-72/+72
|
* Add warning for invalid options_group in options.dialog and block empty ↵Gravatar TheReign2015-12-181-0/+5
| | | | options dialog
* OptionsWidget_interfaceFeatures: We can't and shouldn't use different ↵Gravatar un1versal2015-12-151-1/+1
| | | | | | | | | wording for same setting across OSes Any user that actually uses various OSes should not have to try to decipher or encounter a completely different looking or different wording for same settings like it was done here. What was done here is 100% wrong way to approach this.
* OptionsWidget_input: realign position to values after 339ddfc6 to values ↵Gravatar un1versal2015-12-151-5/+5
| | | | | | | before- 4fa5b389 After 339ddfc6 this commit the right thing to do would be to have reverted the positioning added in 4fa5b389
* Move the option to be able to copy text only when the Control key is held ↵Gravatar wodim2015-12-142-3/+7
| | | | and don't allow the user to select text at all if it is not to be copied to the clipboard.
* More descriptive section header title.Gravatar un1versal2015-12-121-3/+3
|
* Align dialog messages to left just like all dialogs do.Gravatar un1versal2015-12-121-1/+1
|
* Added 64-bit ack option to DCC receive.Gravatar TheReign2015-12-071-0/+5
|
* mkcreateinstanceproc: update capitalization in boileralte header in generatorGravatar un1versal2015-12-071-3/+3
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-2886-87/+87
| | | | opinion -> option
* Fix error in 4a51590.Gravatar wodim2015-11-171-1/+1
|
* When adding a new text icon, ensure a theme directory in the user config ↵Gravatar wodim2015-11-171-0/+2
| | | | | | directory exists already. Fixes #1747.
* Don’t select any section in option dialogs by default.Gravatar wodim2015-11-091-0/+1
| | | | | It looks like Qt selects the first option of a QTreeWidget on OS X by default. This is part of #1704.
* OptionsWidget_servers: cleanup whitespaces and more typosGravatar un1versal2015-11-061-18/+4
|
* Capitalization & consistency fix on confirm dialog titleGravatar un1versal2015-11-061-5/+4
| | | | | Its safe to use the following guide: https://techbase.kde.org/Projects/Usability/HIG/Capitalization
* server: Add a warning dialog when clearing serversGravatar Matt Ullman2015-11-061-0/+11
|
* OptionsWidget_server: switch order & assign icons to Clear and Import Server ↵Gravatar un1versal2015-11-051-3/+3
| | | | | | list context menu entries And also add Server to their labels and tooltips
* fix typos and capitalization while Im here with this dialog.Gravatar un1versal2015-11-051-6/+6
|
* improve ordering of options and Favorite Server tooltipGravatar un1versal2015-11-051-19/+14
|
* events: Add option to require Control to copyGravatar Matt Ullman2015-11-041-5/+6
| | | | Closes #1709
* favorites: Hide server when unfavoritedGravatar Matt Ullman2015-11-042-1/+10
| | | | | Have the menu option labeled 'Unfavorite Server' when it is currently favorited.
* favorites: Fix indentationGravatar Matt Ullman2015-11-041-31/+31
|
* favorites: Add ServerFavorite to the browserGravatar Matt Ullman2015-11-041-9/+10
|
* assign serverfavorite icon to functionGravatar un1versal2015-11-041-1/+1
|
* Add base work for favoritesGravatar Matt Ullman2015-11-044-8/+88
|
* Fix icon assignments cut != remove help != otherGravatar un1versal2015-11-042-3/+3
|
* Capitalization fixGravatar un1versal2015-11-021-1/+1
|
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-2880-80/+80
|