summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-05-25engine: commented codeHEADmasterLuis de Bethencourt1-16/+79
2011-05-25engine: init variablesLuis de Bethencourt2-8/+14
2011-05-25main: more commentsLuis de Bethencourt1-28/+23
2011-05-25ui: init pointers to NULLLuis de Bethencourt3-4/+46
2011-05-25ui: clean function namesLuis de Bethencourt4-7/+8
2011-05-23snappy: init stage to NULLLuis de Bethencourt1-0/+1
Make sure stage is NULL to avoid possible pointer error in interface_load_uri().
2011-05-20cleanup: gst-indentLuis de Bethencourt2-139/+123
2011-05-20dlna: more mimetypesLuis de Bethencourt1-2/+2
2011-05-20dlna: update filename in uiLuis de Bethencourt5-6/+18
2011-05-20cleanup: move engine_seekLuis de Bethencourt1-10/+10
2011-05-20dlna: support volume callLuis de Bethencourt4-27/+25
2011-05-20ui: Fix progress bar heightRobert Swain1-6/+6
Various code was using seek_{width,height} to adjust the size of the progress/seek bar which was being set to the height including the border.
2011-05-19dlna: more mimetypes supportedLuis de Bethencourt1-7/+15
2011-05-19dlna: handling seek callLuis de Bethencourt4-6/+20
2011-05-19dlna: fix typosLuis de Bethencourt5-41/+25
2011-05-19dlna: opening and playing media filesLuis de Bethencourt6-23/+155
Method calls OpenUri, Play and Stop work in a very rudimentary way.
2011-05-19dlna: cleaning around the codeLuis de Bethencourt3-123/+146
2011-05-19dlna: work in progress OpenUri signal to engineLuis de Bethencourt3-30/+108
2011-05-19dlna: mpris inside snappyLuis de Bethencourt4-132/+139
2011-05-19dlna: moving around mpris codeLuis de Bethencourt2-67/+150
some cleaning and ordering
2011-05-19dlna: created proto code for mprisLuis de Bethencourt2-0/+561
proto code that works stand-alone. launch it, start rygel, and then gupnp-av-cp to send it a uri to handle.
2011-05-16general: update ToDoLuis de Bethencourt1-1/+1
2011-05-13general: -r prints recent played URIsLuis de Bethencourt3-1/+41
added the -r / --recent option to display recent played URIs.
2011-05-13general: remove oldest uri in the historyLuis de Bethencourt1-4/+10
when the maximum number of uris are saved in the history file remove the first on of the list.
2011-05-13general: save uris of played files in the historyLuis de Bethencourt1-0/+51
save a history of the 50 last played files in the ~/.config/snappy/history file.
2011-05-13engine: name function fixLuis de Bethencourt1-24/+24
uri_is_unfinished_playback () -> is_uri_unfinished_playback ()
2011-05-10general: s/config/history fileLuis de Bethencourt2-5/+5
2011-05-10updated ToDo: save history of played filesLuis de Bethencourt1-0/+1
2011-05-02cleanup: remove dev auxiliary printsLuis de Bethencourt4-34/+14
2011-05-02cleanup: style fixesLuis de Bethencourt5-61/+88
2011-04-29ui: Fixes to layoutRobert Swain2-29/+30
2011-04-26ui: Intrusive, work-in-progress proportional controlsRobert Swain4-82/+144
2011-04-05fix unneeded line addedLuis de Bethencourt1-1/+0
2011-04-05ui: expand bottom box actorsLuis de Bethencourt1-0/+2
2011-04-05ui: clean upLuis de Bethencourt2-16/+26
2011-04-05snappy: support network streamsLuis de Bethencourt1-2/+7
2011-04-04engine: Remove redundant goom2k1 elementRobert Swain2-5/+0
playbin2 can create a vis element internally and will default to using goom2k1 anyway so we don't need our own GstElement to live in the context.
2011-04-01ToDo: updatedLuis de Bethencourt1-1/+1
2011-04-01ui: volume display is interactiveLuis de Bethencourt1-2/+22
it's clickable. works like the seekbar
2011-04-01cleanup: run gst-indent through the codeLuis de Bethencourt4-96/+83
2011-04-01ui: volume displayed in the uiLuis de Bethencourt3-7/+113
2011-04-01data: adding new icons and creditLuis de Bethencourt4-0/+23
2011-04-01ToDo: updatingLuis de Bethencourt1-2/+1
2011-04-01general: support for audio filesLuis de Bethencourt2-2/+27
2011-04-01engine: Reset has_started when loading URI and clean discover error checkingRobert Swain1-3/+14
2011-04-01Merge branch 'master' of github.com:luisbg/snappyLuis de Bethencourt1-22/+28
2011-04-01engine: use gst_discoverer to discover media infoLuis de Bethencourt7-36/+78
it returns if the stream has video, audio, it's width, height, and duration
2011-03-31UI: Fix AR scaling calculations and size_change/event callbacksRobert Swain1-18/+20
2011-03-31UI: Only free errors if they existRobert Swain1-4/+8
2011-03-31cleanupLuis de Bethencourt2-1/+3