Mercurial > audlegacy
changeset 1827:628e908d78b6 trunk
[svn] - include TinyPlayer skin with the main distribution
line wrap: on
line diff
--- a/ChangeLog Thu Oct 05 04:03:19 2006 -0700 +++ b/ChangeLog Thu Oct 05 06:54:42 2006 -0700 @@ -1,3 +1,11 @@ +2006-10-05 11:03:19 +0000 William Pitcock <nenolod@nenolod.net> + revision [2609] + - and finally special tuples are treated as they should be + + trunk/audacious/playlist.c | 9 +++++---- + 1 file changed, 5 insertions(+), 4 deletions(-) + + 2006-10-05 10:26:36 +0000 William Pitcock <nenolod@nenolod.net> revision [2607] - results from more profiling
--- a/Makefile Thu Oct 05 04:03:19 2006 -0700 +++ b/Makefile Thu Oct 05 06:54:42 2006 -0700 @@ -3,7 +3,7 @@ include mk/rules.mk include mk/init.mk -SUBDIRS = libaudacious intl $(SUBDIR_GUESS) audacious audtool po icons skin +SUBDIRS = libaudacious intl $(SUBDIR_GUESS) audacious audtool po icons skins include mk/objective.mk
--- a/configure.ac Thu Oct 05 04:03:19 2006 -0700 +++ b/configure.ac Thu Oct 05 06:54:42 2006 -0700 @@ -401,7 +401,6 @@ po/Makefile.in intl/Makefile icons/Makefile - skin/Makefile mk/rules.mk ])
--- a/skin/Makefile.in Thu Oct 05 04:03:19 2006 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -include ../mk/rules.mk -include ../mk/init.mk - -skindir = $(pkgdatadir)/Skins/Default -OBJECTIVE_DATA = \ - balance.png:$(skindir) \ - cbuttons.png:$(skindir) \ - eq_ex.png:$(skindir) \ - eqmain.png:$(skindir) \ - main.png:$(skindir) \ - monoster.png:$(skindir) \ - nums_ex.png:$(skindir) \ - playpaus.png:$(skindir) \ - pledit.png:$(skindir) \ - posbar.png:$(skindir) \ - shufrep.png:$(skindir) \ - text.png:$(skindir) \ - titlebar.png:$(skindir) \ - volume.png:$(skindir) \ - pledit.txt:$(skindir) \ - viscolor.txt:$(skindir) \ - skin.hints:$(skindir) - -include ../mk/objective.mk
--- a/skin/pledit.txt Thu Oct 05 04:03:19 2006 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -[Text] -Normal=#a6c1df -Current=#eeeeee -NormalBG=#000000 -SelectedBG=#666666 -Font=Helvetica
--- a/skin/skin.hints Thu Oct 05 04:03:19 2006 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -[skin] -skinDescription=The default skin for Audacious. -mainwinOthertext=1 -mainwinVisX=19 -mainwinVisY=53 -mainwinTextX=19 -mainwinTextY=26 -mainwinTextWidth=246 -mainwinInfobarX=111 -mainwinInfobarY=42 -mainwinNumber0X=30 -mainwinNumber0Y=36 -mainwinNumber1X=42 -mainwinNumber1Y=36 -mainwinNumber2X=54 -mainwinNumber2Y=36 -mainwinNumber3X=72 -mainwinNumber3Y=36 -mainwinNumber4X=84 -mainwinNumber4Y=36 -mainwinPlayStatusX=19 -mainwinPlayStatusY=38 -mainwinMenurowVisible=1 -mainwinOthertextIsStatus=1
--- a/skin/viscolor.txt Thu Oct 05 04:03:19 2006 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -0,0,0 // [background color 1] -0,0,0 // [background color 2] -128,170,206 -128,170,206 -128,170,206 -128,170,206 -128,170,206 -128,170,206 -128,170,206 -128,170,206 -128,170,206 -128,170,206 -128,170,206 -128,170,206 -128,170,206 -128,170,206 -128,170,206 -128,170,206 -126,126,126 // [osc 1] -126,126,126 // [osc 2] -126,126,126 // [osc 3] -126,126,126 // [osc 4] -126,126,126 // [osc 5] -130,130,131 // [peak color]
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/skins/Default/Makefile Thu Oct 05 06:54:42 2006 -0700 @@ -0,0 +1,24 @@ +include ../mk/rules.mk +include ../mk/init.mk + +skindir = $(pkgdatadir)/Skins/Default +OBJECTIVE_DATA = \ + balance.png:$(skindir) \ + cbuttons.png:$(skindir) \ + eq_ex.png:$(skindir) \ + eqmain.png:$(skindir) \ + main.png:$(skindir) \ + monoster.png:$(skindir) \ + nums_ex.png:$(skindir) \ + playpaus.png:$(skindir) \ + pledit.png:$(skindir) \ + posbar.png:$(skindir) \ + shufrep.png:$(skindir) \ + text.png:$(skindir) \ + titlebar.png:$(skindir) \ + volume.png:$(skindir) \ + pledit.txt:$(skindir) \ + viscolor.txt:$(skindir) \ + skin.hints:$(skindir) + +include ../mk/objective.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/skins/Default/pledit.txt Thu Oct 05 06:54:42 2006 -0700 @@ -0,0 +1,6 @@ +[Text] +Normal=#a6c1df +Current=#eeeeee +NormalBG=#000000 +SelectedBG=#666666 +Font=Helvetica
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/skins/Default/skin.hints Thu Oct 05 06:54:42 2006 -0700 @@ -0,0 +1,24 @@ +[skin] +skinDescription=The default skin for Audacious. +mainwinOthertext=1 +mainwinVisX=19 +mainwinVisY=53 +mainwinTextX=19 +mainwinTextY=26 +mainwinTextWidth=246 +mainwinInfobarX=111 +mainwinInfobarY=42 +mainwinNumber0X=30 +mainwinNumber0Y=36 +mainwinNumber1X=42 +mainwinNumber1Y=36 +mainwinNumber2X=54 +mainwinNumber2Y=36 +mainwinNumber3X=72 +mainwinNumber3Y=36 +mainwinNumber4X=84 +mainwinNumber4Y=36 +mainwinPlayStatusX=19 +mainwinPlayStatusY=38 +mainwinMenurowVisible=1 +mainwinOthertextIsStatus=1
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/skins/Default/viscolor.txt Thu Oct 05 06:54:42 2006 -0700 @@ -0,0 +1,24 @@ +0,0,0 // [background color 1] +0,0,0 // [background color 2] +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +126,126,126 // [osc 1] +126,126,126 // [osc 2] +126,126,126 // [osc 3] +126,126,126 // [osc 4] +126,126,126 // [osc 5] +130,130,131 // [peak color]
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/skins/Makefile Thu Oct 05 06:54:42 2006 -0700 @@ -0,0 +1,9 @@ +.SILENT: + +include ../mk/rules.mk +include ../mk/init.mk + +SUBDIRS = Default TinyPlayer + +include mk/objective.mk +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/skins/TinyPlayer/Makefile Thu Oct 05 06:54:42 2006 -0700 @@ -0,0 +1,24 @@ +include ../mk/rules.mk +include ../mk/init.mk + +skindir = $(pkgdatadir)/Skins/TinyPlayer +OBJECTIVE_DATA = \ + balance.png:$(skindir) \ + cbuttons.png:$(skindir) \ + eq_ex.png:$(skindir) \ + eqmain.png:$(skindir) \ + main.png:$(skindir) \ + monoster.png:$(skindir) \ + nums_ex.png:$(skindir) \ + playpaus.png:$(skindir) \ + pledit.png:$(skindir) \ + posbar.png:$(skindir) \ + shufrep.png:$(skindir) \ + text.png:$(skindir) \ + titlebar.png:$(skindir) \ + volume.png:$(skindir) \ + pledit.txt:$(skindir) \ + viscolor.txt:$(skindir) \ + skin.hints:$(skindir) + +include ../mk/objective.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/skins/TinyPlayer/pledit.txt Thu Oct 05 06:54:42 2006 -0700 @@ -0,0 +1,6 @@ +[Text] +Normal=#a6c1df +Current=#eeeeee +NormalBG=#000000 +SelectedBG=#666666 +Font=Helvetica
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/skins/TinyPlayer/skin.hints Thu Oct 05 06:54:42 2006 -0700 @@ -0,0 +1,57 @@ +[skin] +skinDescription=TinyPlayer skin +mainwinOthertext=1 +mainwinVisX=189 +mainwinVisY=36 +mainwinTextX=1 +mainwinTextY=79 +mainwinTextWidth=273 +mainwinInfobarX=0 +mainwinInfobarY=0 +mainwinNumber0X=30 +mainwinNumber0Y=19 +mainwinNumber1X=42 +mainwinNumber1Y=19 +mainwinNumber2X=54 +mainwinNumber2Y=19 +mainwinNumber3X=72 +mainwinNumber3Y=19 +mainwinNumber4X=84 +mainwinNumber4Y=19 +mainwinPlayStatusX=11 +mainwinPlayStatusY=22 +mainwinOthertextIsStatus=0 +mainwinVolumeX=106 +mainwinVolumeY=22 +mainwinBalanceX=180 +mainwinBalanceY=22 +mainwinPositionX=16 +mainwinPositionY=36 +mainwinTextVisible=1 +mainwinOthertextVisible=0 +mainwinVisVisible=0 +mainwinMenurowVisible=0 +mainwinWidth=275 +mainwinHeight=86 +mainwinPreviousX=16 +mainwinPreviousY=53 +mainwinPlayX=39 +mainwinPlayY=53 +mainwinPauseX=62 +mainwinPauseY=53 +mainwinStopX=85 +mainwinStopY=53 +mainwinNextX=108 +mainwinNextY=53 +mainwinEjectX=136 +mainwinEjectY=53 +mainwinEQButtonX=219 +mainwinEQButtonY=22 +mainwinPLButtonX=242 +mainwinPLButtonY=22 +mainwinShuffleX=164 +mainwinShuffleY=56 +mainwinRepeatX=210 +mainwinRepeatY=56 +mainwinAboutX=247 +mainwinAboutY=53
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/skins/TinyPlayer/viscolor.txt Thu Oct 05 06:54:42 2006 -0700 @@ -0,0 +1,24 @@ +0,0,0 // [background color 1] +0,0,0 // [background color 2] +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +126,126,126 // [osc 1] +126,126,126 // [osc 2] +126,126,126 // [osc 3] +126,126,126 // [osc 4] +126,126,126 // [osc 5] +130,130,131 // [peak color]