summaryrefslogtreecommitdiff
path: root/src/dleyna-control.py
Commit message (Collapse)AuthorAgeFilesLines
* Changed the Copyright to 2017Rick Bell2017-02-271-1/+1
|
* [main] Connect SIGINT to default handlerJussi Kukkonen2013-05-031-0/+3
| | | | | | | | | The GTK main thread won't handle keyboard interrupt by default: https://bugzilla.gnome.org/show_bug.cgi?id=622084 Bind SIGINT to SIG_DFL manually so ctrl-c works. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
* [Gtk] Upgrade to Gtk+3, GStreamer 1.0 and python-giJussi Kukkonen2013-03-181-6/+7
| | | | | | | | | | | | This includes: * Player (manual) drawing changed to use Cairo * GenericModel now directly inherits from TreeModel * lots of syntax changes Fixes #13. Fixes #14. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
* [Rename] Rename to dleyna-controlJussi Kukkonen2013-03-011-0/+42
dleyna code is being restructured as decided in https://lists.01.org/pipermail/dleyna/2013-February/000099.html, as a result it makes sense to rename media-service-demo to dleyna-control and move the code from git://github.com/01org/media-service-demo.git to git://github.com/01org/dleyna-control.git Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>