https://bugs.kde.org/show_bug.cgi?id=413564
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version Fixed In| |20.08.0 Status|ASSIGNED |RESOLVED Latest Commit| |https://commits.kde.org/dol | |phin/caf2fe1c4388420dc05c00 | |c71b3d6d0617c6d424 --- Comment #10 from Nate Graham <n...@kde.org> --- Git commit caf2fe1c4388420dc05c00c71b3d6d0617c6d424 by Nate Graham. Committed on 26/04/2020 at 18:14. Pushed by ngraham into branch 'master'. Add an option to show tabs from last time when Dolphin starts Summary: All modern web browsers offer a function to show tabs from last time when a browser starts, and many apps today restore their prior state when they're launched. This patch implements thatfunctionality as an option and turns it on by default. The settings window is accordingly adjusted to be clear about what applies when: {F7681752} FIXED-IN: 20.08.0 Depends on D25106 Depends on D25219 Test Plan: With the new setting turned off: - No behavioral changes at all With the new setting turned on: - When launched from the GUI or CLI without any URLs, dolphin restores session - When rebooting with Dolphin open, it restores session normally after the system comes back (i.e. no behavioral change here) - When launched with URLs, Dolphin window is opened showing those URLs instead of restoring session - When Dolphin is already running and a new window is opened, that new window shows a single tab with the same URL as was visible in the previously-open Dolphin instance (i.e. no behavioral change here) - "Open Containing folder" functionality in other apps works regardless of whether or not Dolphin is running Reviewers: #dolphin, #vdg, feverfew, meven, elvisangelaccio, ndavis Reviewed By: #dolphin, #vdg, feverfew, elvisangelaccio, ndavis Subscribers: davidedmundson, ndavis, intika, feverfew, kfm-devel, ngraham, broulik, #dolphin Tags: #dolphin Differential Revision: https://phabricator.kde.org/D11382 M +9 -0 src/dolphinmainwindow.cpp M +36 -30 src/global.cpp M +7 -0 src/global.h M +24 -7 src/main.cpp M +4 -0 src/settings/dolphin_generalsettings.kcfg M +68 -22 src/settings/startup/startupsettingspage.cpp M +7 -1 src/settings/startup/startupsettingspage.h https://commits.kde.org/dolphin/caf2fe1c4388420dc05c00c71b3d6d0617c6d424 -- You are receiving this mail because: You are watching all bug changes.