[SCM] calf/master: More theme fixes.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:40:46 UTC 2013


The following commit has been merged in the master branch:
commit 0dd92a16e74f6ec966110bdc0daf2068b8d6c980
Author: Markus Schmidt <schmidt at boomshop.net>
Date:   Sat Dec 17 11:08:42 2011 +0000

    More theme fixes.

diff --git a/gui/knob3.png b/gui/knob3.png
index 6cf880f..fe0a56b 100644
Binary files a/gui/knob3.png and b/gui/knob3.png differ
diff --git a/gui/knob4.png b/gui/knob4.png
index 2ecd0ca..097c5f6 100644
Binary files a/gui/knob4.png and b/gui/knob4.png differ
diff --git a/gui/light_top.png b/gui/light_top.png
index 24df165..97d2785 100644
Binary files a/gui/light_top.png and b/gui/light_top.png differ
diff --git a/gui/logo_button.png b/gui/logo_button.png
index efa01c5..a857bbc 100644
Binary files a/gui/logo_button.png and b/gui/logo_button.png differ
diff --git a/gui/toggle1.png b/gui/toggle1.png
deleted file mode 100644
index deaf4c4..0000000
Binary files a/gui/toggle1.png and /dev/null differ
diff --git a/gui/toggle2.png b/gui/toggle2.png
deleted file mode 100644
index 6197a51..0000000
Binary files a/gui/toggle2.png and /dev/null differ
diff --git a/knobs/knob3.png b/knobs/knob3.png
index 6cf880f..fe0a56b 100644
Binary files a/knobs/knob3.png and b/knobs/knob3.png differ
diff --git a/knobs/knob3.py b/knobs/knob3.py
index 2aebbad..efaf182 100755
--- a/knobs/knob3.py
+++ b/knobs/knob3.py
@@ -4,7 +4,7 @@ import cairo
 from math import pi, cos, sin
 
 WIDTH, HEIGHT = 60, 60
-background = "knob3_bg.png"
+background = "knob31_bg.png"
 output = "knob3.png"
 x, y = WIDTH / 2, HEIGHT / 2
 lwidth = WIDTH / 12
@@ -108,7 +108,7 @@ for variant in range(0, 4):
             ctx.arc(x, y, radius, sangle + adelta * led, sangle + adelta * led + spacing)
             ctx.stroke()
 
-        ctx.set_source_rgba(1, 1, 1, 1)
+        ctx.set_source_rgba(0.3, 0.3, 0.3, 1)
         ctx.set_line_width(2)
         mtx = ctx.get_matrix()
         ctx.translate(x + radiusminus2 * c, y + radiusminus2 * s)
diff --git a/knobs/knob4.png b/knobs/knob4.png
index 2ecd0ca..097c5f6 100644
Binary files a/knobs/knob4.png and b/knobs/knob4.png differ
diff --git a/knobs/knob4.py b/knobs/knob4.py
index b949596..557ccd6 100755
--- a/knobs/knob4.py
+++ b/knobs/knob4.py
@@ -4,7 +4,7 @@ import cairo
 from math import pi, cos, sin
 
 WIDTH, HEIGHT = 80, 80
-background = "knob4_bg.png"
+background = "knob41_bg.png"
 output = "knob4.png"
 x, y = WIDTH / 2, HEIGHT / 2
 lwidth = WIDTH / 15

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list