aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options
Commit message (Collapse)AuthorAgeFilesLines
...
* add newnetwork + newserver icons and update assignmentsGravatar un1versal2016-03-061-5/+5
| | | | | | | Server and Configuration dialog/context menu can use dedicated icons for these functions. We reused unused icons and removed dead transfer icon. FileTransfer is same icon as this
* - tweak a string to not use a xgettext string, we escape % everywhere so ↵Gravatar Dessa2016-02-291-2/+2
| | | | | | probably should here too - fix msbuild for NTDDI_VISTA
* QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ↵Gravatar un1versal2016-02-275-13/+13
| | | | | | to improve entries + add window title to find and replace dialog
* OptionsWidget_nickserv: complete removal of html_center_begin/end, also ↵Gravatar un1versal2016-02-211-9/+9
| | | | fixes compiling
* OptionsWidget_nickserv: remove unused QString html_center_begin/endGravatar un1versal2016-02-211-3/+0
| | | | no point keeping this around
* fix crazy long tooltip with no breaksGravatar un1versal2016-02-051-5/+5
| | | | | | | closes #1867 Surely the tooltips should determine where fullstops are and such, intead of relying on harcoded line breaks/newlines?
* OptionsWidget: remove more <br> and fix typoGravatar un1versal2016-02-041-3/+3
|
* reduce line break space between paragraphsGravatar un1versal2016-02-041-2/+2
| | | | | | | | | | | | 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.
* OptionsWidget_windowList: remove tooltip center formattingGravatar un1versal2016-02-021-2/+2
|
* OptionsWidget_uparser: remove tooltip center formattingGravatar un1versal2016-02-021-2/+2
|
* OptionsWidget_tray: remove tooltip center formattingGravatar un1versal2016-02-021-3/+1
|
* OptionsWidget_theme: remove tooltip center formattingGravatar un1versal2016-02-021-6/+6
|
* OptionsWidget_servers: remove tooltip center formattingGravatar un1versal2016-02-021-80/+80
|
* OptionsWidget_query: remove tooltip center formattingGravatar un1versal2016-02-021-18/+18
|
* OptionsWidget_proxy: remove tooltip center formattingGravatar un1versal2016-02-021-2/+2
|
* OptionsWidget_notifier: remove tooltip center formattingGravatar un1versal2016-02-021-8/+1
|
* OptionsWidget_nickserv: remove tooltip + dialog center formattingGravatar un1versal2016-02-021-5/+5
|
* OptionsWidget_mediaTypes: remove tooltip center formattingGravatar un1versal2016-02-021-4/+4
|
* OptionsWidget_logging: remove tooltip center formattingGravatar un1versal2016-02-021-6/+6
|
* OptionsWidget_lag: remove tooltip center formattingGravatar un1versal2016-02-021-6/+6
|
* OptionsWidget_irc: remove tooltip center formattingGravatar un1versal2016-02-021-4/+4
|
* OptionsWidget_identity: remove tooltip center formattingGravatar un1versal2016-02-021-32/+27
|
* OptionsWidget_dcc: remove tooltip center formattingGravatar un1versal2016-02-021-45/+45
|
* OptionsWidget_ctcpFloodProtection: remove tooltip center formattingGravatar un1versal2016-02-021-3/+3
|
* OptionsWidget_ctcp: remove tooltip center formattingGravatar un1versal2016-02-021-4/+4
|
* OptionsWidget_connection: remove tooltip center formattingGravatar un1versal2016-02-021-14/+14
|
* OptionsWidget_Channel: remove tooltip center formattingGravatar un1versal2016-02-021-15/+15
|
* OptionsWidget_avatar: remove tooltips center formattingGravatar un1versal2016-02-021-12/+12
|
* OptionsWidget_alertsAndHighlighting: remove tootip center formattingGravatar un1versal2016-02-021-11/+11
|
* some more typo fixes and a translation bugfixGravatar Dessa2016-02-011-1/+1
| | | | | - apply changes suggested by Arfrever - fix currently untranslatable options module (tx)
* run codespell to fix some typos, run mkabouttext.pl, fix typos reported by ↵Gravatar Dessa2016-01-312-2/+2
| | | | Arfrever
* OptionsWidget_theme: remove unused options and rename option namesGravatar un1versal2016-01-161-11/+5
|
* widget_identify: Fix grammarGravatar Matt Ullman2016-01-121-2/+2
|
* widget_identify: Check for SSL links tooGravatar Matt Ullman2016-01-121-1/+1
|
* remove ircactions toolbar button add channel menu and away buttonGravatar un1versal2016-01-101-1/+1
| | | | | | | | | the ircaction contain s only duplicates of whats already visible except for the buttons added here. fix icon assignments fix capitalization ToolBar -> Toolbar and IRC Context -> IRC context
* add serverconfiguration matching coresmall and kvibigicon iconsGravatar un1versal2016-01-081-1/+1
| | | | repurpose not in use Xy icon for KviIconManager:ServerConfiguration
* rename alert icon to notifier as whats its used forGravatar un1versal2016-01-081-2/+2
|
* Allow the window list handle to be hidden.Gravatar wodim2016-01-071-1/+1
| | | | Implements #1812.
* Make it so margins and spacings between the UI elements in all settings ↵Gravatar wodim2016-01-071-4/+0
| | | | dialogues are more consistent.
* fix transparency m_pGlobalBackgroundPixmapSelector height consistencyGravatar un1versal2016-01-071-3/+3
|
* add ui option for boolWarnAboutPastingMultipleLinesGravatar un1versal2016-01-061-6/+7
| | | | fixes #1821
* add tooltip to Away (blend color): optionGravatar un1versal2016-01-051-0/+5
|
* These icons are user ranking system, so lets specify this in stringGravatar un1versal2016-01-051-1/+1
|
* append (blend color) to string entry to reflect what it actually is.Gravatar un1versal2016-01-051-1/+1
| | | | | | closes #1814 https://github.com/kvirc/KVIrc/issues/1814#issuecomment-168728737
* Add SSL urls (ircs/ircs6) in server options dialog.Gravatar TheReign2016-01-032-4/+12
|
* Startup times are negligible nowadays. Remove splash screen. Close #1808.Gravatar Szymon Tomasz Stefanek2016-01-033-45/+6
|
* Fix #1747.Gravatar Szymon Tomasz Stefanek2016-01-021-29/+35
|
* Remove default nickname in the NickServ dialog.Gravatar wodim2016-01-011-1/+1
| | | | Part of #1781.
* Let the user create/edit a profile as long as it has a name. Do away with ↵Gravatar wodim2016-01-012-41/+12
| | | | | | default values. Part of #1781.
* Fix favorites filter icon in servers dialogGravatar Szymon Tomasz Stefanek2015-12-301-1/+6
|