https://bugs.kde.org/show_bug.cgi?id=171366
David Hallas <da...@davidhallas.dk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://commits.kde.org/dol | |phin/2fac50f5f59bbbc58a59e7 | |ab5f1ec4e371a604c6 Resolution|--- |FIXED --- Comment #40 from David Hallas <da...@davidhallas.dk> --- Git commit 2fac50f5f59bbbc58a59e7ab5f1ec4e371a604c6 by David Hallas. Committed on 13/05/2019 at 14:37. Pushed by hallas into branch 'master'. Add Bookmark Handling Summary: Add Bookmark Handling. Adds complete bookmark support as provided by other KDE applications like Konsole and Konqueror. This allows you to bookmark individual folders, create bookmark folders and open them. Test Plan: Go -> Bookmark -> Add Bookmark Go -> Bookmark -> [Open the bookmark you selected] Reviewers: #dolphin, elvisangelaccio, ngraham Reviewed By: #dolphin, elvisangelaccio, ngraham Subscribers: ognarb, meven, loh.tar, cfeck, hein, kfm-devel Tags: #dolphin Maniphest Tasks: T5408 Differential Revision: https://phabricator.kde.org/D19926 M +1 -0 src/CMakeLists.txt A +135 -0 src/dolphinbookmarkhandler.cpp [License: GPL (v2+)] A +61 -0 src/dolphinbookmarkhandler.h [License: GPL (v2+)] M +20 -0 src/dolphinmainwindow.cpp M +18 -10 src/dolphinmainwindow.h M +2 -1 src/dolphinui.rc https://commits.kde.org/dolphin/2fac50f5f59bbbc58a59e7ab5f1ec4e371a604c6 -- You are receiving this mail because: You are watching all bug changes.