diff options
| author | Gregor Mi <[email protected]> | 2017-09-21 15:41:26 +0200 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2017-09-21 15:41:26 +0200 |
| commit | 3749b5552729b434655ddc950b120bb14fe888c7 (patch) | |
| tree | c674c90c2a117cb34e43490a5c05829091c96982 /CMakeLists.txt | |
| parent | 49396318f0f37f913a91bf02484a16e34fec6bf4 (diff) | |
Select child folder when navigating to a parent folder
Whenever the dolphin view is initialized to show the contents of a new URL
(e.g. "/home/x/test") it will be checked if the new URL is a parent of the
previous displayed URL (e.g. "/home/x/test/documents/aaa"). If the check is
successful, then the common child (in this example: "/home/x/test/documents/")
folder item will be selected and scrolled into view.
REVIEW: 123253
BUG: 377392
CCBUG: 335616
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 81ffee612..bd0b17586 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.5.0") -set(KF5_MIN_VERSION "5.30.0") +set(KF5_MIN_VERSION "5.37.0") set(ECM_MIN_VERSION "1.6.0") # ECM setup |
