┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2024-03-07Add option to completely disable directory size countingNico Kreipke
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:
2023-03-04Rename KF5 to KF6Dāvis Mosāns
2022-09-03doc: fix typo (Trash -> User Feedback)Natalie Clarius
2022-05-26Change wording "Leading Column Padding" to "Side Padding"Jin Liu
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-01-18Fix typo and release nameYuri Chornoivan
2022-01-17Document the new context menu itemYuri Chornoivan
2021-07-09Make the KDocTools dependency optionalAlex Richardson
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-05-04Minor docs update to sync with interfaceYuri Chornoivan
2021-04-08Update screenshots and docs on the PreferencesYuri Chornoivan
2021-04-08Add the new option to the docs on the status bar configurationYuri Chornoivan
2021-03-13Add a note about creating custom 'Create New' submenu itemsYuri Chornoivan
BUG: 191630
2020-12-29Following renaming the 'Services' page in the code + Nepomuk -> Baloo ↵Yuri Chornoivan
(screenshots should be updated later)
2020-12-24Add docs on the 'Date style' optionYuri Chornoivan
2020-12-03Fix the docs according to the current double-click option place (take two)Yuri Chornoivan
2020-12-03Fix the docs according to the current double-click option placeYuri Chornoivan
2020-12-02Toolbar: move and rename filter to edit menu above SearchMéven Car
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-06-10doc: Document 'Skip local previews' optionYuri Chornoivan
2020-05-14Allow to copy or move selection to the other split viewAntonio Prcela
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-05Add new option 'Folder size displays' to the docsYuri Chornoivan
2020-04-29doc: switch to https for bugs.kde.orgPino Toscano
2020-04-27Update docs for startup page of configurationYuri Chornoivan
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-03-17Add the 'Duplicate Here' feature descriptionYuri Chornoivan
2020-02-21Fix issues found by ebnCarl Schwan
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
2019-12-16Fix spacingYuri Chornoivan
2019-12-15Don't overload the word "Properties" to mean multiple thingsNate Graham
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-11-25Fix link: ui.html -> menus.htmlYuri Chornoivan
2019-11-17[Dolphin] Open Preferred Search Tool actionPiotr Henryk Dabrowski
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-10-09Update documentation mentionning Recent places groupMéven Car
2019-09-30Add new option on executable treatment to the docsYuri Chornoivan
2019-09-15Sync docs with interfaceYuri Chornoivan
2019-09-10Add Reset Zoom Level action inside View menuNate Graham
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-06-26Add docs about the new 'Open new folders in tabs' optionYuri Chornoivan
2019-04-22Use placeholder for search actionCarl Schwan
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-03-13Update screenshotYuri Chornoivan
2019-03-09Sync docs with code (screenshot of Behavior page is still unsynced)Yuri Chornoivan
2019-02-18Update screenshots and some minor bits in docsYuri Chornoivan
2019-02-17Add new option to close the inactive split view to the docsYuri Chornoivan
2018-06-19Move General settings to the topNathaniel Graham
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-03-30Fix minor typosYuri Chornoivan
2018-03-29Update dolphin docbook to 18.04Burkhard Lück
proofread + update bump date + releaseinfo add missing option + new shortcuts Differential Revision: https://phabricator.kde.org/D11724
2016-12-05Remove extra dotYuri Chornoivan
2016-12-04single/double click setting is in mouse kcm, not in dolphin seetings in ↵Burkhard Lück
navigation page
2016-08-31replace kappname -> dolphin + add Paste menuitemsBurkhard Lück
2016-08-18fix changed menuitem string + add some commentsBurkhard Lück
2016-06-08Update dolphin docbook to 16.04Burkhard Lück
Proofread + check if the info is still valid, bump date + releaseinfo New Screenshots Remove appendix + entities kappname + dolphin REVIEW:128071
2015-08-23Update dolphin docbook to kf5Burkhard Lück
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-05-28update screenshots to kf5Burkhard Lück
2015-03-08Use new KDE_ macroMontel Laurent
2015-03-06Use the same doc folder name everyone else usesAlbert Astals Cid