| 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 | -205/+1 |
| * | Migrate almost all QMessagebox to qt6-friendly version. | Fabio Bas | 2023-10-18 | 1 | -1/+1 |
| * | Changes that will need to be reworked.•••QFont changed the weight scale in Qt6, in order to use them we'd need to fix all configuration files in all themes.
QStreamConverter only supports Utf8/16/32 and Latin1 before Qt6.5. Stick to qt5compat's QTextCodec by now
| Fabio Bas | 2023-10-18 | 1 | -1/+9 |
| * | 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 | 4 | -32/+7 |
| * | Mass rename of margin -> contentsMargins | Fabio Bas | 2023-10-18 | 1 | -2/+2 |
| * | Rename COMPILE_WEBKIT_SUPPORT to COMPILE_WEBENGINE_SUPPORT | Fabio Bas | 2023-10-18 | 5 | -15/+15 |
| * | Replace WtWbKit with QtWebEngine (#2554) | ctrlaltca | 2023-09-19 | 4 | -17/+16 |
| * | 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 | 1 | -2/+2 |
| * | Use override where possible and remove unnecessary usages of the virtual keyw... | IceN9ne | 2018-11-28 | 1 | -5/+5 |
| * | Remove Q_UNUSED macros | IceN9ne | 2018-11-28 | 1 | -6/+2 |
| * | Apply all modernize-* fixes from clang-tidy except for modernize-use-auto | Alexey Sokolov | 2018-11-14 | 3 | -9/+17 |
| * | General code cleanup and coverity fixes - mostly fixes uninitialized members | IceN9ne | 2017-10-21 | 2 | -18/+19 |
| * | Add missing include on some versions of Qt | IceN9ne | 2017-08-24 | 1 | -0/+1 |
| * | fix a few oddities in the help browser | wodim | 2017-03-03 | 2 | -62/+33 |
| * | switch to the correct window even if it's open already | wodim | 2017-03-02 | 1 | -0/+3 |
| * | HelpIndex: Code cleanup | IceN9ne | 2016-12-07 | 1 | -54/+35 |
| * | HelpIndex: Change deprecated QtAlgorithms qSort to std::sort | IceN9ne | 2016-12-07 | 1 | -4/+5 |
| * | HelpWidget/Window: cleanup source•••* change tr to __tr2qs as indicated in ancient todo list
* remove unneed brackets
* cleanup source formatting
| un1versal | 2016-06-09 | 2 | -21/+17 |
| * | cleanup: remove more ancient commented code p3 | un1versal | 2016-05-08 | 1 | -3/+0 |
| * | documentation minor formatting fixes | un1versal | 2016-05-08 | 1 | -5/+5 |
| * | Apply clang-tidy: modernize-loop-convert | Alexey Sokolov | 2016-04-30 | 2 | -25/+25 |
| * | Apply clang-tidy: modernize-use-nullptr | Alexey Sokolov | 2016-04-30 | 3 | -12/+12 |
| * | Apply clang-format | Alexey Sokolov | 2016-04-29 | 7 | -750/+856 |
| * | 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 | 2 | -10/+2 |
| * | QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ...•••+ add window title to find and replace dialog
| un1versal | 2016-02-27 | 1 | -2/+2 |
| * | icon rename: mdihelp -> questionmark•••we dont have MDI anymore anyway
| un1versal | 2016-01-09 | 1 | -1/+1 |
| * | tweak unhandled/unrecognized icons | un1versal | 2015-12-29 | 1 | -1/+1 |
| * | libkvihelp: capitalization fixes | un1versal | 2015-12-05 | 1 | -3/+3 |
| * | HelpIndex: debug messages consistency fixes | un1versal | 2015-12-05 | 1 | -3/+3 |
| * | copyright headers: fix broken boilerplate wording linkss -> terms and opinion... | un1versal | 2015-11-28 | 5 | -5/+5 |
| * | Copyright Headers: Cosmetic typos irc -> IRC | un1versal | 2015-10-28 | 5 | -5/+5 |
| * | Set an icon for back/forward buttons of the help widget when WebKit support i...•••Fixes #1683.
| wodim | 2015-10-25 | 1 | -2/+8 |
| * | 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 | 2 | -3/+0 |
| * | [ci skip] cpp file typos and capitalization corrections | un1versal | 2015-10-08 | 1 | -1/+1 |
| * | - 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
| Robert Förster | 2014-11-21 | 5 | -8/+8 |
| * | Compile and run with Qt5.0. Also add a couple of KVS functions for byte order...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6297 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2012-12-22 | 1 | -2/+2 |
| * | Fixed compilation with recent qt5 snapshots:••• * QWebKit has been renamed to QWebKitWidgets
* QCleanlooksStyle is not included by default, use QFusionStyle instead
This breaks compatibility with qt5-beta1, but beta2 should be right around the corner
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6280 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-10-31 | 3 | -8/+15 |
| * | convert cmake files to lowercase statements prehistoric cmake versions requir...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Robert Förster | 2012-10-04 | 1 | -3/+3 |
| * | qt5 support: cmake build system update•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-09-28 | 1 | -9/+0 |
| * | 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
| Fabio Bas | 2012-09-25 | 2 | -6/+0 |
| * | fix #1249•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6238 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-07-18 | 1 | -2/+2 |
| * | admin: obliterate convert files and svn_fixsvnignore.sh, people should use pr...•••sprinkle around some svn:ignore, svn:eol-style and svn:mime-type stuff, also remove mime-type property which does not exist, it should be svn:mime-type instead
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6052 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Robert Förster | 2012-01-14 | 1 | -9/+0 |
| * | - Happy new year!••• - Some parts of kvirc still refered to KviMainWindow as frame(), m_pFrm, etc.. => fixed
- Some parts of kvirc were still coded as if more than one KviMainWindows could exists => fixed, this involved changing KviWindows's ctor and removing KviWindow::frame(), thus the big change
- The trayicon module still called itself (and was called) dockextension, and was built to support more than one KviMainWindows => renamed and fixed
- Modified KviWindow::hasAttention so that is can be used everywhere instead of mixing different ways to check if a notificationm should popup
- should fix #1221 and hopefully introduce little to no bugs
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6010 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-01-01 | 5 | -12/+11 |
| * | help: fixed #1178 (added ctrl+c shortcut); splitted the "highlight" toolbar f...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5904 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-07-21 | 2 | -16/+49 |
| * | fix for #1128•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5780 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-04-13 | 2 | -47/+11 |
| * | patch for #1124•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5726 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-03-29 | 1 | -1/+0 |
| * | delete Qt <4.6 hacks•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5685 17fca916-40b9-46aa-a4ea-0a15b648b75c
| wodim | 2011-03-24 | 1 | -5/+1 |
| * | fix for #1110•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5654 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-03-20 | 2 | -18/+4 |
| * | fix for #1109•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5642 17fca916-40b9-46aa-a4ea-0a15b648b75c
| wodim | 2011-03-19 | 1 | -1/+1 |
| * | webkit-enabled helpwidget: workaround to support qt 4.5, indentation fixes•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5586 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-03-13 | 1 | -15/+25 |