aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/addon
Commit message (Collapse)AuthorAgeFilesLines
* Remove QWebEngine usage in core. Rewrite web package manager (#2570)Gravatar ctrlaltca2023-11-284-28/+18
| | | | | | | * 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-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)Gravatar ctrlaltca2023-07-082-3/+3
| | | | | | * 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.netGravatar Alexey Sokolov2021-07-021-1/+1
| | | | See https://github.com/kvirc/kvirc-www/pull/28
* Convert 0s and NULLs to nullptrGravatar IceN9ne2018-12-031-1/+1
|
* Use override where possible and remove unnecessary usages of the virtual ↵Gravatar IceN9ne2018-11-282-7/+7
| | | | keyword.
* 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.Gravatar wodim2017-09-011-1/+1
| | | | Fixes #2293.
* 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 KviParameterListGravatar staticfox2016-08-071-1/+0
| | | | It wasn't used anyway ^^
* AddonManagementDialog: make readable addon desc.Gravatar un1versal2016-05-151-2/+2
| | | | when selected its extremely hard to read
* 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 fixesGravatar un1versal2016-03-141-56/+31
| | | | | | + Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes
* QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ↵Gravatar un1versal2016-02-274-9/+9
| | | | | | to improve entries + add window title to find and replace dialog
* Remove default texts from the addon packager dialog.Gravatar wodim2016-01-011-3/+2
| | | | Part of #1781.
* various files: typos/consistency and capitalization see notes below.Gravatar un1versal2015-12-192-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* 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.Gravatar un1versal2015-12-051-6/+6
| | | | | Reading original messages sounds like gibberish, the suggested changes improve the issue, but there may be even better ways to word these.
* libkviaddon: typos, capitalization and other fixes.Gravatar un1versal2015-12-051-21/+21
| | | | inexistent = exist within (mind) != does not exist.
* AddonManagmentDialog : capitalization fixesGravatar un1versal2015-12-051-9/+7
| | | | Using https://techbase.kde.org/Projects/Usability/HIG/Capitalization
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-289-9/+9
| | | | opinion -> option
* 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 newlinesGravatar Matt Ullman2015-10-183-19/+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 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 ↵Gravatar Szymon Tomasz Stefanek2015-08-252-2/+2
| | | | kind of modal loop that prevents user from interacting with the whole application.
* - massive trailing whitespace cleanup (yes, one of these "you can hate me ↵Gravatar Robert Förster2014-11-211-7/+7
| | | | | | | | | 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
* 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
* More qt5 porting/warningsGravatar Fabio Bas2012-09-291-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6262 17fca916-40b9-46aa-a4ea-0a15b648b75c
* qt5 support: cmake build system updateGravatar Fabio Bas2012-09-281-10/+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-4/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c
* admin: obliterate convert files and svn_fixsvnignore.sh, people should use ↵Gravatar Robert Förster2012-01-141-11/+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
* fix for #1202Gravatar wodim2011-08-211-0/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5936 17fca916-40b9-46aa-a4ea-0a15b648b75c