aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Import upstream version 0.5.3Ken VanDine2010-12-1659-8355/+6832
|\
| * bumped version in prep for releaseConor Curran2010-12-161-2/+2
| |
| * startup bug fixedConor Curran2010-12-161-3/+3
| |\
| | * startup bug fixedConor Curran2010-12-161-3/+3
| |/
| * registration process in placeConor Curran2010-12-1619-191/+246
| |\
| | * tidy upConor Curran2010-12-161-2/+2
| | |
| | * race condtion on playbackstatus accommodated for and dbus names changed over ↵Conor Curran2010-12-169-20/+30
| | | | | | | | | | | | the new canonical naming
| | * clients properly remembered using gsettingsConor Curran2010-12-153-39/+37
| | |
| | * settings schema defined and handling code wroteConor Curran2010-12-155-12/+81
| | |
| | * changed over dbus internal namesConor Curran2010-12-141-20/+6
| | |
| | * fixed annoying autofoo issuesConor Curran2010-12-141-1/+1
| | |
| | * changed the name of the dbus address to be used between the indicator and ↵Conor Curran2010-12-141-1/+1
| | | | | | | | | | | | service
| | * added glib macro necessaries to configure.acConor Curran2010-12-142-1/+6
| | |
| | * autofoo in order for gsettingsConor Curran2010-12-142-15/+11
| | |
| | * gsettings all the wayConor Curran2010-12-144-47/+40
| | |
| | * started along the road of removing the familiar db backend and replacing ↵Conor Curran2010-12-138-86/+84
| |/ | | | | | | with the g-settings entry approach
| * merged appropriate mpris2 watcher startup behaviourConor Curran2010-12-101-12/+44
| |\
| | * correct startup behaviour implementedConor Curran2010-12-101-12/+44
| |/
| * spacing issues fixedConor Curran2010-12-0726-2495/+2495
| |\
| | * tabs to spaces tab width 2Conor Curran2010-12-0726-2495/+2495
| |/
| * merged the first large part of the gdbus portConor Curran2010-12-078-263/+347
| |\
| | * string updates working properly nowConor Curran2010-12-062-12/+12
| | |
| | * tidy up for mergeConor Curran2010-12-062-9/+3
| | |
| | * registration working perfectly and operational all over gdbusConor Curran2010-12-063-125/+124
| | |
| | * 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-032-48/+48
| | |
| | * used a signal instead of passing in ref, still vala bug is bitingConor Curran2010-12-031-1/+1
| | |
| | * used a signal instead of passing in ref, still vala bug is bitingConor Curran2010-12-032-77/+88
| | |
| | * moving in the right direction, registration happening on dbus watchingConor Curran2010-12-027-87/+171
| | |
| | * dbus-glib removed from vala deps, initial gdbus port underwayConor Curran2010-12-014-49/+42
| |/
* | Import upstream version 0.5.2Ken VanDine2010-11-1819-1442/+2655
|\|
| * bumped version of valac and release versionConor Curran2010-11-181-3/+3
| |
| * merge the updates to accommodate vala 0.10 to vala 0.12 api changesConor Curran2010-11-183-3/+8
| |\
| | * made the necessary changes to ensure compatibility with valac-0.12, and ↵Conor Curran2010-11-183-3/+8
| |/ | | | | | | dealt with a compiler warning
| * merged all the button and key handling work - looking goodConor Curran2010-11-173-210/+740
| |\
| | * removed commented codeConor Curran2010-11-171-29/+2
| | |
| | * merge Cimi's last few tidy upsConor Curran2010-11-171-202/+368
| | |\
| | | * Final touchAndrea Cimitan2010-11-171-14/+20
| | | |
| | | * comment shadow codeAndrea Cimitan2010-11-171-9/+9
| | | |
| | | * fixed the redrawAndrea Cimitan2010-11-171-26/+25
| | | |
| | | * prelight state, redrawings are causing bugsAndrea Cimitan2010-11-171-199/+363
| | | |
| | | * ops :)Andrea Cimitan2010-11-171-1/+1
| | | |
| | | * commented the prints and try to realize the widget in press eventAndrea Cimitan2010-11-171-6/+8
| | | |
| | | * Added printf for debuggingAndrea Cimitan2010-11-171-3/+5
| | | |
| | * | fixed the crashes and made the key presss/release work nicely with multiple ↵Conor Curran2010-11-173-15/+54
| | |/ | | | | | | | | | players
| | * indentsAndrea Cimitan2010-11-171-3/+3
| | |
| | * implementing the focus/key_press thingAndrea Cimitan2010-11-173-17/+89
| | |
| | * applied to all buttonsAndrea Cimitan2010-11-161-51/+120
| | |
| | * focus the play buttonAndrea Cimitan2010-11-161-19/+70
| | |
| | * merge from lp:~cjcurran/indicator-sound/keyboard-handling-for-nattyAndrea Cimitan2010-11-164-9/+42
| | |\