aboutsummaryrefslogtreecommitdiff
path: root/src/metadata-menu-item.vala
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete files (gtk and dbusmenu)Lars Uebernickel2013-06-181-220/+0
|
* set the player name on the transport item so as hud can identify the default ↵Conor Curran2012-03-161-1/+1
| | | | player
* Makes sure to accommodate for null player titles as supplied by the mpris ↵Conor Curran2012-03-131-1/+1
| | | | interface of the player, redundant code spotted by Coverity
* fix minor runtime warning.Charles Kerr2012-01-111-2/+2
| | | | | The debug call in delete_album_art_contents() generates a runtime warning if the directory is empty. Moving the debug call to come after the "file == null" test silences the warning.
* When creating indicator-sound's cache directory, use ↵Charles Kerr2012-01-111-2/+2
| | | | | | | DirUtils.create_with_parents() instead of DirUtils.create(). Rationale described @ https://bugs.launchpad.net/indicator-sound/+bug/799383
* make indicator-sound's schema and path naming consistent with other indicators.Charles Kerr2012-01-101-1/+1
| | | | | indicator-sound uses a different schema prefix ("/com/canonical/indicators" vs "/com/canonical/indicator") and different path prefix ("/apps/indicators" vs "/com/canonical/indicator") than other indicators use. When I asked ronoc about the latter, he confirmed it's an error and suggested that the former be fixed at the same time to make indicator naming more consistent.
* caught most of the little bugs I could find@Conor Curran2011-06-141-3/+9
|
* spacing fixedConor Curran2011-06-141-1/+1
|
* arrow drawing properlyConor Curran2011-06-131-0/+1
|
* number of bugs fixed, more to comeConor Curran2011-06-131-12/+12
|
* arrow should be showingConor Curran2011-06-101-4/+5
|
* label appearing dynamic resizing partially workingConor Curran2011-06-101-0/+15
|
* image is appearing inthe gutter hurrayConor Curran2011-06-091-4/+6
|
* merged the title and metadata at the backend, now for the tricky UI work@Conor Curran2011-06-091-4/+34
|
* started along the road of removing the familiar db backend and replacing ↵Conor Curran2010-12-131-3/+3
| | | | with the g-settings entry approach
* tabs to spaces tab width 2Conor Curran2010-12-071-106/+106
|
* made the necessary changes to ensure compatibility with valac-0.12, and ↵Conor Curran2010-11-181-1/+1
| | | | dealt with a compiler warning
* changed temp name to be more telling of its purposeConor Curran2010-09-071-1/+1
|
* remote art url fixedConor Curran2010-09-071-4/+4
|
* tidy up on the print outsConor Curran2010-09-071-10/+3
|
* shifted to use the more appropriate cache dirConor Curran2010-09-061-11/+13
|
* big refactorConor Curran2010-09-031-2/+130
|
* reworked album art handling using gio exclusively with mkstempConor Curran2010-09-031-1/+1
|
* almost bug freeConor Curran2010-09-011-1/+0
|
* now has the ability to fetch album art from last fmConor Curran2010-09-011-1/+1
|
* merged the UI polishes, more to follow ...Conor Curran2010-08-241-1/+2
|\
| * mpris 2 metadata map changes implementatedConor Curran2010-08-241-0/+14
|/
* tidy ups across the uiConor Curran2010-07-271-6/+1
|
* trying to set the time lineConor Curran2010-07-221-3/+3
|
* prep work done for scrub barConor Curran2010-07-131-5/+5
|
* alot of work around the title menu stuffConor Curran2010-07-071-5/+0
|
* whole new widget to house the customised title itemConor Curran2010-07-061-1/+1
|
* moving towards offline application launchingConor Curran2010-06-241-0/+11
|
* silly vala errors rectifiedConor Curran2010-06-221-0/+19
|
* finallyConor Curran2010-06-211-25/+7
|
* wipConor Curran2010-06-211-12/+1
|
* going for generic property updatesConor Curran2010-06-211-22/+26
|
* more refactoring of vapisConor Curran2010-06-211-5/+5
|
* changed name of local vapi for common defsConor Curran2010-06-211-15/+8
|
* lots of changesConor Curran2010-06-211-7/+21
|
* merge request comments appliedConor Curran2010-06-171-1/+1
|
* transport plugged inConor Curran2010-06-171-5/+15
|
* metadata being updated dynamicallyConor Curran2010-06-161-7/+8
|
* properties working now both waysConor Curran2010-06-141-0/+3
|
* album art underwayConor Curran2010-06-131-2/+2
|
* new widget for the metadataConor Curran2010-06-111-0/+26