Commit graph

7738 commits

Author SHA1 Message Date
Heiko Becker 399309d36c GIT_SILENT Update Appstream for new release
(cherry picked from commit c08f661a2c)
2023-08-16 22:48:35 +02:00
Nicolas Fella 62ba2dd877 Adapt to kbookmarks API change 2023-08-14 23:18:19 +02:00
Méven Car aded2d716d Don't compute size for non-local urls
Hide progressInfo for listDir job on the non-recursize path.

BUG: 472912
2023-08-13 08:44:24 +00:00
Bart Ribbers 32a5f1c041 Fix musl build by using fts_* from external library
musl does not support fts. There is however a standalone package that
can be used, but it must be linked against. This commit adds a check
that makes sure to link to the external library if it is required.
2023-08-11 08:45:13 +00:00
l10n daemon script 05b6f5d706 GIT_SILENT Sync po/docbooks with svn 2023-08-11 01:48:02 +00:00
Nicolas Fella 521f4937d5 Merge branch 'master' into kf6 2023-08-10 14:42:08 +02:00
Kai Uwe Broulik fc6fa9ba98 Set Notify flag on close running terminal app prompt
Ensures the warning sound is played.
2023-08-10 14:13:13 +02:00
l10n daemon script 907981387c GIT_SILENT Sync po/docbooks with svn 2023-08-10 01:49:21 +00:00
l10n daemon script c3857e5bb8 GIT_SILENT Sync po/docbooks with svn 2023-08-09 01:53:13 +00:00
l10n daemon script 5da1591561 GIT_SILENT Sync po/docbooks with svn 2023-08-08 01:54:49 +00:00
l10n daemon script 4cb1628422 GIT_SILENT Sync po/docbooks with svn 2023-08-06 01:54:04 +00:00
l10n daemon script ed841a3b66 GIT_SILENT Sync po/docbooks with svn 2023-08-05 01:50:07 +00:00
l10n daemon script 63ec9a6bc8 GIT_SILENT Sync po/docbooks with svn 2023-08-04 01:49:59 +00:00
Kai Uwe Broulik 23b7d64d9c Adjust to changes in KToolBarPopupAction
`menu()` will be null, instead use the provided `popupMenu()`.
Use `KToolBarPopupAction`'s mode enum instead of `QToolBar`'s
2023-08-03 13:26:43 +02:00
Amol Godbole 0dac2ea9e9 Add alternate shortcut for replaceLocation action
Alt + D is a common shortcut for replacing location. Add this as an alternate shortcut.

BUG: 468445
2023-08-03 11:00:51 +00:00
Amol Godbole c1b2605243 DolphinView: initialize m_controlWheelAccumulatedDelta
Ctrl + scroll wheel zoom was not working as designed after Dolphin is launched. Initialize m_controlWheelAccumulatedDelta in DolphinView's constructor. 

BUG: 469354
2023-08-03 10:44:20 +00:00
l10n daemon script 58ddbda561 GIT_SILENT Sync po/docbooks with svn 2023-08-03 02:21:45 +00:00
l10n daemon script 1fb20d1f2a GIT_SILENT Sync po/docbooks with svn 2023-08-02 01:58:30 +00:00
Steffen Hartleib 89dcef3af4 Enter selection mode by tap-and-holding an already selected item
Allow entering selection mode by touching an already selected item.

BUG: 462778
2023-08-01 10:10:28 +00:00
Amol Godbole 567f2858ac Fix incorrect file selection after file rename
forceUrlsSelection() needs to be called only when new name of renamed
file does not exist.

BUG: 417930
2023-08-01 09:59:57 +00:00
l10n daemon script c6e12feb0b GIT_SILENT Sync po/docbooks with svn 2023-07-31 02:22:22 +00:00
Nicolas Fella be81255383 Don't request kio-extras on FreeBSD
It's not available on freebsd-qt6
2023-07-30 13:48:19 +02:00
l10n daemon script a85cf6c5c5 GIT_SILENT Sync po/docbooks with svn 2023-07-28 01:57:51 +00:00
l10n daemon script 2f0369b333 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-07-28 01:43:52 +00:00
Steffen Hartleib 3123c086a7 Avoid unwanted drag and drop action
Use the screen position for a touch event to calculate the start drag distance.

