Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/viewtoolbar.py
Commit message (Collapse)AuthorAgeFilesLines
* Pyflakes fixesGonzalo Odiard2013-11-261-2/+0
|
* Show 'No media' message when Jukebox starts from scratch SL #4158Manuel Kaufmann2013-01-251-1/+1
| | | | | | | | When the user starts a new instance of Jukebox the 'No media' message is shown with a button to 'Choose media files' that opens the Object Chooser. Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Modularization of classesManuel Kaufmann2013-01-251-0/+63
- Put each class in a different .py file - Rename jukeboxactivity.py to activity.py to make this more standard Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Reviewed-by: Gonzalo Odiard <gonzalo@laptop.org>