ocarina/include/gui
Anna Schumaker c9eb9d724b gui/view: Add keypress events
- Press "f" to add tracks to the Favorites playlist
- Press "q" to create a new temporary queue
- Press "r" to create a new temporary queue with Q_RANDOM set
- Press 0 .. 9 to add tracks to a temporary queue
- Delete to remove tracks from a queue

I also removed the corresponding keypress events from the C++ code to
make progress easier to track.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2016-05-27 12:01:43 -04:00
..
queue gui/view: Load a track when treeview is double clicked 2016-05-27 12:01:43 -04:00
audio.h gui/audio: Unit test can simulate button presses 2016-04-08 13:39:39 -04:00
builder.h gui/builder: Get a widget from the GTK builder 2016-04-08 12:03:08 -04:00
collection.h gui/collection: Change tab page when "Add new Path" is selected 2016-04-29 13:04:45 -04:00
model.h gui/model: Convert iters and paths into tracks 2016-05-14 07:37:17 -04:00
ocarina.h gui/collection: Remove old collection manager code 2016-04-29 13:04:45 -04:00
playlist.h gui/playlist: Change current playlist when selected 2016-04-29 13:04:45 -04:00
queue.h gui/queue: Add functions to filter the currently displayed queue 2016-05-27 12:01:43 -04:00
settings.h gui/window: Save width and height between sessions 2016-04-29 13:04:45 -04:00
sidebar.h gui/queue: Set state of random and repeat buttons 2016-05-14 07:34:40 -04:00
tabs.h gui/view: Add keypress events 2016-05-27 12:01:43 -04:00
view.h gui/view: Add gui_view_set_model() 2016-05-27 12:01:43 -04:00
window.h gui/window: Add gui_window_deinit() 2016-04-29 13:04:45 -04:00