| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-12 | Remove deprecated, ifdef'd code for old KIO versions | Jakob Petsovits | |
| 2023-02-05 | Add clang-format and format code as in Frameworks | Serg Podtynnyi | |
| 2022-10-19 | Fix build with older KF versions | Ahmad Samir | |
| GIT_SILENT | |||
| 2022-10-16 | DolphinTrash: port away from deprecated KIO API | Ahmad Samir | |
| Also change empty() method to return void, nothing was using the KJob * it was returning. | |||
| 2022-03-15 | Fix some compile error against qt6 | Laurent Montel | |
| 2021-12-13 | Drop now unneeded QOverload statements | Alexander Lohnau | |
| By defining the KF_DISABLE_DEPRECATED_BEFORE_AND_AT and QT_DISABLE_DEPRECATED_BEFOREvalues, the deprecated overloads are hidden. This way we only have the un-deprecated one visible. | |||
| 2021-10-25 | GIT_SILENT: add missing override keyword | Laurent Montel | |
| 2021-07-19 | Clean up KF API older than 5.82 | Ahmad Samir | |
| GIT_SILENT | |||
| 2021-04-06 | Fix deprecated method calls when using KIO >= 5.82 | David Faure | |
| 2021-02-09 | Build with QT_NO_KEYWORDS | Nicolas Fella | |
| 2020-10-23 | Compile with QT_NO_KEYWORDS | Alexander Lohnau | |
| 2020-08-25 | Output of licensedigger + manual cleanup afterwards. | Elvis Angelaccio | |
| Unfortunately licensedigger does not strip the trailing * characters. While at it, use a common style for all source files. | |||
| 2019-05-05 | Get rid of ugly static_cast usages in connect() calls | Elvis Angelaccio | |
| 2018-10-10 | Add proper labels to Trash Emptied notification | Kai Uwe Broulik | |
| It is not shown by default but when the user enables it, it should show something sensible. Differential Revision: https://phabricator.kde.org/D15589 | |||
| 2018-03-21 | Fix compilation with -DQT_NO_URL_CAST_FROM_STRING | David Faure | |
| 2018-03-11 | Update trash icon after restore operation | Roman Inflianskas | |
| Summary: After restoring all the files from the trash, the trash icon remain 'full'. This patch fixes this. BUG: 252483 Reviewers: elvisangelaccio Reviewed By: elvisangelaccio Subscribers: elvisangelaccio, #dolphin Differential Revision: https://phabricator.kde.org/D11216 | |||
| 2018-03-11 | Add missing this parameter | Elvis Angelaccio | |
| Forgot to mention it while reviewing D11012. | |||
| 2018-03-11 | Add Trash (empty, isEmpty, emptinessChanged) | Roman Inflianskas | |
| Summary: Add `Trash` class to handle all trash operations. Reviewers: elvisangelaccio, markg, ngraham Reviewed By: elvisangelaccio, markg, ngraham Subscribers: ngraham, markg, rkflx, elvisangelaccio, #dolphin Differential Revision: https://phabricator.kde.org/D11012 | |||
