aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Remove the default stylesheet.•••Fixes #2307 and #2294 Gravatar wodim2017-12-211-15/+0
| * 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
| * Support OpenSSL 1.1.0 (#2223)•••Fixes #2151.Gravatar Vladimir Panteleev2017-12-114-35/+92
| * 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
| * 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-281-4/+4
| * 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
| * 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-213-4/+25
| * 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
| * Work around the 'disappearing console' problem. Setting a style sheet on QCom...Gravatar Szymon Tomasz Stefanek2017-09-101-3/+10
| * Revert "Escape things in the class editor. Fixes #2211. (#2243)"•••This reverts commit 549d6f1a78a66ad3ee31a5d957e26fb06b03f95c. Gravatar wodim2017-09-062-9/+3
| * 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
| * KviKvsPopupMenu: Code cleanup••• * Fixes #2295 Gravatar IceN9ne2017-09-022-219/+150
| * 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-017-14/+23
| * KviTreeWindowList: Fix the broken background color if a stylesheet has been l...Gravatar wodim2017-08-311-4/+12
| * Don't crash on reguser.add if the provided mask is already assigned to other ...•••Fixes #2289 Gravatar wodim2017-08-311-1/+1
| * Overriding this misspellingGravatar wodim2017-08-311-1/+1
| * Show if the current theme has been overriden with a stylesheetGravatar wodim2017-08-311-1/+3
| * KviRuntimeInfo: Fix the Qt theme detection••• * Fixes #2290 Gravatar IceN9ne2017-08-312-1/+6
| * Fix wrapping of <pre> in the docs.•••Fixes #2288 Gravatar wodim2017-08-3113-151/+151
| * Allow the user to bypass the default stylesheet.•••Fixes #2229 Gravatar wodim2017-08-311-8/+12
| * Clean up properly after the search field in the settings dialog is emptied.Gravatar wodim2017-08-301-30/+44
| * Handle ftpes:// links too.Gravatar wodim2017-08-292-1/+10