Git commit cd2078cef4b89903a68f285b54811d32ab8f80de by Yuri Chornoivan. Committed on 26/06/2019 at 07:48. Pushed by yurchor into branch 'master'.
Add docs about the new 'Open new folders in tabs' option M +1 -1 CMakeLists.txt M +6 -2 doc/index.docbook M +- -- doc/preferences-startup.png https://commits.kde.org/dolphin/cd2078cef4b89903a68f285b54811d32ab8f80de diff --git a/CMakeLists.txt b/CMakeLists.txt index ef0e28e76c..a348f63659 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 3495ee9bcf..f2b5c70a37 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -70,8 +70,8 @@ <legalnotice>&FDLNotice;</legalnotice> -<date>2019-02-17</date> -<releaseinfo>Applications 19.04</releaseinfo> +<date>2019-06-26</date> +<releaseinfo>Applications 19.08</releaseinfo> <abstract> <para> @@ -1171,6 +1171,10 @@ for details. <guilabel>Show full path in title bar</guilabel> makes it easy to distinguish between files or folders with the same name in different folders. </para></listitem> + +<listitem><para> +<guilabel>Open new folders in tabs</guilabel> 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. +</para></listitem> </itemizedlist> </para> diff --git a/doc/preferences-startup.png b/doc/preferences-startup.png index 683718d178..2b780a4c1e 100644 Binary files a/doc/preferences-startup.png and b/doc/preferences-startup.png differ
