aboutsummaryrefslogtreecommitdiff
path: root/src/mpris2-controller.vala
Commit message (Collapse)AuthorAgeFilesLines
* make sure to check the active playlists container is not nullConor Curran2012-03-211-0/+3
|
* more defensive approach to dealing with the playlistdetails struct ↵Conor Curran2012-03-191-3/+19
| | | | specifically the activeplaylist prop, tweaked player label padding by 1 pixel
* make sure to return if there is no valid playlistConor Curran2012-02-291-2/+1
|
* increase the max playlist count to 100Conor Curran2011-10-211-1/+1
|
* increased the max playlist count to 20, fixed a bug which was prohibiting ↵Conor Curran2011-09-091-2/+3
| | | | the playlists being shown
* fixed the collapsing and expanding of the metadata widget, removed some ↵Conor Curran2011-07-061-39/+39
| | | | unnecessary gtk3 stuff I thought that was necessary, tidied metadatawidget plus added a timeout for the metadata prop update query
* caught most of the little bugs I could find@Conor Curran2011-06-141-2/+2
|
* arrow drawing properlyConor Curran2011-06-131-8/+6
|
* number of bugs fixed, more to comeConor Curran2011-06-131-3/+8
|
* merged the title and metadata at the backend, now for the tricky UI work@Conor Curran2011-06-091-4/+4
|
* changed to a critical as I think this would be more appropriate hereConor Curran2011-03-291-1/+1
|
* changed another error to a warning, tidied a few thingsConor Curran2011-03-291-6/+7
|
* some extra trace around sliders to track the volume zero app start madnessConor Curran2011-03-211-7/+7
|
* refactored transport enums so as both vala and c are using the same ↵Conor Curran2011-03-091-17/+18
| | | | definitions in common defs
* nicely seekingConor Curran2011-03-091-3/+5
|
* seeking is working, need a tidy upConor Curran2011-03-081-0/+6
|
* skipping instructions sentConor Curran2011-03-081-1/+1
|
* fixes two playlists bugs plus a little code tidy up in the indicator-soundConor Curran2011-03-031-3/+3
|
* and plug it togetherConor Curran2011-02-091-1/+2
|
* tidy upConor Curran2011-02-091-1/+1
|
* fixed racey active playlist property and commented some debugsConor Curran2011-02-091-8/+11
|
* work done around playlist changedConor Curran2011-02-081-2/+7
|
* make sure it updates its own titleConor Curran2011-02-011-1/+1
|
* the title on the player menu item can now be dynamically changed using the ↵Conor Curran2011-02-011-5/+15
| | | | Identity prop on the root MPRIS interface
* playlist fetching is now async and some compilation warnings sortedConor Curran2011-01-271-8/+17
|
* tidy upConor Curran2011-01-251-7/+4
|
* spotify crasher fixedConor Curran2011-01-251-23/+39
|
* more refactoringConor Curran2011-01-091-8/+1
|
* nice refactor or mpris codeConor Curran2011-01-091-1/+1
|
* found the way around banshee dbus peculiarConor Curran2011-01-091-20/+14
|
* interface introspection underway@ Conor Curran2011-01-091-13/+13
|
* playlists ready to go into trunkConor Curran2010-12-211-20/+7
|
* playlists workingConor Curran2010-12-201-1/+1
|
* implemented suggested optional playlist mechanismConor Curran2010-12-201-3/+4
|
* playlists - working nicelyConor Curran2010-12-171-7/+77
|\
| * proved active-playlist prop use-caseConor Curran2010-12-171-3/+23
| |
| * proposed extension proven and observations gatheredConor Curran2010-12-101-0/+14
| |
| * playlist widget populationConor Curran2010-12-101-4/+4
| |
| * moving towards testing proposed playlists apiConor Curran2010-12-091-4/+30
| |
* | race condtion on playbackstatus accommodated for and dbus names changed over ↵Conor Curran2010-12-161-2/+13
| | | | | | | | the new canonical naming
* | started along the road of removing the familiar db backend and replacing ↵Conor Curran2010-12-131-6/+6
|/ | | | with the g-settings entry approach
* tabs to spaces tab width 2Conor Curran2010-12-071-15/+15
|
* string updates working properly nowConor Curran2010-12-061-2/+2
|
* tidy up for mergeConor Curran2010-12-061-6/+1
|
* registration working perfectly and operational all over gdbusConor Curran2010-12-061-107/+100
|
* moving in the right direction, registration happening on dbus watchingConor Curran2010-12-021-40/+14
|
* dbus-glib removed from vala deps, initial gdbus port underwayConor Curran2010-12-011-37/+36
|
* initial transport state fixedConor Curran2010-10-261-3/+3
|
* fixed the mpris interface problem for edge translation casesConor Curran2010-10-141-3/+3
|
* tidied silly logicConor Curran2010-10-071-4/+1
|