From: Yuri Chornoivan Date: Wed, 26 Jun 2019 07:48:17 +0000 (+0300) Subject: Add docs about the new 'Open new folders in tabs' option X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/cd2078cef4b89903a68f285b54811d32ab8f80de Add docs about the new 'Open new folders in tabs' option --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ef0e28e76..a348f6365 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set (KDE_APPLICATIONS_VERSION "${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATI project(Dolphin VERSION ${KDE_APPLICATIONS_VERSION}) set(QT_MIN_VERSION "5.8.0") -set(KF5_MIN_VERSION "5.58.0") +set(KF5_MIN_VERSION "5.57.0") # ECM setup find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED) diff --git a/doc/index.docbook b/doc/index.docbook index 3495ee9bc..f2b5c70a3 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -70,8 +70,8 @@ &FDLNotice; -2019-02-17 -Applications 19.04 +2019-06-26 +Applications 19.08 @@ -1171,6 +1171,10 @@ for details. Show full path in title bar makes it easy to distinguish between files or folders with the same name in different folders. + + +Open new folders in tabs controls whether &dolphin; should open a new folder in a new tab of the current instance when called externally. If not enabled, the new folders will be opened in new instances of &dolphin;. By default this option is enabled. + diff --git a/doc/preferences-startup.png b/doc/preferences-startup.png index 683718d17..2b780a4c1 100644 Binary files a/doc/preferences-startup.png and b/doc/preferences-startup.png differ