aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* KvsObjectLayout: Use correct macroGravatar staticfox2016-08-151-2/+2
* PopupEditor: Fix unintentional item reassignmnet•••Fixes #2106 Gravatar staticfox2016-08-141-2/+3
* ScriptEditor: Remove includeGravatar staticfox2016-08-131-1/+0
* PopupEditor: Maybe fix #2012•••Refactor some stuff too Gravatar staticfox2016-08-132-60/+32
* ScriptEditor: Refactor a bitGravatar staticfox2016-08-133-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. Gravatar Andrio Celos2016-08-131-2/+9
* OptionsAwayWidget: Remove pointless destructorGravatar staticfox2016-08-122-5/+1
* bkvitrayicon: Move srand to module initGravatar staticfox2016-08-121-2/+1
* bkvitrayicon: Remove pointless castGravatar staticfox2016-08-121-1/+1
* libkvitrayicon: Use C++ headers insteadGravatar staticfox2016-08-121-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 Gravatar Fylwind2016-08-122-32/+24
* KviTrayIcon: Get rid of the die() methodGravatar staticfox2016-08-112-10/+4
* OptionsWidget_proxy: Change the ordering when commitingGravatar staticfox2016-08-111-4/+4
* libkviwindow: Properly enumerateGravatar staticfox2016-08-111-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. Gravatar staticfox2016-08-101-1/+1
* void range-for loops when things are being destroyed•••Otherwise, the iterator gets invalidated and undefined behaviour can occur. Gravatar staticfox2016-08-083-12/+8
* DccChatWindow: Fix possible issue in tryFlushOutBuffers()Gravatar staticfox2016-08-081-1/+3
* TermWidget: Fix typoGravatar staticfox2016-08-081-1/+1
* Fixes Issue #2088 (#2091)Gravatar IceN9ne2016-08-082-7/+17
* Add forgotten calls to clear()Gravatar staticfox2016-08-073-0/+5
* Remove KviParameterList•••It wasn't used anyway ^^ Gravatar staticfox2016-08-077-7/+0
* DccChatWindow: Move to deque and unique pointersGravatar staticfox2016-08-072-14/+7
* proxywidget: More cleanupGravatar staticfox2016-08-073-5/+6
* Links: Refactor links window and links widgetGravatar staticfox2016-08-073-29/+24
* SocketSpy: Move to unordered_setGravatar staticfox2016-08-072-12/+10
* libkviterm: Move to unordered_setGravatar staticfox2016-08-073-29/+22
* serverwidget: Remove un-needed if checksGravatar staticfox2016-08-071-12/+5
* KviProxyDatabase: Move to vector and unique pointersGravatar staticfox2016-08-073-19/+21
* remove unused variables•••@AndrioCelos is that it? Gravatar un1versal2016-08-071-2/+0
* Textbrowser : fix loading HTML files on Windows•••fixes #2076 Gravatar un1versal2016-08-071-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. Gravatar staticfox2016-08-038-144/+122
* documentation: typos + formatting fixesGravatar un1versal2016-08-013-14/+13
* documentaion: formatting fixesGravatar un1versal2016-07-273-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. Gravatar staticfox2016-07-271-1/+1
* documentation: cleanup and try to improve readability•••some in doc function/command links were dead, so we fix those too. Gravatar un1versal2016-07-261-31/+27
* KvsObject_groupBox: must add a hashtag else it wont fly as a real commentGravatar un1versal2016-07-211-3/+4
* KvsObject_groupBox.cpp: Fix documentation commentsGravatar un1versal2016-07-211-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 Gravatar un1versal2016-07-191-3/+3
* KTorrentDbusInterface: Dont state opinions in description of interface•••this was already done ages ago for all player interfaces by myself, via Dessas feedbackGravatar un1versal2016-07-141-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.Gravatar un1versal2016-07-102-8/+7
* Raise limits on log loading optionsGravatar Vladimir Panteleev2016-07-092-8/+8
* consistency fixes: few cosmetic string fixesGravatar un1versal2016-07-062-5/+4
* OptionsWidget_*: dont quote around regular wordsGravatar un1versal2016-07-012-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 Gravatar un1versal2016-06-301-2/+2
* CustomizeToolBarsDialog: fix cosmetic formatting•••due to rebase conflict resolution this was missed Gravatar un1versal2016-06-281-3/+3
* CustomizeToolBarsDialog: add import toolbar button•••export exists so why not import? resolves #1943 Gravatar un1versal2016-06-282-5/+17
* KviUserListView: add minimum width for userlist (#2028)Gravatar un1versal2016-06-282-13/+25
* various: add collumn width, read labelsGravatar un1versal2016-06-285-4/+21
* Fix tooltips in "Notifier" settings page•••The tooltip text was being incorrectly appended to the previous widgets' tooltips. Gravatar Vladimir Panteleev2016-06-241-3/+3
* ScriptEditorImplementation: insert italic ctrl char in KVS editor••• when Ctrl+I is pressed. Fixes #2010 Gravatar un1versal2016-06-171-0/+3