summary refs log tree commit diff
path: root/GtkUI.py
AgeCommit message (Collapse)Author
2015-12-26Ported to new pocketsphinx and pygiClayton G. Hobbs
Gotta keep that stuff up-to-date, yo. Pocketsphinx changed so it needs GStreamer 1.0, and that required rewriting everything to use GObject Introspection instead of the old, static Python bindings for GObject.
2014-09-12Added -p --pass-words flag that will pass the recognized words to the shell ↵Jezra
command a few print commands were remove too.
2014-05-04Reads default startup options from an options.yaml fileJezra
Added some missing files because I'm an idiot
2013-07-23ctrl+q will quit the UI if it is runningJezra
2013-07-02icon, dumbassJezra
2013-06-10Implemented -i flag to select UI and -c flag to start UI in 'continuous ↵Jezra
listen' mode giggity
2013-05-03Control the sizeJezra
2013-04-25licensingJezra
2013-04-18Cleaner quiting for Qt, added Gtk UIJezra