| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | KvsObjectLayout: Use correct macro | 2016-08-15 | 1 | -2/+2 | |
| * | PopupEditor: Fix unintentional item reassignmnet•••Fixes #2106 | 2016-08-14 | 1 | -2/+3 | |
| * | KviIrcView: Move to vector | 2016-08-14 | 3 | -13/+9 | |
| * | fix empty tooltip glitch when not connected to a server. | 2016-08-14 | 1 | -0/+2 | |
| * | 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 | 5 | -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. | 2016-08-13 | 4 | -7/+17 | |
| * | KviWindow: Fix build | 2016-08-12 | 1 | -1/+1 | |
| * | OptionsAwayWidget: Remove pointless destructor | 2016-08-12 | 2 | -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. | 2016-08-12 | 1 | -1/+1 | |
| * | KviWindow: Skip over blank lines when replaying logs•••Fixes #2103 | 2016-08-12 | 1 | -0/+3 | |
| * | 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 | |
| * | KviIrcConnection: Topple the leaning tower of if statements | 2016-08-12 | 1 | -18/+14 | |
| * | Clean up KviActionDrawer•••Remove a lot of unused and unneeded stuff. | 2016-08-12 | 2 | -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 | 2016-08-12 | 2 | -32/+24 | |
| * | Remove unused m_oStoredWindowStates | 2016-08-12 | 1 | -24/+0 | |
| * | numericHandlers: Fix off-by-one in parseNumericStats | 2016-08-12 | 1 | -2/+2 | |
| * | KviWindow: QVector -> std::vector•••Simplify | 2016-08-12 | 1 | -22/+14 | |
| * | KviTrayIcon: Get rid of the die() method | 2016-08-11 | 4 | -21/+6 | |
| * | KviWindow: Remove if checks on delete | 2016-08-11 | 1 | -12/+6 | |
| * | KviBuildInfo: Add build types | 2016-08-11 | 3 | -0/+19 | |
| * | OptionsWidget_proxy: Change the ordering when commiting | 2016-08-11 | 1 | -4/+4 | |
| * | libkviwindow: Properly enumerate | 2016-08-11 | 1 | -2/+4 | |
| * | KviMainWindow: Enumerate through module extension toolbars properly | 2016-08-11 | 1 | -1/+4 | |
| * | KviIrcContext: More pointless checks | 2016-08-11 | 1 | -6/+0 | |
| * | KviIrcContext: Remove redundant checks when deleting | 2016-08-11 | 1 | -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 | 2016-08-11 | 2 | -6/+2 | |
| * | KviIrcContext: Properly enumerate the vector when deleting | 2016-08-11 | 1 | -2/+4 | |
| * | KviWindow: 0 => nullptr | 2016-08-11 | 1 | -2/+2 | |
| * | KviConsoleWindow: Remove pointless ifdef guard and assignment | 2016-08-11 | 1 | -7/+1 | |
| * | KvsEventTable: Update descriptions for OnNickServAuth | 2016-08-10 | 1 | -2/+2 | |
| * | KVS: Add event handler for CAP•••Closes #2068 | 2016-08-10 | 3 | -1/+28 | |
| * | KviInputEditor: Trailing tab | 2016-08-10 | 1 | -1/+1 | |
| * | KviInputEditor: Fix HTML | 2016-08-10 | 1 | -1/+1 | |
| * | SimpleCommands: Add wrapper for operwall | 2016-08-10 | 3 | -0/+38 | |
| * | SimpleCommands: Add wrapper for wallops | 2016-08-10 | 3 | -0/+38 | |
| * | SimpleCommands/whois: Fix segfault•••Don't call encodeText() on a null pointer when we don't have a connection | 2016-08-10 | 1 | -0/+2 | |
| * | SimpleCommands/whowas: Fix segfault•••Don't call encodeText() on a null pointer when we don't have a connection | 2016-08-10 | 1 | -0/+2 | |
| * | IpcSentinel: Simplify | 2016-08-10 | 1 | -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 | 2016-08-10 | 1 | -3/+4 | |
| * | KviIrcView_events: Trailing tab | 2016-08-10 | 1 | -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. | 2016-08-10 | 3 | -1/+14 | |
| * | KviFileTransfer: Fix freeze when killing terminated transfers•••fixes #2096 | 2016-08-08 | 1 | -9/+7 | |
| * | void range-for loops when things are being destroyed•••Otherwise, the iterator gets invalidated and undefined behaviour can occur. | 2016-08-08 | 4 | -14/+10 | |
| * | 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 |
