| Commit message (Expand) | Author | Age | Files | Lines |
| * | FileTransferWindow: use current theme palette to draw items; (#2717)•••fix #2714 | ctrlaltca | 2025-10-10 | 1 | -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> | ctrlaltca | 2023-07-08 | 1 | -3/+3 |
| * | Apply all modernize-* fixes from clang-tidy except for modernize-use-auto | Alexey Sokolov | 2018-11-14 | 1 | -2/+2 |
| * | Remove dead and useless code | IceN9ne | 2018-04-22 | 1 | -13/+0 |
| * | Fix quirk in a5932bf on some compilers | IceN9ne | 2016-11-16 | 1 | -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
| IceN9ne | 2016-11-16 | 1 | -1/+2 |
| * | DccFileTransfer: no need to use abreviations | un1versal | 2016-08-16 | 1 | -3/+3 |
| * | Remove KviParameterList•••It wasn't used anyway ^^
| staticfox | 2016-08-07 | 1 | -1/+0 |
| * | Fix display of DCC send success notification | wodim | 2016-06-01 | 1 | -1/+1 |
| * | cleanup: remove more ancient commented code p3 | un1versal | 2016-05-08 | 1 | -22/+1 |
| * | DccFileTransfer: remove duplicate include | un1versal | 2016-05-03 | 1 | -1/+0 |
| * | Apply clang-tidy: modernize-use-default | Alexey Sokolov | 2016-04-30 | 1 | -2/+1 |
| * | Apply clang-tidy: modernize-use-nullptr | Alexey Sokolov | 2016-04-30 | 1 | -21/+21 |
| * | Update my clang-format to 3.8.0•••Don't sort includes
| Alexey Sokolov | 2016-04-30 | 1 | -2/+1 |
| * | Apply clang-format | Alexey Sokolov | 2016-04-29 | 1 | -465/+625 |
| * | Added $dcc.instantSpeed KVS function | TheReign | 2016-03-19 | 1 | -0/+22 |
| * | Fix 9bb1262 | wodim | 2016-01-13 | 1 | -1/+1 |
| * | Second part of #1839 | wodim | 2016-01-12 | 1 | -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
| un1versal | 2015-12-19 | 1 | -1/+1 |
| * | Added 64-bit ack option to DCC receive. | TheReign | 2015-12-07 | 1 | -33/+27 |
| * | DccFileTransfer: capitalization and duplicate include fix | un1versal | 2015-12-05 | 1 | -9/+8 |
| * | copyright headers: fix broken boilerplate wording linkss -> terms and opinion... | un1versal | 2015-11-28 | 1 | -1/+1 |
| * | Copyright Headers: Cosmetic typos irc -> IRC | un1versal | 2015-10-28 | 1 | -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
| Matt Ullman | 2015-10-18 | 1 | -4/+4 |
| * | [ci skip] no strings - cpp files - typo corrections | un1versal | 2015-10-08 | 1 | -1/+1 |
| * | Be tolerant with DCC ACKS when received more than 90% of the file. Fixes #1447 | Szymon Tomasz Stefanek | 2015-08-06 | 1 | -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
| Szymon Tomasz Stefanek | 2014-12-28 | 1 | -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
| Szymon Tomasz Stefanek | 2014-12-28 | 1 | -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
| Robert Förster | 2014-11-21 | 1 | -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
| wodim | 2013-03-26 | 1 | -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
| Fabio Bas | 2012-09-25 | 1 | -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
| Fabio Bas | 2012-02-26 | 1 | -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
| Szymon Tomasz Stefanek | 2011-12-21 | 1 | -7/+74 |
| * | fixed format strings•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5339 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2011-01-11 | 1 | -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
| Elvio Basello | 2011-01-10 | 1 | -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
| Elvio Basello | 2011-01-06 | 1 | -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
| Szymon Tomasz Stefanek | 2011-01-01 | 1 | -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
| Szymon Tomasz Stefanek | 2011-01-01 | 1 | -0/+2248 |