1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-07 10:51:45 +00:00
Commit Graph

7674 Commits

Author SHA1 Message Date
Nicolas Fella
2cd3d58eec Port away from KMoreTools
The idea behind KMoreTools was to point the user at external tools for a given job.

It provides a rather complex framework for that, including suggesting not-yet-installed tools.

The UX behind that isn't great though, which somewhat deep menu hierarchies and a somewhat arbitrary list of tools.

Most KDE apps have moved away from it, with only Dolphin remaining.

Instead provide direct integration with relevant KDE tools (Filelight, KDiskFree, KFind)
2023-11-08 13:36:51 +00:00
Yifan Zhu
8297e0a8c9 Improve size adjustment of itemlist editor
Currently multi-line file names in dolphin only display a single
line when renaming. This commit ensures multi-line filenames have
all lines displayed by calling `document()->adjustSize` in
`KItemListRoleEditor::autoAdjustSize`, and by calling the latter
function after setting up the editor.

BUG: 452587
2023-11-08 11:10:42 +00:00
Friedrich W. H. Kossebau
91a4d5da94 Adapt to KConfigGroup name officially being a QString type
GIT_SILENT
2023-11-08 12:08:31 +01:00
l10n daemon script
5d20c2f0e1 GIT_SILENT Sync po/docbooks with svn 2023-11-08 09:35:07 +00:00
Laurent Montel
1cf56b2303 Master is qt6 only. Not necessary to use ${QT_MAJOR_VERSION} now.
Remove qt5 specific cmake code too
2023-11-08 09:20:24 +00:00
l10n daemon script
3fde6cbeb0 SVN_SILENT made messages (.desktop file) - always resolve ours
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-11-08 09:18:27 +00:00
l10n daemon script
33d8c894f2 GIT_SILENT made messages (after extraction) 2023-11-08 08:48:52 +00:00
Albert Astals Cid
92cb7820d4 GIT_SILENT Upgrade release service version to 24.01.75. 2023-11-07 20:44:58 +01:00
l10n daemon script
50268e8024 GIT_SILENT Sync po/docbooks with svn 2023-11-07 03:28:53 +00:00
l10n daemon script
d558c9a5dd SVN_SILENT made messages (.desktop file) - always resolve ours
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-11-07 03:15:28 +00:00
l10n daemon script
5644e08579 GIT_SILENT made messages (after extraction) 2023-11-07 02:44:48 +00:00
Nicolas Fella
6f0fc3e032 Port away from ResourceInstance
The information reported here isn't used by anything

Instead only report that the url was accessed, which is used for things
2023-11-06 13:50:16 +00:00
Nicolas Fella
83608c97ec Use DBus to reparse worker config
See https://phabricator.kde.org/T15956
2023-11-06 10:47:09 +00:00
Méven Car
d9c11ee999 Merge branch 'master' into kf6 2023-11-06 10:18:34 +01:00
Nicolas Fella
349eb6cf5e Adapt to NavigationExtension API change 2023-11-05 16:36:50 +00:00
Nicolas Fella
0cf79df76a Remove obsolete Konqueror workaround
This isn't needed any more with recent Konqueror
2023-11-05 16:36:50 +00:00
Nicolas Fella
69c33627d6 Adapt to libraries moving 2023-11-05 15:38:43 +01:00
l10n daemon script
4dc31db000 GIT_SILENT Sync po/docbooks with svn 2023-11-05 13:51:14 +00:00
l10n daemon script
b6dac96b84 GIT_SILENT made messages (after extraction) 2023-11-05 12:39:14 +00:00
Ben Cooksley
beb69a6327 Reflect move of KActivities out of Frameworks to Plasma
Ref T16978
2023-11-05 16:08:46 +13:00
Ben Cooksley
693d2c06fc Update to reflect move of KUserFeedback to Frameworks
Ref T16978
2023-11-05 14:42:46 +13:00
l10n daemon script
d1f4e8d1e7 SVN_SILENT made messages (.desktop file) - always resolve ours
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-11-04 12:00:15 +00:00
Heiko Becker
6403ce27cc GIT_SILENT Update Appstream for new release
(cherry picked from commit 1db58ee078)
2023-11-04 11:53:34 +01:00
l10n daemon script
b13c473c16 GIT_SILENT Sync po/docbooks with svn 2023-10-31 01:29:06 +00:00
l10n daemon script
4685b07109 GIT_SILENT Sync po/docbooks with svn 2023-10-30 01:30:46 +00:00
l10n daemon script
2ef476a159 GIT_SILENT Sync po/docbooks with svn 2023-10-28 01:34:03 +00:00
l10n daemon script
9106381c11 GIT_SILENT Sync po/docbooks with svn 2023-10-26 01:32:13 +00:00
Nate Graham
bcde430bd5 Merge branch 'master' into kf6 2023-10-25 08:53:21 -06:00
Méven Car
12162850ff Panel: fix actions and shortcuts to toggle their visibility 2023-10-25 10:05:20 +00:00
l10n daemon script
0f8961364e GIT_SILENT Sync po/docbooks with svn 2023-10-25 01:38:07 +00:00
Nicolas Fella
1826f905d7 Merge branch 'master' into kf6 2023-10-24 23:14:25 +02:00
Nicolas Fella
ef59e42c40 Process correct model when applying service menu changes
The listview's model is a filter model, we must iterate through the source,
otherwise we get incorrect results

