| Commit message (Expand) | Author | Age | Files | Lines |
| * | KvsObjectLayout: Use correct macro | staticfox | 2016-08-15 | 1 | -2/+2 |
| * | PopupEditor: Fix unintentional item reassignmnet•••Fixes #2106
| staticfox | 2016-08-14 | 1 | -2/+3 |
| * | ScriptEditor: Remove include | staticfox | 2016-08-13 | 1 | -1/+0 |
| * | PopupEditor: Maybe fix #2012•••Refactor some stuff too
| staticfox | 2016-08-13 | 2 | -60/+32 |
| * | ScriptEditor: Refactor a bit | staticfox | 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.
| Andrio Celos | 2016-08-13 | 1 | -2/+9 |
| * | OptionsAwayWidget: Remove pointless destructor | staticfox | 2016-08-12 | 2 | -5/+1 |
| * | bkvitrayicon: Move srand to module init | staticfox | 2016-08-12 | 1 | -2/+1 |
| * | bkvitrayicon: Remove pointless cast | staticfox | 2016-08-12 | 1 | -1/+1 |
| * | libkvitrayicon: Use C++ headers instead | staticfox | 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
| Fylwind | 2016-08-12 | 2 | -32/+24 |
| * | KviTrayIcon: Get rid of the die() method | staticfox | 2016-08-11 | 2 | -10/+4 |
| * | OptionsWidget_proxy: Change the ordering when commiting | staticfox | 2016-08-11 | 1 | -4/+4 |
| * | libkviwindow: Properly enumerate | staticfox | 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.
| staticfox | 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.
| staticfox | 2016-08-08 | 3 | -12/+8 |
| * | DccChatWindow: Fix possible issue in tryFlushOutBuffers() | staticfox | 2016-08-08 | 1 | -1/+3 |
| * | TermWidget: Fix typo | staticfox | 2016-08-08 | 1 | -1/+1 |
| * | Fixes Issue #2088 (#2091) | IceN9ne | 2016-08-08 | 2 | -7/+17 |
| * | Add forgotten calls to clear() | staticfox | 2016-08-07 | 3 | -0/+5 |
| * | Remove KviParameterList•••It wasn't used anyway ^^
| staticfox | 2016-08-07 | 7 | -7/+0 |
| * | DccChatWindow: Move to deque and unique pointers | staticfox | 2016-08-07 | 2 | -14/+7 |
| * | proxywidget: More cleanup | staticfox | 2016-08-07 | 3 | -5/+6 |
| * | Links: Refactor links window and links widget | staticfox | 2016-08-07 | 3 | -29/+24 |
| * | SocketSpy: Move to unordered_set | staticfox | 2016-08-07 | 2 | -12/+10 |
| * | libkviterm: Move to unordered_set | staticfox | 2016-08-07 | 3 | -29/+22 |
| * | serverwidget: Remove un-needed if checks | staticfox | 2016-08-07 | 1 | -12/+5 |
| * | KviProxyDatabase: Move to vector and unique pointers | staticfox | 2016-08-07 | 3 | -19/+21 |
| * | remove unused variables•••@AndrioCelos
is that it?
| un1versal | 2016-08-07 | 1 | -2/+0 |
| * | Textbrowser : fix loading HTML files on Windows•••fixes #2076
| un1versal | 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.
| staticfox | 2016-08-03 | 8 | -144/+122 |
| * | documentation: typos + formatting fixes | un1versal | 2016-08-01 | 3 | -14/+13 |
| * | documentaion: formatting fixes | un1versal | 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.
| staticfox | 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.
| un1versal | 2016-07-26 | 1 | -31/+27 |
| * | KvsObject_groupBox: must add a hashtag else it wont fly as a real comment | un1versal | 2016-07-21 | 1 | -3/+4 |
| * | KvsObject_groupBox.cpp: Fix documentation comments | un1versal | 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
| un1versal | 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 | un1versal | 2016-07-14 | 1 | -1/+1 |
| * | OptionWidget_*: having 0 is equivalent to turning this off (#2060)•••also theres was a discrepancy between tooltip minimum value and actual
minimum value. | un1versal | 2016-07-10 | 2 | -8/+7 |
| * | Raise limits on log loading options | Vladimir Panteleev | 2016-07-09 | 2 | -8/+8 |
| * | consistency fixes: few cosmetic string fixes | un1versal | 2016-07-06 | 2 | -5/+4 |
| * | OptionsWidget_*: dont quote around regular words | un1versal | 2016-07-01 | 2 | -2/+2 |
| * | OptionsWidget_servers: revert minimum width to 600 after e2f8e3d•••Cant make this dialog any wider without making the general preferences
dialog also wider, and this looks not so nice either.
So we ignore part of https://github.com/kvirc/KVIrc/issues/1355 because
thers nothing else to do but compromise, user can enjoy the slightly
taller dialog standalone which is better than nothing
| un1versal | 2016-06-30 | 1 | -2/+2 |
| * | CustomizeToolBarsDialog: fix cosmetic formatting•••due to rebase conflict resolution this was missed
| un1versal | 2016-06-28 | 1 | -3/+3 |
| * | CustomizeToolBarsDialog: add import toolbar button•••export exists so why not import?
resolves #1943
| un1versal | 2016-06-28 | 2 | -5/+17 |
| * | KviUserListView: add minimum width for userlist (#2028) | un1versal | 2016-06-28 | 2 | -13/+25 |
| * | various: add collumn width, read labels | un1versal | 2016-06-28 | 5 | -4/+21 |
| * | Fix tooltips in "Notifier" settings page•••The tooltip text was being incorrectly appended to the previous widgets'
tooltips.
| Vladimir Panteleev | 2016-06-24 | 1 | -3/+3 |
| * | ScriptEditorImplementation: insert italic ctrl char in KVS editor••• when Ctrl+I is pressed.
Fixes #2010
| un1versal | 2016-06-17 | 1 | -0/+3 |