aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Default DCC Send console confirmation links to use stringUrlFileCommand inste...••• * Also changes default of stringUrlFileCommand to be RUN_THE_BROWSER instead of play * Fixes #1989 Gravatar IceN9ne2016-11-161-1/+2
* Fix issue with parsing two strings for PoeditGravatar IceN9ne2016-11-152-0/+2
* Fix unnecessary escaping of % in strings.Gravatar IceN9ne2016-11-142-2/+2
* OptionsWidget: Fix checking of IPv6 address instead of IPv4 where neededGravatar IceN9ne2016-11-121-1/+1
* KviIpEditor: Change to a QLineEdit and update code.••• * 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. Gravatar IceN9ne2016-11-113-14/+16
* KvsObject_painter: Fix potential memory leak in class function penGravatar IceN9ne2016-11-061-9/+7
* KvsObject_pixmap: Fix potential memory leak in class function pixelGravatar IceN9ne2016-11-061-9/+7
* libkviurl: Fix memory leak in void BanFrame::addBan()•••If the user entered an empty string or pressed cancel while adding a ban, then pText leaks. Gravatar IceN9ne2016-11-051-2/+3
* libkvireguser: Fix memory leak in $reguser.mask•••If u is null (user not found in the registered user database) or the parameter N of $reguser.mask is specified, then pArray leaks. Gravatar IceN9ne2016-11-051-1/+1
* FileTransferWindow: Add MIME data to right click menu for non-KDEGravatar IceN9ne2016-11-041-0/+6
* Cleanup included filesGravatar IceN9ne2016-10-2841-63/+74
* Add option to ignore special characters in nick completion.•••Implements #794 Gravatar IceN9ne2016-09-141-0/+2
* Blowfish: Remove unnecessary dynamic allocation and clarify implecations of k...Gravatar IceN9ne2016-09-122-6/+6
* kill some more xp support and bump Devel::PPPort•••- 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) Gravatar Dessa2016-08-201-3/+3
* CodeTesterWindow: Use unordered_setGravatar staticfox2016-08-192-10/+15
* general: CleanupGravatar staticfox2016-08-183-23/+15
* OptionsWidget_dcc: add full stop at sentence end.Gravatar un1versal2016-08-171-1/+1
* OptionsWidget_ircOutput: fix show own part message label•••and also add a tooltip explaining how this logic works. resolves #2107 Gravatar un1versal2016-08-161-1/+8
* OptionsWidget_ircOutput: remove unused codeGravatar un1versal2016-08-161-5/+1
* HttpFileTransfer: no need to use abreviattionsGravatar un1versal2016-08-161-2/+2
* DccFileTransfer: no need to use abreviationsGravatar un1versal2016-08-161-3/+3
* 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