aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/ThemeManagementDialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove QWebEngine usage in core. Rewrite web package manager (#2570)Gravatar ctrlaltca2023-11-281-16/+1
| | | | | | | * Remove use of QWebEngine from help module * Rewrite the WebPackageManagementDialog to use an http/json API instead of a webpage; drop QWebEngine usage * Edited repository urls to https://kvirc.github.io/
* Migrate almost all QMessagebox to qt6-friendly version.Gravatar Fabio Bas2023-10-181-2/+1
|
* Port from QRegExp (unavailable on qt6) to KviRegExp, based on QRegularExpressionGravatar Fabio Bas2023-10-181-1/+0
| | | | Method str_kvs_fnc_split() had to be replaced with the original version, since the newer one relied on Qt5's QStringRef
* Mass rename of margin -> contentsMarginsGravatar Fabio Bas2023-10-181-1/+1
|
* Rename COMPILE_WEBKIT_SUPPORT to COMPILE_WEBENGINE_SUPPORTGravatar Fabio Bas2023-10-181-6/+6
|
* Port to (and require) Qt 5.15. Drop KDE4 support, fix KDE5 (#2541)Gravatar ctrlaltca2023-07-081-2/+2
| | | | | | * Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed. --------- Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net>
* cleanup: remove more ancient commented code p3Gravatar un1versal2016-05-081-30/+0
|
* cleanup: remove more ancient commneted codeGravatar un1versal2016-05-061-15/+2
|
* ThemeManagementDialog: remove broken <nobr> and adjust secondary text colorGravatar un1versal2016-05-031-5/+4
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-11/+11
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-91/+100
|
* 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
* update remove theme icon assignmentGravatar un1versal2016-01-071-1/+1
|
* Make the current theme string to be more translatableGravatar Alexey Sokolov2015-12-291-1/+1
|
* revert theme manager: we dont need huge icons pixelatedGravatar un1versal2015-12-281-8/+8
| | | | | Until we have a proper dialog this at least should be semi-sane. https://github.com/kvirc/KVIrc/issues/1737 (has proposal and awaiting @pragmaware)
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-191-5/+5
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-281-1/+1
| | | | opinion -> option
* ThemeManagementDialog: cleanup duplicate includeGravatar un1versal2015-11-211-1/+0
|
* Clean up trailing whitespaces and excess newlinesGravatar Matt Ullman2015-10-181-2/+1
| | | | | Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk
* Make the theme images in the theme management dialog bigger. Maybe needs ↵Gravatar Szymon Tomasz Stefanek2015-10-041-5/+6
| | | | more polishing
* Fix (some of) the KviTalListWidget problems related to item resizeGravatar Szymon Tomasz Stefanek2015-10-031-0/+1
|
* Fixes a crash that happens when you close the main window with the theme ↵Gravatar wodim2015-09-301-1/+1
| | | | | | management dialog open. This undoes part of f2485de, so beware.
* Rework the theme management a bitGravatar Szymon Tomasz Stefanek2015-08-271-27/+29
|
* File dialogs seem to always require a parent. Without it Qt5 enters in a ↵Gravatar Szymon Tomasz Stefanek2015-08-251-1/+9
| | | | 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
* Actually allow a user to delete a theme without segfaulting...Gravatar OmegaPhil2014-11-121-1/+1
| | | | | | Fixes #1307 / https://svn.kvirc.de/kvirc/ticket/1307 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6395 17fca916-40b9-46aa-a4ea-0a15b648b75c
* qt5 support (sip): code only, no touch to build system by nowGravatar Fabio Bas2012-09-251-1/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c
* extended last fix to multi-selectionGravatar Elvio Basello2012-04-161-12/+24
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6153 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed bug related to theme deletion, if they are builtin we can't delete themGravatar Elvio Basello2012-04-161-99/+117
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6152 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed a couple crashes in theme moduleGravatar Fabio Bas2012-04-091-6/+6
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6131 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-4/+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
* fix for #1202Gravatar wodim2011-08-211-0/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5936 17fca916-40b9-46aa-a4ea-0a15b648b75c
* patch for #1124Gravatar Fabio Bas2011-03-291-0/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5726 17fca916-40b9-46aa-a4ea-0a15b648b75c
* delete Qt <4.6 hacksGravatar wodim2011-03-241-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5685 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Client side improvements on the package management dialogGravatar Szymon Tomasz Stefanek2011-03-171-6/+13
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5634 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More work on theme manager improvementsGravatar Noldor2011-03-171-12/+39
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5620 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Start generalizing the web package management interfaceGravatar Szymon Tomasz Stefanek2011-03-171-11/+13
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5618 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Change spaces to tabs, reindent, simplifyGravatar Szymon Tomasz Stefanek2011-03-171-1/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5617 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Code improvements in the theme manager(wip)Gravatar Noldor2011-03-161-22/+41
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5610 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More file renamingGravatar Szymon Tomasz Stefanek2011-03-051-0/+457
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5537 17fca916-40b9-46aa-a4ea-0a15b648b75c