Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Version 30HEADv30masterGonzalo Odiard2013-04-091-1/+1
|
* Set the right playing item when click over one item in the playlistGonzalo Odiard2013-04-092-0/+15
| | | | | | | | | | | As the treeview trigger 'row-activated' on double-click (a property to activate on single click was added in Gtk 3.8, but we don't have it yet), and all in Sugar is selected on single click, added the code to set the playing item on 'cursor-changed' signal too. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> https://developer.gnome.org/gtk3/3.8/GtkTreeView.html#GtkTreeView--activate-on-single-click
* Hide empty panel if use the Add button in the toolbar or in the panelGonzalo Odiard2013-04-091-4/+3
| | | | | | They should wok in the same way. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add .gitignoreGonzalo Odiard2013-04-091-0/+5
|
* Update order in the playlist when delete one item - SL #4435Gonzalo Odiard2013-04-091-0/+6
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Show the first item in the treeview selected at startGonzalo Odiard2013-03-271-0/+3
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Syncronize element been playerd with selection in the treeviewGonzalo Odiard2013-03-273-13/+17
| | | | | | | | | | | In PlayList class code, two properties were used to track the item been playes, _current_playing and the method set_cursor to set the position in the treeview. As _current_playing was modified outside of the class, they lost sync. Methods set_curren_playing() and get_current_playing are added and the private prop is not used anymore outside of the class. The method set_cursor is now private. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Play the next stream if the current one is not available SL #4404Manuel Kaufmann2013-03-271-5/+8
| | | | | | | | If we are playing a stream from the Journal and when it finishes the next one is an unavailable one, it's skipped and the next available stream is played. Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Fix: 'Add stream from the Journal (datastore)'Manuel Kaufmann2013-03-272-7/+35
| | | | | | | | | | | We need to save the 'object_id' for those streams that are inside the datastore because the path is removed every time that Sugar is restarted. So, we need the 'object_id' value to get the real path every time that we are about to play the stream. This bug was introduced in 8f2924e8857cdce725b8c2b2cd64dfb618a28210 Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Do not hide empty panel when a pen drive is (un)mounted SL #4405Manuel Kaufmann2013-03-271-2/+0
| | | | | | | | | If we start Jukebox from scratch, the empty panel is shown immediately. In that moment, if we insert a Pen Drive the empty panel is still showed. The previous behaviour was to hide the empty panel and show nothing. Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Set as sensitive the show playlist button if a playlist is loaded SL #4406Manuel Kaufmann2013-03-271-0/+1
| | | | Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Synch PO filesPootle daemon2013-02-2879-1861/+4026
|
*