Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the file path directly if it's an absolute path | Albert Astals | 2012-10-10 | 1 | -2/+12 |
| | |||||
* | tidy up | Conor Curran | 2012-03-30 | 1 | -1/+0 |
| | |||||
* | draw the triangle using the image and not the pixbuf from before | Conor Curran | 2012-03-30 | 1 | -85/+36 |
| | |||||
* | pad the top of the box around metadata | Conor Curran | 2012-03-30 | 1 | -1/+7 |
| | |||||
* | move the app icon in from the gutter | Conor Curran | 2012-03-30 | 1 | -39/+57 |
| | |||||
* | more defensive approach to dealing with the playlistdetails struct ↵ | Conor Curran | 2012-03-19 | 1 | -1/+1 |
| | | | | specifically the activeplaylist prop, tweaked player label padding by 1 pixel | ||||
* | Change i18n header to gi18n-lib.h to translate the accessible description. ↵ | Gabor Kelemen | 2012-03-17 | 1 | -1/+1 |
| | | | | Also change it in other files too to make them futureproof. LP: #957517 | ||||
* | make sure to clear the old image for gtk2 aswell | Conor Curran | 2012-03-15 | 1 | -1/+2 |
| | |||||
* | fixes excessive draw calls | Conor Curran | 2012-03-15 | 1 | -19/+29 |
| | |||||
* | fix static overrun in lp Bug #944250 | Charles Kerr | 2012-03-03 | 1 | -1/+1 |
| | |||||
* | push it down another 2 pixels | Conor Curran | 2012-02-24 | 1 | -1/+1 |
| | |||||
* | pad appication name text by 2 pixels | Conor Curran | 2012-02-24 | 1 | -1/+1 |
| | |||||
* | putting in place more checks for transport-widget and the slider, also fixed ↵ | Conor Curran | 2012-02-22 | 1 | -6/+8 |
| | | | | some more ui glitches | ||||
* | fix layout of the metadata widget | Conor Curran | 2012-02-22 | 1 | -11/+10 |
| | |||||
* | fix a minor memory leak reported by valigrind | Charles Kerr | 2012-01-24 | 1 | -0/+4 |
| | |||||
* | fix Free Memory Read error found by valgrind | Charles Kerr | 2012-01-24 | 1 | -0/+1 |
| | |||||
* | fix minor memory leak detected by valgrind | Charles Kerr | 2012-01-24 | 1 | -2/+3 |
| | |||||
* | deprecated gtk fixes | Conor Curran | 2012-01-13 | 1 | -4/+28 |
| | |||||
* | fixed offset so as the player icon and triangle stay stationary when the ↵ | Conor Curran | 2011-10-21 | 1 | -2/+3 |
| | | | | player is active fixes lp:#874454 | ||||
* | Fixes to the positioning and dimension of the player menuitem, and fix for ↵ | Andrea Cimitan | 2011-09-09 | 1 | -12/+14 |
| | | | | the spinner widget matching (if some themers need it) | ||||
* | bug fixed where the menu is dismissed on the metadata-widget key event | Conor Curran | 2011-08-18 | 1 | -1/+1 |
| | |||||
* | fixed the resizing bug | Conor Curran | 2011-07-28 | 1 | -3/+21 |
| | |||||
* | removed another debug@ | Conor Curran | 2011-07-07 | 1 | -3/+1 |
| | |||||
* | fixed the collapsing and expanding of the metadata widget, removed some ↵ | Conor Curran | 2011-07-06 | 1 | -56/+2 |
| | | | | unnecessary gtk3 stuff I thought that was necessary, tidied metadatawidget plus added a timeout for the metadata prop update query | ||||
* | colours of buttons and blank album art background fixed | Conor Curran | 2011-06-28 | 1 | -0/+5 |
| | |||||
* | gtk widgets behaving themselves finally in gtk3 | Conor Curran | 2011-06-28 | 1 | -17/+59 |
| | |||||
* | metadatawidget now drawing the album art | Conor Curran | 2011-06-27 | 1 | -70/+202 |
| | |||||
* | port to gtk3 | Michael Terry | 2011-06-22 | 1 | -5/+7 |
| | |||||
* | no need to ref the pixbuf | Conor Curran | 2011-06-16 | 1 | -1/+0 |
| | |||||
* | some mem leaks caught and a tidy up | Conor Curran | 2011-06-16 | 1 | -22/+26 |
| | |||||
* | reverted the metadata widget to inherit from plain old gtk menu item, we ↵ | Conor Curran | 2011-06-16 | 1 | -2/+1 |
| | | | | don't need it to inherit from gtkimagemenuitem anymore | ||||
* | spacing issues resolved plus some unwanted prop set to invisible@ | Conor Curran | 2011-06-16 | 1 | -38/+27 |
| | |||||
* | went the cairo method for drawing this icon in the gutter | Conor Curran | 2011-06-16 | 1 | -47/+58 |
| | |||||
* | rejigged the icon handling so as it should be drawn directly as opposed to ↵ | Conor Curran | 2011-06-16 | 1 | -20/+29 |
| | | | | be handled by gtkmenuitem | ||||
* | caught most of the little bugs I could find@ | Conor Curran | 2011-06-14 | 1 | -3/+1 |
| | |||||
* | caught most of the little bugs I could find@ | Conor Curran | 2011-06-14 | 1 | -6/+12 |
| | |||||
* | key handling working nicely for the metadata widget almost there | Conor Curran | 2011-06-14 | 1 | -34/+36 |
| | |||||
* | spacing fixed | Conor Curran | 2011-06-14 | 1 | -2/+2 |
| | |||||
* | start up hibernated state fixed | Conor Curran | 2011-06-13 | 1 | -30/+38 |
| | |||||
* | arrow drawing properly | Conor Curran | 2011-06-13 | 1 | -42/+58 |
| | |||||
* | arrow should be showing | Conor Curran | 2011-06-10 | 1 | -27/+39 |
| | |||||
* | label appearing dynamic resizing partially working | Conor Curran | 2011-06-10 | 1 | -12/+54 |
| | |||||
* | image is appearing inthe gutter hurray | Conor Curran | 2011-06-09 | 1 | -10/+116 |
| | |||||
* | Fix a regression when calling "draw_album_art_placeholder" after diplaying ↵ | Nicolas Delvaux | 2011-04-16 | 1 | -0/+2 |
| | | | | one of those famous non-square cover. | ||||
* | Fix bug 654196 | Nicolas Delvaux | 2011-04-16 | 1 | -9/+9 |
| | |||||
* | merged big refactor | Conor Curran | 2011-01-26 | 1 | -1/+0 |
|\ | |||||
| * | service signals and methods re worked plus removed dbus-menu-manager.c and h ↵ | Conor Curran | 2011-01-22 | 1 | -1/+0 |
| | | | | | | | | and moved what was needed into the sound-service-dbus | ||||
* | | avoid critical warnings in metadata widget | Michael Terry | 2011-01-25 | 1 | -17/+15 |
|/ | |||||
* | more gvariant changes | Conor Curran | 2011-01-11 | 1 | -10/+9 |
| | |||||
* | tidy up plus moved to gvariant for the property update on the indicator widgets | Conor Curran | 2011-01-11 | 1 | -2/+2 |
| |