aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme
Commit message (Collapse)AuthorAgeFilesLines
* Remove QWebEngine usage in core. Rewrite web package manager (#2570)Gravatar ctrlaltca2023-11-285-34/+5
| | | | | | | * 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-183-22/+11
|
* Port from QRegExp (unavailable on qt6) to KviRegExp, based on QRegularExpressionGravatar Fabio Bas2023-10-185-10/+11
| | | | 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-184-13/+13
|
* Port to (and require) Qt 5.15. Drop KDE4 support, fix KDE5 (#2541)Gravatar ctrlaltca2023-07-082-4/+4
| | | | | | * Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed. --------- Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net>
* Update URL to kvirc.netGravatar Alexey Sokolov2021-07-021-1/+1
| | | | See https://github.com/kvirc/kvirc-www/pull/28
* Convert 0s and NULLs to nullptrGravatar IceN9ne2018-12-032-3/+3
|
* Use override where possible and remove unnecessary usages of the virtual ↵Gravatar IceN9ne2018-11-283-8/+8
| | | | keyword.
* Apply all modernize-* fixes from clang-tidy except for modernize-use-autoGravatar Alexey Sokolov2018-11-141-1/+1
|
* Remove usages of Q_FOREACH. Fixes #2385Gravatar IceN9ne2018-05-221-1/+1
|
* General code cleanup and coverity fixes - mostly fixes uninitialized membersGravatar IceN9ne2017-10-211-3/+1
|
* Make Windows code Unicode-aware (#2219)Gravatar wodim2017-05-241-1/+1
|
* Remove KviParameterListGravatar staticfox2016-08-071-1/+0
| | | | It wasn't used anyway ^^
* cleanup: remove more ancient commented code p3Gravatar un1versal2016-05-081-30/+0
|
* cleanup: separators and spacingGravatar un1versal2016-05-081-0/+2
|
* cleanup: remove more ancient commneted codeGravatar un1versal2016-05-063-23/+3
|
* cleanup duplicate includesGravatar un1versal2016-05-041-1/+0
|
* ThemeManagementDialog: remove broken <nobr> and adjust secondary text colorGravatar un1versal2016-05-031-5/+4
|
* Apply clang-tidy: modernize-loop-convertGravatar Alexey Sokolov2016-04-301-2/+2
|
* Apply clang-tidy: modernize-use-defaultGravatar Alexey Sokolov2016-04-303-14/+7
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-303-16/+16
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-2911-596/+583
|
* Protect several hand-crafted blocks from clang-formatGravatar Alexey Sokolov2016-04-291-0/+4
|
* general: Typo fixesGravatar staticfox2016-04-231-3/+3
|
* 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.
* libkvitheme/KviKvsCoreFunctions_gl documentation: program name capitalizationGravatar un1versal2016-03-021-1/+1
|
* libkvitheme: improve error message and fix dialog titleGravatar un1versal2016-03-021-2/+2
| | | | | apologies @ctrlaltca @Dessa didn't do this on purpose, if you curse and swear at me, wouldn't blame you :D
* QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ↵Gravatar un1versal2016-02-273-10/+10
| | | | | | to improve entries + add window title to find and replace dialog
* ClassEditorWindow/PackThemeDialog: fix label capitalizationGravatar un1versal2016-02-161-2/+2
|
* ThemeFunctions: fix messages on theme installerGravatar un1versal2016-01-171-2/+2
| | | | | | when installing lower version themes engine on newer KVIrc with greater theme engine version known issue: does not account account for greater engine version themes on kvirc with lower theme engine version
* ThemeFunctions: fix "Theme Engine Version" label capitalizationGravatar un1versal2016-01-171-1/+1
|
* update remove theme icon assignmentGravatar un1versal2016-01-071-1/+1
|
* fix missed: label capitalization on theme saveGravatar un1versal2016-01-071-2/+2
|
* 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-194-18/+18
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-2811-11/+11
| | | | opinion -> option
* copyright headers: cosmetic capitalization & consistecy fixes.Gravatar un1versal2015-11-271-1/+1
|
* ThemeManagementDialog: cleanup duplicate includeGravatar un1versal2015-11-211-1/+0
|
* Use QWidget::grab to make screenshots.Gravatar wodim2015-11-111-0/+4
| | | | QPixMap::grabWidget was deprecated with Qt 5.0.
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-282-2/+2
|
* Clean up double semicolonsGravatar Matt Ullman2015-10-271-1/+1
|
* Clean up trailing whitespaces and excess newlinesGravatar Matt Ullman2015-10-187-23/+17
| | | | | Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk
* [ci skip] cpp files, capitalization, typos, syntax normalization and punctuationGravatar un1versal2015-10-081-1/+1
|
* [Theme save options] Save icons with themes off by default and add ↵Gravatar un1versal2015-10-041-4/+14
| | | | | | description text. Even shorter text
* Make the theme images in the theme management dialog bigger. Maybe needs ↵Gravatar Szymon Tomasz Stefanek2015-10-041-5/+6
| | | | more polishing
* When saving a theme a screenshot is now always requiredGravatar Szymon Tomasz Stefanek2015-10-041-2/+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 ↵Gravatar wodim2015-09-301-1/+1
| | | | | | management dialog open. This undoes part of f2485de, so beware.