| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-09 | Remove unnecessary method parameter | Fabian Vogt | |
| (cherry picked from commit ee919ea329ace516fb67468fa2d3c98bf46a66d2) | |||
| 2023-01-09 | Fix size of directories if a subdir fails to open | Fabian Vogt | |
| If opening the directory fails, it returns -1 as size. Don't add that to the parent's total size. (cherry picked from commit a6490755ca7d00c964a1349443ba9c06dbb33e50) | |||
| 2023-01-09 | Don't recurse into symlinks when counting directory contents | Fabian Vogt | |
| Symlink contents should not be visited for the purpose of displaying sizes. Not only is potentially misleading because the storage is actually used elsewhere (the target location), it can be completely wrong as contents can be visited multiple times, even recursively. BUG: 434125 (cherry picked from commit 491068a4405f93ce66d4f49fa5ba5dee29e9546b) | |||
| 2023-01-08 | Fix potential nullptr de-reference | Felix Ernst | |
| The `break` that is replaced by a `return` here would only break out of the innermost while loop so the std::vector::end could still become accessed after that. By returning here we completely exit out of both nested loops and therefore don't access the std::vector::end. | |||
| 2023-01-08 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-01-07 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-01-06 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-01-05 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-01-04 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-01-03 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-01-03 | GIT_SILENT Update Appstream for new release | Albert Astals Cid | |
| (cherry picked from commit 28f49e6b913ab12f764f22b59a8340f3040e280c) | |||
| 2023-01-02 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-01-02 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n daemon script | |
| In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop" | |||
| 2023-01-02 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2023-01-01 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-12-30 | Properly use X11 startup ids | Nicolas Fella | |
| When one instance of Dolphin activates another it passes a startupId (X11) / activation token (wayland) along. On X11 this is passed using the DESKTOP_STARTUP_ID environment variable. The code tries to read that through KStartupInfo::startupId(). That doesn't work though, since Qt at startup reads the environment variable afterwards. However, it is nice enough to allow us to access it through QX11Info::nextStartupId(). Use that to read the token in the first instance and pass it to the second instance like we do on Wayland The user-facing impact of this is minimal since KStartupInfo::setNewStartupId internally falls back to KWindowSystem::forceActiveWindow when no startupId is passed. | |||
| 2022-12-30 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-12-30 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-12-30 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n daemon script | |
| In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop" | |||
| 2022-12-28 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-12-28 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n daemon script | |
| In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop" | |||
| 2022-12-28 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2022-12-26 | Not use forward and includes | Laurent Montel | |
| 2022-12-25 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-12-24 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-12-23 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-12-21 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-12-20 | Remove duplicate headers between cpp/h files | Laurent Montel | |
| 2022-12-17 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-12-17 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-12-16 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-12-15 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-12-14 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-12-13 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-12-12 | Add zsh completions | ivan tkachenko | |
| Completes all non-generic-Qt options listed in --help output. Note: it uses the new variable KDE_INSTALL_ZSHAUTOCOMPLETEDIR, which was added in ECM 5.101. Read more: https://invent.kde.org/frameworks/extra-cmake-modules/-/merge_requests/310 | |||
| 2022-12-12 | Ensure there's a dot at the end of each --help options description | ivan tkachenko | |
| It will help make --help output more uniform, which in turn will be used in Tab-completions for zsh. | |||
| 2022-12-12 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-12-10 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-12-05 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-12-04 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-12-03 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-12-02 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-12-01 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-11-30 | DolphinView: Add placeholder label for AFC kio | Kai Uwe Broulik | |
| Similar to how it's special-cased for MTP | |||
| 2022-11-30 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-11-30 | GIT_SILENT Update Appstream for new release | Heiko Becker | |
| (cherry picked from commit 37db7aeaa325fbe418959cc7bc57cd6906d79ea1) | |||
| 2022-11-29 | Exit the deleted directory when it is removed | Méven Car | |
| If current directory is a local file, try to find nearest dir ancestor and open it. Display warning to the user. | |||
| 2022-11-29 | Places Panel: Delegate open file error to KIO | Kai Uwe Broulik | |
| This functionality is now provided by `KFilePlacesModel` as long as you tell it to do the teardown rather than calling into the device yourself. | |||
| 2022-11-29 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-11-28 | Port away from deprecated KDirLister API | Nicolas Fella | |
