| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | DccChatWindow: Fix error handling | IceN9ne | 2018-04-22 | 1 | -2/+2 |
| | * | Fix Coverity complaints about uninitialized member variables | IceN9ne | 2018-04-14 | 13 | -35/+22 |
| | * | fix doc folder cleanup fallout (#2370) | Benjamin Staneck | 2018-04-11 | 1 | -1/+1 |
| | * | Docs folder cleanup (#2366)•••* delete accelerator.keys.txt
content is at https://github.com/kvirc/KVIrc/wiki/Keyboard-shortcuts
* delete INSTALL and doc/INSTALL.txt
content is at https://github.com/kvirc/KVIrc/wiki/installation
* delete doc/firefox.hack.txt
should no longer be needed
* delete doc/themes.howto.txt
content is at https://github.com/kvirc/KVIrc/wiki/tutorials
* delete doc/INSTALL-MacOS.txt
content is at https://github.com/kvirc/KVIrc/wiki/Compiling-KVIrc-from-git-on-macOS-Sierra
* add another VS file to .gitignore
* delete doc/FAQ
content is at https://github.com/kvirc/KVIrc/wiki/FAQ
* delete old TODOs
content should be, if relevant, in issues
* delete doc/addon.howto.txt
content is at https://github.com/kvirc/KVIrc/wiki/Addons
* delete doc/scripting.faq.txt
content is at https://github.com/kvirc/KVIrc/wiki/tutorials
* delete translations.howto.txt and translations.spanish.notes.txt
content should be at https://github.com/kvirc/KVIrc/wiki/Updating-KVIrc's-translations
* delete win32_run_cmake.bat
outdated?
* adjust CMakeLists.txt for removed files
* delete Windows compilation instructions
content is at https://github.com/kvirc/KVIrc/wiki/Compiling-KVIrc-on-Windows
* delete doc/hackers.guide.txt
content is at https://github.com/kvirc/KVIrc/wiki/The-Source-Tree
* delete doc/ui-style-tips.txt
content is at https://github.com/kvirc/KVIrc/wiki/Contributing-code-to-KVIrc's-repositories
* adjust README to doc changes
* move main license file to root
* adjust mentions of copyright files
* revert status badges back from shields.io
shields.io is overloaded all the time so the badges never display
* change cmake syntax
* restore the about license text to its original glory and install the amip license only on windows
* update GPL2 from the GNU website
* change the installer to show ABOUT-LICENSE as well
| Benjamin Staneck | 2018-04-10 | 1 | -1/+1 |
| | * | AliasEditorWindow: Add "Export All to ..." button for more consistent UI | craftwar | 2018-04-09 | 1 | -0/+3 |
| | * | Revert "Remove gzipped logs as an option"•••This reverts commit aa64034f955f6b8221e8e844363009dfba738553.
| IceN9ne | 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
| OmegaPhil | 2018-03-02 | 1 | -5/+1 |
| | * | spellchecker: Stop trying to load invalid dictionaries. | IceN9ne | 2018-02-19 | 1 | -0/+3 |
| | * | Add option to prioritize nick tab completion by last action time. Implements ... | IceN9ne | 2018-02-19 | 1 | -3/+6 |
| | * | QRegExp: Enable greedy quantifiers in regex pattern matching. | IceN9ne | 2018-02-09 | 1 | -17/+17 |
| | * | fix typo in libkvidcc.cpp | wodim | 2018-01-11 | 1 | -1/+1 |
| | * | Move Class Window List option to its proper location••• * Fixes #2330
| IceN9ne | 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 | Szymon Tomasz Stefanek | 2017-12-29 | 2 | -8/+0 |
| | * | Revert "Add uintNickCompletionOrder to the options widget."•••This reverts commit 6a0906274e93359e90337600192695b39706ff55.
| Szymon Tomasz Stefanek | 2017-12-29 | 2 | -26/+5 |
| | * | Revert "Allow adding tooltips to other widgets in the options dialogs."•••This reverts commit 2f723938d6434302e6538e145bf8e1839de93b62.
| Szymon Tomasz Stefanek | 2017-12-29 | 11 | -65/+26 |
| | * | Revert "Address @IceN9ne's review."•••This reverts commit f743f315a75977e48112fb9b0605a0f2d9f2eb3a.
| Szymon Tomasz Stefanek | 2017-12-29 | 1 | -1/+1 |
| | * | Fix about text | Szymon Tomasz Stefanek | 2017-12-28 | 2 | -2/+2 |
| | * | Fix about text | Szymon Tomasz Stefanek | 2017-12-28 | 2 | -4/+4 |
| | * | Fix #2240 | Szymon Tomasz Stefanek | 2017-12-28 | 1 | -4/+11 |
| | * | Address @IceN9ne's review. | Andrio Celos | 2017-12-28 | 1 | -1/+1 |
| | * | Allow adding tooltips to other widgets in the options dialogs. | Andrio Celos | 2017-12-28 | 11 | -26/+65 |
| | * | Add uintNickCompletionOrder to the options widget. | Andrio Celos | 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.
| Andrio Celos | 2017-12-28 | 2 | -0/+8 |
| | * | Pull in wodim's fix for #1959 | Szymon Tomasz Stefanek | 2017-12-28 | 2 | -3/+5 |
| | * | 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.
| wodim | 2017-12-27 | 2 | -10/+8 |
| | * | Support OpenSSL 1.1.0 (#2223)•••Fixes #2151. | Vladimir Panteleev | 2017-12-11 | 3 | -25/+51 |
| | * | General code cleanup and coverity fixes - mostly fixes uninitialized members | IceN9ne | 2017-10-21 | 11 | -71/+53 |
| | * | Fix typo introduced in e9f3c22 | IceN9ne | 2017-10-21 | 1 | -3/+3 |
| | * | OptionsWidget: Fix auto enabling/disabling of smart nickname color same text ...••• * Fixes #2297
| IceN9ne | 2017-10-21 | 1 | -1/+5 |
| | * | notifier module: general code cleanup | IceN9ne | 2017-10-21 | 8 | -210/+127 |
| | * | 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'
| minduser00 | 2017-09-28 | 1 | -4/+4 |
| | * | sound: Fix jumping | staticfox | 2017-09-27 | 1 | -5/+6 |
| | * | Minor cleanups | staticfox | 2017-09-27 | 1 | -25/+13 |
| | * | 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
| Fabio Bas | 2017-09-21 | 1 | -0/+4 |
| | * | Fix invalid IP integer for DCC RSEND request (#2252)•••* Fix invalid IP integer for RSEND | Kevin Mian Kraiker | 2017-09-10 | 1 | -1/+1 |
| | * | small typo (#2305)•••Stray space in parameter "No Focus" must be "NoFocus". | minduser00 | 2017-09-10 | 1 | -1/+1 |
| | * | Revert "Escape things in the class editor. Fixes #2211. (#2243)"•••This reverts commit 549d6f1a78a66ad3ee31a5d957e26fb06b03f95c.
| wodim | 2017-09-06 | 1 | -5/+2 |
| | * | OptionsWidget_message: fix label text "Use specified smart colors for own nic...•••should reflect boolUseSpecifiedSmartColorForOwnNick
part resolution for #2297 | the-j0k3r | 2017-09-04 | 1 | -1/+1 |
| | * | OptionsWidget_message: fix enabling/disabling of selector. | wodim | 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.
| wodim | 2017-09-03 | 4 | -46/+41 |
| | * | PackAddonDialog: Show the output path when an addon is exported.•••Fixes #2293.
| wodim | 2017-09-01 | 1 | -1/+1 |
| | * | Add an option to allow the use of smart nickname colours with no background (... | wodim | 2017-09-01 | 2 | -0/+4 |
| | * | Don't crash on reguser.add if the provided mask is already assigned to other ...•••Fixes #2289
| wodim | 2017-08-31 | 1 | -1/+1 |
| | * | Fix wrapping of <pre> in the docs.•••Fixes #2288
| wodim | 2017-08-31 | 11 | -137/+137 |
| | * | Clean up properly after the search field in the settings dialog is emptied. | wodim | 2017-08-30 | 1 | -30/+44 |
| | * | Make the "window list type" selector a combobox instead of a checkbox. | wodim | 2017-08-29 | 2 | -1/+25 |
| | * | Add OwnAction, OwnActionCrypted and TopicCrypted message types.•••For our existing themes, I have copied the action style over to
the own action and own crypted action styles, and the topic style
over to the topic crypted style. But the authors of those themes
can change them if they want.
I have also used the action icon for the own action and own action
crypted icons.
| wodim | 2017-08-29 | 3 | -3/+3 |
| | * | misc doc fixes | wodim | 2017-08-29 | 1 | -1/+1 |
| | * | 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
| wodim | 2017-08-29 | 2 | -2/+20 |
| | * | Remove EventEditorWindow.setCurrentHandlerEnabled. (#2275) | Andrio Celos | 2017-08-28 | 1 | -1/+0 |