https://bugs.kde.org/show_bug.cgi?id=490515
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Latest Commit| |https://invent.kde.org/offi | |ce/ghostwriter/-/commit/8c6 | |1bdbf516cc7d8319cfea31b3f35 | |4431e2402b Resolution|--- |FIXED --- Comment #5 from [email protected] --- Git commit 8c61bdbf516cc7d8319cfea31b3f354431e2402b by Megan Conkle, on behalf of Nate Peterson. Committed on 28/02/2026 at 20:05. Pushed by wereturtle into branch 'feature/folder-view'. Add folder view for an open file. This feature opens the parent folder structure in the sidebar for the an opened file, allowing for quick browsing of other files adjacent to it. M +1 -0 src/CMakeLists.txt M +2 -2 src/documentmanager.cpp M +1 -1 src/documentmanager.h A +206 -0 src/folderviewwidget.cpp [License: GPL(v3.0+)] A +68 -0 src/folderviewwidget.h [License: GPL(v3.0+)] M +26 -0 src/library.cpp M +14 -0 src/library.h M +28 -7 src/mainwindow.cpp M +5 -1 src/mainwindow.h M +21 -1 src/settings/appsettings.cpp M +6 -1 src/settings/appsettings.h M +5 -1 src/settings/preferencesdialog.cpp M +29 -0 src/settings/preferencesdialog.ui A +342 -0 src/settings/preferencesdialog_ui.py https://invent.kde.org/office/ghostwriter/-/commit/8c61bdbf516cc7d8319cfea31b3f354431e2402b -- You are receiving this mail because: You are watching all bug changes.
