| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "Add an option to order nick completion by last action time. Resolves ...•••This reverts commit 446bff05a0f0d344bca9da652431d5612b72209d. 5.0.0-beta1 | 2017-12-29 | 7 | -112/+42 | |
| * | 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 | 13 | -128/+114 | |
| * | Revert "Address @IceN9ne's review."•••This reverts commit f743f315a75977e48112fb9b0605a0f2d9f2eb3a. | 2017-12-29 | 3 | -35/+51 | |
| * | Correct README | 2017-12-29 | 1 | -1/+1 | |
| * | Fix makedist script. Add a super-minimal readme entry. | 2017-12-29 | 2 | -0/+20 | |
| * | Fix about text | 2017-12-28 | 2 | -2/+2 | |
| * | Bump version number to 4.9.3 for release | 2017-12-28 | 1 | -1/+1 | |
| * | Fix about text | 2017-12-28 | 2 | -4/+4 | |
| * | Fix #2240 | 2017-12-28 | 1 | -4/+11 | |
| * | Remove --immediate switch from delete | 2017-12-28 | 1 | -15/+9 | |
| * | Restore Juanjo's name | 2017-12-28 | 2 | -4/+4 | |
| * | Fix macOS Travis build•••Newer versions of rvm require you to import their key before you can use it. | 2017-12-28 | 1 | -0/+1 | |
| * | Fix more memory leaks | 2017-12-28 | 2 | -21/+24 | |
| * | Fix some memory leaks | 2017-12-28 | 2 | -19/+27 | |
| * | Fix uninitialized variable access | 2017-12-28 | 1 | -0/+1 | |
| * | Address @IceN9ne's review. | 2017-12-28 | 3 | -51/+35 | |
| * | Allow adding tooltips to other widgets in the options dialogs. | 2017-12-28 | 13 | -114/+128 | |
| * | 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 | 7 | -42/+112 | |
| * | Tabs need to stay in a block on their own | 2017-12-28 | 1 | -3/+1 | |
| * | Better handling of tabs in KviIrcView. Not perfect but at least they aren't f... | 2017-12-28 | 3 | -75/+95 | |
| * | Pull in wodim's fix for #1959 | 2017-12-28 | 6 | -3/+26 | |
| * | Maybe fix #2320. Needs testing on high DPI monitors. | 2017-12-28 | 1 | -1/+2 | |
| * | Attempt to work on #2302. Needs testing. | 2017-12-28 | 2 | -0/+21 | |
| * | 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. | 2017-12-27 | 2 | -10/+8 | |
| * | Workaround to vc_redist #2335 (#2336) | 2017-12-22 | 1 | -0/+1 | |
| * | Remove the default stylesheet.•••Fixes #2307 and #2294 | 2017-12-21 | 3 | -21/+0 | |
| * | AppVeyor: update Qt to 5.9, upgrade to VS2017•••Close #2325 | 2017-12-21 | 2 | -6/+7 | |
| * | Fix #2323 (#2331)•••There should be no need to define xcb_property_notify_event_t here. Doing so results in compile errors if it is already defined (because something includes the xcb headers, which apparently is the case with Qt 5.10). | 2017-12-20 | 1 | -1/+1 | |
| * | Updated OpenSSL version to 1.0.2n | 2017-12-20 | 1 | -2/+2 | |
| * | Support OpenSSL 1.1.0 (#2223)•••Fixes #2151. | 2017-12-11 | 4 | -35/+92 | |
| * | AppVeyor: Updated OpenSSL version to 1.0.2m | 2017-11-05 | 1 | -1/+1 | |
| * | KviInputEditor: Fix issue with clicking at the end of the line causing a sele... | 2017-11-05 | 1 | -1/+1 | |
| * | General code cleanup and coverity fixes - mostly fixes uninitialized members | 2017-10-21 | 24 | -173/+122 | |
| * | Fix typo introduced in e9f3c22 | 2017-10-21 | 1 | -3/+3 | |
| * | OptionsWidget: Fix auto enabling/disabling of smart nickname color same text ...••• * Fixes #2297 | 2017-10-21 | 1 | -1/+5 | |
| * | notifier module: general code cleanup | 2017-10-21 | 8 | -210/+127 | |
| * | Make the issue/PR templates much simpler. (#2301) | 2017-10-02 | 3 | -31/+12 | |
| * | bug in example of manual (#2315)•••Bug in an example of the manual | 2017-10-02 | 1 | -1/+1 | |
| * | Another typo in the manual (#2312) | 2017-10-01 | 1 | -1/+1 | |
| * | IPC: Fix unsigned issue in for loop | 2017-09-30 | 1 | -1/+1 | |
| * | 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' | 2017-09-28 | 2 | -5/+5 | |
| * | sound: Fix jumping | 2017-09-27 | 1 | -5/+6 | |
| * | IPC: Fix casting with XQueryTree | 2017-09-27 | 1 | -1/+1 | |
| * | Minor cleanups | 2017-09-27 | 2 | -27/+15 | |
| * | gettimeofday(): Remove timezone argument•••1) Due to timezone and Daylight Savings, it has been abadonded and deprecated 2) It failed to compile under msvc2017 for whatever reason 3) We've never used it anyway | 2017-09-27 | 9 | -16/+16 | |
| * | ChannelWindow: Match return type of maskCount() | 2017-09-27 | 1 | -2/+2 | |
| * | ServerInfo: Add missing usermodes for unreal4•••Fixes #2309 | 2017-09-27 | 2 | -0/+15 | |
| * | gitignore: Ignore vscode | 2017-09-27 | 1 | -0/+1 |
