1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-04 17:30:55 +00:00
Commit Graph

49 Commits

Author SHA1 Message Date
Nico Kreipke
815bb8d514 Add option to completely disable directory size counting
Dolphin shows the size of directories by listing their contents, which
for some users might cause unwanted load on the file system.
Depending on the size of the subdirectories in question and how the
storage is accessed, this might cause noticeable delays and even
freezing.

This commit adds a new option under "View -> Content Display" that
enables users to set "Folder size:" to "No size", completely disabling
directory size counting. Directory size counting is still enabled by
default.

As a third option for "Folder size" is added, the DirectorySizeCount
boolean setting is replaced with a DirectorySizeMode enum setting. The
old setting is migrated using a kconf_update script.

FEATURE: 477187
GUI:
2024-03-07 15:11:34 +00:00
Dāvis Mosāns
6600dc9bdc Rename KF5 to KF6 2023-03-04 20:58:48 +00:00
Natalie Clarius
6e6993f098 doc: fix typo (Trash -> User Feedback) 2022-09-03 13:21:06 +02:00
Jin Liu
ca0d0bb322 Change wording "Leading Column Padding" to "Side Padding"
Since it actually adds padding on both left and right sides,
"Side Padding" might be more accurate.

This change is also propagated to variable and method names.

BUG: 453172
2022-05-26 08:31:12 +00:00
Yuri Chornoivan
2d1842c4f8 Fix typo and release name 2022-01-18 16:41:14 +02:00
Yuri Chornoivan
a73caceaf4 Document the new context menu item 2022-01-17 08:52:38 +02:00
Alex Richardson
997977c67a Make the KDocTools dependency optional
I am cross-compiling dolphin and haven't build KDocTools. Since it's only
needed for the handbook we can make the dependency optional.
2021-07-09 09:19:05 +01:00
Yuri Chornoivan
a6ec74a82c Minor docs update to sync with interface 2021-05-04 09:28:22 +03:00
Yuri Chornoivan
0562ce77fb Update screenshots and docs on the Preferences 2021-04-08 12:47:17 +03:00
Yuri Chornoivan
9ebca429ab Add the new option to the docs on the status bar configuration 2021-04-08 09:50:03 +03:00
Yuri Chornoivan
c1cd4fdc91 Add a note about creating custom 'Create New' submenu items
BUG: 191630
2021-03-13 16:26:46 +02:00
Yuri Chornoivan
b5885871d8 Following renaming the 'Services' page in the code + Nepomuk -> Baloo (screenshots should be updated later) 2020-12-29 10:09:23 +02:00
Yuri Chornoivan
c26b71f1c5 Add docs on the 'Date style' option 2020-12-24 10:05:46 +02:00
Yuri Chornoivan
e06d6b2c8a Fix the docs according to the current double-click option place (take two) 2020-12-03 23:04:30 +02:00
Yuri Chornoivan
1344641775 Fix the docs according to the current double-click option place 2020-12-03 21:35:53 +02:00
Méven Car
60b9eaa4c1 Toolbar: move and rename filter to edit menu above Search
This is to expose more filter.
Also rename "Show Filter Bar" to simply "Filter", keep "Show Filter Bar" as tooltip

Adds a toggle filter bar action.
2020-12-02 07:07:41 +00:00
Yuri Chornoivan
9406ce29ca doc: Document 'Skip local previews' option 2020-06-10 08:50:08 +03:00
Antonio Prcela
a291c59990 Allow to copy or move selection to the other split view
Summary:
FEATURE: 276167

Default keyboard shortcuts set to `SHIFT+F5` for `copy`, `SHIFT+F6` for `move`

Reviewers: #dolphin, elvisangelaccio, ngraham, meven, dfaure

Reviewed By: #dolphin, elvisangelaccio, ngraham, meven, dfaure

Subscribers: yurchor, kde-doc-english, dfaure, meven, kfm-devel

Tags: #dolphin, #documentation

