aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options/OptionsWidget_message.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Port to (and require) Qt 5.15. Drop KDE4 support, fix KDE5 (#2541)Gravatar ctrlaltca2023-07-081-5/+5
| | | | | | * Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed. --------- Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net>
* Replace KVI_OPTION_MIRCCOLOR usage with getMircColorGravatar Vladimir Panteleev2019-01-161-8/+8
| | | | | | | | | - Replace occurrences in IRC-related views, and message type references - Don't replace occurrences dealing with the color picker or the configurable low (0-15) colors - Also replace hard-coded references to the maximum color index (15/16) with KVI_EXTCOLOR_MAX
* Remove Q_UNUSED macrosGravatar IceN9ne2018-11-281-3/+1
|
* OptionsWidget: Fix auto enabling/disabling of smart nickname color same text ↵Gravatar IceN9ne2017-10-211-1/+5
| | | | | | selector * Fixes #2297
* OptionsWidget_message: fix label text "Use specified smart colors for own ↵Gravatar the-j0k3r2017-09-041-1/+1
| | | | | | | nick:" should reflect boolUseSpecifiedSmartColorForOwnNick part resolution for #2297
* OptionsWidget_message: fix enabling/disabling of selector.Gravatar wodim2017-09-041-1/+1
|
* Add an option to allow the use of smart nickname colours with no background ↵Gravatar wodim2017-09-011-0/+3
| | | | (#2284)
* OptionsWidget_*: dont quote around regular wordsGravatar un1versal2016-07-011-1/+1
|
* Cleanup random separators with no commentsGravatar un1versal2016-05-061-4/+0
|
* Apply clang-tidy: modernize-use-defaultGravatar Alexey Sokolov2016-04-301-10/+5
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-2/+2
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-194/+207
|
* QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ↵Gravatar un1versal2016-02-271-2/+2
| | | | | | to improve entries + add window title to find and replace dialog
* fix arghGravatar un1versal2015-12-281-1/+1
|
* various files: typos/consistency and capitalization see notes below.Gravatar un1versal2015-12-191-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Align dialog messages to left just like all dialogs do.Gravatar un1versal2015-12-121-1/+1
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-281-1/+1
| | | | opinion -> option
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-281-1/+1
|
* Clean up trailing whitespaces and excess newlinesGravatar Matt Ullman2015-10-181-3/+2
| | | | | Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk
* Add the possibility of resetting the IRC colors to default. Also add an ↵Gravatar Szymon Tomasz Stefanek2015-09-141-18/+38
| | | | informational message about the nature of the colors.
* File dialogs seem to always require a parent. Without it Qt5 enters in a ↵Gravatar Szymon Tomasz Stefanek2015-08-251-2/+2
| | | | kind of modal loop that prevents user from interacting with the whole application.
* 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/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c
* single bugfix in webview object + a lot of make gcc happyGravatar Fabio Bas2012-04-081-0/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6129 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Dropped the KviTalPopupMenu layer, ported the involved code to QAction.Gravatar Fabio Bas2012-02-261-2/+3
| | | | | | | | 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
* renamed namespaceGravatar Elvio Basello2011-02-101-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5459 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed icon widget signal mismatchGravatar Fabio Bas2011-01-101-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5325 17fca916-40b9-46aa-a4ea-0a15b648b75c
* reworked icon stuffGravatar Elvio Basello2011-01-051-9/+13
| | | | 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/+656
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c