aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/addon
Commit message (Expand)AuthorAgeFilesLines
* 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/Gravatar ctrlaltca2023-11-284-28/+18
* Migrate almost all QMessagebox to qt6-friendly version.Gravatar Fabio Bas2023-10-182-16/+7
* Mass rename of margin -> contentsMarginsGravatar Fabio Bas2023-10-181-2/+2
* Rename COMPILE_WEBKIT_SUPPORT to COMPILE_WEBENGINE_SUPPORTGravatar Fabio Bas2023-10-184-17/+17
* 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>Gravatar ctrlaltca2023-07-082-3/+3
* Update URL to kvirc.net•••See https://github.com/kvirc/kvirc-www/pull/28 Gravatar Alexey Sokolov2021-07-021-1/+1
* Convert 0s and NULLs to nullptrGravatar IceN9ne2018-12-031-1/+1
* Use override where possible and remove unnecessary usages of the virtual keyw...Gravatar IceN9ne2018-11-282-7/+7
* Apply all modernize-* fixes from clang-tidy except for modernize-use-autoGravatar Alexey Sokolov2018-11-141-1/+1
* Fix Coverity complaints about uninitialized member variablesGravatar IceN9ne2018-04-142-6/+0
* PackAddonDialog: Show the output path when an addon is exported.•••Fixes #2293. Gravatar wodim2017-09-011-1/+1
* Remove lots of redundant line feeds around block elements in the docs.Gravatar wodim2017-08-251-1/+1
* push and pull po{t}s, typo fixesGravatar Dessa2017-05-241-1/+1
* Make Windows code Unicode-aware (#2219)Gravatar wodim2017-05-241-1/+1
* Miscellaneous documentation fixesGravatar OmegaPhil2017-02-231-51/+48
* Cleanup included filesGravatar IceN9ne2016-10-281-1/+1
* Remove KviParameterList•••It wasn't used anyway ^^ Gravatar staticfox2016-08-071-1/+0
* AddonManagementDialog: make readable addon desc.•••when selected its extremely hard to read Gravatar un1versal2016-05-151-2/+2
* various: remove remaining <nobr>Gravatar un1versal2016-05-041-3/+3
* Apply clang-tidy: modernize-loop-convertGravatar Alexey Sokolov2016-04-302-9/+7
* Apply clang-tidy: modernize-use-defaultGravatar Alexey Sokolov2016-04-302-14/+7
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-302-13/+13
* Apply clang-formatGravatar Alexey Sokolov2016-04-299-458/+480
* Protect several hand-crafted blocks from clang-formatGravatar Alexey Sokolov2016-04-291-0/+2
* documentation: formatting/indentation + minor syntax fixes•••+ Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes Gravatar un1versal2016-03-141-56/+31
* QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ...•••+ add window title to find and replace dialog Gravatar un1versal2016-02-274-9/+9
* Remove default texts from the addon packager dialog.•••Part of #1781. Gravatar wodim2016-01-011-3/+2
* various files: typos/consistency and capitalization see notes below.•••https://techbase.kde.org/Projects/Usability/HIG/Capitalization This was just done last minute over some notes I had made during earlier similar fixes. * dont capitalize prepositions/conjunctions with less than 5 letters + fix wrong plural. * freenode is all lowercase instance only. * tooltips are not Camel Case capitalization style either. * some centered text on a dialog when all the etxt is left aligned looks off, tootips we can give a pass to. * Tree items are Camel Case * Typos in Unknow channel modes * more tooltips in the Channel Mode/Ban Masks/Invite but flawed design on these The tooltips text doubles up as title one isnt capitalized and the other is... So now none are in this area only since unlike toolbars thers no test display here and its passable. Alternative is to fix these dialogs and toolbars and tbh I cant do it. * cannot vs can't : these are consistency fixes for strings and debug messages only. * about dialog group titles "Runtime Info" "Build Info" are Camel Cased as per capitalization guidelines, but label are like all other labels. s spaces tyyt Gravatar un1versal2015-12-192-15/+15
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-192-10/+10
* AddonFunctions: fixing window title to something saner, thx to xrogaanGravatar un1versal2015-12-101-1/+1
* PackAddonDialog: syntax improvements minor grammar improvements.•••Reading original messages sounds like gibberish, the suggested changes improve the issue, but there may be even better ways to word these. Gravatar un1versal2015-12-051-6/+6
* libkviaddon: typos, capitalization and other fixes.•••inexistent = exist within (mind) != does not exist. Gravatar un1versal2015-12-051-21/+21
* AddonManagmentDialog : capitalization fixes•••Using https://techbase.kde.org/Projects/Usability/HIG/Capitalization Gravatar un1versal2015-12-051-9/+7
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-289-9/+9
* copyright headers: cosmetic capitalization & consistecy fixes.Gravatar un1versal2015-11-271-1/+1
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-282-2/+2
* 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 Gravatar Matt Ullman2015-10-183-19/+17
* [ci skip] cpp files, capitalization, typos, syntax normalization and punctuationGravatar un1versal2015-10-082-2/+2
* Improve package managementGravatar Szymon Tomasz Stefanek2015-09-151-1/+1
* More work on addon managmenetGravatar Szymon Tomasz Stefanek2015-09-155-16/+22
* More work on addon managementGravatar Szymon Tomasz Stefanek2015-09-151-128/+0
* Add addon.pack to package addons manually. Improve addon support.Gravatar Szymon Tomasz Stefanek2015-09-155-113/+226
* File dialogs seem to always require a parent. Without it Qt5 enters in a kind...Gravatar Szymon Tomasz Stefanek2015-08-252-2/+2
* - 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-7/+7
* 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 Gravatar Robert Förster2012-10-041-3/+3
* More qt5 porting/warnings•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6262 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-291-1/+1
* qt5 support: cmake build system update•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-281-10/+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 Gravatar Fabio Bas2012-09-252-4/+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 Gravatar Robert Förster2012-01-141-11/+0
* fix for #1202•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5936 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-08-211-0/+3