Differential Revision: https://phabricator.kde.org/D29006
2020-05-14 16:20:14 -06:00
Yuri Chornoivan
1ceaaa38f6 Add new option 'Folder size displays' to the docs 2020-05-05 08:53:06 +03:00
Pino Toscano
0f1c015809 doc: switch to https for bugs.kde.org 2020-04-29 09:30:01 +02:00
Yuri Chornoivan
7f085a5bee Update docs for startup page of configuration
Summary: After several resurfaces of GUI the current docs are not up-to-date.

Test Plan: I used an impression from D11382 to write this. Tested with checkXML5. An updated screenshot is needed.

Reviewers: #dolphin, ngraham

Reviewed By: #dolphin, ngraham

Subscribers: ngraham, kfm-devel, kde-doc-english

Tags: #dolphin, #documentation

Differential Revision: https://phabricator.kde.org/D29220
2020-04-27 17:42:06 +03:00
Yuri Chornoivan
496c6b9e39 Add the 'Duplicate Here' feature description 2020-03-17 11:33:48 +02:00
Carl Schwan
0bec1518c5
Fix issues found by ebn
Summary:
http://ebn.kde.org/sanitizer/reports/kde-4.x/applications/dolphin/index.html

I ignored the Prefer 'folder' over 'directory' issue, since it was a false positive.

Test Plan: meinproc5 still work and no visual change.

Reviewers: yurchor

Reviewed By: yurchor

Subscribers: yurchor, kfm-devel, kde-doc-english

Tags: #dolphin, #documentation

Differential Revision: https://phabricator.kde.org/D27547
2020-02-21 16:21:37 +01:00
Yuri Chornoivan
49ab4e06b1 Fix spacing 2019-12-16 09:56:59 +02:00
Nate Graham
f622956208 Don't overload the word "Properties" to mean multiple things
Summary:
Generally "Properties" refers to information about a selected file. However Dolphin also
uses the word "Properties" in the phrase "View Properties", which refers to the display
style of the view. Since "properties" is a fairly esoteric and technical term to most
users, it would probably be wise to avoid using it in multiple contexts.

Accordingly, this patch changes "view properties" to "view display style".

Test Plan: Look at the settings window, hamburger menu, view menu, and docbook

Reviewers: #vdg, #dolphin, ndavis, elvisangelaccio

Reviewed By: #vdg, #dolphin, ndavis, elvisangelaccio

Subscribers: ndavis, kfm-devel, kde-doc-english

Tags: #dolphin, #documentation

Differential Revision: https://phabricator.kde.org/D25987
2019-12-15 14:17:49 +01:00
Yuri Chornoivan
fc4fd11c4d Fix link: ui.html -> menus.html 2019-11-25 22:00:41 +02:00
Piotr Henryk Dabrowski
537dc7864a [Dolphin] Open Preferred Search Tool action
Summary:
Added "Open Preferred Search Tool" action to Tools menu.

It runs preferred (topmost) external search tool as configured in the "More Search Tools" menu.

By default Ctrl+Shift+F shortcut is assigned to this action.

FEATURE: 384798
FIXED-IN: 20.03.80

{F7134238}
{F7134240}
{F7134242}

Reviewers: #dolphin, ngraham, elvisangelaccio

Reviewed By: #dolphin, ngraham

Subscribers: pkloc, kfm-devel, kde-doc-english

Tags: #dolphin, #documentation

Differential Revision: https://phabricator.kde.org/D22594
2019-11-17 18:15:26 +01:00
Méven Car
beba31d34b Update documentation mentionning Recent places group 2019-10-09 09:35:46 +02:00
Yuri Chornoivan
99bfbbf1f3 Add new option on executable treatment to the docs 2019-09-30 17:56:52 +03:00
Yuri Chornoivan
c150ee4e10 Sync docs with interface 2019-09-15 08:25:21 +03:00
Nate Graham
7165ea7afd Add Reset Zoom Level action inside View menu
Summary:
FEATURE: 409591
FIXED-IN: 19.12.0

Test Plan: {F7096397}

Reviewers: elvisangelaccio, shubham, #dolphin

Reviewed By: elvisangelaccio, #dolphin

Subscribers: broulik, cfeck, kfm-devel, kde-doc-english

Tags: #dolphin, #documentation

