Commit graph

7933 commits

Author SHA1 Message Date
l10n daemon script 348a36439e GIT_SILENT Sync po/docbooks with svn 2024-01-13 01:29:58 +00:00
Felix Ernst 83988f5e5b Explain free space button usage in tooltip
This is to make sure that users do not have to guess why they would
want to press the button.
2024-01-12 17:24:23 +00:00
Albert Astals Cid d4d6f88344 GIT_SILENT Upgrade release service version to 24.04.70. 2024-01-11 21:13:22 +01:00
l10n daemon script 0e9d45fed3 GIT_SILENT Sync po/docbooks with svn 2024-01-11 01:21:04 +00:00
Akseli Lahtinen c5e9a28bef KItemListRoleEditor: Disable spellchecking
No need for spellchecking when renaming folders/filenames.

BUG:477897
2024-01-10 14:12:54 +00:00
Akseli Lahtinen 1a59905027 terminalpanel.cpp: Set m_konsolePart to nullptr during exit signal
If Dolphin terminal is open, and one types `exit` there and then closes Dolphin, Dolphin crashes due to a dangling pointer.

Konsole KPart is deleting itself when Konsole session exits, but Dolphin tracks it as a child of the Terminal Panel. 
The Terminal Panel doesn't get destroyed when Konsole KPart does, and it tries to double free during children clean up.
(Thanks @sitter !) 

Setting `m_konsolePart` to `nullptr` during exit signal fixes this, since there is already check in place for that in the destructor.

BUG:479596
2024-01-10 09:22:46 +00:00
l10n daemon script 7e02110c64 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"
2024-01-10 02:08:59 +00:00
Albert Astals Cid b625a44a69 GIT_SILENT Upgrade release service version to 24.01.90. 2024-01-09 00:22:40 +01:00
l10n daemon script 800078b591 GIT_SILENT Sync po/docbooks with svn 2024-01-08 02:19:29 +00:00
l10n daemon script 718d418dd5 GIT_SILENT Sync po/docbooks with svn 2024-01-07 02:52:57 +00:00
Méven Car 5186f09cab DolphinView: merge update functions into set functions
NO_CHANGELOG
2024-01-06 11:13:22 +01:00
l10n daemon script 9904740f6d GIT_SILENT Sync po/docbooks with svn 2024-01-06 02:15:33 +00:00
l10n daemon script fc0cdddddd GIT_SILENT Sync po/docbooks with svn 2024-01-05 02:17:23 +00:00
l10n daemon script e13a47f01f 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"
2024-01-05 02:08:48 +00:00
l10n daemon script 74cad37242 GIT_SILENT made messages (after extraction) 2024-01-05 01:36:14 +00:00
l10n daemon script 3a6ad7583f GIT_SILENT Sync po/docbooks with svn 2024-01-04 02:22:51 +00:00
Sune Vuorela 458fa9c5b3 Remove setUpdate KBookmarkManager call
It is related to receiving updates from dbus; but that's removed.

Also, it defaults to true
2024-01-03 15:20:59 +01:00
l10n daemon script 0ac787f562 GIT_SILENT Sync po/docbooks with svn 2024-01-03 02:19:40 +00:00
Nicolas Fella c4bed0e132 Use correct KIO include 2024-01-03 01:02:48 +01:00
l10n daemon script 66639b3c66 GIT_SILENT Sync po/docbooks with svn 2023-12-31 02:53:51 +00:00
l10n daemon script ab75484a9d GIT_SILENT made messages (after extraction) 2023-12-31 01:56:03 +00:00
Laurent Montel 35058d9399 Fix using good baloo branch 2023-12-29 16:42:15 +01:00
Laurent Montel 6c2bd3d9f3 Reenable flatpak CI support 2023-12-29 16:41:55 +01:00
l10n daemon script 4a2ca735bf GIT_SILENT Sync po/docbooks with svn 2023-12-29 02:20:04 +00:00
Carl Schwan bcccdc60df Add separator in Dolphin Status Bar
See https://invent.kde.org/plasma/breeze/-/merge_requests/390 for
explanation and screenshots
2023-12-28 21:51:34 +00:00
Marius P 12e8dbe8c4 org.kde.dolphin.appdata.xml add launchable
Fix "appstreamcli validate --explain" issue
"I: org.kde.dolphin.desktop:~: desktop-app-launchable-omitted
This `desktop-application` component has no `desktop-id` launchable tag,
however it contains all
the necessary information to display the application. The omission of the
launchable entry means
that this application can not be launched directly from installers or
software centers. If this
is intended, this information can be ignored, otherwise it is strongly
recommended to add a
launchable tag as well.".
2023-12-28 08:52:09 +00:00
l10n daemon script 849d9c75a7 GIT_SILENT Sync po/docbooks with svn 2023-12-28 02:19:17 +00:00
l10n daemon script ad5fad0eff GIT_SILENT made messages (after extraction) 2023-12-28 01:35:00 +00:00
Alexander Lohnau 5e74b4c017 GeneralViewSettingsPage: Initialize variables in header, avoid unused variable depending on config 2023-12-27 12:11:53 +01:00
Albert Astals Cid f22530d446 Revert "Remove unused m_showToolTips variable"
This reverts commit 9a2fc1526c.
2023-12-27 11:57:15 +01:00
Albert Astals Cid 792a92befe Fix build with cmake >= 3.28
Proposed by krop on #kde-devel

