aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/ThemeManagementDialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove QWebEngine usage in core. Rewrite web package manager (#2570)•••* 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/Gravatar ctrlaltca2023-11-281-16/+1
* 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 QRegularExpression•••Method str_kvs_fnc_split() had to be replaced with the original version, since the newer one relied on Qt5's QStringRef Gravatar Fabio Bas2023-10-181-1/+0
* 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)•••* Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed. --------- Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net>Gravatar ctrlaltca2023-07-081-2/+2
* 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 ...•••+ add window title to find and replace dialog Gravatar un1versal2016-02-271-2/+2
* 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 pixelated•••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) Gravatar un1versal2015-12-281-8/+8
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-191-5/+5
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-281-1/+1
* ThemeManagementDialog: cleanup duplicate includeGravatar un1versal2015-11-211-1/+0
* Clean up trailing whitespaces and excess newlines•••Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk Gravatar Matt Ullman2015-10-181-2/+1
* Make the theme images in the theme management dialog bigger. Maybe needs more...Gravatar Szymon Tomasz Stefanek2015-10-041-5/+6
* 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 mana...•••This undoes part of f2485de, so beware. Gravatar wodim2015-09-301-1/+1
* 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 kind...Gravatar Szymon Tomasz Stefanek2015-08-251-1/+9
* - massive trailing whitespace cleanup (yes, one of these "you can hate me for...•••- 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 Gravatar Robert Förster2014-11-211-3/+3
* Actually allow a user to delete a theme without segfaulting...•••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 Gravatar OmegaPhil2014-11-121-1/+1
* qt5 support (sip): code only, no touch to build system by now•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-251-1/+0
* extended last fix to multi-selection•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6153 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2012-04-161-12/+24
* fixed bug related to theme deletion, if they are builtin we can't delete them•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6152 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2012-04-161-99/+117
* fixed a couple crashes in theme module•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6131 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-04-091-6/+6
* fix compilation, thanks minde for noticing (CtrlAltCa <3)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6073 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2012-02-271-1/+1
* Dropped the KviTalPopupMenu layer, ported the involved code to QAction.•••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 Gravatar Fabio Bas2012-02-261-4/+4
* fix for #1202•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5936 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-08-211-0/+3
* patch for #1124•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5726 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-03-291-0/+2
* delete Qt <4.6 hacks•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5685 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-03-241-1/+1
* Client side improvements on the package management dialog•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5634 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-03-171-6/+13
* More work on theme manager improvements•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5620 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Noldor2011-03-171-12/+39
* Start generalizing the web package management interface•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5618 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-03-171-11/+13
* Change spaces to tabs, reindent, simplify•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5617 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-03-171-1/+2
* Code improvements in the theme manager(wip)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5610 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Noldor2011-03-161-22/+41
* More file renaming•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5537 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-03-051-0/+457