| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | SSL updates (#2575) | 2023-12-04 | 1 | -0/+4 | |
| * | Mass rename of margin -> contentsMargins | 2023-10-18 | 2 | -3/+3 | |
| * | 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> | 2023-07-08 | 7 | -19/+19 | |
| * | DCC Module: Fix virtualness of member functions | 2019-06-28 | 2 | -3/+3 | |
| * | Add missing override keywords | 2019-01-04 | 1 | -8/+8 | |
| * | Convert 0s and NULLs to nullptr | 2018-12-03 | 7 | -39/+39 | |
| * | Remove C-style typedef structs | 2018-11-28 | 6 | -14/+14 | |
| * | Use override where possible and remove unnecessary usages of the virtual keyw... | 2018-11-28 | 8 | -57/+57 | |
| * | Remove unnecessary usages of the inline keyword per language evolution. | 2018-11-28 | 1 | -1/+1 | |
| * | Remove Q_UNUSED macros | 2018-11-28 | 1 | -2/+1 | |
| * | Apply all modernize-* fixes from clang-tidy except for modernize-use-auto | 2018-11-14 | 6 | -11/+9 | |
| * | Remove dead and useless code | 2018-04-22 | 1 | -13/+0 | |
| * | DccChatWindow: Fix error handling | 2018-04-22 | 1 | -2/+2 | |
| * | Fix Coverity complaints about uninitialized member variables | 2018-04-14 | 1 | -2/+2 | |
| * | fix typo in libkvidcc.cpp | 2018-01-11 | 1 | -1/+1 | |
| * | Fix #2240 | 2017-12-28 | 1 | -4/+11 | |
| * | Fix invalid IP integer for DCC RSEND request (#2252)•••* Fix invalid IP integer for RSEND | 2017-09-10 | 1 | -1/+1 | |
| * | Add OwnAction, OwnActionCrypted and TopicCrypted message types.•••For our existing themes, I have copied the action style over to the own action and own crypted action styles, and the topic style over to the topic crypted style. But the authors of those themes can change them if they want. I have also used the action icon for the own action and own action crypted icons. | 2017-08-29 | 3 | -3/+3 | |
| * | Remove lots of redundant line feeds around block elements in the docs. | 2017-08-25 | 1 | -39/+27 | |
| * | ran "pngcrush -ow -rem allb -reduce" | 2017-06-29 | 1 | -0/+0 | |
| * | push and pull po{t}s, typo fixes | 2017-05-24 | 1 | -1/+1 | |
| * | ran optipng -o9 on all png files | 2017-02-17 | 1 | -0/+0 | |
| * | Fix quirk in a5932bf on some compilers | 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 | 2016-11-16 | 1 | -1/+2 | |
| * | Cleanup included files | 2016-10-28 | 4 | -2/+4 | |
| * | DccFileTransfer: no need to use abreviations | 2016-08-16 | 1 | -3/+3 | |
| * | DccChatWindow: Fix possible issue in tryFlushOutBuffers() | 2016-08-08 | 1 | -1/+3 | |
| * | Remove KviParameterList•••It wasn't used anyway ^^ | 2016-08-07 | 2 | -2/+0 | |
| * | DccChatWindow: Move to deque and unique pointers | 2016-08-07 | 2 | -14/+7 | |
| * | DccCanvasWindow: fix icon assignment•••KVI_SMALLICON_* method dies in KVIrc 3.x Not that it matters since DCC canvas is not built for a long time. | 2016-06-16 | 1 | -1/+1 | |
| * | DccBroker: remove Auto-saving tooltip and clickable action•••Clicking this (if it worked as intended) would open the file and play it. Problem is, this is first created when a file is accepted and is saved onto disk and here at this stage the file is not complete and could be in progress or interrupted or canceled (we just dont know). So if this ever works as intended we dont want conflicts or cause possible corruption by trying to open a file that is possibly in progress or is incomplete. Aside from this, the play $0 is hardcoded and not all file types can be played so this is wrong no matter how you look at it. This commit makes this part sane at least. | 2016-06-06 | 1 | -1/+1 | |
| * | Fix display of DCC send success notification | 2016-06-01 | 1 | -1/+1 | |
| * | various cosmetic: consistent comment format•••+ remove separators to make it consistent. | 2016-05-17 | 6 | -83/+71 | |
| * | cleanup: remove more ancient commented code p3 | 2016-05-08 | 5 | -84/+2 | |
| * | Cleanup random separators with no comments | 2016-05-06 | 4 | -79/+76 | |
| * | cleanup duplicate includes | 2016-05-04 | 4 | -4/+0 | |
| * | various: remove remaining <nobr> | 2016-05-04 | 1 | -2/+2 | |
| * | DccFileTransfer: remove duplicate include | 2016-05-03 | 1 | -1/+0 | |
| * | modules dcc: minor capitalization fixes | 2016-05-03 | 2 | -21/+9 | |
| * | Merge pull request #1962 from DarthGandalf/modernize•••Apply several fixes of clang-tidy | 2016-05-01 | 12 | -117/+109 | |
| |\ | |||||
| | * | Apply clang-tidy: modernize-loop-convert | 2016-04-30 | 1 | -3/+3 | |
| | * | Apply clang-tidy: modernize-use-default | 2016-04-30 | 3 | -14/+7 | |
| | * | Apply clang-tidy: modernize-use-nullptr | 2016-04-30 | 11 | -98/+98 | |
| | * | Update my clang-format to 3.8.0•••Don't sort includes | 2016-04-30 | 1 | -2/+1 | |
| * | | 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. | 2016-05-01 | 1 | -1/+3 | |
| |/ | |||||
| * | Apply clang-format | 2016-04-29 | 34 | -4527/+5140 | |
| * | Protect several hand-crafted blocks from clang-format | 2016-04-29 | 1 | -0/+2 | |
| * | general: Typo fixes | 2016-04-23 | 1 | -1/+1 | |
| * | Changed the name of KVS $dcc.instantSpeed to $dcc.currentSpeed | 2016-03-20 | 1 | -6/+6 | |
| * | Added $dcc.instantSpeed KVS function | 2016-03-19 | 3 | -0/+65 | |
