Commit Graph

7 Commits (c493d67a93111425ef440caa267c1ee5369d1613)

Author SHA1 Message Date
Dustin c493d67a93 Update .gitignore for Vala project 2014-08-30 21:37:44 -05:00
Dustin c158ac57f1 Alternative implementation in Vala
This implementation does not include key bindings or a status icon,
because I wanted to keep it small, and both of those require linking
with and initializing GTK+.
2014-08-14 00:17:54 -05:00
Dustin C. Hatch 178aa35e7e Ensure icon resource stream is closed 2014-08-06 16:05:06 -05:00
Dustin C. Hatch 79e4f603ae Fix play/pause when stopped
Sending the 'pause' command has no effect if the player is currently
stopped. Thus, 'play' must be sent explicitly in that case.
2014-08-06 16:04:03 -05:00
Dustin C. Hatch 40e7f99aa3 Fix compat for older versions of GObject
Older versions of GObject had the "user data" parameter of most signal
handlers marked as required, some value had to be passed in, even if it
wasn't necessary.
2014-08-06 16:02:38 -05:00
Dustin feadbbdcbb Add support for global keybinds 2014-08-05 14:21:54 -05:00
Dustin ec665403ea Initial commit 2014-08-05 13:45:51 -05:00