aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/ext
Commit message (Expand)AuthorAgeFilesLines
* Remove KviParameterList•••It wasn't used anyway ^^ Gravatar staticfox2016-08-072-320/+0
* KviProxyDatabase: Fix MSVC bugGravatar staticfox2016-08-071-0/+2
* KviProxyDatabase: Move to vector and unique pointersGravatar staticfox2016-08-072-34/+21
* source: obsolete dirbrowser entries cleanup•••resolves #2005 cleaned-up in: * KviMediaManager.cpp * KviWindow.h/.cpp Gravatar un1versal2016-07-191-17/+0
* separators and copyright headers cleanups•••+ add copyright boilerplate to KviDebugContext.cpp probably more source files exist with no copyright boilerplate. this was a by chance find. Gravatar un1versal2016-06-1426-31/+29
* various cosmetic cleanups•••notes & separators: consistent formatting various typos fixes Gravatar un1versal2016-06-122-2/+0
* KviMediaManager: add default file handlers Win, OS X + Linux (#1994)•••* also ancient typo fix in applicatoin -> application This is at best a quick fix since nothing else but KDE was considered till now. fix #1992Gravatar un1versal2016-06-071-12/+44
* Add better file handlers note•••These handlers are probably OK for KDE but anything else these are useless for sureGravatar un1versal2016-06-011-1/+1
* wheeeeeeeeeeGravatar staticfox2016-05-221-2/+2
* various cosmetic: consistent comment format•••+ remove separators to make it consistent. Gravatar un1versal2016-05-171-15/+44
* various: minor fixesGravatar un1versal2016-05-151-1/+1
* Various fixesGravatar un1versal2016-05-151-1/+1
* cleanups: remove more dead code odd spacesGravatar un1versal2016-05-079-169/+13
* cleanup: remove more ancient commneted codeGravatar un1versal2016-05-063-93/+0
* cleanup duplicate includesGravatar un1versal2016-05-041-1/+0
* Apply clang-tidy: modernize-loop-convertGravatar Alexey Sokolov2016-04-306-27/+27
* Apply clang-tidy: modernize-use-defaultGravatar Alexey Sokolov2016-04-305-20/+6
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-3012-64/+64
* Update my clang-format to 3.8.0•••Don't sort includes Gravatar Alexey Sokolov2016-04-301-2/+1
* Apply clang-formatGravatar Alexey Sokolov2016-04-2960-2147/+2417
* Protect several hand-crafted blocks from clang-formatGravatar Alexey Sokolov2016-04-292-0/+4
* general: Typo fixesGravatar staticfox2016-04-233-4/+4
* KviProxy: Simplify setIPv6()Gravatar staticfox2016-04-191-1/+1
* KviDataBuffer: Remove duplicate includeGravatar staticfox2016-04-181-1/+0
* documentation: formatting/indentation + minor syntax fixes•••+ Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes Gravatar un1versal2016-03-143-55/+55
* cleanup: add or remove empty lines between documentation blocks & codeGravatar un1versal2016-03-142-10/+2
* run codespell to fix some typos, run mkabouttext.pl, fix typos reported by Ar...Gravatar Dessa2016-01-314-6/+6
* Rename KviOsInfo to KviRuntimeInfo, which makes more sense.Gravatar wodim2016-01-012-5/+5
* Show the name of the current Qt theme in the About dialog.•••My idea is to make the text of that dialog useful as a troubleshooting tool. Gravatar wodim2016-01-012-0/+9
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-2865-65/+65
* copyright headers: cosmetic capitalization & consistecy fixes.Gravatar un1versal2015-11-272-2/+2
* Show the current Qt version and the Qt version that was used to build in the ...Gravatar wodim2015-11-272-0/+6
* fix typo in ignoreEnagled -> ignoreEnabledGravatar un1versal2015-11-142-2/+2
* reguser: Add base for ignoring highlights•••Closes #1605 Gravatar Matt Ullman2015-11-131-1/+2
* Use ++i for iterators•••Use ++i instead of i++ for iterators Gravatar stakewinner002015-11-021-2/+1
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-2861-61/+61
* Kvi(Various).cpp Capitalization punctuation, typos fixesGravatar un1versal2015-10-223-55/+55
* [ci skip] no strings - cpp files - typo correctionsGravatar un1versal2015-10-082-4/+4
* [ci skip] various header files, typos correctionsGravatar un1versal2015-10-081-1/+1
* changes for windows builds•••- fix #1601 - fix msvc14 build - add Windows 10 identifier to KviOsInfo, even though it will not work until we will actually *target* win10 (which will probably never happen) Gravatar Dessa2015-10-081-2/+29
* Add the possibility of resetting the IRC colors to default. Also add an infor...Gravatar Szymon Tomasz Stefanek2015-09-141-0/+2
* Port more exotic stuff to Qt5Gravatar Szymon Tomasz Stefanek2015-08-231-0/+38
* - massive trailing whitespace cleanup (yes, one of these "you can hate me for...•••- apply patch by d00p: show the correct protocol version instead of just "SSLv3/TLSv1", thanks! - fix compilation on qt 5.4 on windows git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6398 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2014-11-219-22/+22
* - some fixing for cmake 3•••- compile with WIN32_LEAN_AND_MEAN - fix compilation with qt5 on windows, thanks to d00p for the transparency fix - some work on windows resource files (still in progress) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6370 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2014-02-271-1/+1
* - small cleanup to FindPhonon.cmake•••- move kde check around, if that still breaks, i know a better way to fix that then moving it back it fixes a display bug where Qt4_FOUND was never validated, but it somehow worked anyway - maybe fix #1428, if WANT_QT4 is not specified, Qt5 isn't there, but Qt4 is found just use that. (for now) - add some (currently useless) product values, looks like this will turn into a guessing game since they are undocumented (and on top of that, the api is deprecated (and the new api is useless for us, yay)) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6366 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2013-10-281-1/+10
* - fixes for sunpro, with the exception of snd, kvirc now works with it•••- replace solaris define with more correct one - add win 6.3 kernel crap - replace apparently deprecated QT4_FOUND with Qt4_FOUND, also fix display issue with audio backend - remove solaris threads "support" (it never existed, and cmake upstream doesn't seem to care either) - bump Devel-PPPort to 3.21, regenerate typemap from perl 5.18.1 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6356 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2013-10-111-0/+6
* dcc video: removed linux-only, v4l implementation; use qt5's cross-platform i...•••Note: this is still so dirty that is disabled by default git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6307 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-12-2510-5197/+0
* - update KviOsInfo with values from the winsdk8•••- rip out some append libs statements for ws2_32; since we are linking in a way they get added anyway we don't need them (yet) - remove wsock32.lib from kvilib, linking works fine without it - move shlwapi for mingw from root to src/kvirc since that is where the msvc one is and it works - remove envvar hack added in r6273 from perlcore since it is unneeded git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6276 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-081-16/+159
* - some files were missing newlines, add them•••- sync FindPhonon.cmake with upstream git at 14d09398b68006d75187e4b690f979e267735001 edited a bit for a revised debug handling, needs testing, though. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6268 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-047-7/+7
* qt5 support (sip): code only, no touch to build system by now•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-251-3/+0