summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-297-112/+42
* 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-2913-128/+114
* Revert "Address @IceN9ne's review."•••This reverts commit f743f315a75977e48112fb9b0605a0f2d9f2eb3a. Gravatar Szymon Tomasz Stefanek2017-12-293-35/+51
* Correct READMEGravatar Szymon Tomasz Stefanek2017-12-291-1/+1
* Fix makedist script. Add a super-minimal readme entry.Gravatar Szymon Tomasz Stefanek2017-12-292-0/+20
* Fix about textGravatar Szymon Tomasz Stefanek2017-12-282-2/+2
* Bump version number to 4.9.3 for releaseGravatar Szymon Tomasz Stefanek2017-12-281-1/+1
* Fix about textGravatar Szymon Tomasz Stefanek2017-12-282-4/+4
* Fix #2240Gravatar Szymon Tomasz Stefanek2017-12-281-4/+11
* Remove --immediate switch from deleteGravatar Szymon Tomasz Stefanek2017-12-281-15/+9
* Restore Juanjo's nameGravatar Szymon Tomasz Stefanek2017-12-282-4/+4
* Fix macOS Travis build•••Newer versions of rvm require you to import their key before you can use it.Gravatar Benjamin Staneck2017-12-281-0/+1
* Fix more memory leaksGravatar Szymon Tomasz Stefanek2017-12-282-21/+24
* Fix some memory leaksGravatar Szymon Tomasz Stefanek2017-12-282-19/+27
* Fix uninitialized variable accessGravatar Szymon Tomasz Stefanek2017-12-281-0/+1
* Address @IceN9ne's review.Gravatar Andrio Celos2017-12-283-51/+35
* Allow adding tooltips to other widgets in the options dialogs.Gravatar Andrio Celos2017-12-2813-114/+128
* 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-287-42/+112
* Tabs need to stay in a block on their ownGravatar Szymon Tomasz Stefanek2017-12-281-3/+1
* Better handling of tabs in KviIrcView. Not perfect but at least they aren't f...Gravatar Szymon Tomasz Stefanek2017-12-283-75/+95
* Pull in wodim's fix for #1959Gravatar Szymon Tomasz Stefanek2017-12-286-3/+26
* Maybe fix #2320. Needs testing on high DPI monitors.Gravatar Szymon Tomasz Stefanek2017-12-281-1/+2
* Attempt to work on #2302. Needs testing.Gravatar Szymon Tomasz Stefanek2017-12-282-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. Gravatar wodim2017-12-272-10/+8
* Workaround to vc_redist #2335 (#2336)Gravatar craftwar2017-12-221-0/+1
* Remove the default stylesheet.•••Fixes #2307 and #2294 Gravatar wodim2017-12-213-21/+0
* AppVeyor: update Qt to 5.9, upgrade to VS2017•••Close #2325 Gravatar craftwar2017-12-212-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).Gravatar wolfi3232017-12-201-1/+1
* Updated OpenSSL version to 1.0.2nGravatar IceN9ne2017-12-201-2/+2
* Support OpenSSL 1.1.0 (#2223)•••Fixes #2151.Gravatar Vladimir Panteleev2017-12-114-35/+92
* AppVeyor: Updated OpenSSL version to 1.0.2mGravatar IceN9ne2017-11-051-1/+1
* KviInputEditor: Fix issue with clicking at the end of the line causing a sele...Gravatar IceN9ne2017-11-051-1/+1
* General code cleanup and coverity fixes - mostly fixes uninitialized membersGravatar IceN9ne2017-10-2124-173/+122
* 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
* Make the issue/PR templates much simpler. (#2301)Gravatar wodim2017-10-023-31/+12
* bug in example of manual (#2315)•••Bug in an example of the manualGravatar minduser002017-10-021-1/+1
* Another typo in the manual (#2312)Gravatar minduser002017-10-011-1/+1
* IPC: Fix unsigned issue in for loopGravatar IceN9ne2017-09-301-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' Gravatar minduser002017-09-282-5/+5
* sound: Fix jumpingGravatar staticfox2017-09-271-5/+6
* IPC: Fix casting with XQueryTreeGravatar staticfox2017-09-271-1/+1
* Minor cleanupsGravatar staticfox2017-09-272-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 Gravatar staticfox2017-09-279-16/+16
* ChannelWindow: Match return type of maskCount()Gravatar staticfox2017-09-271-2/+2
* ServerInfo: Add missing usermodes for unreal4•••Fixes #2309 Gravatar staticfox2017-09-272-0/+15
* gitignore: Ignore vscodeGravatar staticfox2017-09-271-0/+1