| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Default DCC Send console confirmation links to use stringUrlFileCommand ↵ | 2016-11-16 | 1 | -1/+2 | ||
| | | | | | | | | instead of hardcoded play command * Also changes default of stringUrlFileCommand to be RUN_THE_BROWSER instead of play * Fixes #1989 | |||||
| * | Fix issue with parsing two strings for Poedit | 2016-11-15 | 2 | -0/+2 | ||
| | | ||||||
| * | Fix unnecessary escaping of % in strings. | 2016-11-14 | 2 | -2/+2 | ||
| | | ||||||
| * | OptionsWidget: Fix checking of IPv6 address instead of IPv4 where needed | 2016-11-12 | 1 | -1/+1 | ||
| | | ||||||
| * | KviIpEditor: Change to a QLineEdit and update code. | 2016-11-11 | 3 | -14/+16 | ||
| | | | | | | | | | | * Changes from a multi-QLineEdit box for each part of the IP address to a single QLineEdit which allows pasting of IP addresses rather than having to hand type them in. * Uses Qt5's QHostAddress to proccess the input and validate the IPs * Fixes the OptionsWidget_servers to enable/disable the KviIpEditor depending on if the Cache IP checkbox is checked or not. | |||||
| * | KvsObject_painter: Fix potential memory leak in class function pen | 2016-11-06 | 1 | -9/+7 | ||
| | | ||||||
| * | KvsObject_pixmap: Fix potential memory leak in class function pixel | 2016-11-06 | 1 | -9/+7 | ||
| | | ||||||
| * | libkviurl: Fix memory leak in void BanFrame::addBan() | 2016-11-05 | 1 | -2/+3 | ||
| | | | | | | If the user entered an empty string or pressed cancel while adding a ban, then pText leaks. | |||||
| * | libkvireguser: Fix memory leak in $reguser.mask | 2016-11-05 | 1 | -1/+1 | ||
| | | | | | | If u is null (user not found in the registered user database) or the parameter N of $reguser.mask is specified, then pArray leaks. | |||||
| * | FileTransferWindow: Add MIME data to right click menu for non-KDE | 2016-11-04 | 1 | -0/+6 | ||
| | | ||||||
| * | Cleanup included files | 2016-10-28 | 41 | -63/+74 | ||
| | | ||||||
| * | Add option to ignore special characters in nick completion. | 2016-09-14 | 1 | -0/+2 | ||
| | | | | | Implements #794 | |||||
| * | Blowfish: Remove unnecessary dynamic allocation and clarify implecations of ↵ | 2016-09-12 | 2 | -6/+6 | ||
| | | | | | key length option choice to users. | |||||
| * | kill some more xp support and bump Devel::PPPort | 2016-08-20 | 1 | -3/+3 | ||
| | | | | | | | | - 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) | |||||
| * | 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 | 2016-08-16 | 1 | -1/+8 | ||
| | | | | | | | and also add a tooltip explaining how this logic works. resolves #2107 | |||||
| * | 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 | 2016-08-14 | 1 | -2/+3 | ||
| | | | | | Fixes #2106 | |||||
| * | ScriptEditor: Remove include | 2016-08-13 | 1 | -1/+0 | ||
| | | ||||||
| * | PopupEditor: Maybe fix #2012 | 2016-08-13 | 2 | -60/+32 | ||
| | | | | | Refactor some stuff too | |||||
| * | ScriptEditor: Refactor a bit | 2016-08-13 | 3 | -68/+45 | ||
| | | ||||||
| * | Add /away -d for GUI actions to override the boolUseAwayMessage option. ↵ | 2016-08-13 | 1 | -2/+9 | ||
| | | | | | | | | | Fixes #2101 and fixes #2102. (#2104) * Add /away -d for GUI actions to override the boolUseAwayMessage option. Fixes #2101. * Fix #2102. | |||||
| * | 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 | 2016-08-12 | 2 | -32/+24 | ||
| | | | | | | | | - 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 | |||||
| * | 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 | 2016-08-10 | 1 | -1/+1 | ||
| | | | | | | | 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. | |||||
| * | void range-for loops when things are being destroyed | 2016-08-08 | 3 | -12/+8 | ||
| | | | | | | Otherwise, the iterator gets invalidated and undefined behaviour can occur. | |||||
| * | 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 | 2016-08-07 | 7 | -7/+0 | ||
| | | | | | It wasn't used anyway ^^ | |||||
| * | 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 | 2016-08-07 | 1 | -2/+0 | ||
| | | | | | | | @AndrioCelos is that it? | |||||
