1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-17 20:09:50 +01:00
Commit Graph

4 Commits

Author SHA1 Message Date
John Maguire
5f3d548c70 pngcrush all our data pngs
find data -name '*.png' -exec
    pngcrush {} {}.new \; -exec mv {}.new {} \;
2014-02-07 16:46:48 +01:00
David Sansome
40881065d4 Use Carlos' icon 2010-06-02 17:50:53 +00:00
John Maguire
7c4beddbe6 Make the large icons square. 2010-04-23 13:30:18 +00:00
John Maguire
ff06207732 OS X dock icon updates to show current status.
Somewhat less (but still quite) hacky system tray code.
2010-04-19 20:59:05 +00:00