| Commit message (Expand) | Author | Age | Files | Lines |
| * | KviBuildInfo: Add build types | staticfox | 2016-08-11 | 2 | -0/+15 |
| * | Remove KviParameterList•••It wasn't used anyway ^^
| staticfox | 2016-08-07 | 2 | -320/+0 |
| * | KviProxyDatabase: Fix MSVC bug | staticfox | 2016-08-07 | 1 | -0/+2 |
| * | KviIrcServerReconnectInfo: Refactor | staticfox | 2016-08-07 | 3 | -61/+4 |
| * | KviProxyDatabase: Move to vector and unique pointers | staticfox | 2016-08-07 | 3 | -37/+26 |
| * | KviDnsResolver: Refactor KviPointerList into std::vector•••Remove unused code
| staticfox | 2016-08-03 | 2 | -66/+28 |
| * | Part 1: Bring KVIrc to the 21st century•••Avoid many un-necessary memory allocations as well as start
the migration to unique pointers where appropriate.
Start migrating out of the KVirc standard library into the C++ standard
library.
| staticfox | 2016-08-03 | 1 | -0/+73 |
| * | Shut down cleanly on SIGTERM and SIGINT•••SIGTERM is the standard way on POSIX for the OS to tell an application
to close. It can be sent when the computer is shutting down or the user
is logging off, as well as by the user, directly, or indirectly (e.g. by
using a task manager).
SIGINT is sent when the user presses Ctrl+C in a terminal window in
which the program is running.
In both of these cases, KVIrc should shut down cleanly, as if the user
closed the main window. This implies flushing logs.
By implementing SIGTERM and SIGINT handling on POSIX, this patch fixes
the log files not being flushed on receiving such a signal, thus causing
the last few lines to be lost.
| Vladimir Panteleev | 2016-07-28 | 3 | -0/+171 |
| * | source: obsolete dirbrowser entries cleanup•••resolves #2005
cleaned-up in:
* KviMediaManager.cpp
* KviWindow.h/.cpp
| un1versal | 2016-07-19 | 1 | -17/+0 |
| * | readd missing error line, which got deleted some misterious way. (#2061) | un1versal | 2016-07-10 | 1 | -8/+9 |
| * | Revert "Readded removed error in cbb974beb2020ee33c0889470548b50f1c935c1c"•••This reverts commit fac8ef83757fa35bf4073360ec0afb41c6b856b8.
| Jason Iverson | 2016-07-10 | 1 | -2/+1 |
| * | Readded removed error in cbb974beb2020ee33c0889470548b50f1c935c1c | Jason Iverson | 2016-07-10 | 1 | -1/+2 |
| * | Add Ctrl+Home/End to scroll to top/bottom (#2046)•••Consistent with other apps, where Ctrl+Home/End jumps to the top/bottom
of the document.
This is mainly useful to quickly jump to the very bottom of a buffer
after a search, as well as UX parity with other clients. | Vladimir Panteleev | 2016-07-09 | 1 | -0/+4 |
| * | separators and copyright headers cleanups•••+ add copyright boilerplate to KviDebugContext.cpp
probably more source files exist with no copyright boilerplate.
this was a by chance find.
| un1versal | 2016-06-14 | 62 | -117/+49 |
| * | source: cosmetic cleanups | un1versal | 2016-06-13 | 1 | -1/+1 |
| * | KviControlCodes: cleanup duplication in control codes | un1versal | 2016-06-12 | 1 | -15/+1 |
| * | various cosmetic cleanups•••notes & separators: consistent formatting
various typos fixes
| un1versal | 2016-06-12 | 3 | -18/+16 |
| * | kvi_shortcuts: replace shortcuts•••* replace Ctrl+Shift+U -> Alt+U (registered usermenu)
* replace Ctrl+Shift+E -> Alt+E (Emoticons controlbox)
resolves #1879
| un1versal | 2016-06-10 | 1 | -5/+4 |
| * | kvi_shortcuts: add recently added + cleanup formatting•••add missing from:
https://github.com/kvirc/KVIrc/commit/b73ca2e8e8141e7fba7e1a5ed59ce3215ae1f866
| un1versal | 2016-06-10 | 1 | -93/+105 |
| * | add toggle + shortcut to switch between treewidow list <-> classic window lis...•••* KviMenuBar: add toggle Tree Window List -> Classic Window List
resolves #1035
* KviMenuBar: read KviOption_boolUseTreeWindowList flag on the fly
| un1versal | 2016-06-10 | 1 | -0/+1 |
| * | Revert "add toggle Tree Window List -> Classic Window List"•••This reverts commit 2944b27985c4f31aa19abf1a3c3a4d1b4dfe7747.
This needs to check the current state of the flag on the fly
as is it does the opposite when boolUseTreeWindowList is set via other methods
| un1versal | 2016-06-10 | 1 | -1/+0 |
| * | add toggle Tree Window List -> Classic Window List•••resolves #1035
| un1versal | 2016-06-09 | 1 | -0/+1 |
| * | KviMediaManager: add default file handlers Win, OS X + Linux (#1994)•••* also ancient typo fix in applicatoin -> application
This is at best a quick fix since nothing else but KDE was considered till now.
fix #1992 | un1versal | 2016-06-07 | 1 | -12/+44 |
| * | Add better file handlers note•••These handlers are probably OK for KDE but anything else these are useless for sure | un1versal | 2016-06-01 | 1 | -1/+1 |
| * | Small comment fix. | Andrio Celos | 2016-05-30 | 1 | -1/+1 |
| * | kvi_shortcuts: fix emoticons shortcut + update entries | un1versal | 2016-05-30 | 1 | -4/+4 |
| * | Add italic text. Resolves kvirc/KVIrc#1070.•••Move emoticons to code point 0x1C.
| Andrio Celos | 2016-05-29 | 3 | -4/+10 |
| * | wheeeeeeeeee | staticfox | 2016-05-22 | 1 | -2/+2 |
| * | KviLocale: More double underscore isms | staticfox | 2016-05-17 | 1 | -11/+11 |
| * | general: More De-double-underscore-ification | staticfox | 2016-05-17 | 2 | -7/+7 |
| * | kvi_debug: De-underscore-ify here too | staticfox | 2016-05-17 | 1 | -9/+9 |
| * | KviLocale: capitalize asiatic -> Asiatic | un1versal | 2016-05-17 | 1 | -7/+7 |
| * | various cosmetic: consistent comment format•••+ remove separators to make it consistent.
| un1versal | 2016-05-17 | 7 | -33/+62 |
| * | various: minor fixes | un1versal | 2016-05-15 | 2 | -7/+7 |
| * | Various fixes | un1versal | 2016-05-15 | 1 | -1/+1 |
| * | cleanups: remove more dead code odd spaces | un1versal | 2016-05-07 | 22 | -431/+89 |
| * | KviError: fix remainder formatting consistency | un1versal | 2016-05-06 | 1 | -122/+119 |
| * | cleanup: remove more ancient commneted code | un1versal | 2016-05-06 | 4 | -421/+3 |
| * | cleanup separators and remove some unused commented code | un1versal | 2016-05-06 | 1 | -8/+4 |
| * | Cleanup random separators with no comments | un1versal | 2016-05-06 | 3 | -6/+6 |
| * | cleanup duplicate includes p2 | un1versal | 2016-05-04 | 1 | -1/+0 |
| * | cleanup duplicate includes | un1versal | 2016-05-04 | 2 | -2/+0 |
| * | various: remove remaining <nobr> | un1versal | 2016-05-04 | 1 | -2/+2 |
| * | src various: small strings fixes•••its like dejavu
| un1versal | 2016-05-03 | 1 | -1/+1 |
| * | Apply clang-tidy: modernize-loop-convert | Alexey Sokolov | 2016-04-30 | 8 | -34/+34 |
| * | Apply clang-tidy: modernize-use-default | Alexey Sokolov | 2016-04-30 | 25 | -64/+28 |
| * | Apply clang-tidy: modernize-use-override | Alexey Sokolov | 2016-04-30 | 1 | -4/+4 |
| * | Apply clang-tidy: modernize-use-nullptr | Alexey Sokolov | 2016-04-30 | 39 | -255/+255 |
| * | Update my clang-format to 3.8.0•••Don't sort includes
| Alexey Sokolov | 2016-04-30 | 2 | -4/+2 |
| * | Apply clang-format | Alexey Sokolov | 2016-04-29 | 183 | -7217/+8600 |