| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Migrate almost all QMessagebox to qt6-friendly version. | 2023-10-18 | 4 | -15/+12 | |
| * | Misc Qt6 port for slightly changed class names and method signatures | 2023-10-18 | 1 | -1/+1 | |
| * | 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 | 2023-10-18 | 3 | -6/+9 | |
| * | Mass rename of margin -> contentsMargins | 2023-10-18 | 4 | -9/+9 | |
| * | 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> | 2023-07-08 | 3 | -10/+10 | |
| * | options/windowList: Add event names to alert level tips•••This should make it more clear what each alert level will trigger on | 2019-12-02 | 1 | -10/+50 | |
| * | Rework the server list GUI filter. Fixes #2438.•••The filter now works as an AND arrangement: servers will be shown if they match both the text filter *and* the favorites filter (if applicable). Previously one was not respected when the other was updated. The favorites filter no longer hides empty networks when disabled. | 2019-09-08 | 2 | -59/+16 | |
| * | uintUserListMinimumWidth: Reduce minimum due to account for certain combinati... | 2019-01-21 | 1 | -1/+1 | |
| * | Replace KVI_OPTION_MIRCCOLOR usage with getMircColor•••- Replace occurrences in IRC-related views, and message type references - Don't replace occurrences dealing with the color picker or the configurable low (0-15) colors - Also replace hard-coded references to the maximum color index (15/16) with KVI_EXTCOLOR_MAX | 2019-01-16 | 1 | -8/+8 | |
| * | Convert 0s and NULLs to nullptr | 2018-12-03 | 3 | -10/+10 | |
| * | Remove C-style typedef structs | 2018-11-28 | 2 | -8/+4 | |
| * | Use override where possible and remove unnecessary usages of the virtual keyw... | 2018-11-28 | 3 | -9/+9 | |
| * | Remove unnecessary usages of the inline keyword per language evolution. | 2018-11-28 | 1 | -3/+3 | |
| * | Remove Q_UNUSED macros | 2018-11-28 | 1 | -3/+1 | |
| * | Fix compiler warnings in the code. | 2018-11-27 | 3 | -4/+2 | |
| * | SASL: Add option for aborting connection on SASL failure | 2018-11-26 | 1 | -1/+4 | |
| * | SASL: Add support for EXTERNAL method. Closes #2258 | 2018-11-22 | 2 | -8/+25 | |
| * | Apply all modernize-* fixes from clang-tidy except for modernize-use-auto | 2018-11-14 | 2 | -2/+2 | |
| * | Fix Coverity complaints about uninitialized member variables | 2018-04-14 | 2 | -4/+1 | |
| * | Revert "Remove gzipped logs as an option"•••This reverts commit aa64034f955f6b8221e8e844363009dfba738553. | 2018-03-04 | 1 | -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 | 2018-03-02 | 1 | -5/+1 | |
| * | Add option to prioritize nick tab completion by last action time. Implements ... | 2018-02-19 | 1 | -3/+6 | |
| * | Move Class Window List option to its proper location••• * Fixes #2330 | 2018-01-03 | 1 | -6/+6 | |
| * | Revert "Add an option to order nick completion by last action time. Resolves ...•••This reverts commit 446bff05a0f0d344bca9da652431d5612b72209d. 5.0.0-beta1 | 2017-12-29 | 2 | -8/+0 | |
| * | Revert "Add uintNickCompletionOrder to the options widget."•••This reverts commit 6a0906274e93359e90337600192695b39706ff55. | 2017-12-29 | 2 | -26/+5 | |
| * | Revert "Allow adding tooltips to other widgets in the options dialogs."•••This reverts commit 2f723938d6434302e6538e145bf8e1839de93b62. | 2017-12-29 | 11 | -65/+26 | |
| * | Revert "Address @IceN9ne's review."•••This reverts commit f743f315a75977e48112fb9b0605a0f2d9f2eb3a. | 2017-12-29 | 1 | -1/+1 | |
| * | Address @IceN9ne's review. | 2017-12-28 | 1 | -1/+1 | |
| * | Allow adding tooltips to other widgets in the options dialogs. | 2017-12-28 | 11 | -26/+65 | |
| * | Add uintNickCompletionOrder to the options widget. | 2017-12-28 | 2 | -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. | 2017-12-28 | 2 | -0/+8 | |
| * | General code cleanup and coverity fixes - mostly fixes uninitialized members | 2017-10-21 | 2 | -10/+8 | |
| * | OptionsWidget: Fix auto enabling/disabling of smart nickname color same text ...••• * Fixes #2297 | 2017-10-21 | 1 | -1/+5 | |
| * | sound: Fix jumping | 2017-09-27 | 1 | -5/+6 | |
| * | Minor cleanups | 2017-09-27 | 1 | -25/+13 | |
| * | OptionsWidget_message: fix label text "Use specified smart colors for own nic...•••should reflect boolUseSpecifiedSmartColorForOwnNick part resolution for #2297 | 2017-09-04 | 1 | -1/+1 | |
| * | OptionsWidget_message: fix enabling/disabling of selector. | 2017-09-04 | 1 | -1/+1 | |
| * | Add an option to allow the use of smart nickname colours with no background (... | 2017-09-01 | 2 | -0/+4 | |
| * | Clean up properly after the search field in the settings dialog is emptied. | 2017-08-30 | 1 | -30/+44 | |
| * | Make the "window list type" selector a combobox instead of a checkbox. | 2017-08-29 | 2 | -1/+25 | |
| * | 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 | 2017-08-29 | 2 | -2/+20 | |
| * | Remove lots of redundant line feeds around block elements in the docs. | 2017-08-25 | 1 | -1/+1 | |
| * | Fix centering of servers dialog in parent KviMainWindow••• * Fixes #2158 | 2017-06-23 | 1 | -1/+1 | |
| * | Make Windows code Unicode-aware (#2219) | 2017-05-24 | 1 | -1/+1 | |
| * | KviProxy: Make class member data private | 2017-02-09 | 2 | -24/+20 | |
| * | Fix issue with parsing two strings for Poedit | 2016-11-15 | 2 | -0/+2 | |
| * | Fix unnecessary escaping of % in strings. | 2016-11-14 | 2 | -2/+2 | |
| * | OptionsWidget: Fix checking of IPv6 address instead of IPv4 where needed | 2016-11-12 | 1 | -1/+1 | |
| * | KviIpEditor: Change to a QLineEdit and update code.••• * Changes from a multi-QLineEdit box for each part of the IP address to a single QLineEdit which allows pasting of IP addresses rather than having to hand type them in. * Uses Qt5's QHostAddress to proccess the input and validate the IPs * Fixes the OptionsWidget_servers to enable/disable the KviIpEditor depending on if the Cache IP checkbox is checked or not. | 2016-11-11 | 3 | -14/+16 | |
| * | Cleanup included files | 2016-10-28 | 4 | -3/+4 |