Differential Revision: https://phabricator.kde.org/D22444
2019-09-10 07:09:33 -06:00
Yuri Chornoivan
cd2078cef4 Add docs about the new 'Open new folders in tabs' option 2019-06-26 10:48:17 +03:00
Carl Schwan
8dc5c7a199
Use placeholder for search action
Summary:
See https://hig.kde.org/style/writing/placeholder.html

Screenshot:

Old: {F6691712}
New: {F6698685}

Test Plan: Compile and run

Reviewers: #dolphin, #vdg, ngraham, elvisangelaccio

Reviewed By: #dolphin, #vdg, ngraham

Subscribers: GB_2, kde-doc-english, elvisangelaccio, ngraham, yurchor, kfm-devel

Tags: #dolphin, #documentation

Maniphest Tasks: T10258

Differential Revision: https://phabricator.kde.org/D19770
2019-04-22 23:03:10 +02:00
Yuri Chornoivan
519a5e2700 Update screenshot 2019-03-13 12:53:12 +02:00
Yuri Chornoivan
4ae68e8445 Sync docs with code (screenshot of Behavior page is still unsynced) 2019-03-09 08:56:46 +02:00
Yuri Chornoivan
ed82cca0c0 Update screenshots and some minor bits in docs 2019-02-18 17:36:07 +02:00
Yuri Chornoivan
a17a826e24 Add new option to close the inactive split view to the docs 2019-02-17 11:59:34 +02:00
Nathaniel Graham
d7d403379d Move General settings to the top
Summary: KDE apps generally (ha ha) have their {nav General} page at the top of the list, so it's the first thing the user sees when they open the {nav Settings} window, but Dolphin is an exception. It puts the {nav General} page //last!// This patch makes Dolphin consistent with other KDE apps by moving the {nav General} page up to the top.

Test Plan: {F5918590}

Reviewers: #dolphin, #kde_applications, elvisangelaccio, ltoscano

Reviewed By: elvisangelaccio, ltoscano

Subscribers: kde-doc-english, ltoscano, elvisangelaccio, kfm-devel

Tags: #dolphin, #documentation

Differential Revision: https://phabricator.kde.org/D13595
2018-06-19 16:55:23 -06:00
Yuri Chornoivan
4913493551 Fix minor typos 2018-03-30 08:19:37 +03:00
Burkhard Lück
e91e18ae36 Update dolphin docbook to 18.04
proofread + update
bump date + releaseinfo
add missing option + new shortcuts

Differential Revision: https://phabricator.kde.org/D11724
2018-03-29 18:47:28 +02:00
Yuri Chornoivan
172d554059 Remove extra dot 2016-12-05 07:33:58 +02:00
Burkhard Lück
4d83ed9c77 single/double click setting is in mouse kcm, not in dolphin seetings in navigation page 2016-12-04 13:05:42 +01:00
Burkhard Lück
1bdebe6d7c replace kappname -> dolphin + add Paste menuitems 2016-08-31 07:02:36 +02:00
Burkhard Lück
8529547344 fix changed menuitem string + add some comments 2016-08-18 07:56:05 +02:00
Burkhard Lück
29f12d91e5 Update dolphin docbook to 16.04
Proofread + check if the info is still valid, bump date + releaseinfo
New Screenshots
Remove appendix + entities kappname + dolphin
REVIEW:128071
2016-06-08 06:19:11 +02:00
Burkhard Lück
3083e2db39 Update dolphin docbook to kf5
Proofread + check if the info is still valid, bump date + releaseinfo
Screenshots were already silently updated to kf5 in the past, see https://docs.kde.org/trunk5/en/applications/dolphin/index.html
Added Emmanuel as developer
Removed link to dolphin.kde.org, because this redirects to the userbase page
Fixed how to get Dolphin
REVIEW:124594
2015-08-23 14:27:12 +02:00
Burkhard Lück
0c7da668e7 update screenshots to kf5 2015-05-28 09:53:27 +02:00
Montel Laurent
22898cc955 Use new KDE_ macro 2015-03-08 18:57:23 +01:00
Albert Astals Cid
94bd3b5992 Use the same doc folder name everyone else uses 2015-03-06 22:44:23 +01:00