aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc/libkvidcc.cpp
Commit message (Collapse)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/modernizeGravatar Alexey Sokolov2016-05-011-12/+12
|\ | | | | Apply several fixes of clang-tidy
| * Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-12/+12
| |
* | libkvidcc: fix $dcc.currentSpeed documentation add missing @short and fix ↵Gravatar un1versal2016-05-011-1/+3
|/ | | | | | | right @title 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.
* 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 fixesGravatar un1versal2016-03-141-155/+112
| | | | | | + Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes
* run codespell to fix some typos, run mkabouttext.pl, fix typos reported by ↵Gravatar Dessa2016-01-311-1/+1
| | | | Arfrever
* Fix false friend.Gravatar wodim2016-01-041-1/+1
|
* various files: typos/consistency and capitalization see notes below.Gravatar un1versal2015-12-191-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* libkvidcc: capitalization and consistency fixes.Gravatar un1versal2015-12-051-167/+166
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-281-1/+1
| | | | opinion -> option
* 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 TheReignGravatar Szymon Tomasz Stefanek2014-12-281-2/+3
| | | | | | | | | | * 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
* documentation fixes by OmegaWeaponGravatar Fabio Bas2013-06-111-48/+48
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6340 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed compilation of dcc module when using qt4Gravatar Fabio Bas2012-12-291-0/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6308 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix incorrect usage of QString::contains()Gravatar Fabio Bas2012-12-231-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6305 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Don't crash on dcc.abort when used inside the dcc chat windowGravatar Szymon Tomasz Stefanek2012-07-051-2/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6221 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix #1289Gravatar Fabio Bas2012-05-271-1/+11
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6170 17fca916-40b9-46aa-a4ea-0a15b648b75c
* - Happy new year!Gravatar Fabio Bas2012-01-011-2/+2
| | | | | | | | | | | | - 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
* some fixes on documentationGravatar wodim2011-09-111-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5966 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix several typosGravatar wodim2011-09-031-4/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5962 17fca916-40b9-46aa-a4ea-0a15b648b75c
* renamed namespaceGravatar Elvio Basello2011-02-101-1/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5459 17fca916-40b9-46aa-a4ea-0a15b648b75c
* The big rename for modules. Still some details remaining.Gravatar Szymon Tomasz Stefanek2011-01-011-60/+60
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renames, fix the spelling of KVIrc etc...Gravatar Szymon Tomasz Stefanek2010-12-291-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-271-9/+9
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Yet more renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-271-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5236 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming & cleanup.Gravatar Szymon Tomasz Stefanek2010-12-261-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5233 17fca916-40b9-46aa-a4ea-0a15b648b75c
* daily documentation fixes by OmegaPhilGravatar Fabio Bas2010-12-251-55/+54
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5230 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Beginning of 'the big rename & cleanup'. File names should match class ↵Gravatar Szymon Tomasz Stefanek2010-12-251-7/+7
| | | | | | names, when possible. Move classes to one per file. Move C functions to namespaces, if possible. Kill some abbreviations... git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fix Lintian warnings (spelling-error-in-binary). [Part 1/2]Gravatar Kai Wasserbäch2010-11-251-5/+5
| | | | | | | | | | | | 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
* probable compilation fixGravatar Fabio Bas2010-10-171-1/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5086 17fca916-40b9-46aa-a4ea-0a15b648b75c
* applied further patches for #996Gravatar Fabio Bas2010-10-161-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5075 17fca916-40b9-46aa-a4ea-0a15b648b75c
* applied typo fixes for the "file" and "config" modules (thank OmegaPhil)Gravatar Fabio Bas2010-08-311-6/+6
| | | | | | | | 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
* applied some patches by Syn1 for better certificate digest handling (ticket ↵Gravatar Fabio Bas2010-08-141-122/+15
| | | | | | #866) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4878 17fca916-40b9-46aa-a4ea-0a15b648b75c
* implemented $certificate() to get info from local cert (ticket #866)Gravatar Fabio Bas2010-08-131-1/+5
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4862 17fca916-40b9-46aa-a4ea-0a15b648b75c
* implemented fingerprintHashId, fingerprintHashStr and fingerprintContents ↵Gravatar Fabio Bas2010-08-101-0/+18
| | | | | | queries for $dcc.getSSLCertInfo() git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4848 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added fingerprintIsValid query to dcc.getSSLCertInfo()Gravatar Fabio Bas2010-08-101-1/+7
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4847 17fca916-40b9-46aa-a4ea-0a15b648b75c
* renamed getSSLInfo to getSSLCertInfo and added ability to get information ↵Gravatar Fabio Bas2010-08-061-13/+28
| | | | | | from both local and remote certificates git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4794 17fca916-40b9-46aa-a4ea-0a15b648b75c
* implemented $dcc.getSSLInfo() as part of the request for ticket #866Gravatar Fabio Bas2010-08-061-0/+208
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4793 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Rewrite parts of the regchan module in order toGravatar Szymon Tomasz Stefanek2010-07-141-2/+2
| | | | | | | | | 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
* more work on dcc video: video&&text working in sjpeg; stay away from ↵Gravatar Fabio Bas2010-04-061-1/+1
| | | | | | ogg/theora by now git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4242 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed default alternative nicknamesGravatar Fabio Bas2010-03-231-4/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4209 17fca916-40b9-46aa-a4ea-0a15b648b75c
* final fix for #695, plus added missing po files for "python" and ↵Gravatar Fabio Bas2010-01-241-1/+2
| | | | | | "sharedfile" (notice to translators) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3877 17fca916-40b9-46aa-a4ea-0a15b648b75c
* [KVIrc] (trunk) Fixed some spelling mistakes found by Lintian.Gravatar Kai Wasserbäch2010-01-101-24/+24
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3829 17fca916-40b9-46aa-a4ea-0a15b648b75c