aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
| * DccChatWindow: Fix error handlingGravatar IceN9ne2018-04-221-2/+2
| * Fix Coverity complaints about uninitialized member variablesGravatar IceN9ne2018-04-1413-35/+22
| * fix doc folder cleanup fallout (#2370)Gravatar Benjamin Staneck2018-04-111-1/+1
| * Docs folder cleanup (#2366)•••* delete accelerator.keys.txt content is at https://github.com/kvirc/KVIrc/wiki/Keyboard-shortcuts * delete INSTALL and doc/INSTALL.txt content is at https://github.com/kvirc/KVIrc/wiki/installation * delete doc/firefox.hack.txt should no longer be needed * delete doc/themes.howto.txt content is at https://github.com/kvirc/KVIrc/wiki/tutorials * delete doc/INSTALL-MacOS.txt content is at https://github.com/kvirc/KVIrc/wiki/Compiling-KVIrc-from-git-on-macOS-Sierra * add another VS file to .gitignore * delete doc/FAQ content is at https://github.com/kvirc/KVIrc/wiki/FAQ * delete old TODOs content should be, if relevant, in issues * delete doc/addon.howto.txt content is at https://github.com/kvirc/KVIrc/wiki/Addons * delete doc/scripting.faq.txt content is at https://github.com/kvirc/KVIrc/wiki/tutorials * delete translations.howto.txt and translations.spanish.notes.txt content should be at https://github.com/kvirc/KVIrc/wiki/Updating-KVIrc's-translations * delete win32_run_cmake.bat outdated? * adjust CMakeLists.txt for removed files * delete Windows compilation instructions content is at https://github.com/kvirc/KVIrc/wiki/Compiling-KVIrc-on-Windows * delete doc/hackers.guide.txt content is at https://github.com/kvirc/KVIrc/wiki/The-Source-Tree * delete doc/ui-style-tips.txt content is at https://github.com/kvirc/KVIrc/wiki/Contributing-code-to-KVIrc's-repositories * adjust README to doc changes * move main license file to root * adjust mentions of copyright files * revert status badges back from shields.io shields.io is overloaded all the time so the badges never display * change cmake syntax * restore the about license text to its original glory and install the amip license only on windows * update GPL2 from the GNU website * change the installer to show ABOUT-LICENSE as well Gravatar Benjamin Staneck2018-04-101-1/+1
| * AliasEditorWindow: Add "Export All to ..." button for more consistent UIGravatar craftwar2018-04-091-0/+3
| * Revert "Remove gzipped logs as an option"•••This reverts commit aa64034f955f6b8221e8e844363009dfba738553. Gravatar IceN9ne2018-03-041-1/+5
| * Remove gzipped logs as an option•••Despite the fact gzip'd log data is written with max compression, it is done by appending independently-compressed data to the relevant archive on every flush or log stop - this basically kills the compression as there is little duplication in the small amount of data logged. Over time, this produces archives that are much larger than the data stored (therefore making the 'compression' pointless). gzip is still used outside of logging in KVIrc (and to read 'old' logs), so is not removed. Fixes 'gzip compression of logs on flushing/log stopping in many cases results in larger archives than log data' / #2353 Gravatar OmegaPhil2018-03-021-5/+1
| * spellchecker: Stop trying to load invalid dictionaries.Gravatar IceN9ne2018-02-191-0/+3
| * Add option to prioritize nick tab completion by last action time. Implements ...Gravatar IceN9ne2018-02-191-3/+6
| * QRegExp: Enable greedy quantifiers in regex pattern matching.Gravatar IceN9ne2018-02-091-17/+17
| * fix typo in libkvidcc.cppGravatar wodim2018-01-111-1/+1
| * Move Class Window List option to its proper location••• * Fixes #2330 Gravatar IceN9ne2018-01-031-6/+6
| * Revert "Add an option to order nick completion by last action time. Resolves ...•••This reverts commit 446bff05a0f0d344bca9da652431d5612b72209d. 5.0.0-beta1Gravatar Szymon Tomasz Stefanek2017-12-292-8/+0
| * Revert "Add uintNickCompletionOrder to the options widget."•••This reverts commit 6a0906274e93359e90337600192695b39706ff55. Gravatar Szymon Tomasz Stefanek2017-12-292-26/+5
| * Revert "Allow adding tooltips to other widgets in the options dialogs."•••This reverts commit 2f723938d6434302e6538e145bf8e1839de93b62. Gravatar Szymon Tomasz Stefanek2017-12-2911-65/+26
| * Revert "Address @IceN9ne's review."•••This reverts commit f743f315a75977e48112fb9b0605a0f2d9f2eb3a. Gravatar Szymon Tomasz Stefanek2017-12-291-1/+1
| * Fix about textGravatar Szymon Tomasz Stefanek2017-12-282-2/+2
| * Fix about textGravatar Szymon Tomasz Stefanek2017-12-282-4/+4
| * Fix #2240Gravatar Szymon Tomasz Stefanek2017-12-281-4/+11
| * Address @IceN9ne's review.Gravatar Andrio Celos2017-12-281-1/+1
| * Allow adding tooltips to other widgets in the options dialogs.Gravatar Andrio Celos2017-12-2811-26/+65
| * Add uintNickCompletionOrder to the options widget.Gravatar Andrio Celos2017-12-282-5/+26
| * Add an option to order nick completion by last action time. Resolves #2216.•••Also fixes a bug whereby a completion from Shift+Tab was always treated as the last match. Gravatar Andrio Celos2017-12-282-0/+8
| * Pull in wodim's fix for #1959Gravatar Szymon Tomasz Stefanek2017-12-282-3/+5
| * Fix the sound system autodetection (#2278)•••* Automatically detect a sound system during first startup. Previously, the default system for Windows was "null". * Remove phonon from the sound system autodetection list. Our phonon detection code didn't work well, and "qt" is a safe default for Linux. Gravatar wodim2017-12-272-10/+8
| * Support OpenSSL 1.1.0 (#2223)•••Fixes #2151.Gravatar Vladimir Panteleev2017-12-113-25/+51
| * General code cleanup and coverity fixes - mostly fixes uninitialized membersGravatar IceN9ne2017-10-2111-71/+53
| * Fix typo introduced in e9f3c22Gravatar IceN9ne2017-10-211-3/+3
| * OptionsWidget: Fix auto enabling/disabling of smart nickname color same text ...••• * Fixes #2297 Gravatar IceN9ne2017-10-211-1/+5
| * notifier module: general code cleanupGravatar IceN9ne2017-10-218-210/+127
| * Fix typo in manual & bug in alias (#2311)•••* fix typo in manual The function 'objects.clearObjects' is called in the manual as 'objects.clear' * fix for bug in alias 'clearobjects' The function 'objects.clearObjects' was called in the alias clearobjects as 'objects.clear' Gravatar minduser002017-09-281-4/+4
| * sound: Fix jumpingGravatar staticfox2017-09-271-5/+6
| * Minor cleanupsGravatar staticfox2017-09-271-25/+13
| * Cmake updates••• * Remove the usage of CMP0026’s LOCATION * fix WANT_STRIP option: fix #2306 * remove WANT_UNIVERSAL_BINARY option (obsolete) * fix bundling of Qt libraries on Osx Gravatar Fabio Bas2017-09-211-0/+4
| * Fix invalid IP integer for DCC RSEND request (#2252)•••* Fix invalid IP integer for RSENDGravatar Kevin Mian Kraiker2017-09-101-1/+1
| * small typo (#2305)•••Stray space in parameter "No Focus" must be "NoFocus".Gravatar minduser002017-09-101-1/+1
| * Revert "Escape things in the class editor. Fixes #2211. (#2243)"•••This reverts commit 549d6f1a78a66ad3ee31a5d957e26fb06b03f95c. Gravatar wodim2017-09-061-5/+2
| * OptionsWidget_message: fix label text "Use specified smart colors for own nic...•••should reflect boolUseSpecifiedSmartColorForOwnNick part resolution for #2297Gravatar the-j0k3r2017-09-041-1/+1
| * OptionsWidget_message: fix enabling/disabling of selector.Gravatar wodim2017-09-041-1/+1
| * Improve the script tester a little bit (#2282)•••* Fix the code editor not being focused by default in the script tester dialog, add a "find" button, and fix the colour of the find lineedit. * Add a dedicated ircview for the code tester. Gravatar wodim2017-09-034-46/+41
| * PackAddonDialog: Show the output path when an addon is exported.•••Fixes #2293. Gravatar wodim2017-09-011-1/+1
| * Add an option to allow the use of smart nickname colours with no background (...Gravatar wodim2017-09-012-0/+4
| * Don't crash on reguser.add if the provided mask is already assigned to other ...•••Fixes #2289 Gravatar wodim2017-08-311-1/+1
| * Fix wrapping of <pre> in the docs.•••Fixes #2288 Gravatar wodim2017-08-3111-137/+137
| * Clean up properly after the search field in the settings dialog is emptied.Gravatar wodim2017-08-301-30/+44
| * Make the "window list type" selector a combobox instead of a checkbox.Gravatar wodim2017-08-292-1/+25
| * Add OwnAction, OwnActionCrypted and TopicCrypted message types.•••For our existing themes, I have copied the action style over to the own action and own crypted action styles, and the topic style over to the topic crypted style. But the authors of those themes can change them if they want. I have also used the action icon for the own action and own action crypted icons. Gravatar wodim2017-08-293-3/+3
| * misc doc fixesGravatar wodim2017-08-291-1/+1
| * Add "search as you type" functionality to the settings dialogs.•••I'm leaving the icon with the magnifying glass there because I think it makes more evident that that field can be used to search for stuff. Fixes #2248 Gravatar wodim2017-08-292-2/+20
| * Remove EventEditorWindow.setCurrentHandlerEnabled. (#2275)Gravatar Andrio Celos2017-08-281-1/+0