┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-29Exit the deleted directory when it is removedMé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-29Places Panel: Delegate open file error to KIOKai 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-29GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-28Port away from deprecated KDirLister APINicolas Fella
2022-11-28GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-27GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-26GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-25Fixed build-time deprecation warning about KStandardGuiItem::yes()Shivodit Gill
While building dolphin, a warning comes up about KStandardGuiItem::yes() being deprecated, and that another action verb should be using instead. This commit fixes the warning by replacing KStandardGuiItem::yes() with a KGuiItem constructor in the file src/views/dolphinview.cpp. The icon for the "Rename and Hide" button has also been changed from a check mark (dialog-ok) to an eye with a cross (view-hidden) to make the button look more unique and grab the attention of the user.
2022-11-24GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-23Use \r to terminate command in integrated terminalHaozhe Jiang
\r should be used instead of \n BUG: 458411
2022-11-22GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-20GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-19GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-19SVN_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"
2022-11-16GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-15GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-12GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-11GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-10GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-08GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-07GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-06GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-06SVN_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"
2022-11-06GIT_SILENT made messages (after extraction)l10n daemon script
2022-11-05GIT_SILENT Upgrade release service version to 23.03.70.Albert Astals Cid
2022-11-04GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-03GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-01GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-10-31GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-10-30GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit 98ec3e98a0e515360974ca347f99c3c191489429)
2022-10-30GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-10-29GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-10-28GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-10-27Fix view mode-specific settings not always applyingFelix Ernst
When the current view mode is different from the view mode for which settings were changed in Dolphin's settings dialog, those changes were sometimes not present when then changing the view mode of a view to the view mode for which settings were changed. This commit fixes this by always loading the settings for all view modes in the DolphinItemListView even if the view is currently using only one of those view modes.
2022-10-27Change the full row highlight checkbox to radiobuttonsFelix Ernst
This commit changes how the setting to switch between full row highlight and the old way of only having the icons and names be activatable in details mode is presented on the settings page. Before this commit a singular checkbox is used that talks about the highlight effect. But the highlight effect isn't actually what users should be interested in. They mostly care how much of the area can be used to activate an item. To make this clear this commit uses radio buttons instead that give a distinctive choice between activation areas.
2022-10-27Make details column text readableFelix Ernst
When not using the full row highlight, the text of non-name columns in details view mode was wrongly colored in a way that pretended that the full row selection highlight was active. When it isn't active we use the normal color that we generally use when the additional information is not within the selection highlight.
2022-10-27Make details view mode's full row activation optionalFelix Ernst
In d3839617193e92463806580699caa595c892b8a6 the details view mode was changed in a way that made the full row of an item the click target instead of only having the item's icon and text be the representative clickable area of an item. This commit makes this new behaviour optional through a setting which can be changed in Dolphin's settings dialog. The explanation for introducing yet another setting in this case is as follows: While the introduced change is an improvement for many typical workflows, there are some workflows for which this new behaviour is problematic. Quite prominently a usage of Dolphin that tries to maximise information density is made worse by the change because now side padding is necessary to click the view's background. While the side padding is and was optional, disabling it made switching the active view in split view mode more difficult among other things. For a more complete discussion about the issues, please check out the bug report(s) and the discussion in Dolphin's gitlab issue with number 34. Co-authored-by: Ivan Čukić <[email protected]> BUG: 453700 FIXED-IN: 22.12
2022-10-27GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-10-26GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-10-25GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-10-23GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-10-21GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-10-20GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-10-20SVN_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"
2022-10-20GIT_SILENT made messages (after extraction)l10n daemon script
2022-10-19Fix build with older KF versionsAhmad Samir
GIT_SILENT
2022-10-19GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-10-17GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-10-16Add Qt6 windows CI supportLaurent Montel
2022-10-16Fix compile against qt6.4Laurent Montel
"error C2397: conversion from 'qsizetype' to 'int' requires a narrowing conversion"