aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options/OptionsWidget_textIcons.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Mass rename of margin -> contentsMarginsGravatar Fabio Bas2023-10-181-2/+2
|
* kvi_shortcuts: replace shortcutsGravatar un1versal2016-06-101-1/+1
| | | | | | | * replace Ctrl+Shift+U -> Alt+U (registered usermenu) * replace Ctrl+Shift+E -> Alt+E (Emoticons controlbox) resolves #1879
* kvi_shortcuts: fix emoticons shortcut + update entriesGravatar un1versal2016-05-301-1/+1
|
* Add italic text. Resolves kvirc/KVIrc#1070.Gravatar Andrio Celos2016-05-291-1/+1
| | | | Move emoticons to code point 0x1C.
* Various fixesGravatar un1versal2016-05-151-1/+1
|
* texticons: add select label to buttonGravatar un1versal2016-05-121-0/+2
| | | | when you are adding new text icons.
* OptionsWidget_textIcons: add browse button labelGravatar un1versal2016-05-111-8/+6
| | | | + make translatable
* Apply clang-tidy: modernize-use-defaultGravatar Alexey Sokolov2016-04-301-2/+1
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-7/+7
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-69/+71
|
* Remove all ifdefs related to older versions of Qt.Gravatar wodim2016-04-071-4/+0
| | | | Now that we only support Qt 5 we will no longer need these.
* QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ↵Gravatar un1versal2016-02-271-1/+1
| | | | | | to improve entries + add window title to find and replace dialog
* Fix #1747.Gravatar Szymon Tomasz Stefanek2016-01-021-29/+35
|
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-191-2/+2
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-281-1/+1
| | | | 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.
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-281-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
* File dialogs seem to always require a parent. Without it Qt5 enters in a ↵Gravatar Szymon Tomasz Stefanek2015-08-251-1/+1
| | | | kind of modal loop that prevents user from interacting with the whole application.
* - massive trailing whitespace cleanup (yes, one of these "you can hate me ↵Gravatar Robert Förster2014-11-211-3/+3
| | | | | | | | | 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 incorrect usage of QWidgetAction (as already corrected for #1334)Gravatar Fabio Bas2012-11-131-1/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6284 17fca916-40b9-46aa-a4ea-0a15b648b75c
* qt5 support (sip): code only, no touch to build system by nowGravatar Fabio Bas2012-09-251-3/+4
| | | | 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-3/+4
| | | | | | | | 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
* style fixesGravatar Elvio Basello2011-04-181-14/+20
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5792 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Working on emoticonsGravatar Noldor2011-04-181-31/+47
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5790 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix for a crahs in the texticons option widgetGravatar Fabio Bas2011-03-021-71/+59
| | | | | | disabled the "load external file" option, since it was not working anyway git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5531 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fix a crash in the text icons configuration dialogGravatar Szymon Tomasz Stefanek2011-02-261-3/+12
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5520 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix crash when adding a new iconGravatar wodim2011-02-041-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5419 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed icon widget signal mismatchGravatar Fabio Bas2011-01-101-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5325 17fca916-40b9-46aa-a4ea-0a15b648b75c
* The big rename for modules. Still some details remaining.Gravatar Szymon Tomasz Stefanek2011-01-011-0/+291
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c