| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | ||
| | * | Remove the default stylesheet.•••Fixes #2307 and #2294 | 2017-12-21 | 1 | -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). | 2017-12-20 | 1 | -1/+1 | ||
| | * | Support OpenSSL 1.1.0 (#2223)•••Fixes #2151. | 2017-12-11 | 4 | -35/+92 | ||
| | * | 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 | ||
| | * | 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 | 1 | -4/+4 | ||
| | * | 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 | ||
| | * | 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 | 2017-09-21 | 3 | -4/+25 | ||
| | * | Fix invalid IP integer for DCC RSEND request (#2252)•••* Fix invalid IP integer for RSEND | 2017-09-10 | 1 | -1/+1 | ||
| | * | small typo (#2305)•••Stray space in parameter "No Focus" must be "NoFocus". | 2017-09-10 | 1 | -1/+1 | ||
| | * | Work around the 'disappearing console' problem. Setting a style sheet on QCom... | 2017-09-10 | 1 | -3/+10 | ||
| | * | Revert "Escape things in the class editor. Fixes #2211. (#2243)"•••This reverts commit 549d6f1a78a66ad3ee31a5d957e26fb06b03f95c. | 2017-09-06 | 2 | -9/+3 | ||
| | * | 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 | ||
| | * | 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. | 2017-09-03 | 4 | -46/+41 | ||
| | * | KviKvsPopupMenu: Code cleanup••• * Fixes #2295 | 2017-09-02 | 2 | -219/+150 | ||
| | * | PackAddonDialog: Show the output path when an addon is exported.•••Fixes #2293. | 2017-09-01 | 1 | -1/+1 | ||
| | * | Add an option to allow the use of smart nickname colours with no background (... | 2017-09-01 | 7 | -14/+23 | ||
| | * | KviTreeWindowList: Fix the broken background color if a stylesheet has been l... | 2017-08-31 | 1 | -4/+12 | ||
| | * | Don't crash on reguser.add if the provided mask is already assigned to other ...•••Fixes #2289 | 2017-08-31 | 1 | -1/+1 | ||
| | * | Overriding this misspelling | 2017-08-31 | 1 | -1/+1 | ||
| | * | Show if the current theme has been overriden with a stylesheet | 2017-08-31 | 1 | -1/+3 | ||
| | * | KviRuntimeInfo: Fix the Qt theme detection••• * Fixes #2290 | 2017-08-31 | 2 | -1/+6 | ||
| | * | Fix wrapping of <pre> in the docs.•••Fixes #2288 | 2017-08-31 | 13 | -151/+151 | ||
| | * | Allow the user to bypass the default stylesheet.•••Fixes #2229 | 2017-08-31 | 1 | -8/+12 | ||
| | * | Clean up properly after the search field in the settings dialog is emptied. | 2017-08-30 | 1 | -30/+44 | ||
| | * | Handle ftpes:// links too. | 2017-08-29 | 2 | -1/+10 | ||
