From 24bb55371a5d8d81b23521ebdfcde68f0035697c Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 20 Sep 2015 11:36:22 +0200 Subject: Basic project based on DrumGizmo. --- plugingui/resources/bg.png | Bin 0 -> 1123 bytes plugingui/resources/createrc.sh | 2 ++ plugingui/resources/font.png | Bin 0 -> 4945 bytes plugingui/resources/fontemboss.png | Bin 0 -> 10710 bytes plugingui/resources/knob.png | Bin 0 -> 3597 bytes plugingui/resources/logo.png | Bin 0 -> 14190 bytes plugingui/resources/png_error | Bin 0 -> 2608 bytes plugingui/resources/progress_back_c.png | Bin 0 -> 188 bytes plugingui/resources/progress_back_l.png | Bin 0 -> 321 bytes plugingui/resources/progress_back_r.png | Bin 0 -> 311 bytes plugingui/resources/progress_front_blue_c.png | Bin 0 -> 219 bytes plugingui/resources/progress_front_blue_l.png | Bin 0 -> 240 bytes plugingui/resources/progress_front_blue_r.png | Bin 0 -> 245 bytes plugingui/resources/progress_front_green_c.png | Bin 0 -> 215 bytes plugingui/resources/progress_front_green_l.png | Bin 0 -> 241 bytes plugingui/resources/progress_front_green_r.png | Bin 0 -> 241 bytes plugingui/resources/progress_front_red_c.png | Bin 0 -> 209 bytes plugingui/resources/progress_front_red_l.png | Bin 0 -> 229 bytes plugingui/resources/progress_front_red_r.png | Bin 0 -> 229 bytes plugingui/resources/pushbutton_b.png | Bin 0 -> 205 bytes plugingui/resources/pushbutton_bl.png | Bin 0 -> 396 bytes plugingui/resources/pushbutton_br.png | Bin 0 -> 388 bytes plugingui/resources/pushbutton_c.png | Bin 0 -> 188 bytes plugingui/resources/pushbutton_l.png | Bin 0 -> 258 bytes plugingui/resources/pushbutton_r.png | Bin 0 -> 256 bytes plugingui/resources/pushbutton_t.png | Bin 0 -> 192 bytes plugingui/resources/pushbutton_tl.png | Bin 0 -> 307 bytes plugingui/resources/pushbutton_tr.png | Bin 0 -> 326 bytes plugingui/resources/pushbuttondown_b.png | Bin 0 -> 197 bytes plugingui/resources/pushbuttondown_bl.png | Bin 0 -> 340 bytes plugingui/resources/pushbuttondown_br.png | Bin 0 -> 338 bytes plugingui/resources/pushbuttondown_c.png | Bin 0 -> 188 bytes plugingui/resources/pushbuttondown_l.png | Bin 0 -> 237 bytes plugingui/resources/pushbuttondown_r.png | Bin 0 -> 234 bytes plugingui/resources/pushbuttondown_t.png | Bin 0 -> 190 bytes plugingui/resources/pushbuttondown_tl.png | Bin 0 -> 312 bytes plugingui/resources/pushbuttondown_tr.png | Bin 0 -> 336 bytes plugingui/resources/switch_back_off.png | Bin 0 -> 2263 bytes plugingui/resources/switch_back_on.png | Bin 0 -> 2504 bytes plugingui/resources/switch_front.png | Bin 0 -> 1776 bytes plugingui/resources/thinlistbox_b.png | Bin 0 -> 165 bytes plugingui/resources/thinlistbox_bl.png | Bin 0 -> 165 bytes plugingui/resources/thinlistbox_br.png | Bin 0 -> 165 bytes plugingui/resources/thinlistbox_c.png | Bin 0 -> 165 bytes plugingui/resources/thinlistbox_l.png | Bin 0 -> 165 bytes plugingui/resources/thinlistbox_r.png | Bin 0 -> 165 bytes plugingui/resources/thinlistbox_t.png | Bin 0 -> 165 bytes plugingui/resources/thinlistbox_t_blue.png | Bin 0 -> 165 bytes plugingui/resources/thinlistbox_tl.png | Bin 0 -> 165 bytes plugingui/resources/thinlistbox_tr.png | Bin 0 -> 165 bytes plugingui/resources/vertline.png | Bin 0 -> 170 bytes plugingui/resources/widget_b.png | Bin 0 -> 192 bytes plugingui/resources/widget_bl.png | Bin 0 -> 297 bytes plugingui/resources/widget_br.png | Bin 0 -> 285 bytes plugingui/resources/widget_c.png | Bin 0 -> 165 bytes plugingui/resources/widget_l.png | Bin 0 -> 433 bytes plugingui/resources/widget_r.png | Bin 0 -> 421 bytes plugingui/resources/widget_t.png | Bin 0 -> 187 bytes plugingui/resources/widget_tl.png | Bin 0 -> 246 bytes plugingui/resources/widget_tr.png | Bin 0 -> 253 bytes 60 files changed, 2 insertions(+) create mode 100644 plugingui/resources/bg.png create mode 100755 plugingui/resources/createrc.sh create mode 100644 plugingui/resources/font.png create mode 100644 plugingui/resources/fontemboss.png create mode 100644 plugingui/resources/knob.png create mode 100644 plugingui/resources/logo.png create mode 100644 plugingui/resources/png_error create mode 100644 plugingui/resources/progress_back_c.png create mode 100644 plugingui/resources/progress_back_l.png create mode 100644 plugingui/resources/progress_back_r.png create mode 100644 plugingui/resources/progress_front_blue_c.png create mode 100644 plugingui/resources/progress_front_blue_l.png create mode 100644 plugingui/resources/progress_front_blue_r.png create mode 100644 plugingui/resources/progress_front_green_c.png create mode 100644 plugingui/resources/progress_front_green_l.png create mode 100644 plugingui/resources/progress_front_green_r.png create mode 100644 plugingui/resources/progress_front_red_c.png create mode 100644 plugingui/resources/progress_front_red_l.png create mode 100644 plugingui/resources/progress_front_red_r.png create mode 100644 plugingui/resources/pushbutton_b.png create mode 100644 plugingui/resources/pushbutton_bl.png create mode 100644 plugingui/resources/pushbutton_br.png create mode 100644 plugingui/resources/pushbutton_c.png create mode 100644 plugingui/resources/pushbutton_l.png create mode 100644 plugingui/resources/pushbutton_r.png create mode 100644 plugingui/resources/pushbutton_t.png create mode 100644 plugingui/resources/pushbutton_tl.png create mode 100644 plugingui/resources/pushbutton_tr.png create mode 100644 plugingui/resources/pushbuttondown_b.png create mode 100644 plugingui/resources/pushbuttondown_bl.png create mode 100644 plugingui/resources/pushbuttondown_br.png create mode 100644 plugingui/resources/pushbuttondown_c.png create mode 100644 plugingui/resources/pushbuttondown_l.png create mode 100644 plugingui/resources/pushbuttondown_r.png create mode 100644 plugingui/resources/pushbuttondown_t.png create mode 100644 plugingui/resources/pushbuttondown_tl.png create mode 100644 plugingui/resources/pushbuttondown_tr.png create mode 100644 plugingui/resources/switch_back_off.png create mode 100644 plugingui/resources/switch_back_on.png create mode 100644 plugingui/resources/switch_front.png create mode 100644 plugingui/resources/thinlistbox_b.png create mode 100644 plugingui/resources/thinlistbox_bl.png create mode 100644 plugingui/resources/thinlistbox_br.png create mode 100644 plugingui/resources/thinlistbox_c.png create mode 100644 plugingui/resources/thinlistbox_l.png create mode 100644 plugingui/resources/thinlistbox_r.png create mode 100644 plugingui/resources/thinlistbox_t.png create mode 100644 plugingui/resources/thinlistbox_t_blue.png create mode 100644 plugingui/resources/thinlistbox_tl.png create mode 100644 plugingui/resources/thinlistbox_tr.png create mode 100644 plugingui/resources/vertline.png create mode 100644 plugingui/resources/widget_b.png create mode 100644 plugingui/resources/widget_bl.png create mode 100644 plugingui/resources/widget_br.png create mode 100644 plugingui/resources/widget_c.png create mode 100644 plugingui/resources/widget_l.png create mode 100644 plugingui/resources/widget_r.png create mode 100644 plugingui/resources/widget_t.png create mode 100644 plugingui/resources/widget_tl.png create mode 100644 plugingui/resources/widget_tr.png (limited to 'plugingui/resources') diff --git a/plugingui/resources/bg.png b/plugingui/resources/bg.png new file mode 100644 index 0000000..ed438d2 Binary files /dev/null and b/plugingui/resources/bg.png differ diff --git a/plugingui/resources/createrc.sh b/plugingui/resources/createrc.sh new file mode 100755 index 0000000..838713a --- /dev/null +++ b/plugingui/resources/createrc.sh @@ -0,0 +1,2 @@ +#!/bin/bash +../rcgen *.png png_error > ../resource_data.cc diff --git a/plugingui/resources/font.png b/plugingui/resources/font.png new file mode 100644 index 0000000..ffcafbc Binary files /dev/null and b/plugingui/resources/font.png differ diff --git a/plugingui/resources/fontemboss.png b/plugingui/resources/fontemboss.png new file mode 100644 index 0000000..2f13eeb Binary files /dev/null and b/plugingui/resources/fontemboss.png differ diff --git a/plugingui/resources/knob.png b/plugingui/resources/knob.png new file mode 100644 index 0000000..792db2a Binary files /dev/null and b/plugingui/resources/knob.png differ diff --git a/plugingui/resources/logo.png b/plugingui/resources/logo.png new file mode 100644 index 0000000..6f9dc40 Binary files /dev/null and b/plugingui/resources/logo.png differ diff --git a/plugingui/resources/png_error b/plugingui/resources/png_error new file mode 100644 index 0000000..cadb45e Binary files /dev/null and b/plugingui/resources/png_error differ diff --git a/plugingui/resources/progress_back_c.png b/plugingui/resources/progress_back_c.png new file mode 100644 index 0000000..a1882a1 Binary files /dev/null and b/plugingui/resources/progress_back_c.png differ diff --git a/plugingui/resources/progress_back_l.png b/plugingui/resources/progress_back_l.png new file mode 100644 index 0000000..f250f5e Binary files /dev/null and b/plugingui/resources/progress_back_l.png differ diff --git a/plugingui/resources/progress_back_r.png b/plugingui/resources/progress_back_r.png new file mode 100644 index 0000000..701d98a Binary files /dev/null and b/plugingui/resources/progress_back_r.png differ diff --git a/plugingui/resources/progress_front_blue_c.png b/plugingui/resources/progress_front_blue_c.png new file mode 100644 index 0000000..5a18e05 Binary files /dev/null and b/plugingui/resources/progress_front_blue_c.png differ diff --git a/plugingui/resources/progress_front_blue_l.png b/plugingui/resources/progress_front_blue_l.png new file mode 100644 index 0000000..513e6bc Binary files /dev/null and b/plugingui/resources/progress_front_blue_l.png differ diff --git a/plugingui/resources/progress_front_blue_r.png b/plugingui/resources/progress_front_blue_r.png new file mode 100644 index 0000000..e339f3b Binary files /dev/null and b/plugingui/resources/progress_front_blue_r.png differ diff --git a/plugingui/resources/progress_front_green_c.png b/plugingui/resources/progress_front_green_c.png new file mode 100644 index 0000000..5055b76 Binary files /dev/null and b/plugingui/resources/progress_front_green_c.png differ diff --git a/plugingui/resources/progress_front_green_l.png b/plugingui/resources/progress_front_green_l.png new file mode 100644 index 0000000..58c2c08 Binary files /dev/null and b/plugingui/resources/progress_front_green_l.png differ diff --git a/plugingui/resources/progress_front_green_r.png b/plugingui/resources/progress_front_green_r.png new file mode 100644 index 0000000..e583c53 Binary files /dev/null and b/plugingui/resources/progress_front_green_r.png differ diff --git a/plugingui/resources/progress_front_red_c.png b/plugingui/resources/progress_front_red_c.png new file mode 100644 index 0000000..b483faf Binary files /dev/null and b/plugingui/resources/progress_front_red_c.png differ diff --git a/plugingui/resources/progress_front_red_l.png b/plugingui/resources/progress_front_red_l.png new file mode 100644 index 0000000..a9e1f0f Binary files /dev/null and b/plugingui/resources/progress_front_red_l.png differ diff --git a/plugingui/resources/progress_front_red_r.png b/plugingui/resources/progress_front_red_r.png new file mode 100644 index 0000000..d90d48b Binary files /dev/null and b/plugingui/resources/progress_front_red_r.png differ diff --git a/plugingui/resources/pushbutton_b.png b/plugingui/resources/pushbutton_b.png new file mode 100644 index 0000000..9767ce9 Binary files /dev/null and b/plugingui/resources/pushbutton_b.png differ diff --git a/plugingui/resources/pushbutton_bl.png b/plugingui/resources/pushbutton_bl.png new file mode 100644 index 0000000..8fa6f81 Binary files /dev/null and b/plugingui/resources/pushbutton_bl.png differ diff --git a/plugingui/resources/pushbutton_br.png b/plugingui/resources/pushbutton_br.png new file mode 100644 index 0000000..8fcb9f7 Binary files /dev/null and b/plugingui/resources/pushbutton_br.png differ diff --git a/plugingui/resources/pushbutton_c.png b/plugingui/resources/pushbutton_c.png new file mode 100644 index 0000000..bff0c40 Binary files /dev/null and b/plugingui/resources/pushbutton_c.png differ diff --git a/plugingui/resources/pushbutton_l.png b/plugingui/resources/pushbutton_l.png new file mode 100644 index 0000000..52adfe0 Binary files /dev/null and b/plugingui/resources/pushbutton_l.png differ diff --git a/plugingui/resources/pushbutton_r.png b/plugingui/resources/pushbutton_r.png new file mode 100644 index 0000000..74af818 Binary files /dev/null and b/plugingui/resources/pushbutton_r.png differ diff --git a/plugingui/resources/pushbutton_t.png b/plugingui/resources/pushbutton_t.png new file mode 100644 index 0000000..add473f Binary files /dev/null and b/plugingui/resources/pushbutton_t.png differ diff --git a/plugingui/resources/pushbutton_tl.png b/plugingui/resources/pushbutton_tl.png new file mode 100644 index 0000000..2b49cd1 Binary files /dev/null and b/plugingui/resources/pushbutton_tl.png differ diff --git a/plugingui/resources/pushbutton_tr.png b/plugingui/resources/pushbutton_tr.png new file mode 100644 index 0000000..8f5a293 Binary files /dev/null and b/plugingui/resources/pushbutton_tr.png differ diff --git a/plugingui/resources/pushbuttondown_b.png b/plugingui/resources/pushbuttondown_b.png new file mode 100644 index 0000000..ed17c18 Binary files /dev/null and b/plugingui/resources/pushbuttondown_b.png differ diff --git a/plugingui/resources/pushbuttondown_bl.png b/plugingui/resources/pushbuttondown_bl.png new file mode 100644 index 0000000..820253b Binary files /dev/null and b/plugingui/resources/pushbuttondown_bl.png differ diff --git a/plugingui/resources/pushbuttondown_br.png b/plugingui/resources/pushbuttondown_br.png new file mode 100644 index 0000000..7c1b1e1 Binary files /dev/null and b/plugingui/resources/pushbuttondown_br.png differ diff --git a/plugingui/resources/pushbuttondown_c.png b/plugingui/resources/pushbuttondown_c.png new file mode 100644 index 0000000..d5a8d80 Binary files /dev/null and b/plugingui/resources/pushbuttondown_c.png differ diff --git a/plugingui/resources/pushbuttondown_l.png b/plugingui/resources/pushbuttondown_l.png new file mode 100644 index 0000000..5f65187 Binary files /dev/null and b/plugingui/resources/pushbuttondown_l.png differ diff --git a/plugingui/resources/pushbuttondown_r.png b/plugingui/resources/pushbuttondown_r.png new file mode 100644 index 0000000..a3013f7 Binary files /dev/null and b/plugingui/resources/pushbuttondown_r.png differ diff --git a/plugingui/resources/pushbuttondown_t.png b/plugingui/resources/pushbuttondown_t.png new file mode 100644 index 0000000..dd02350 Binary files /dev/null and b/plugingui/resources/pushbuttondown_t.png differ diff --git a/plugingui/resources/pushbuttondown_tl.png b/plugingui/resources/pushbuttondown_tl.png new file mode 100644 index 0000000..662275d Binary files /dev/null and b/plugingui/resources/pushbuttondown_tl.png differ diff --git a/plugingui/resources/pushbuttondown_tr.png b/plugingui/resources/pushbuttondown_tr.png new file mode 100644 index 0000000..114aff1 Binary files /dev/null and b/plugingui/resources/pushbuttondown_tr.png differ diff --git a/plugingui/resources/switch_back_off.png b/plugingui/resources/switch_back_off.png new file mode 100644 index 0000000..e5c46f1 Binary files /dev/null and b/plugingui/resources/switch_back_off.png differ diff --git a/plugingui/resources/switch_back_on.png b/plugingui/resources/switch_back_on.png new file mode 100644 index 0000000..b595afc Binary files /dev/null and b/plugingui/resources/switch_back_on.png differ diff --git a/plugingui/resources/switch_front.png b/plugingui/resources/switch_front.png new file mode 100644 index 0000000..4d83a01 Binary files /dev/null and b/plugingui/resources/switch_front.png differ diff --git a/plugingui/resources/thinlistbox_b.png b/plugingui/resources/thinlistbox_b.png new file mode 100644 index 0000000..75b0b12 Binary files /dev/null and b/plugingui/resources/thinlistbox_b.png differ diff --git a/plugingui/resources/thinlistbox_bl.png b/plugingui/resources/thinlistbox_bl.png new file mode 100644 index 0000000..6c662cd Binary files /dev/null and b/plugingui/resources/thinlistbox_bl.png differ diff --git a/plugingui/resources/thinlistbox_br.png b/plugingui/resources/thinlistbox_br.png new file mode 100644 index 0000000..f79d91b Binary files /dev/null and b/plugingui/resources/thinlistbox_br.png differ diff --git a/plugingui/resources/thinlistbox_c.png b/plugingui/resources/thinlistbox_c.png new file mode 100644 index 0000000..3b7f813 Binary files /dev/null and b/plugingui/resources/thinlistbox_c.png differ diff --git a/plugingui/resources/thinlistbox_l.png b/plugingui/resources/thinlistbox_l.png new file mode 100644 index 0000000..f72b551 Binary files /dev/null and b/plugingui/resources/thinlistbox_l.png differ diff --git a/plugingui/resources/thinlistbox_r.png b/plugingui/resources/thinlistbox_r.png new file mode 100644 index 0000000..5b57b54 Binary files /dev/null and b/plugingui/resources/thinlistbox_r.png differ diff --git a/plugingui/resources/thinlistbox_t.png b/plugingui/resources/thinlistbox_t.png new file mode 100644 index 0000000..7baff4e Binary files /dev/null and b/plugingui/resources/thinlistbox_t.png differ diff --git a/plugingui/resources/thinlistbox_t_blue.png b/plugingui/resources/thinlistbox_t_blue.png new file mode 100644 index 0000000..e44504a Binary files /dev/null and b/plugingui/resources/thinlistbox_t_blue.png differ diff --git a/plugingui/resources/thinlistbox_tl.png b/plugingui/resources/thinlistbox_tl.png new file mode 100644 index 0000000..3c38a2a Binary files /dev/null and b/plugingui/resources/thinlistbox_tl.png differ diff --git a/plugingui/resources/thinlistbox_tr.png b/plugingui/resources/thinlistbox_tr.png new file mode 100644 index 0000000..6a5fd5d Binary files /dev/null and b/plugingui/resources/thinlistbox_tr.png differ diff --git a/plugingui/resources/vertline.png b/plugingui/resources/vertline.png new file mode 100644 index 0000000..bec1f3f Binary files /dev/null and b/plugingui/resources/vertline.png differ diff --git a/plugingui/resources/widget_b.png b/plugingui/resources/widget_b.png new file mode 100644 index 0000000..486ba62 Binary files /dev/null and b/plugingui/resources/widget_b.png differ diff --git a/plugingui/resources/widget_bl.png b/plugingui/resources/widget_bl.png new file mode 100644 index 0000000..9d00c53 Binary files /dev/null and b/plugingui/resources/widget_bl.png differ diff --git a/plugingui/resources/widget_br.png b/plugingui/resources/widget_br.png new file mode 100644 index 0000000..6115c83 Binary files /dev/null and b/plugingui/resources/widget_br.png differ diff --git a/plugingui/resources/widget_c.png b/plugingui/resources/widget_c.png new file mode 100644 index 0000000..6e02acd Binary files /dev/null and b/plugingui/resources/widget_c.png differ diff --git a/plugingui/resources/widget_l.png b/plugingui/resources/widget_l.png new file mode 100644 index 0000000..ec31f4a Binary files /dev/null and b/plugingui/resources/widget_l.png differ diff --git a/plugingui/resources/widget_r.png b/plugingui/resources/widget_r.png new file mode 100644 index 0000000..9f3bdea Binary files /dev/null and b/plugingui/resources/widget_r.png differ diff --git a/plugingui/resources/widget_t.png b/plugingui/resources/widget_t.png new file mode 100644 index 0000000..9804be4 Binary files /dev/null and b/plugingui/resources/widget_t.png differ diff --git a/plugingui/resources/widget_tl.png b/plugingui/resources/widget_tl.png new file mode 100644 index 0000000..8aee832 Binary files /dev/null and b/plugingui/resources/widget_tl.png differ diff --git a/plugingui/resources/widget_tr.png b/plugingui/resources/widget_tr.png new file mode 100644 index 0000000..1ea1f89 Binary files /dev/null and b/plugingui/resources/widget_tr.png differ -- cgit v1.2.3