aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc/libkvidcc.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix typo in libkvidcc.cppGravatar wodim2018-01-111-1/+1
* Remove lots of redundant line feeds around block elements in the docs.Gravatar wodim2017-08-251-39/+27
* cleanup: remove more ancient commented code p3Gravatar un1versal2016-05-081-1/+0
* cleanup duplicate includesGravatar un1versal2016-05-041-1/+0
* Merge pull request #1962 from DarthGandalf/modernize•••Apply several fixes of clang-tidyGravatar Alexey Sokolov2016-05-011-12/+12
|\
| * Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-12/+12
* | libkvidcc: fix $dcc.currentSpeed documentation add missing @short and fix rig...•••These docs had what should have been the @short defined as @title and no @short whatsoever. also update help text instant -> current done by @TheReign recently.Gravatar un1versal2016-05-011-1/+3
|/
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-407/+447
* Changed the name of KVS $dcc.instantSpeed to $dcc.currentSpeedGravatar TheReign2016-03-201-6/+6
* Added $dcc.instantSpeed KVS functionGravatar TheReign2016-03-191-0/+42
* 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-141-155/+112
* run codespell to fix some typos, run mkabouttext.pl, fix typos reported by Ar...Gravatar Dessa2016-01-311-1/+1
* Fix false friend.Gravatar wodim2016-01-041-1/+1
* various files: typos/consistency and capitalization see notes below.•••https://techbase.kde.org/Projects/Usability/HIG/Capitalization This was just done last minute over some notes I had made during earlier similar fixes. * dont capitalize prepositions/conjunctions with less than 5 letters + fix wrong plural. * freenode is all lowercase instance only. * tooltips are not Camel Case capitalization style either. * some centered text on a dialog when all the etxt is left aligned looks off, tootips we can give a pass to. * Tree items are Camel Case * Typos in Unknow channel modes * more tooltips in the Channel Mode/Ban Masks/Invite but flawed design on these The tooltips text doubles up as title one isnt capitalized and the other is... So now none are in this area only since unlike toolbars thers no test display here and its passable. Alternative is to fix these dialogs and toolbars and tbh I cant do it. * cannot vs can't : these are consistency fixes for strings and debug messages only. * about dialog group titles "Runtime Info" "Build Info" are Camel Cased as per capitalization guidelines, but label are like all other labels. s spaces tyyt Gravatar un1versal2015-12-191-13/+13
* libkvidcc: capitalization and consistency fixes.Gravatar un1versal2015-12-051-167/+166
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-281-1/+1
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-281-1/+1
* [ci skip] cpp file typos and capitalization correctionsGravatar un1versal2015-10-081-1/+1
* Merge patch by TheReign••• * Fixes most of the bugs in DCC send support for files larger than 4GiB. I doubt I found them all, but it catches all of the ones I needed for myself. * NOTE: I confess I probably didn't choose the best solution for this, but it seems to do what is needed. * NOTE: The better solution may be to add 64-bit number support to sendFmtData() git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6415 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2014-12-281-2/+3
* documentation fixes by OmegaWeapon•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6340 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2013-06-111-48/+48
* fixed compilation of dcc module when using qt4•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6308 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-12-291-0/+2
* fix incorrect usage of QString::contains()•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6305 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-12-231-3/+3
* Don't crash on dcc.abort when used inside the dcc chat window•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6221 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2012-07-051-2/+4
* fix #1289•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6170 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-05-271-1/+11
* - Happy new year!••• - Some parts of kvirc still refered to KviMainWindow as frame(), m_pFrm, etc.. => fixed - Some parts of kvirc were still coded as if more than one KviMainWindows could exists => fixed, this involved changing KviWindows's ctor and removing KviWindow::frame(), thus the big change - The trayicon module still called itself (and was called) dockextension, and was built to support more than one KviMainWindows => renamed and fixed - Modified KviWindow::hasAttention so that is can be used everywhere instead of mixing different ways to check if a notificationm should popup - should fix #1221 and hopefully introduce little to no bugs git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6010 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-01-011-2/+2
* some fixes on documentation•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5966 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-09-111-1/+1
* fix several typos•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5962 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-09-031-4/+4
* renamed namespace•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5459 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-02-101-1/+0
* The big rename for modules. Still some details remaining.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-01-011-60/+60
* More renames, fix the spelling of KVIrc etc...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-291-1/+1
* More renaming and cleanup•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-271-9/+9
* Yet more renaming and cleanup•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5236 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-271-1/+1
* More renaming & cleanup.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5233 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-261-1/+1
* daily documentation fixes by OmegaPhil•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5230 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-12-251-55/+54
* Beginning of 'the big rename & cleanup'. File names should match class names,...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-251-7/+7
* Fix Lintian warnings (spelling-error-in-binary). [Part 1/2]•••Lintian found some "informations" which should have been "information", this commit fixes the source files (the next commit contains the updated POT and PO files. Please see <http://lintian.debian.org/manual/> for more information about Lintian. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5169 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Kai Wasserbäch2010-11-251-5/+5
* probable compilation fix•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5086 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-10-171-1/+2
* applied further patches for #996•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5075 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-10-161-3/+3
* applied typo fixes for the "file" and "config" modules (thank OmegaPhil)•••fixed fsf address in python/pythoncore modules fixed "space before comma" in documentation/coments/code regenerated translations git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4954 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-08-311-6/+6
* applied some patches by Syn1 for better certificate digest handling (ticket #...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4878 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-08-141-122/+15
* implemented $certificate() to get info from local cert (ticket #866)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4862 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-08-131-1/+5
* implemented fingerprintHashId, fingerprintHashStr and fingerprintContents que...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4848 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-08-101-0/+18
* added fingerprintIsValid query to dcc.getSSLCertInfo()•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4847 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-08-101-1/+7
* renamed getSSLInfo to getSSLCertInfo and added ability to get information fro...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4794 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-08-061-13/+28
* implemented $dcc.getSSLInfo() as part of the request for ticket #866•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4793 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-08-061-0/+208
* Rewrite parts of the regchan module in order to•••avoid the heavy usage of pointers. Add some new nice debug macros and tools. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4669 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-07-141-2/+2
* more work on dcc video: video&&text working in sjpeg; stay away from ogg/theo...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4242 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-04-061-1/+1
* fixed default alternative nicknames•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4209 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-03-231-4/+2
* final fix for #695, plus added missing po files for "python" and "sharedfile"...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3877 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-01-241-1/+2
* [KVIrc] (trunk) Fixed some spelling mistakes found by Lintian.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3829 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Kai Wasserbäch2010-01-101-24/+24