aboutsummaryrefslogtreecommitdiff
path: root/src/music-player-bridge.vala
Commit message (Collapse)AuthorAgeFilesLines
* Remove the determine_key functionAlbert Astals2012-10-091-40/+18
| | | | | | | | As documented it did not work very well and it is not really needed since they only time we need to map from dbus interface to desktop name is when the program goes away that means we had previously seen it appearing thus we can have a map with the dbus interface -> destkop name mapping
* manually merge of lp:~victored/indicator-sound/lp-1014955Conor Curran2012-06-211-3/+27
|
* be explicit in handling ardourConor Curran2012-05-031-2/+8
|
* make sure to handle amaroks desktop file nameConor Curran2012-05-031-6/+5
|
* prevent a cyclical dependency in establish_file_monitoring() from trying to ↵Charles Kerr2012-03-261-11/+15
| | | | unref 'monitor' right after it's been freed.
* make sure we are dynamically sensitive to players being uninstalled whilst ↵Conor Curran2012-02-271-1/+49
| | | | they still have an entry in the menu
* protect against rogue mpris or desktop name keysConor Curran2011-10-261-3/+2
|
* increased the max playlist count to 20, fixed a bug which was prohibiting ↵Conor Curran2011-09-091-1/+1
| | | | the playlists being shown
* track specific and player specific fixedConor Curran2011-08-101-1/+6
|
* properly plug the track / player specific togetherConor Curran2011-06-221-5/+6
|
* track specific items outline implementedConor Curran2011-06-061-0/+15
|
* two new methods added the service interface inorder to handle track and ↵Conor Curran2011-06-061-1/+1
| | | | player specific items
* getting thereConor Curran2011-02-171-3/+5
|
* players in menu now dynamically controllable from new dbus apiConor Curran2011-01-311-0/+11
|
* playlist fetching is now async and some compilation warnings sortedConor Curran2011-01-271-2/+2
|
* found the way around banshee dbus peculiarConor Curran2011-01-091-3/+8
|
* interface introspection underway@ Conor Curran2011-01-091-2/+4
|
* blacklisting working plus bug fixedConor Curran2011-01-051-0/+1
|
* block start ups that are blacklistedConor Curran2011-01-051-1/+6
|
* remove redundant member variableConor Curran2011-01-041-1/+0
|
* sorted the desktop file loadingConor Curran2010-12-231-31/+27
|
* playlists ready to go into trunkConor Curran2010-12-211-1/+1
|
* playlists - working nicelyConor Curran2010-12-171-1/+1
|\
* | race condtion on playbackstatus accommodated for and dbus names changed over ↵Conor Curran2010-12-161-5/+5
| | | | | | | | the new canonical naming
* | clients properly remembered using gsettingsConor Curran2010-12-151-32/+30
| |
* | settings schema defined and handling code wroteConor Curran2010-12-151-2/+8
| |
* | gsettings all the wayConor Curran2010-12-141-2/+8
| |
* | started along the road of removing the familiar db backend and replacing ↵Conor Curran2010-12-131-32/+52
|/ | | | with the g-settings entry approach
* tabs to spaces tab width 2Conor Curran2010-12-071-7/+7
|
* registration working perfectly and operational all over gdbusConor Curran2010-12-061-14/+20
|
* registration working now but menuitems are unresponsive, now to move over to ↵Conor Curran2010-12-061-5/+8
| | | | the new dbusmenu
* new registration process complete and seemingly healthyConor Curran2010-12-031-2/+2
|
* used a signal instead of passing in ref, still vala bug is bitingConor Curran2010-12-031-63/+66
|
* moving in the right direction, registration happening on dbus watchingConor Curran2010-12-021-44/+30
|
* dbus-glib removed from vala deps, initial gdbus port underwayConor Curran2010-12-011-7/+5
|
* Initial UI tweaks for nattyConor Curran2010-11-051-2/+4
|\
| * updates done for nowConor Curran2010-10-151-31/+5
| |
| * moving towards getting the icon across the divideConor Curran2010-10-141-2/+12
| |
* | refactored the constructor for the player controller enforcing app_info patternConor Curran2010-11-051-34/+22
| |
* | fixed the mpris interface problem for edge translation casesConor Curran2010-10-141-0/+2
|/
* tidy up in the music controller valaConor Curran2010-10-071-27/+28
|
* bug fixedConor Curran2010-10-071-47/+30
|
* reorchestrating registration to handle translationsConor Curran2010-10-061-46/+43
|
* play button and metadata widgets now handle theme changesConor Curran2010-09-101-0/+2
|
* banshee menu bug fixedConor Curran2010-09-101-0/+3
|
* reversed colours on buttonsConor Curran2010-09-091-3/+16
|
* allow multiple players on the menuConor Curran2010-09-071-22/+18
|
* mpris2 working for now, but its all going to change againConor Curran2010-08-111-4/+2
|
* trying to set the time lineConor Curran2010-07-221-4/+3
|
* prep work done for scrub barConor Curran2010-07-131-3/+2
|