| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-07 | Fix build with qt dev | Vlad Zahorodnii | |
| 2025-02-07 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-02-06 | Removed conditional in renameTab to allow unsetting custom labels | ambar chakravartty | |
| co-authored by: Felix Ernst | |||
| 2025-02-06 | changed all calls to "title(), setTitle()" to "customLabel(), setCustomLabel()" | ambar chakravartty | |
| 2025-02-06 | Made style and context enhancements | ambar chakravartty | |
| Co-authored by: Felix Ernst | |||
| 2025-02-06 | changes saveState() and restoreState() to restore renamed tabs (if any) | ambar chakravartty | |
| 2025-02-06 | refactored renameTab | ambar chakravartty | |
| 2025-02-06 | Apply 1 suggestion(s) to 1 file(s) | ambar chakravartty | |
| Co-authored-by: Méven Car <[email protected]> | |||
| 2025-02-06 | Apply 1 suggestion(s) to 1 file(s) | ambar chakravartty | |
| Co-authored-by: Méven Car <[email protected]> | |||
| 2025-02-06 | Apply 1 suggestion(s) to 1 file(s) | ambar chakravartty | |
| Co-authored-by: Méven Car <[email protected]> | |||
| 2025-02-06 | Removed unused imports to QUuid,quuid | ambar chakravartty | |
| BUG: 197009 | |||
| 2025-02-06 | Added code for a "Rename Tab" feature. | ambar chakravartty | |
| BUG: 197009 | |||
| 2025-02-06 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-02-05 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-02-04 | Add xml/yaml linting | Laurent Montel | |
| 2025-02-04 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-02-03 | implement shortcut action for file creation | Christian Schwarz | |
| BUG: 462899 | |||
| 2025-02-03 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-02-02 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-02-01 | Ignore diacritical marks for keyboard search | Thomas Moerschell | |
| When using keyboard search, normalize the item names and remove marks first. Now, items containing characters with marks can be found using keyboard search. BUG: 482394 | |||
| 2025-02-01 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-01-31 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-01-31 | GIT_SILENT Update Appstream for new release | Heiko Becker | |
| (cherry picked from commit c56eec82ee1169f18f3e98d09d5baebd673110f7) | |||
| 2025-01-30 | Change three view buttons into one with menu arrow | Akseli Lahtinen | |
| Instead of showing three buttons, which is quite visually noisy, show only one button that is split: First button, when clicked, loops through the view modes. Second smaller button with the down arrow shows menu of the available view modes. See also https://invent.kde.org/system/dolphin/-/issues/68#toolbar-button-changes Alternative for https://invent.kde.org/system/dolphin/-/merge_requests/893  | |||
| 2025-01-30 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-01-29 | Make "Empty trash" icons red | Nate Graham | |
| This is a destructive action, and the HIG specifies that icons for destructive actions should be colored red. The current icons are black, inconsistent, and semantically incorrect. edit-delete is red in the Breeze icon theme, and also more semantically correct since the items in the trash will be deleted. Let's use this icon instead. | |||
| 2025-01-28 | Clear forward action popup menu before adding history actions | Kai Uwe Broulik | |
| Otherwise the menu keeps growing and growing. The back button had the clear call but here it was forgotten. | |||
| 2025-01-28 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-01-27 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-01-25 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-01-24 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-01-20 | InformationPanel: fix potential glitches with gifs | Méven Car | |
| 2025-01-17 | Refactor Overlay Handling | Méven Car | |
| Now all overlays icons in kitemviews are added in KStandardItemListWidget::updatePixmapCache. data[iconOverlays] now contains icon names. DolphinFileItemListWidget::refreshCache is the sole responsible of setting the overlays either coming from KFileItemModelRolesUpdater or KVersionControlPlugin. This garantees consistency in rendering. BUG: 497372 | |||
| 2025-01-17 | InformationPanel: prevent animated images from glitching | Méven Car | |
| And show them in their actual pixel density. | |||
| 2025-01-17 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-01-15 | Clean stop-gap porting ifdef for KICONTHEMES_VERSION | Méven Car | |
| That were introduced in: a55c467fbb31d822d89722812388425327830377 38ab14c87a945153e683657483fa4bcf44d6b0fb | |||
| 2025-01-15 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-01-14 | ToolTipManager: double the size of the preview and use dpr | Méven Car | |
| 2025-01-14 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-01-12 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-01-11 | KFileItemModelRolesUpdater: add utility cacheSize function | Méven Car | |
| 2025-01-11 | KFileItemModelRolesUpdater: Show emblems even in hover sequence | Méven Car | |
| 2025-01-11 | Icons: when adding overlays pass in the output size | Méven Car | |
| Instead of the pixmap size that won't be accurate. It allow KGuiAddons::addOverlays to draw larger images to add overlays. Consequently the emblems are not longer dependant scaled based on the pixmap aspect ratio. BUG: 498211 | |||
| 2025-01-10 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-01-10 | SpaceInfoObserver: don't instantiate MountPointObserver if m_url is empty | Méven Car | |
| This prevents "Invalid URL:" on dolphin start. | |||
| 2025-01-09 | information panel: scale according dpr | Méven Car | |
| Also use dpr for icons. Amends cebcf8db BUG: 497576 | |||
| 2025-01-09 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-01-08 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-01-07 | dolphinpart: fix a warning around = in lambdas for this | Méven Car | |
| being deprecated in C++20. | |||
| 2025-01-07 | Improve trash context menu UI | Nate Graham | |
| Right now the "Delete" item is right next to "Restore", which means you can accidentally destroy the item you meant to restore! To prevent this, the menu is re-arranged slightly, and "Restore" is given a more visually clear icon and label. BUG: 498132 FIXED-IN: 25.04.0 | |||
