From 1888981c405d60b4e4accdfc086457a8ba8e3277 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Fri, 5 Feb 2016 14:07:41 -0500 Subject: Convert the ZFS snapshot timestamp label into a button with a dropdown menu of all the snapshots by name (same time-ordered list: oldest->newest). This allows the user to go into a specific snapshot instead of using the time slider. --- lumina-fm/widgets/DirWidget.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lumina-fm/widgets/DirWidget.h') diff --git a/lumina-fm/widgets/DirWidget.h b/lumina-fm/widgets/DirWidget.h index f3e55f4e..fad699b8 100644 --- a/lumina-fm/widgets/DirWidget.h +++ b/lumina-fm/widgets/DirWidget.h @@ -130,7 +130,9 @@ private slots: // -- Top Snapshot Buttons void on_tool_snap_newer_clicked(); void on_tool_snap_older_clicked(); - void on_slider_snap_valueChanged(int); + void on_slider_snap_valueChanged(int val = -1); + void direct_snap_selected(QAction*); + //Top Toolbar buttons void on_actionBack_triggered(); void on_actionUp_triggered(); -- cgit