| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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/ | ctrlaltca | 2023-11-28 | 5 | -34/+5 |
| * | Migrate almost all QMessagebox to qt6-friendly version. | Fabio Bas | 2023-10-18 | 3 | -22/+11 |
| * | 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
| Fabio Bas | 2023-10-18 | 5 | -10/+11 |
| * | Mass rename of margin -> contentsMargins | Fabio Bas | 2023-10-18 | 1 | -1/+1 |
| * | Rename COMPILE_WEBKIT_SUPPORT to COMPILE_WEBENGINE_SUPPORT | Fabio Bas | 2023-10-18 | 4 | -13/+13 |
| * | 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> | ctrlaltca | 2023-07-08 | 2 | -4/+4 |
| * | Update URL to kvirc.net•••See https://github.com/kvirc/kvirc-www/pull/28
| Alexey Sokolov | 2021-07-02 | 1 | -1/+1 |
| * | Convert 0s and NULLs to nullptr | IceN9ne | 2018-12-03 | 2 | -3/+3 |
| * | Use override where possible and remove unnecessary usages of the virtual keyw... | IceN9ne | 2018-11-28 | 3 | -8/+8 |
| * | Apply all modernize-* fixes from clang-tidy except for modernize-use-auto | Alexey Sokolov | 2018-11-14 | 1 | -1/+1 |
| * | Remove usages of Q_FOREACH. Fixes #2385 | IceN9ne | 2018-05-22 | 1 | -1/+1 |
| * | General code cleanup and coverity fixes - mostly fixes uninitialized members | IceN9ne | 2017-10-21 | 1 | -3/+1 |
| * | Make Windows code Unicode-aware (#2219) | wodim | 2017-05-24 | 1 | -1/+1 |
| * | Remove KviParameterList•••It wasn't used anyway ^^
| staticfox | 2016-08-07 | 1 | -1/+0 |
| * | cleanup: remove more ancient commented code p3 | un1versal | 2016-05-08 | 1 | -30/+0 |
| * | cleanup: separators and spacing | un1versal | 2016-05-08 | 1 | -0/+2 |
| * | cleanup: remove more ancient commneted code | un1versal | 2016-05-06 | 3 | -23/+3 |
| * | cleanup duplicate includes | un1versal | 2016-05-04 | 1 | -1/+0 |
| * | ThemeManagementDialog: remove broken <nobr> and adjust secondary text color | un1versal | 2016-05-03 | 1 | -5/+4 |
| * | Apply clang-tidy: modernize-loop-convert | Alexey Sokolov | 2016-04-30 | 1 | -2/+2 |
| * | Apply clang-tidy: modernize-use-default | Alexey Sokolov | 2016-04-30 | 3 | -14/+7 |
| * | Apply clang-tidy: modernize-use-nullptr | Alexey Sokolov | 2016-04-30 | 3 | -16/+16 |
| * | Apply clang-format | Alexey Sokolov | 2016-04-29 | 11 | -596/+583 |
| * | Protect several hand-crafted blocks from clang-format | Alexey Sokolov | 2016-04-29 | 1 | -0/+4 |
| * | general: Typo fixes | staticfox | 2016-04-23 | 1 | -3/+3 |
| * | Remove all ifdefs related to older versions of Qt.•••Now that we only support Qt 5 we will no longer need these.
| wodim | 2016-04-07 | 1 | -4/+0 |
| * | libkvitheme/KviKvsCoreFunctions_gl documentation: program name capitalization | un1versal | 2016-03-02 | 1 | -1/+1 |
| * | libkvitheme: improve error message and fix dialog title•••apologies @ctrlaltca @Dessa didn't do this on purpose, if you curse and
swear at me, wouldn't blame you :D
| un1versal | 2016-03-02 | 1 | -2/+2 |
| * | QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ...•••+ add window title to find and replace dialog
| un1versal | 2016-02-27 | 3 | -10/+10 |
| * | ClassEditorWindow/PackThemeDialog: fix label capitalization | un1versal | 2016-02-16 | 1 | -2/+2 |
| * | ThemeFunctions: fix messages on theme installer•••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
| un1versal | 2016-01-17 | 1 | -2/+2 |
| * | ThemeFunctions: fix "Theme Engine Version" label capitalization | un1versal | 2016-01-17 | 1 | -1/+1 |
| * | update remove theme icon assignment | un1versal | 2016-01-07 | 1 | -1/+1 |
| * | fix missed: label capitalization on theme save | un1versal | 2016-01-07 | 1 | -2/+2 |
| * | Make the current theme string to be more translatable | Alexey Sokolov | 2015-12-29 | 1 | -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)
| un1versal | 2015-12-28 | 1 | -8/+8 |
| * | src/modules typos: capitalize, formatting, consistency and syntax fixes | un1versal | 2015-12-19 | 4 | -18/+18 |
| * | copyright headers: fix broken boilerplate wording linkss -> terms and opinion... | un1versal | 2015-11-28 | 11 | -11/+11 |
| * | copyright headers: cosmetic capitalization & consistecy fixes. | un1versal | 2015-11-27 | 1 | -1/+1 |
| * | ThemeManagementDialog: cleanup duplicate include | un1versal | 2015-11-21 | 1 | -1/+0 |
| * | Use QWidget::grab to make screenshots.•••QPixMap::grabWidget was deprecated with Qt 5.0.
| wodim | 2015-11-11 | 1 | -0/+4 |
| * | Copyright Headers: Cosmetic typos irc -> IRC | un1versal | 2015-10-28 | 2 | -2/+2 |
| * | Clean up double semicolons | Matt Ullman | 2015-10-27 | 1 | -1/+1 |
| * | 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
| Matt Ullman | 2015-10-18 | 7 | -23/+17 |
| * | [ci skip] cpp files, capitalization, typos, syntax normalization and punctuation | un1versal | 2015-10-08 | 1 | -1/+1 |
| * | [Theme save options] Save icons with themes off by default and add descriptio...•••Even shorter text
| un1versal | 2015-10-04 | 1 | -4/+14 |
| * | Make the theme images in the theme management dialog bigger. Maybe needs more... | Szymon Tomasz Stefanek | 2015-10-04 | 1 | -5/+6 |
| * | When saving a theme a screenshot is now always required | Szymon Tomasz Stefanek | 2015-10-04 | 1 | -2/+6 |
| * | Fix (some of) the KviTalListWidget problems related to item resize | Szymon Tomasz Stefanek | 2015-10-03 | 1 | -0/+1 |
| * | Fixes a crash that happens when you close the main window with the theme mana...•••This undoes part of f2485de, so beware.
| wodim | 2015-09-30 | 1 | -1/+1 |