BUG: 464594
2023-07-27 09:23:07 +00:00
Méven Car 2f36c05b9c Minor code improvement
NO_CHANGELOG
2023-07-27 09:50:28 +02:00
l10n daemon script ee5432b549 GIT_SILENT Sync po/docbooks with svn 2023-07-27 01:49:46 +00:00
Méven Car a9123455de Update following removing of KIO::FileSystemFreeSpaceJob::result overload
NO_CHANGELOG
2023-07-26 10:13:50 +02:00
l10n daemon script c099dfffeb GIT_SILENT Sync po/docbooks with svn 2023-07-25 01:50:24 +00:00
Jakob Petsovits 1645458d34 KF6 Dolphin depends on kio-extras, for kcm_trash embedded in settings
When kio-extras is not installed (or kcm_trash.so exists, but
is outdated) then opening the "Configure Dolphin..." settings dialog
will crash. It tries to load kcm_trash with its old KCModule plugin
construction signature and gets a fatal symbol mismatch.

kcm_trash was recently moved from kio to kio-extras and is
unconditionally loaded in non-Windows environments, so that
dependency should be required in the metadata for kdesrc-build.
2023-07-24 14:00:36 -04:00
l10n daemon script 45a24e0e40 GIT_SILENT Sync po/docbooks with svn 2023-07-24 09:17:09 +00:00
l10n daemon script b091804c3e GIT_SILENT Sync po/docbooks with svn 2023-07-21 02:08:58 +00:00
l10n daemon script 0c7665eb2e GIT_SILENT Sync po/docbooks with svn 2023-07-19 03:00:30 +00:00
Nate Graham 6ae9e38a55 Add contribute link to AppStream metadata
Pointing to the readme file is reasonable enough.
2023-07-18 16:05:18 +03:00
l10n daemon script 4c8ea8e2c8 GIT_SILENT Sync po/docbooks with svn 2023-07-18 01:59:19 +00:00
Albert Astals Cid 842ac25d0d GIT_SILENT Upgrade release service version to 23.11.70. 2023-07-17 11:44:58 +02:00
l10n daemon script 698d8dcd02 GIT_SILENT Sync po/docbooks with svn 2023-07-17 02:00:27 +00:00
l10n daemon script 0210e5bafe GIT_SILENT Sync po/docbooks with svn 2023-07-14 02:07:13 +00:00
l10n daemon script fea4c9be26 GIT_SILENT Sync po/docbooks with svn 2023-07-13 02:00:01 +00:00
l10n daemon script 74f4852bbf GIT_SILENT Sync po/docbooks with svn 2023-07-11 01:53:10 +00:00
Nicolas Fella 9ed236d88d Merge branch 'master' into kf6 2023-07-10 20:38:32 +02:00
l10n daemon script 722c713329 GIT_SILENT Sync po/docbooks with svn 2023-07-10 02:00:42 +00:00
Nicolas Fella c34b2f04fd Replace ServiceItemDelegate with standard Qt item delegate
We don't need a custom delegate here

Using the standard one from Qt also slightly improves margins
2023-07-09 00:21:42 +02:00
Nicolas Fella 31a8866ac0 Fix usage of Qt::CheckStateRole in preview model
Qt::CheckStateRole expects an enum, not a bool

Also set the flag that the item it user checkable, otherwise it can't be changed

BUG: 471999
2023-07-09 00:11:23 +02:00
Nicolas Fella 88ebcd42db Fix plugin query
QT_MAJOR_VERSION is undefined, the proper thing is QT_VERSION_MAJOR

This causes the plugin query to not find any plugins

Since we only target KF6 we might as well hardcode that
2023-07-08 22:42:32 +02:00
l10n daemon script efc8f9cdf1 GIT_SILENT Sync po/docbooks with svn 2023-07-08 02:23:50 +00:00
Nicolas Fella f60628cdfa Fix konsolepart lookup
The location changed for KF6
2023-07-07 11:53:39 +02:00
l10n daemon script 76e6906fc2 GIT_SILENT Sync po/docbooks with svn 2023-07-07 01:57:18 +00:00
l10n daemon script 7c3cfbd5fb GIT_SILENT Sync po/docbooks with svn 2023-07-06 02:34:36 +00:00
Nicolas Fella 49f9a28f4a Always enable panel dockwidget actions
Otherwise they are disabled when the docks are locked and panels can't be toggled

BUG: 471974
2023-07-05 23:14:43 +02:00