Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/jukeboxactivity.py
Commit message (Expand)AuthorAgeFilesLines
* Updated toolbars.Sebastian2011-03-171-18/+50
* updated copyright infov19Kushal Das2010-05-081-1/+1
* Objectchooser is working againKushal Das2010-02-101-1/+1
* Adding missing import for mimeKushal Das2009-09-171-0/+1
* Bug #714 fix, hopefully :)Kushal Das2009-09-171-1/+2
* Fixed playing from journal issue, it was opening object chooser insteadKushal Das2009-06-041-8/+9
* New open object button added, now one can choose more songsKushal Das2009-03-171-9/+30
* For the new sugar journal, it imports the .m3u files as .m3u8 filesKushal Das2009-03-171-2/+2
* code updated to hide share/keep buttonsKushal Das2009-02-271-1/+6
* Code for ObjectPicker to get filename while first time starting up of the Act...Kushal Das2008-11-261-0/+25
* Working on #9041, fixing the code so that it can play songs with strange file...Kushal Das2008-11-241-2/+4
* fixed the permission bitsKushal Das2008-11-111-0/+0
* .pls file (playlist) support addedKushal Das2008-10-041-0/+13
* now Next / Previous buttons are activated or deactivated accordinglyKushal Das2008-10-031-0/+13
* Now next and previous buttons are working , only problem is to set default pl...Kushal Das2008-10-031-5/+17
* Now we have a method called songchange, which we can use for next and previou...Kushal Das2008-10-031-2/+6
* currently it is playing songs one by one from the playlistKushal Das2008-10-021-1/+22
* Now it plays files on their real location , not on the links created by sugarKushal Das2008-10-021-1/+12
* Very basic level of m3u file support added, that file should contain http://x...Kushal Das2008-10-021-3/+15
* self.player issue solved, it was showing traceback in the logKushal Das2008-10-021-3/+3
* play/pause is working somewhat , expect fullscreen and afterwards. Thanks to ...Kushal Das2008-10-011-24/+23
* trying to play/pause toggle through spacebarKushal Das2008-10-011-2/+14
* Back to play toolbar only, need to learn git revert fastKushal Das2008-10-011-8/+36
* Added a new view tool bar, currently only the full screen button is workingKushal Das2008-10-011-1/+9
* Full screen button added , working :)Kushal Das2008-10-011-0/+5
* Toolbar is now moved to a new file called ControlToolbar.pyKushal Das2008-10-011-57/+1
* Added volume control button in the toolbarKushal Das2008-10-011-0/+12
* Fix video on the XOs (can't make it too big); handle errors more gracefullyDan Williams2007-07-231-11/+38
* Automatically detect video output plugin; add tag display for audio filesDan Williams2007-07-221-22/+104
* Add support for visualization and dynamically switching videosinksDan Williams2007-07-211-23/+50
* Remove debug uriDan Williams2007-07-211-1/+0
* Move controls to toolbar (Yaakov M. Nemoy)Dan Williams2007-07-211-65/+64
* Initial importDan Williams2007-07-181-0/+330