]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Add docs about the new 'Open new folders in tabs' option
authorYuri Chornoivan <yurchor@ukr.net>
Wed, 26 Jun 2019 07:48:17 +0000 (10:48 +0300)
committerYuri Chornoivan <yurchor@ukr.net>
Wed, 26 Jun 2019 07:48:17 +0000 (10:48 +0300)
CMakeLists.txt
doc/index.docbook
doc/preferences-startup.png

index ef0e28e76c2394ac263eb0475294805112d01c37..a348f63659179b7dbb82d3f540d8379314efd897 100644 (file)
@@ -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)
index 3495ee9bcfe711d218a2f8a04ef972756d60a0b4..f2b5c70a37183746cfc50a02dfeab25d782817d3 100644 (file)
@@ -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>
index 683718d17840a1f281c18600c7885127244eccd3..2b780a4c1e6abff12f337bc12cd19b35807997d6 100644 (file)
Binary files a/doc/preferences-startup.png and b/doc/preferences-startup.png differ