Unless my bisect skills failed broken by ebc9e448b3
2023-12-27 11:56:54 +01:00
Alexander Lohnau acbc78f8ba kfileitemmodeltest: Include KIO/SimpleJob header instead of relying on compat code
Amends 3f92ac800c
2023-12-27 06:57:31 +01:00
Alexander Lohnau 3f92ac800c Do not rely on KIO source-code compat code 2023-12-26 17:11:32 +01:00
Alexander Lohnau 9a2fc1526c Remove unused m_showToolTips variable 2023-12-26 17:11:10 +01:00
Alexander Lohnau 18ff684290 Remove unneeded lambda capture 2023-12-26 17:10:43 +01:00
Marius P b2defa2f98 Fix issues if QT_NO_CAST_FROM_ASCII is defined
Fix issues e.g. "error: ‘QString::QString(const QByteArray&)’
is private within this context".
2023-12-25 10:28:58 +00:00
Marius P 2ba33b9220 main.cpp about data: update homepage 2023-12-25 10:25:32 +00:00
l10n daemon script 3222e845ff GIT_SILENT Sync po/docbooks with svn 2023-12-25 02:11:54 +00:00
l10n daemon script fab9f72842 GIT_SILENT Sync po/docbooks with svn 2023-12-24 02:58:50 +00:00
Méven Car d2c073a35b Add 38c34eeca to .git-blame-ignore-revs
NO_CHANGELOG
2023-12-23 13:51:16 +01:00
l10n daemon script f7bf926af1 GIT_SILENT Sync po/docbooks with svn 2023-12-23 02:37:57 +00:00
Akseli Lahtinen 7043ae1100 Set viewFocus when DolphinViewContainer state is consistent
Read Felix' comment here: https://invent.kde.org/system/dolphin/-/merge_requests/679#note_835657

In short: 
> The above change moves the `m_view->setFocus()` towards a point in time in 
> which `DolphinViewContainer`'s selection mode state is consistent again.

BUG:478724
2023-12-22 08:29:40 +00:00
l10n daemon script 425fc930a6 GIT_SILENT Sync po/docbooks with svn 2023-12-22 02:30:38 +00:00
l10n daemon script 3d4e9ac639 GIT_SILENT Sync po/docbooks with svn 2023-12-21 02:58:37 +00:00
l10n daemon script 624b00e71f GIT_SILENT Sync po/docbooks with svn 2023-12-19 02:16:01 +00:00
Albert Astals Cid 5fcc61184d GIT_SILENT Upgrade release service version to 24.01.85. 2023-12-18 22:52:30 +01:00
Méven Car 3430ad1673 DolphinView: Ensure to update the whole viewState after a job created files
BUG: 476670
2023-12-18 10:10:11 +00:00
l10n daemon script b3fd75e44f GIT_SILENT Sync po/docbooks with svn 2023-12-18 02:56:57 +00:00
l10n daemon script 52488330ff GIT_SILENT Sync po/docbooks with svn 2023-12-16 02:18:48 +00:00
Akseli Lahtinen 8f043b2958 Resort directory size count after refreshing
After refreshing the view when
size count is selected as the sortRole,
count is 0 at first. When the actual count is loaded,
the sorting is done according to the count being 0. 
This can break the sort order and cause view and model
to be out of sync. 

Making sure we always resort all items
when the directory size/item count is changed fixes this

BUG:473999
2023-12-15 13:07:12 +00:00