┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-10-11GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-10-09GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-10-08daemon: prevent daemon to quit on `openNewWindow`Jin Liu
2024-10-08Accessibility: Fix message boxes not being announcedFelix Ernst
This commit moves the focus to the message of newly shown passive messages when accessibility software is used. Moving focus to an object generally means that it will be announced, so this makes sure that users of accessibility software know when they are being notified of a change.
2024-10-08DolphinViewContainer: Delay changing the urlAmol Godbole
KCoreDirLister::itemsDeleted() signal is being emitted twice for the same url. This results in Dolphin displaying an incorrect location. Delay changing the url instead of delaying DolphinView::currentDirectoryRemoved() so that the check for current directory being removed in KFileItemModel::slotItemsDeleted() occurs correctly, while still ensuring that KCoreDirLister is not prematurely modified. BUG: 492277, BUG: 473377
2024-10-06GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit 2f8b55cd88ebaa258a04a01b7b789592bb064fe2)
2024-10-06GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-09-30GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-09-30GIT_SILENT made messages (after extraction)l10n daemon script
2024-09-29Add missing include mocLaurent Montel
2024-09-28GIT_SILENT Re-enable Windows CDJulius Künzel
2024-09-28GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-09-27GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-09-27SVN_SILENT made messages (.desktop file) - always resolve oursl10n 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"
2024-09-26Dolphinpart: Define KPart capabilities instead of deprecated ServiceTypesAlexander Lohnau
By now, Konqueror uses the new mechanism introduced in https://invent.kde.org/frameworks/kparts/-/merge_requests/86. Thus, we can avoid using the deprecated SeviceTypes which are also removed from the official KPluginMetaData API.
2024-09-26MoveToNewFolderAction: Remove unneeded ServiceType definition from metadataAlexander Lohnau
2024-09-25GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-09-24GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-09-22GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-09-21GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-09-20GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-09-20GIT_SILENT made messages (after extraction)l10n daemon script
2024-09-19Ignore trailing slashes when comparing place URLsWolfgang Müller
There's two locations where place URLs are compared in Dolphin. One is in DolphinContextMenu::placeExists, which determines whether or not to show an "Add to Places" context menu entry. The other one is in DolphinViewContainer::caption, which provides the place name for use in the window title, if applicable. Neither of these functions correctly normalize the URL to account for trailing slashes. Whilst placeExists() does not even attempt it, caption() was changed in 681d8bb6c (Fix wrong window titles, 2019-09-15) to support this using a regular expression. However, caption() fails to escape the URL before incorporating it in the regular expression, leading to failed matches and errors like the following when browsing to directories that do not happen to make up a valid regular expression: QString(View)::contains(): called on an invalid QRegularExpression object (pattern is '\A(?:file:///home/foo/[Z-A]/?)\z') Instead of relying on complex and possibly brittle regular expressions, use KFilePlacesModel's closestItem() function to find the closest matching URL and then finally check whether the normalized URLs match exactly.
2024-09-18GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-09-17dolphintrash.cpp: Update trash dir on device changesAkseli Lahtinen
Make sure we update the trash directory when storage devices are added/changed. This ensures that whenever a mounted device, for example USB stick is mounted/unmounted, the contents are properly updated in the trash folder as well. Otherwise the trash folder and USB stick trash folder will get out of sync, making the trash folder behavior unpredictable. BUG:493247
2024-09-16GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-09-15ViewProperties: sort by accesstime for recentlyusedMéven Car
By default. Since recentlyused:/ fills only access time based on the DB data. timeline:/ is also included. CCBUG: 437382
2024-09-14GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-09-13GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-09-08GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-09-06GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit f8f4c5bc12fa14cfa3efb800049a3efeb9a84189)
2024-09-06GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-09-02[terminal] Don't try to change dir into an empty URLNicolas Fella
SENTRY: DOLPHIN-2Q4
2024-09-02Don't crash when there is no view container yetNicolas Fella
SENTRY: DOLPHIN-2Q3
2024-09-02GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-08-31GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-08-30settings: Fix the Use Current Location buttonAkseli Lahtinen
During the Dolphin settings revamp (https://invent.kde.org/system/dolphin/-/commit/489b56b68bb29e81337e115c490eea4403001b71?) this QUrl had been forgot to add back so that the FoldersTabsSettingsPage knows what is the current url. This change checks for the main window of dolphin, then gets the URL of it whenever useCurrentLocation is called. However, when this is used as KCM, the button is not created, since there it doesn't make sense. BUG:491753
2024-08-30GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-08-29GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-08-28Make settings tabbar expandingCarl Schwan
Allow to use https://invent.kde.org/plasma/breeze/-/merge_requests/478 but even without the breeze MR, it look better and similar to what we do with other settings page.
2024-08-28KItemListRoleEditor: minimize resize() occurencesMéven Car
Adjust document width to match its widget width. BUG: 479695
2024-08-28SVN_SILENT made messages (.desktop file) - always resolve oursl10n 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"
2024-08-27GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-08-27SVN_SILENT made messages (.desktop file) - always resolve oursl10n 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"
2024-08-27GIT_SILENT made messages (after extraction)l10n daemon script
2024-08-26GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-08-26SVN_SILENT made messages (.desktop file) - always resolve oursl10n 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"
2024-08-25GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-08-24GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-08-23Use QLocale to display localized time role groupJérôme Lécuyer
Use QLocale to format the QDateTime displayed as the role/label of a group. `QDateTime::toString` format the date and month names in English. `QLocale::toString` returns them localized. See the note about day and month names at https://doc.qt.io/qt-6/qdatetime.html#toString BUG: 488088