Commit graph

7483 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
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
l10n daemon script 05b6f5d706 GIT_SILENT Sync po/docbooks with svn 2023-08-11 01:48:02 +00: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
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
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
l10n daemon script ee5432b549 GIT_SILENT Sync po/docbooks with svn 2023-07-27 01:49:46 +00:00
l10n daemon script c099dfffeb GIT_SILENT Sync po/docbooks with svn 2023-07-25 01:50:24 +00: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
l10n daemon script 722c713329 GIT_SILENT Sync po/docbooks with svn 2023-07-10 02:00:42 +00:00
l10n daemon script efc8f9cdf1 GIT_SILENT Sync po/docbooks with svn 2023-07-08 02:23:50 +00: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
Friedrich W. H. Kossebau ed2d352c42 Add explicit moc includes to sources for moc-covered headers
* speeds up incremental builds as changes to a header will not always
  need the full mocs_compilation.cpp for all the target's headers rebuild,
  while having a moc file sourced into a source file only adds minor
  extra costs, due to small own code and the used headers usually
  already covered by the source file, being for the same class/struct
* seems to not slow down clean builds, due to empty mocs_compilation.cpp
  resulting in those quickly processed, while the minor extra cost of the
  sourced moc files does not outweigh that in summary.
  Measured times actually improved by some percent points.
  (ideally CMake would just skip empty mocs_compilation.cpp & its object
  file one day)
* enables compiler to see all methods of a class in same compilation unit
  to do some sanity checks
* potentially more inlining in general, due to more in the compilation unit
* allows to keep using more forward declarations in the header, as with the
  moc code being sourced into the cpp file there definitions can be ensured
  and often are already for the needs of the normal class methods
2023-07-05 07:59:18 +00:00
l10n daemon script 7fcf4e084d GIT_SILENT Sync po/docbooks with svn 2023-07-05 02:36:53 +00:00
l10n daemon script 126bce5d17 GIT_SILENT Sync po/docbooks with svn 2023-07-04 02:55:49 +00:00
l10n daemon script 8139ef5421 GIT_SILENT Sync po/docbooks with svn 2023-07-03 02:19:10 +00:00
l10n daemon script e57034cbf5 GIT_SILENT Sync po/docbooks with svn 2023-07-02 02:24:53 +00:00
l10n daemon script ddf0918bde GIT_SILENT Sync po/docbooks with svn 2023-07-01 01:56:51 +00:00
l10n daemon script caed6da7e4 GIT_SILENT Sync po/docbooks with svn 2023-06-30 01:58:56 +00:00
Tem PQD 4d930992c4 Use ellipsis everywhere instead of three dots
Better for screen readers etc.
2023-06-29 22:42:34 +00:00
Heiko Becker cf3a570afc GIT_SILENT Update Appstream for new release
(cherry picked from commit e3ad78194c)
2023-06-30 00:10:33 +02:00
l10n daemon script 0350dc53b0 GIT_SILENT Sync po/docbooks with svn 2023-06-29 01:56:38 +00:00
Felix Ernst 0bf439833c Move focus from hiding selection mode bars to view
When a user exits selection mode for example by clicking the "Exit
Selection Mode" button, the bar is closed but the focus doesn't return
to the view which would be expected. This commit actively moves the
focus to the view in such a scenario.

BUG: 469621
2023-06-28 16:35:56 +00:00
l10n daemon script ea56e1f75e GIT_SILENT Sync po/docbooks with svn 2023-06-28 01:59:10 +00:00
l10n daemon script 683992c807 GIT_SILENT Sync po/docbooks with svn 2023-06-27 02:05:13 +00:00
Tem PQD b92bb43e9d Fix Refresh tooltip text and add Refresh whatsThis text
BUG: 469263
2023-06-26 19:32:00 +00:00