| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove QWebEngine usage in core. Rewrite web package manager (#2570) | 2023-11-28 | 5 | -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. | 2023-10-18 | 3 | -22/+11 | |
| | | |||||
| * | Port from QRegExp (unavailable on qt6) to KviRegExp, based on QRegularExpression | 2023-10-18 | 5 | -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 -> contentsMargins | 2023-10-18 | 1 | -1/+1 | |
| | | |||||
| * | Rename COMPILE_WEBKIT_SUPPORT to COMPILE_WEBENGINE_SUPPORT | 2023-10-18 | 4 | -13/+13 | |
| | | |||||
| * | Port to (and require) Qt 5.15. Drop KDE4 support, fix KDE5 (#2541) | 2023-07-08 | 2 | -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.net | 2021-07-02 | 1 | -1/+1 | |
| | | | | | See https://github.com/kvirc/kvirc-www/pull/28 | ||||
| * | Convert 0s and NULLs to nullptr | 2018-12-03 | 2 | -3/+3 | |
| | | |||||
| * | Use override where possible and remove unnecessary usages of the virtual ↵ | 2018-11-28 | 3 | -8/+8 | |
| | | | | | keyword. | ||||
| * | Apply all modernize-* fixes from clang-tidy except for modernize-use-auto | 2018-11-14 | 1 | -1/+1 | |
| | | |||||
| * | Remove usages of Q_FOREACH. Fixes #2385 | 2018-05-22 | 1 | -1/+1 | |
| | | |||||
| * | General code cleanup and coverity fixes - mostly fixes uninitialized members | 2017-10-21 | 1 | -3/+1 | |
| | | |||||
| * | Make Windows code Unicode-aware (#2219) | 2017-05-24 | 1 | -1/+1 | |
| | | |||||
| * | Remove KviParameterList | 2016-08-07 | 1 | -1/+0 | |
| | | | | | It wasn't used anyway ^^ | ||||
| * | cleanup: remove more ancient commented code p3 | 2016-05-08 | 1 | -30/+0 | |
| | | |||||
| * | cleanup: separators and spacing | 2016-05-08 | 1 | -0/+2 | |
| | | |||||
| * | cleanup: remove more ancient commneted code | 2016-05-06 | 3 | -23/+3 | |
| | | |||||
| * | cleanup duplicate includes | 2016-05-04 | 1 | -1/+0 | |
| | | |||||
| * | ThemeManagementDialog: remove broken <nobr> and adjust secondary text color | 2016-05-03 | 1 | -5/+4 | |
| | | |||||
| * | Apply clang-tidy: modernize-loop-convert | 2016-04-30 | 1 | -2/+2 | |
| | | |||||
| * | Apply clang-tidy: modernize-use-default | 2016-04-30 | 3 | -14/+7 | |
| | | |||||
| * | Apply clang-tidy: modernize-use-nullptr | 2016-04-30 | 3 | -16/+16 | |
| | | |||||
| * | Apply clang-format | 2016-04-29 | 11 | -596/+583 | |
| | | |||||
| * | Protect several hand-crafted blocks from clang-format | 2016-04-29 | 1 | -0/+4 | |
| | | |||||
| * | general: Typo fixes | 2016-04-23 | 1 | -3/+3 | |
| | | |||||
| * | Remove all ifdefs related to older versions of Qt. | 2016-04-07 | 1 | -4/+0 | |
| | | | | | Now that we only support Qt 5 we will no longer need these. | ||||
| * | libkvitheme/KviKvsCoreFunctions_gl documentation: program name capitalization | 2016-03-02 | 1 | -1/+1 | |
| | | |||||
| * | libkvitheme: improve error message and fix dialog title | 2016-03-02 | 1 | -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 ↵ | 2016-02-27 | 3 | -10/+10 | |
| | | | | | | | to improve entries + add window title to find and replace dialog | ||||
| * | ClassEditorWindow/PackThemeDialog: fix label capitalization | 2016-02-16 | 1 | -2/+2 | |
| | | |||||
| * | ThemeFunctions: fix messages on theme installer | 2016-01-17 | 1 | -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 capitalization | 2016-01-17 | 1 | -1/+1 | |
| | | |||||
| * | update remove theme icon assignment | 2016-01-07 | 1 | -1/+1 | |
| | | |||||
| * | fix missed: label capitalization on theme save | 2016-01-07 | 1 | -2/+2 | |
| | | |||||
| * | Make the current theme string to be more translatable | 2015-12-29 | 1 | -1/+1 | |
| | | |||||
| * | revert theme manager: we dont need huge icons pixelated | 2015-12-28 | 1 | -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 fixes | 2015-12-19 | 4 | -18/+18 | |
| | | |||||
| * | copyright headers: fix broken boilerplate wording linkss -> terms and ↵ | 2015-11-28 | 11 | -11/+11 | |
| | | | | | opinion -> option | ||||
| * | copyright headers: cosmetic capitalization & consistecy fixes. | 2015-11-27 | 1 | -1/+1 | |
| | | |||||
| * | ThemeManagementDialog: cleanup duplicate include | 2015-11-21 | 1 | -1/+0 | |
| | | |||||
| * | Use QWidget::grab to make screenshots. | 2015-11-11 | 1 | -0/+4 | |
| | | | | | QPixMap::grabWidget was deprecated with Qt 5.0. | ||||
| * | Copyright Headers: Cosmetic typos irc -> IRC | 2015-10-28 | 2 | -2/+2 | |
| | | |||||
| * | Clean up double semicolons | 2015-10-27 | 1 | -1/+1 | |
| | | |||||
| * | Clean up trailing whitespaces and excess newlines | 2015-10-18 | 7 | -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 punctuation | 2015-10-08 | 1 | -1/+1 | |
| | | |||||
| * | [Theme save options] Save icons with themes off by default and add ↵ | 2015-10-04 | 1 | -4/+14 | |
| | | | | | | | description text. Even shorter text | ||||
| * | Make the theme images in the theme management dialog bigger. Maybe needs ↵ | 2015-10-04 | 1 | -5/+6 | |
| | | | | | more polishing | ||||
| * | When saving a theme a screenshot is now always required | 2015-10-04 | 1 | -2/+6 | |
| | | |||||
| * | Fix (some of) the KviTalListWidget problems related to item resize | 2015-10-03 | 1 | -0/+1 | |
| | | |||||
| * | Fixes a crash that happens when you close the main window with the theme ↵ | 2015-09-30 | 1 | -1/+1 | |
| | | | | | | | management dialog open. This undoes part of f2485de, so beware. | ||||
