aboutsummaryrefslogtreecommitdiffstats
path: root/src
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
* KviIrcView: Move to vectorGravatar staticfox2016-08-143-13/+9
* fix empty tooltip glitch when not connected to a server.Gravatar un1versal2016-08-141-0/+2
* 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-135-137/+58
* 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-134-7/+17
* KviWindow: Fix buildGravatar staticfox2016-08-121-1/+1
* OptionsAwayWidget: Remove pointless destructorGravatar staticfox2016-08-122-5/+1
* KviWindow: Real fix for #2103•••If the log contains a format specifier, output() will see it and try to format the internal string. Gravatar staticfox2016-08-121-1/+1
* KviWindow: Skip over blank lines when replaying logs•••Fixes #2103 Gravatar staticfox2016-08-121-0/+3
* 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
* KviIrcConnection: Topple the leaning tower of if statementsGravatar staticfox2016-08-121-18/+14
* Clean up KviActionDrawer•••Remove a lot of unused and unneeded stuff. Gravatar Fylwind2016-08-122-63/+15
* 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
* Remove unused m_oStoredWindowStatesGravatar Fylwind2016-08-121-24/+0
* numericHandlers: Fix off-by-one in parseNumericStatsGravatar staticfox2016-08-121-2/+2
* KviWindow: QVector -> std::vector•••Simplify Gravatar staticfox2016-08-121-22/+14
* KviTrayIcon: Get rid of the die() methodGravatar staticfox2016-08-114-21/+6
* KviWindow: Remove if checks on deleteGravatar staticfox2016-08-111-12/+6
* KviBuildInfo: Add build typesGravatar staticfox2016-08-113-0/+19
* OptionsWidget_proxy: Change the ordering when commitingGravatar staticfox2016-08-111-4/+4
* libkviwindow: Properly enumerateGravatar staticfox2016-08-111-2/+4
* KviMainWindow: Enumerate through module extension toolbars properlyGravatar staticfox2016-08-111-1/+4
* KviIrcContext: More pointless checksGravatar staticfox2016-08-111-6/+0
* KviIrcContext: Remove redundant checks when deletingGravatar staticfox2016-08-111-6/+3
* KviIrcContext: Properly enumerate the vector while iterating•••Also remove die() from KviIrcDataStreamMonitor as there's no real point to it in this case Gravatar staticfox2016-08-112-6/+2
* KviIrcContext: Properly enumerate the vector when deletingGravatar staticfox2016-08-111-2/+4
* KviWindow: 0 => nullptrGravatar staticfox2016-08-111-2/+2
* KviConsoleWindow: Remove pointless ifdef guard and assignmentGravatar staticfox2016-08-111-7/+1
* KvsEventTable: Update descriptions for OnNickServAuthGravatar staticfox2016-08-101-2/+2
* KVS: Add event handler for CAP•••Closes #2068 Gravatar staticfox2016-08-103-1/+28
* KviInputEditor: Trailing tabGravatar staticfox2016-08-101-1/+1
* KviInputEditor: Fix HTMLGravatar staticfox2016-08-101-1/+1
* SimpleCommands: Add wrapper for operwallGravatar staticfox2016-08-103-0/+38
* SimpleCommands: Add wrapper for wallopsGravatar staticfox2016-08-103-0/+38
* SimpleCommands/whois: Fix segfault•••Don't call encodeText() on a null pointer when we don't have a connection Gravatar staticfox2016-08-101-0/+2
* SimpleCommands/whowas: Fix segfault•••Don't call encodeText() on a null pointer when we don't have a connection Gravatar staticfox2016-08-101-0/+2
* IpcSentinel: SimplifyGravatar staticfox2016-08-101-8/+1
* IPCSentinel: Fix launching on windows twice on irc url click•••2 issues were happening 1) ::FindWindow() was searching for the incorrect class name, the class name of the window is Qt5QWindowIcon not QWidget (I'm guessing Qt changed it at some point or something) 2) We were not setting our window title, thus making it impossible to find the window at all. Fixes #1885 Gravatar staticfox2016-08-101-3/+4
* KviIrcView_events: Trailing tabGravatar staticfox2016-08-101-1/+1
* 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-103-1/+14
* KviFileTransfer: Fix freeze when killing terminated transfers•••fixes #2096 Gravatar staticfox2016-08-081-9/+7
* void range-for loops when things are being destroyed•••Otherwise, the iterator gets invalidated and undefined behaviour can occur. Gravatar staticfox2016-08-084-14/+10
* 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