| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-10 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-05-09 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-05-08 | view: Add setting to trigger user set action with double click | George Florea Bănuș | |
| Default action is select-all. | |||
| 2024-05-08 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-05-07 | settings: use QFormLayout for confirmation tab | Méven Car | |
| For consistency. | |||
| 2024-05-07 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-05-06 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-05-05 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-05-04 | DolphinView: Update selection on newly created item(s) | Anthony Fieroni | |
| Adjust paste to url to new KF6 signals BUG: 476670 Signed-off-by: Anthony Fieroni <[email protected]> | |||
| 2024-05-04 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-05-03 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-04-30 | Fix usage of ecm_add_app_icon | Carl Schwan | |
| The DESTINATION and THEME arguments are non existent and as such this breaks the macOS builds and create warnings for the other platforms. | |||
| 2024-04-24 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-04-24 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2024-04-23 | Add two first appium tests that run on CI | Méven Car | |
| Based upon @mart https://invent.kde.org/system/dolphin/-/merge_requests/492/diffs Co-authored-by: Marco Martin <[email protected]> | |||
| 2024-04-23 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-04-22 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-04-22 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2024-04-21 | GIT_SILENT Upgrade release service version to 24.07.70. | Albert Astals Cid | |
| 2024-04-21 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-04-20 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-04-19 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-04-19 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2024-04-18 | Add branding colors for Flathub | Felix Ernst | |
| This is needed or they definitely won't feature us. The light blue color is chosen because it is vibrant and fits the association with "Dolphin". The very dark color is chosen to still have a good contrast with the Dolphin icon even though it is already quite dark at the top left corner. For more information see: https://docs.flathub.org/blog/introducing-app-brand-colors/ | |||
| 2024-04-18 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-04-17 | Fix crash while entering selection mode with Qt6.7 | Felix Ernst | |
| `deleteLater()` on a non-existing object seems to cause a crash with Qt6.7. This makes some sense but wasn't the case previously. I didn't test this yet but it is a harmless change so if anyone can confirm we can IMO merge directly. This was brought up in https://invent.kde.org/system/dolphin/-/merge_requests/764#note_920935, reported in the bug linked below, and the sentry crash reporting page also has a few dozen reports (https://crash-reports.kde.org/organizations/kde/issues/13589/?project=4&query=is%3Aunresolved&referrer=issue-stream&stream_index=1). Dolphin 24.02 is also affected but we are already past the last bug fix release for it. BUG: 485599 | |||
| 2024-04-17 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-04-17 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2024-04-16 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-04-16 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2024-04-15 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2024-04-14 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-04-14 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2024-04-13 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-04-13 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2024-04-12 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-04-12 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2024-04-11 | viewproperties: remove now obsolete recentdocument reference | Méven Car | |
| 2024-04-11 | Improve appstream summary | Carl Schwan | |
| Use verb | |||
| 2024-04-11 | DisabledActionNotifier: Prevent null dereferences | Joshua Goins | |
| This prevents a crash on startup where it tries to delete a null QShortcut because it didn't check if the QShortcut actually exists in the QHash. BUG: 485089 | |||
| 2024-04-11 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-04-10 | GIT_SILENT: flatpak: Update Sdk to 6.7 | Laurent Montel | |
| 2024-04-10 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-04-09 | Fix saving sort role after change from header | Felix Ernst | |
| This is a partial revert of 5186f09cabf0af4b0683e75b0bcde1061f84a67e. That commit tried to simplify code, however this lead to the saving of view properties being skipped, introducing the linked bug. The issue is that by the time the slotSortRoleChangedFromHeader() method is called, the model already changed its sort role. Therefore the check if the new role is identical to the old sort role fails and no saving would occur. With this partial revert the header will continue to change the sort role itself (which allows a minor optimization of not double sorting when also changing the sort order at the same time). The method slotSortRoleChangedFromHeader() is then only responsible for saving that change in the ViewProperties and telling the SortBy menu in the user interface that the sorting has changed. BUG: 480246 | |||
| 2024-04-09 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-04-08 | GIT_SILENT Update Appstream for new release | Heiko Becker | |
| (cherry picked from commit 6c0062039284aa117fcde92b97002143aa905c77) | |||
| 2024-04-08 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-04-07 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-04-06 | Change "Could not" to "Cannot" in error messages | Jin Liu | |
| To align with KIO | |||
| 2024-04-06 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
