aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
| * Add a checkbox in the event editor to enable or disable event handlers.•••Fixes #2189 Gravatar wodim2017-08-272-2/+33
| * Fix the second parameter of $context.getSSLCertInfo not being optionalGravatar wodim2017-08-261-8/+9
* | Add support for Python 3Gravatar wodim2017-08-263-1/+33
|/
* Remove lots of redundant line feeds around block elements in the docs.Gravatar wodim2017-08-2514-132/+99
* Add missing include on some versions of QtGravatar IceN9ne2017-08-241-0/+1
* Escape things in the class editor. Fixes #2211. (#2243)Gravatar Andrio Celos2017-07-301-2/+5
* ran "pngcrush -ow -rem allb -reduce"Gravatar Dessa2017-06-2983-0/+0
* Fix centering of servers dialog in parent KviMainWindow••• * Fixes #2158 Gravatar IceN9ne2017-06-231-1/+1
* Fix Log Viewer search returning no hits after repeated searches•••Searches returning one result (e.g. one channel on one network), when ran more than once in a row, end up with no search hits - a variable that needed to be reset was missed. Fixes #2233 Gravatar OmegaPhil2017-06-221-0/+3
* regenerate perl stuff from 5.26.0•••- xs.inc using ExtUtils::ParseXS 3.34 (compile warning fix) - ppport.h from Devel::PPPort 3.36 (content unchanged, only relevant for people using the default DEFAULT_INC_EXCLUDES_DOT value building this file) Gravatar Dessa2017-06-012-6/+6
* unbreak my last commit, don't cache perl and choco dirs, too bigGravatar Dessa2017-05-241-2/+2
* push and pull po{t}s, typo fixesGravatar Dessa2017-05-2412-14/+14
* Make Windows code Unicode-aware (#2219)Gravatar wodim2017-05-2410-40/+30
* Build also in debug mode for windows (#2192)•••* Build also in debug mode for windows See #2191 * Don't mix /Od and -O2 on windows build. -O2 comes from perl * Reindent perlcore CMakeLists * Fix debug python build on windows * Rearrange environment vars in appveyor * Try to publish pdb files too * install qts and kvirc's debug pdbs in debug config * use TARGET_PDB_FILE instead Gravatar Alexey Sokolov2017-05-246-24/+40
* window module: Finish window.setBackgroundGravatar IceN9ne2017-04-011-5/+32
* snd module: Fix file descriptor checkGravatar IceN9ne2017-03-091-3/+2
* logview module: Fix memory leak in logview exportGravatar IceN9ne2017-03-092-4/+4
* rijndael module: Fix potential memory leak and invalid length checkGravatar IceN9ne2017-03-091-1/+3
* RegisteredUsersDialog: Fix memory leak in exportClickedGravatar IceN9ne2017-03-091-1/+3
* serverdb module: Fix memory leak in addserver commandGravatar IceN9ne2017-03-091-0/+1
* rijndael module: Fix incorrect size checkGravatar IceN9ne2017-03-051-1/+1
* module window: Fix memory leak in crypt engine initializer.Gravatar IceN9ne2017-03-051-4/+4
* Fix various memory leaks in usages of static KviKvsScript::runGravatar IceN9ne2017-03-051-3/+3
* fix a few oddities in the help browserGravatar wodim2017-03-032-62/+33
* misc doc fixesGravatar wodim2017-03-021-1/+1
* switch to the correct window even if it's open alreadyGravatar wodim2017-03-028-7/+12
* RawEventWindow: Fix crash when saving raw eventsGravatar IceN9ne2017-02-271-3/+3
* notifier module: Make message text selectable.Gravatar IceN9ne2017-02-251-0/+1
* Miscellaneous documentation fixesGravatar OmegaPhil2017-02-234-195/+183
* reguser module: Fix crash in reguser.add when user exists and group is set••• * Fixes #2205 Gravatar IceN9ne2017-02-211-13/+11
* ran optipng -o9 on all png filesGravatar wodim2017-02-1759-0/+0
* fix #1105Gravatar Fabio Bas2017-02-091-1/+5
* KviProxy: Make class member data privateGravatar IceN9ne2017-02-093-26/+24
* str module fixes/cleanup••• * Fixed stripleft to return empty string instead of nothing when an empty string is passed * Removed unused variables * Simplified functions * Fixed the split function to allow for splitting on empty string Gravatar IceN9ne2017-02-041-98/+89
* make channel list dialogs more consistent; fix #1790Gravatar Fabio Bas2017-02-042-6/+12
* SharedFilesWindow: Remove unused variables and some code cleanupGravatar IceN9ne2017-02-033-35/+28
* Encryption: A fix and some code cleanup••• * Fixes spelling error in function name that fails to override base class virtual function * Adds const to functions that should have it * Cleans-up some formatting Gravatar IceN9ne2017-02-023-50/+49
* Fixes unintentional hiding of local variable in nested scopeGravatar IceN9ne2017-02-021-1/+1
* Fix #2077Gravatar Fabio Bas2017-01-282-1/+38
* OS X is dead, long live macOSGravatar staticfox2017-01-152-2/+2
* libkvichan: Fix typo in documentation•••Fixes #2168 Gravatar staticfox2017-01-011-1/+1
* Add compatibilty to fish10 and mircryption keyx cbc mode.Gravatar Christophe Beauval2016-12-121-3/+9
* HelpIndex: Code cleanupGravatar IceN9ne2016-12-071-54/+35
* HelpIndex: Change deprecated QtAlgorithms qSort to std::sortGravatar IceN9ne2016-12-071-4/+5
* Remove usage of deprecated QStyle* typedefsGravatar IceN9ne2016-12-021-6/+4
* KvsObject_widget: Add additional size functionsGravatar IceN9ne2016-11-302-0/+106
* Fix typo in b556221 in warning messagesGravatar IceN9ne2016-11-201-2/+2
* Add split view commands window.splitView and window.unsplitView, as well as f...Gravatar IceN9ne2016-11-201-0/+102
* normalize File: , Size: and Mime: formattingGravatar un1versal2016-11-171-2/+2
* Fix quirk in a5932bf on some compilersGravatar IceN9ne2016-11-161-1/+1