aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help/HelpIndex.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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 Gravatar Fabio Bas2023-10-181-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 Gravatar Fabio Bas2023-10-181-26/+1
* Remove Q_UNUSED macrosGravatar IceN9ne2018-11-281-6/+2
* Apply all modernize-* fixes from clang-tidy except for modernize-use-autoGravatar Alexey Sokolov2018-11-141-6/+14
* General code cleanup and coverity fixes - mostly fixes uninitialized membersGravatar IceN9ne2017-10-211-8/+7
* HelpIndex: Code cleanupGravatar IceN9ne2016-12-071-54/+35
* HelpIndex: Change deprecated QtAlgorithms qSort to std::sortGravatar IceN9ne2016-12-071-4/+5
* Apply clang-tidy: modernize-loop-convertGravatar Alexey Sokolov2016-04-301-21/+21
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-5/+5
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-419/+480
* HelpIndex: debug messages consistency fixesGravatar un1versal2015-12-051-3/+3
* - 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
* fix for #1109•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5642 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-03-191-1/+1
* Code improvements in help window when using webkit(wip)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5570 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Noldor2011-03-131-0/+1
* The big rename for modules. Still some details remaining.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-01-011-0/+602