aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/ext
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix windows 8 name for server version•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6162 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-04-191-1/+1
* avoid false to QString conversion•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6109 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-03-261-2/+2
* - guard the xp home/pro detection stuff by the build Major and Minor to not a...•••- fix r6056, i accidentally incinerated build and service pack detection there - kill some more pre xp stuff git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6058 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-01-211-8/+12
* - block installation if not running XP or higher to not waste time of users i...•••(translators this adds a new language string to the nsi file) - murder pre-xp (and therefore pre-nt) support of KviOsInfo, reorder and clean up some product names, also add win8 there git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6056 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-01-201-164/+177
* admin: obliterate convert files and svn_fixsvnignore.sh, people should use pr...•••sprinkle around some svn:ignore, svn:eol-style and svn:mime-type stuff, also remove mime-type property which does not exist, it should be svn:mime-type instead git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6052 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-01-141-19/+0
* fix all warnings under clang•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5952 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-08-262-5/+5
* fixed registered users not being recognized if a squared bracket is present i...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5874 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-06-181-3/+3
* detect windows 7•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5863 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-06-051-1/+8
* Added alpha component in color options•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5804 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Noldor2011-04-281-3/+9
* Working on emoticons•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5790 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Noldor2011-04-184-9/+9
* avdevice: synced with upstream•••dcc video: break it down a bit trying to adapt it to avdevice changes git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5717 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-03-273-274/+341
* kvilib/avdevice: reworked a bit the conditional compilation of legacy v4l cod...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5716 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-03-271-4/+5
* Load translation catalogues 'on-the-fly' from the default locale directory•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5671 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-03-231-3/+3
* #ifdef out the V4L1 code as the support has been removed from kernel 2.6.38: ...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5441 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-02-092-1/+39