aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc/DccFileTransfer.cpp
Commit message (Expand)AuthorAgeFilesLines
* FileTransferWindow: use current theme palette to draw items; (#2717)•••fix #2714Gravatar ctrlaltca2025-10-101-3/+6
* Port to (and require) Qt 5.15. Drop KDE4 support, fix KDE5 (#2541)•••* Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed. --------- Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net>Gravatar ctrlaltca2023-07-081-3/+3
* Apply all modernize-* fixes from clang-tidy except for modernize-use-autoGravatar Alexey Sokolov2018-11-141-2/+2
* Remove dead and useless codeGravatar IceN9ne2018-04-221-13/+0
* Fix quirk in a5932bf on some compilersGravatar IceN9ne2016-11-161-1/+1
* Default DCC Send console confirmation links to use stringUrlFileCommand inste...••• * Also changes default of stringUrlFileCommand to be RUN_THE_BROWSER instead of play * Fixes #1989 Gravatar IceN9ne2016-11-161-1/+2
* DccFileTransfer: no need to use abreviationsGravatar un1versal2016-08-161-3/+3
* Remove KviParameterList•••It wasn't used anyway ^^ Gravatar staticfox2016-08-071-1/+0
* Fix display of DCC send success notificationGravatar wodim2016-06-011-1/+1
* cleanup: remove more ancient commented code p3Gravatar un1versal2016-05-081-22/+1
* DccFileTransfer: remove duplicate includeGravatar un1versal2016-05-031-1/+0
* Apply clang-tidy: modernize-use-defaultGravatar Alexey Sokolov2016-04-301-2/+1
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-21/+21
* 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-291-465/+625
* Added $dcc.instantSpeed KVS functionGravatar TheReign2016-03-191-0/+22
* Fix 9bb1262Gravatar wodim2016-01-131-1/+1
* Second part of #1839Gravatar wodim2016-01-121-1/+2
* 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-1/+1
* Added 64-bit ack option to DCC receive.Gravatar TheReign2015-12-071-33/+27
* DccFileTransfer: capitalization and duplicate include fixGravatar un1versal2015-12-051-9/+8
* 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
* Clean up trailing whitespaces and excess newlines•••Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk Gravatar Matt Ullman2015-10-181-4/+4
* [ci skip] no strings - cpp files - typo correctionsGravatar un1versal2015-10-081-1/+1
* Be tolerant with DCC ACKS when received more than 90% of the file. Fixes #1447Gravatar Szymon Tomasz Stefanek2015-08-061-70/+83
* 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/+4
* Merge patch by TheReign••• * Fixes a bug in the DCC send uTotLastAck calculation using iAckHackRounds git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6413 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2014-12-281-2/+2
* - 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-211-8/+8
* apply patch by htozehizzo to speed up dcc over ssl file transmissions•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6323 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2013-03-261-15/+67
* 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-5/+0
* Dropped the KviTalPopupMenu layer, ported the involved code to QAction.•••This fixes most of the random crashes on osx, and is the base for a next change in the menubar. Addiotional fix: "disconnect" menu entry was broken since the 3.x era git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6072 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-02-261-8/+9
* Better handling of ACKs in DCC transfers on asymmetric lines. Also a small bu...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5995 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-12-211-7/+74
* fixed format strings•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5339 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-111-2/+2
* killed some QString helpers. Pay attention to the localizations: format strin...•••updated translation files; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5328 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-101-3/+2
* renamed a global pointer;•••more work on KDE notifier; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5303 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-061-1/+1
* Fix an issue related to KviError::Code in dcc marshal•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5286 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-01-011-1/+1
* 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-0/+2248