BUG: 475547
2023-10-24 20:30:21 +00:00
Yifan Zhu
8ef3c7bc42 Display newline in filename as Unicode line break
BUG: 422998
CCBUG: 444747
2023-10-23 10:09:22 -07:00
Kai Uwe Broulik
8b91acf05b DolphinViewContainer: Use Auto*Warning*HandlingEnabled
Errors are put in a KMessageWidget by us in slotOpenUrlFinished.
Fixes regression from 40cc5f665d.
2023-10-23 17:29:15 +02:00
Felix Ernst
5c7887a763 Fix rubberband selection on icon in icon view mode
As an unintended side-effect of d9a18b04ea
items would no longer be selected in icon view mode when the selection
rectangle intersected with the item's icon. This commit fixes this.
2023-10-23 14:26:52 +00:00
Kai Uwe Broulik
2de810e6c3 Mention invalid protocol name
Especially when clicking on an archive which redirects to a special
KIO worker, it can be handy to see the actual protocol name.
2023-10-22 09:11:56 +00:00
l10n daemon script
263935f9ed GIT_SILENT Sync po/docbooks with svn 2023-10-22 01:50:16 +00:00
Nicolas Fella
7379cf59f6 Remove unused include 2023-10-22 00:13:46 +02:00
Alexander Lohnau
c907ef92c1 Port away from KDesktopFileActions::userDefinedServices
This is planned to go away since the only real user being kdesvn and that is ported to a C++ plugin
2023-10-21 07:10:42 +02:00
Nicolas Fella
064b2539de Adapt to KBookmarkManager API change 2023-10-20 16:37:53 +02:00
Felix Ernst
c90afc3e88 Replace a deprecated qAsConst with std::as_const 2023-10-19 11:44:59 +02:00
Felix Ernst
f38d788a97 Never show status bar context menu away from status bar
The status bar context menu was hard-coded to always appear at the
cursor position. However, context menus can also be triggered by
keyboard, for example with the Menu key, in which case it makes no
sense to show the context menu at whatever random position the
mouse cursor currently is.

Instead invoke the context menu in the middle of the status bar
when it is opened by keyboard.
2023-10-18 08:27:27 +00:00
l10n daemon script
dfbd432d3f GIT_SILENT Sync po/docbooks with svn 2023-10-18 01:31:13 +00:00
Amol Godbole
a59d9f85fa KItemListView: add view position in scrollToItem()
An item, on being scrolled to, is always located at the nearest edge of
the view. This is not always convenient. Allow specifying where the item
should be positioned with respect to the view in scrollToItem().

BUG: 423884
2023-10-17 15:47:34 +00:00
l10n daemon script
d1035e7f09 GIT_SILENT Sync po/docbooks with svn 2023-10-17 01:28:53 +00:00
Felix Ernst
6271ee8a5a Remove new tab shortcut Ctrl+Shift+N
Since https://commits.kde.org/kconfig/782e43f8076e5f4a10111a6b4d2cc6b1741c9798
Ctrl+Shift+N is the standard shortcut for creating a new folder
which leads to a shortcut conflict when this key combination is
invoked in Dolphin.

"New Tab" already has the more popular shortcut Ctrl+T assigned to
it, so Ctrl+Shift+N can simply be removed.
2023-10-16 15:05:23 +00:00
l10n daemon script
7f32bee674 GIT_SILENT Sync po/docbooks with svn 2023-10-14 01:37:12 +00:00
l10n daemon script
a74172c766 GIT_SILENT Sync po/docbooks with svn 2023-10-13 01:32:23 +00:00
Amol Godbole
2f39eb51b6 DolphinView: get rid of writeStateChanged signal in setActive()
The signal writeStateChanged() was not working because it is not connected
to slotWriteStateChanged() slots when the active view changes. Replace the
signal with direct calls to the slots.

Also, do not delay openRequest signal in DolphinSearchBox::slotSearchTextChanged.
It's no longer required.

BUG: 440366
2023-10-12 09:43:37 +00:00
l10n daemon script
9e6891deaa GIT_SILENT Sync po/docbooks with svn 2023-10-12 01:31:27 +00:00