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

7327 Commits

Author SHA1 Message Date
Albert Astals Cid
a5f1e53d08 GIT_SILENT Upgrade release service version to 23.07.70. 2023-03-10 21:19:43 +01:00
Méven Car
6e5460697b Prevent a non-initialized value access
NO_CHANGELOG
2023-03-09 19:00:27 +01:00
l10n daemon script
3f93574988 GIT_SILENT Sync po/docbooks with svn 2023-03-09 02:03:45 +00:00
l10n daemon script
a4ebd771a5 GIT_SILENT Sync po/docbooks with svn 2023-03-08 02:11:29 +00:00
l10n daemon script
26c279c248 GIT_SILENT Sync po/docbooks with svn 2023-03-07 02:10:06 +00:00
l10n daemon script
d14ed3e3eb GIT_SILENT Sync po/docbooks with svn 2023-03-06 02:01:58 +00:00
l10n daemon script
7b2a09511d 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-03-06 01:43:29 +00:00
Nicolas Fella
104213acab Add packagekit-qt as third-party dependency 2023-03-05 17:08:25 +01:00
l10n daemon script
a5b97fe478 GIT_SILENT Sync po/docbooks with svn 2023-03-05 02:50:51 +00:00
l10n daemon script
aabacff070 GIT_SILENT made messages (after extraction) 2023-03-05 00:56:55 +00:00
Ismael Asensio
ba60b6ada3 search: Prevent the search box from enlarging the view
By default, the search filters widget calculates its
`minimumSizeHint` as the sum of its components' minimum widths.

This minimum width hint will scale up the widgets hierarchy,
finally imposing a minimum width to the contents view, which
in certain conditions can take the space from the side panels.

Let's set a minimum width hint of 0, so it is the filters widget
which always adapts to the available view size instead.

BUG: 466796
FIXED-IN: 23.04
2023-03-04 10:30:41 +00:00
Alexander Lohnau
f8a6aba490 Remove unneeded metadata from KCM json files
We only load them in Konqueror, there are only the name, icon and doc path used.
The ServiceTypes are only a leftover from before the json conversion

Task: https://phabricator.kde.org/T14730
2023-03-04 09:22:06 +01:00
l10n daemon script
3ece6e2932 GIT_SILENT Sync po/docbooks with svn 2023-03-04 02:01:45 +00:00
l10n daemon script
6c9c45772d GIT_SILENT Sync po/docbooks with svn 2023-03-03 02:06:31 +00:00
l10n daemon script
2787d1068e GIT_SILENT Sync po/docbooks with svn 2023-03-02 02:57:53 +00:00
l10n daemon script
6adbb73b99 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-03-02 02:25:05 +00:00
l10n daemon script
74ecb5b9b4 GIT_SILENT Sync po/docbooks with svn 2023-02-28 02:42:57 +00:00
l10n daemon script
39ee83cebf GIT_SILENT Sync po/docbooks with svn 2023-02-27 02:54:21 +00:00
l10n daemon script
a67db62742 GIT_SILENT Sync po/docbooks with svn 2023-02-26 02:33:49 +00:00
Méven Car
6f778005b5 Save a in-thread stat call each time the context menu is displayed 2023-02-25 11:26:25 +00:00
l10n daemon script
491daf4e43 GIT_SILENT Sync po/docbooks with svn 2023-02-25 03:39:53 +00:00
Heiko Becker
4cf831a54e GIT_SILENT Update Appstream for new release
(cherry picked from commit 7fa24be461)
2023-02-24 20:51:45 +01:00
l10n daemon script
529ae54435 GIT_SILENT Sync po/docbooks with svn 2023-02-24 02:31:05 +00:00
Nate Graham
5a5a82a0c9 Apply 1 suggestion(s) to 1 file(s) 2023-02-23 14:44:20 +00:00
Méven Car
87fc5b4e70 Move split view settings about miscellaneous 2023-02-23 14:44:20 +00:00
Felix Ernst
543378a670 Apply suggestions 2023-02-23 14:44:20 +00:00
Méven Car
77c30bddd8 Settings: move split views options to their own group 2023-02-23 14:44:20 +00:00
Méven Car
7a682f5e9c Fix header index are colIndex and not roleIndex 2023-02-23 12:29:20 +01:00
Aleix Pol
6e7a5760b4 Fix typo in m_hoveredColumnHearderRoleIndex 2023-02-21 13:16:42 +01:00
Aleix Pol
fc04c8186d Fix uninitialised value
Do not read m_hoveredColumnHearderRoleIndex before it has been
initialised.

