| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanup included files | 2016-10-28 | 41 | -63/+74 | |
| * | Add option to ignore special characters in nick completion.•••Implements #794 | 2016-09-14 | 1 | -0/+2 | |
| * | Blowfish: Remove unnecessary dynamic allocation and clarify implecations of k... | 2016-09-12 | 2 | -6/+6 | |
| * | kill some more xp support and bump Devel::PPPort•••- remove specification of subsystem, now that we dropped XP - update nsis to force Vista+ - get maketool from cmake var, no conditional needed anymore - bump Devel::PPPort to 3.35 (no code change) | 2016-08-20 | 1 | -3/+3 | |
| * | CodeTesterWindow: Use unordered_set | 2016-08-19 | 2 | -10/+15 | |
| * | general: Cleanup | 2016-08-18 | 3 | -23/+15 | |
| * | OptionsWidget_dcc: add full stop at sentence end. | 2016-08-17 | 1 | -1/+1 | |
| * | OptionsWidget_ircOutput: fix show own part message label•••and also add a tooltip explaining how this logic works. resolves #2107 | 2016-08-16 | 1 | -1/+8 | |
| * | OptionsWidget_ircOutput: remove unused code | 2016-08-16 | 1 | -5/+1 | |
| * | HttpFileTransfer: no need to use abreviattions | 2016-08-16 | 1 | -2/+2 | |
| * | DccFileTransfer: no need to use abreviations | 2016-08-16 | 1 | -3/+3 | |
| * | KvsObjectLayout: Use correct macro | 2016-08-15 | 1 | -2/+2 | |
| * | PopupEditor: Fix unintentional item reassignmnet•••Fixes #2106 | 2016-08-14 | 1 | -2/+3 | |
| * | ScriptEditor: Remove include | 2016-08-13 | 1 | -1/+0 | |
| * | PopupEditor: Maybe fix #2012•••Refactor some stuff too | 2016-08-13 | 2 | -60/+32 | |
| * | ScriptEditor: Refactor a bit | 2016-08-13 | 3 | -68/+45 | |
| * | Add /away -d for GUI actions to override the boolUseAwayMessage option. Fixes...•••* Add /away -d for GUI actions to override the boolUseAwayMessage option. Fixes #2101. * Fix #2102. | 2016-08-13 | 1 | -2/+9 | |
| * | OptionsAwayWidget: Remove pointless destructor | 2016-08-12 | 2 | -5/+1 | |
| * | bkvitrayicon: Move srand to module init | 2016-08-12 | 1 | -2/+1 | |
| * | bkvitrayicon: Remove pointless cast | 2016-08-12 | 1 | -1/+1 | |
| * | libkvitrayicon: Use C++ headers instead | 2016-08-12 | 1 | -6/+4 | |
| * | Clean up libkvitrayicon••• - m_awayPopup: this gets cleaned up by the destructor - m_flashingTimer: this gets cleaned up by the destructor - m_pTitleLabel: this gets cleaned up by its parent m_pContextPopup - protected: not needed since class is final | 2016-08-12 | 2 | -32/+24 | |
| * | KviTrayIcon: Get rid of the die() method | 2016-08-11 | 2 | -10/+4 | |
| * | OptionsWidget_proxy: Change the ordering when commiting | 2016-08-11 | 1 | -4/+4 | |
| * | libkviwindow: Properly enumerate | 2016-08-11 | 1 | -2/+4 | |
| * | EventManager: Add overload method to prevent crash•••To prevent the virtual table from no longer existing after we unload a DLL or shared object, make a copy of the event handler within the manager and allocate the pointer directly within the exe. | 2016-08-10 | 1 | -1/+1 | |
| * | void range-for loops when things are being destroyed•••Otherwise, the iterator gets invalidated and undefined behaviour can occur. | 2016-08-08 | 3 | -12/+8 | |
| * | DccChatWindow: Fix possible issue in tryFlushOutBuffers() | 2016-08-08 | 1 | -1/+3 | |
| * | TermWidget: Fix typo | 2016-08-08 | 1 | -1/+1 | |
| * | Fixes Issue #2088 (#2091) | 2016-08-08 | 2 | -7/+17 | |
| * | Add forgotten calls to clear() | 2016-08-07 | 3 | -0/+5 | |
| * | Remove KviParameterList•••It wasn't used anyway ^^ | 2016-08-07 | 7 | -7/+0 | |
| * | DccChatWindow: Move to deque and unique pointers | 2016-08-07 | 2 | -14/+7 | |
| * | proxywidget: More cleanup | 2016-08-07 | 3 | -5/+6 | |
| * | Links: Refactor links window and links widget | 2016-08-07 | 3 | -29/+24 | |
| * | SocketSpy: Move to unordered_set | 2016-08-07 | 2 | -12/+10 | |
| * | libkviterm: Move to unordered_set | 2016-08-07 | 3 | -29/+22 | |
| * | serverwidget: Remove un-needed if checks | 2016-08-07 | 1 | -12/+5 | |
| * | KviProxyDatabase: Move to vector and unique pointers | 2016-08-07 | 3 | -19/+21 | |
| * | remove unused variables•••@AndrioCelos is that it? | 2016-08-07 | 1 | -2/+0 | |
| * | Textbrowser : fix loading HTML files on Windows•••fixes #2076 | 2016-08-07 | 1 | -1/+1 | |
| * | 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. | 2016-08-03 | 8 | -144/+122 | |
| * | documentation: typos + formatting fixes | 2016-08-01 | 3 | -14/+13 | |
| * | documentaion: formatting fixes | 2016-07-27 | 3 | -6/+6 | |
| * | NickServWidget: Use raw NickServ instead of msg NickServ•••IRCds have aliases in their configuration to route messages to services specifically. In other words, instead of doing /msg nickserv the IRCd treats it like /msg NickServ!NickServ@services.generic.net. This is to aid in the security that sensitive message will get routed to the service, in the even that if services are down and a malicious user takes over the nick, messages using /nickserv will not be sent to that user. | 2016-07-27 | 1 | -1/+1 | |
| * | documentation: cleanup and try to improve readability•••some in doc function/command links were dead, so we fix those too. | 2016-07-26 | 1 | -31/+27 | |
| * | KvsObject_groupBox: must add a hashtag else it wont fly as a real comment | 2016-07-21 | 1 | -3/+4 | |
| * | KvsObject_groupBox.cpp: Fix documentation comments | 2016-07-21 | 1 | -3/+6 | |
| * | Row/Col: Rename row to line and dont use 0 base for first line•••without this patch when theres a KVS error you are pointed to a specific line x near char y but when you open an editor the error is in fact on the previous line | 2016-07-19 | 1 | -3/+3 | |
| * | KTorrentDbusInterface: Dont state opinions in description of interface•••this was already done ages ago for all player interfaces by myself, via Dessas feedback | 2016-07-14 | 1 | -1/+1 |
