From 8024876863d80c5da5941de7a772fc66fe3a7d1e Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Sun, 24 May 2009 15:06:33 -0400 Subject: Include Glade-3 source and logo image files --- data/icons/16x16/pulsecaster-16.png | Bin 0 -> 889 bytes data/icons/24x24/pulsecaster-24.png | Bin 0 -> 1570 bytes data/icons/32x32/pulsecaster-32.png | Bin 0 -> 2395 bytes data/icons/48x48/pulsecaster-48.png | Bin 0 -> 4220 bytes data/icons/64x64/pulsecaster-64.png | Bin 0 -> 6367 bytes data/icons/scalable/pulsecaster.svg | 1043 +++++++++++++++++++++++++++++++++++ data/pulsecaster.glade | 276 +++++++++ pulsecaster/ui.py | 2 +- 8 files changed, 1320 insertions(+), 1 deletion(-) create mode 100644 data/icons/16x16/pulsecaster-16.png create mode 100644 data/icons/24x24/pulsecaster-24.png create mode 100644 data/icons/32x32/pulsecaster-32.png create mode 100644 data/icons/48x48/pulsecaster-48.png create mode 100644 data/icons/64x64/pulsecaster-64.png create mode 100644 data/icons/scalable/pulsecaster.svg create mode 100644 data/pulsecaster.glade diff --git a/data/icons/16x16/pulsecaster-16.png b/data/icons/16x16/pulsecaster-16.png new file mode 100644 index 0000000..c6840c9 Binary files /dev/null and b/data/icons/16x16/pulsecaster-16.png differ diff --git a/data/icons/24x24/pulsecaster-24.png b/data/icons/24x24/pulsecaster-24.png new file mode 100644 index 0000000..4cc7a58 Binary files /dev/null and b/data/icons/24x24/pulsecaster-24.png differ diff --git a/data/icons/32x32/pulsecaster-32.png b/data/icons/32x32/pulsecaster-32.png new file mode 100644 index 0000000..9a15d49 Binary files /dev/null and b/data/icons/32x32/pulsecaster-32.png differ diff --git a/data/icons/48x48/pulsecaster-48.png b/data/icons/48x48/pulsecaster-48.png new file mode 100644 index 0000000..fdc2f3d Binary files /dev/null and b/data/icons/48x48/pulsecaster-48.png differ diff --git a/data/icons/64x64/pulsecaster-64.png b/data/icons/64x64/pulsecaster-64.png new file mode 100644 index 0000000..4a4425a Binary files /dev/null and b/data/icons/64x64/pulsecaster-64.png differ diff --git a/data/icons/scalable/pulsecaster.svg b/data/icons/scalable/pulsecaster.svg new file mode 100644 index 0000000..b15a05c --- /dev/null +++ b/data/icons/scalable/pulsecaster.svg @@ -0,0 +1,1043 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + PulseAudio logotype + 2006-08-28 + + + Pierre Ossman <ossman@cendio.se> for Cendio AB + + + + + + + + + + Rafael Jannone (basic idea) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/pulsecaster.glade b/data/pulsecaster.glade new file mode 100644 index 0000000..408f287 --- /dev/null +++ b/data/pulsecaster.glade @@ -0,0 +1,276 @@ + + + + + + 5 + False + center-always + True + normal + False + + + + True + vertical + 2 + + + + + + True + end + + + False + end + 0 + + + + + + + 5 + 300 + icons/scalable/pulsecaster.svg + normal + False + + + True + vertical + 5 + + + True + 10 + + + + False + False + 0 + + + + + True + 0 + 0.40000000596046448 + True + + + 1 + + + + + 5 + 1 + + + + + True + vertical + 5 + + + True + 0 + 0 + 10 + 10 + <i>Select the audio sources to mix, and a destination file for saving the resulting audio.</i> + True + + + False + False + 0 + + + + + True + + + True + vertical + + + True + 1 + 10 + Your voice: + right + + + False + 5 + 0 + + + + + True + 1 + 10 + Subject's voice: + right + + + False + 5 + 1 + + + + + True + 1 + 10 + Destination file: + right + + + False + 5 + 2 + + + + + False + False + 0 + + + + + True + vertical + 5 + + + + + + + + + True + Select a File + + + 2 + + + + + 1 + + + + + 1 + + + + + 2 + + + + + True + edge + + + True + start + + + gtk-about + True + True + True + True + + + False + False + 0 + + + + + False + False + 0 + + + + + True + 10 + end + + + gtk-media-record + True + True + True + True + + + False + False + 5 + end + 1 + + + + + gtk-close + True + True + True + True + + + + False + False + 5 + end + 0 + + + + + False + False + 1 + + + + + False + 5 + end + 0 + + + + + + diff --git a/pulsecaster/ui.py b/pulsecaster/ui.py index c0e668a..0e4f447 100644 --- a/pulsecaster/ui.py +++ b/pulsecaster/ui.py @@ -26,7 +26,7 @@ from pulseaudio.PulseObj import PulseObj import os # FIXME -fname = os.getcwd() + '/data/pulsecaster-prefs-glade.glade' +fname = os.getcwd() + '/data/pulsecaster.glade' logofile = os.getcwd() + '/data/icons/scalable/pulsecaster.svg' class PulseCatcherUI: -- cgit