.6  0x00007fe00632182c in QList<KFileItemModel::RoleInfo>::Node::t
(this=<optimized out>, this=<optimized out>) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:153
.7  QList<KFileItemModel::RoleInfo>::at (i=3080252, this=0x7ffdf2e9bba8)
at /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:572
.8  DolphinView::eventFilter (this=0x5584bef25160,
watched=0x5584bef8a300, event=0x7ffdf2e9bd30) at
./src/views/dolphinview.cpp:978
.9  0x00007fe003ebbdda in
QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*,
QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
.10 0x00007fe004b6c782 in QApplicationPrivate::notify_helper(QObject*,
QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
.11 0x00007fe004b75411 in QApplication::notify(QObject*, QEvent*) ()
from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
.12 0x00007fe003ebc07a in QCoreApplication::notifyInternal2(QObject*,
QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
.13 0x00007fe004b72269 in QApplication::event(QEvent*) () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
.14 0x00007fe004b6c793 in QApplicationPrivate::notify_helper(QObject*,
QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
.15 0x00007fe003ebc07a in QCoreApplication::notifyInternal2(QObject*,
QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
.16 0x00007fe003f14e0b in QTimerInfoList::activateTimers() () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
.17 0x00007fe003f15754 in ?? () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
.18 0x00007fe001d20d3b in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
.19 0x00007fe001d756c8 in ?? () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
.20 0x00007fe001d1e3e3 in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
.21 0x00007fe003f15ad8 in
QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)
() from /lib/x86_64-linux-gnu/libQt5Core.so.5
.22 0x00007fe003eba99b in
QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
.23 0x00007fe003ec2f34 in QCoreApplication::exec() () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
.24 0x00005584bd2a9aad in main (argc=<optimized out>, argv=<optimized
out>) at ./src/main.cpp:249

BUG: 466110
2023-02-21 13:15:37 +01:00
l10n daemon script
acf00933f3 GIT_SILENT Sync po/docbooks with svn 2023-02-21 02:31:40 +00:00
l10n daemon script
90ab859eb8 GIT_SILENT Sync po/docbooks with svn 2023-02-20 02:33:28 +00:00
l10n daemon script
e9f06fc402 GIT_SILENT Sync po/docbooks with svn 2023-02-19 02:37:48 +00:00
Méven Car
da7ccef488 DolphinView: Allow to have tootips on columns headers
Add events columnHovered/columnUnHovered to KItemListview and
KItemListHeaderWidget.
2023-02-18 16:01:44 +00:00
l10n daemon script
090db6e8f4 GIT_SILENT Sync po/docbooks with svn 2023-02-18 02:33:10 +00:00
l10n daemon script
c9297ed8e1 GIT_SILENT Sync po/docbooks with svn 2023-02-17 02:23:51 +00:00
l10n daemon script
caffdb3d14 GIT_SILENT Sync po/docbooks with svn 2023-02-16 03:48:11 +00:00
Alexander Lohnau
54f62d22b0 Allow empty metadata for KOverlayIconPlugin
We do not read the metadata anywhere, consequently we can allow empty metadata.
Consumers now don't have to provide a file and we do no spend time parsing the JSON.

Task: https://phabricator.kde.org/T14538
2023-02-15 09:36:31 +00:00
Yuri Chornoivan
6b00c8b911 Consistent naming in tooltips 2023-02-15 09:02:49 +02:00
l10n daemon script
b7f36b1a6a GIT_SILENT Sync po/docbooks with svn 2023-02-15 02:30:19 +00:00
Méven Car
a34768747f Fix a disconnect warning
NO_CHANGELOG
2023-02-14 18:26:40 +01:00
Serg Podtynnyi
b7fa85a33d Add new settings for permissions column format
Ability to configure column for the file/dir permissions in
Numeric(Octal)/Textual/Combined style and update field display style to be right-alighed.
Add toolips to column menu items
BUG: 227745
2023-02-14 16:40:33 +00:00
Méven Car
bb686052c7
Revert "Remove deprecated ConfigurePreviewPluginDialog"
This reverts commit d8de1c37e5.
2023-02-14 17:03:43 +01:00
Méven Car
1c98a50d83
Revert "Remove deprecated KServiceTypeTrader"
This reverts commit 648c2db6e4.
2023-02-14 17:03:33 +01:00
Nicolas Fella
4fbc5302e7 Fix 'Show Target' for non-local URLs
Links are not always local files, e.g. 'remote:/zeroconf' links to 'zeroconf:/'

The current code fails there

Instead of using QFile API that does not work on non-local URLs use QUrl::resolved to resolve relative links

Furthermore, QFile::exists doesn't work for non-local URLs. Instead do a KIO stat to check whether the target exists
2023-02-14 14:54:29 +01:00
l10n daemon script
9c6c80edc9 GIT_SILENT Sync po/docbooks with svn 2023-02-14 02:30:19 +00:00
Méven Car
ba930ddb36 Optimize Directory size counting
Two changes:
 * Prioritise size counting for visible path
 * stop the worker when switching dirs
2023-02-12 11:21:53 +00:00
l10n daemon script
a15def4e64 GIT_SILENT Sync po/docbooks with svn 2023-02-12 02:21:39 +00:00
l10n daemon script
d185e21887 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-02-12 02:02:18 +00:00
l10n daemon script
f885d2f1be GIT_SILENT made messages (after extraction) 2023-02-12 01:01:24 +00:00