aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help
Commit message (Collapse)AuthorAgeFilesLines
* Remove QWebEngine usage in core. Rewrite web package manager (#2570)Gravatar ctrlaltca2023-11-285-205/+1
| | | | | | | * 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-181-1/+1
|
* Changes that will need to be reworked.Gravatar Fabio Bas2023-10-181-1/+9
| | | | | 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
* Port from QRegExp (unavailable on qt6) to KviRegExp, based on QRegularExpressionGravatar Fabio Bas2023-10-184-32/+7
| | | | 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-2/+2
|
* Rename COMPILE_WEBKIT_SUPPORT to COMPILE_WEBENGINE_SUPPORTGravatar Fabio Bas2023-10-185-15/+15
|
* Replace WtWbKit with QtWebEngine (#2554)Gravatar ctrlaltca2023-09-194-17/+16
|
* Port to (and require) Qt 5.15. Drop KDE4 support, fix KDE5 (#2541)Gravatar ctrlaltca2023-07-081-2/+2
| | | | | | * Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed. --------- Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net>
* Use override where possible and remove unnecessary usages of the virtual ↵Gravatar IceN9ne2018-11-281-5/+5
| | | | keyword.
* Remove Q_UNUSED macrosGravatar IceN9ne2018-11-281-6/+2
|
* Apply all modernize-* fixes from clang-tidy except for modernize-use-autoGravatar Alexey Sokolov2018-11-143-9/+17
|
* General code cleanup and coverity fixes - mostly fixes uninitialized membersGravatar IceN9ne2017-10-212-18/+19
|
* Add missing include on some versions of QtGravatar IceN9ne2017-08-241-0/+1
|
* fix a few oddities in the help browserGravatar wodim2017-03-032-62/+33
|
* switch to the correct window even if it's open alreadyGravatar wodim2017-03-021-0/+3
|
* HelpIndex: Code cleanupGravatar IceN9ne2016-12-071-54/+35
|
* HelpIndex: Change deprecated QtAlgorithms qSort to std::sortGravatar IceN9ne2016-12-071-4/+5
|
* HelpWidget/Window: cleanup sourceGravatar un1versal2016-06-092-21/+17
| | | | | | * change tr to __tr2qs as indicated in ancient todo list * remove unneed brackets * cleanup source formatting
* cleanup: remove more ancient commented code p3Gravatar un1versal2016-05-081-3/+0
|
* documentation minor formatting fixesGravatar un1versal2016-05-081-5/+5
|
* Apply clang-tidy: modernize-loop-convertGravatar Alexey Sokolov2016-04-302-25/+25
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-303-12/+12
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-297-750/+856
|
* Remove all ifdefs related to older versions of Qt.Gravatar wodim2016-04-072-10/+2
| | | | Now that we only support Qt 5 we will no longer need these.
* QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ↵Gravatar un1versal2016-02-271-2/+2
| | | | | | to improve entries + add window title to find and replace dialog
* icon rename: mdihelp -> questionmarkGravatar un1versal2016-01-091-1/+1
| | | | we dont have MDI anymore anyway
* tweak unhandled/unrecognized iconsGravatar un1versal2015-12-291-1/+1
|
* libkvihelp: capitalization fixesGravatar un1versal2015-12-051-3/+3
|
* HelpIndex: debug messages consistency fixesGravatar un1versal2015-12-051-3/+3
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-285-5/+5
| | | | opinion -> option
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-285-5/+5
|
* Set an icon for back/forward buttons of the help widget when WebKit support ↵Gravatar wodim2015-10-251-2/+8
| | | | | | is compiled. Fixes #1683.
* Clean up trailing whitespaces and excess newlinesGravatar Matt Ullman2015-10-182-3/+0
| | | | | Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk
* [ci skip] cpp file typos and capitalization correctionsGravatar un1versal2015-10-081-1/+1
|
* - massive trailing whitespace cleanup (yes, one of these "you can hate me ↵Gravatar Robert Förster2014-11-215-8/+8
| | | | | | | | | for that" commits) - 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
* Compile and run with Qt5.0. Also add a couple of KVS functions for byte ↵Gravatar Szymon Tomasz Stefanek2012-12-221-2/+2
| | | | | | order conversion. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6297 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fixed compilation with recent qt5 snapshots:Gravatar Fabio Bas2012-10-313-8/+15
| | | | | | | | * 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
* convert cmake files to lowercase statements prehistoric cmake versions ↵Gravatar Robert Förster2012-10-041-3/+3
| | | | | | required uppercase, but lowercase is now preferred so change it (yeah feel free to hate me for this commit ) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c
* qt5 support: cmake build system updateGravatar Fabio Bas2012-09-281-9/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c
* qt5 support (sip): code only, no touch to build system by nowGravatar Fabio Bas2012-09-252-6/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix #1249Gravatar Fabio Bas2012-07-181-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6238 17fca916-40b9-46aa-a4ea-0a15b648b75c
* admin: obliterate convert files and svn_fixsvnignore.sh, people should use ↵Gravatar Robert Förster2012-01-141-9/+0
| | | | | | | | proper SVN Props instead 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
* - Happy new year!Gravatar Fabio Bas2012-01-015-12/+11
| | | | | | | | | | | | - 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
* help: fixed #1178 (added ctrl+c shortcut); splitted the "highlight" toolbar ↵Gravatar Fabio Bas2011-07-212-16/+49
| | | | | | from the "browsing" toolbar , now it'd hidden by default , toggle it with ctrl+f git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5904 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix for #1128Gravatar Fabio Bas2011-04-132-47/+11
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5780 17fca916-40b9-46aa-a4ea-0a15b648b75c
* patch for #1124Gravatar Fabio Bas2011-03-291-1/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5726 17fca916-40b9-46aa-a4ea-0a15b648b75c
* delete Qt <4.6 hacksGravatar wodim2011-03-241-5/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5685 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix for #1110Gravatar Fabio Bas2011-03-202-18/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5654 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix for #1109Gravatar wodim2011-03-191-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5642 17fca916-40b9-46aa-a4ea-0a15b648b75c
* webkit-enabled helpwidget: workaround to support qt 4.5, indentation fixesGravatar Fabio Bas2011-03-131-15/+25
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5586 17fca916-40b9-46aa-a4ea-0a15b648b75c