4 * Copyright (C) 1997-2014 Adam Williams <broadcast at earthling dot net>
5 * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
6 * by Paolo Rampino <akir4d at gmail dot com>
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 #include "bcsignals.h"
26 #include "cwindowgui.h"
27 #include "bluetheme.h"
29 #include "edlsession.h"
31 #include "mainsession.h"
33 #include "meterpanel.h"
35 #include "mwindowgui.h"
38 #include "preferencesthread.h"
39 #include "recordgui.h"
40 #include "recordmonitor.h"
41 #include "setformat.h"
42 #include "statusbar.h"
44 #include "trackcanvas.h"
46 #include "vwindowgui.h"
49 PluginClient* new_plugin(PluginServer *server)
51 return new BlueDotThemeMain(server);
54 BlueDotThemeMain::BlueDotThemeMain(PluginServer *server)
55 : PluginTClient(server)
59 BlueDotThemeMain::~BlueDotThemeMain()
63 const char* BlueDotThemeMain::plugin_title() { return N_("Blue"); }
65 Theme* BlueDotThemeMain::new_theme()
67 theme = new BlueDotTheme;
68 extern unsigned char _binary_theme_blue_data_start[];
69 theme->set_data(_binary_theme_blue_data_start);
74 BlueDotTheme::BlueDotTheme()
79 BlueDotTheme::~BlueDotTheme()
81 delete camerakeyframe_data;
82 delete channel_position_data;
84 delete maskkeyframe_data;
85 delete modekeyframe_data;
87 delete pankeyframe_data;
88 delete projectorkeyframe_data;
91 void BlueDotTheme::initialize()
93 BC_Resources *resources = BC_WindowBase::get_resources();
96 resources->text_default = 0xeeeeff;
97 resources->text_background = 0x1a1447;
98 resources->text_background_disarmed = 0x7282d4;
99 resources->text_border1 = 0x202020;
100 resources->text_border2 = 0x1a1447;
101 resources->text_border3 = 0x1a1447;
102 resources->text_border4 = 0x969696;
103 resources->text_inactive_highlight = 0x707070;
105 resources->bg_color = 0x939ed4;
106 resources->border_light2 = resources->bg_color;
107 resources->border_shadow2 = resources->bg_color;
108 resources->default_text_color = 0xeeeeff;
109 resources->menu_title_text = 0xeeeeff;
110 resources->popup_title_text = 0xeeeeff;
111 resources->menu_item_text = 0xeeeeff;
112 resources->menu_highlighted_fontcolor = WHITE;
113 resources->generic_button_margin = xS(30);
114 resources->pot_needle_color = resources->text_default;
115 resources->pot_offset = 1;
116 resources->progress_text = resources->text_default;
117 resources->meter_font_color = resources->default_text_color;
119 resources->menu_light = 0xababab;
120 resources->menu_highlighted = 0x6f6f6f;
121 resources->menu_down = 0x4b4b4b;
122 resources->menu_up = 0x4b4b4b;
123 resources->menu_shadow = 0x202020;
124 resources->popupmenu_margin = xS(15);
125 resources->popupmenu_triangle_margin = xS(15);
127 resources->listbox_title_color = 0xeeeeff;
129 resources->listbox_title_margin = xS(20);
130 resources->listbox_title_hotspot = xS(20);
131 resources->listbox_border1 = 0x1a1a1a;
132 resources->listbox_border2 = 0x1a1447;
133 resources->listbox_border3 = 0x1a1447;
134 resources->listbox_border4 = 0x646464;
135 resources->listbox_highlighted = 0x505050;
136 resources->listbox_inactive = 0x1a1447;
137 resources->listbox_bg = 0;
138 resources->listbox_text = 0xeeeeff;
140 resources->filebox_margin = yS(130);
141 resources->file_color = 0xeeeeff;
142 resources->directory_color = 0xa0a0ff;
145 new_toggle("loadmode_new.png",
148 "loadmode_checked.png",
150 "loadmode_checkedhi.png",
152 new_toggle("loadmode_none.png",
155 "loadmode_checked.png",
157 "loadmode_checkedhi.png",
159 new_toggle("loadmode_newcat.png",
162 "loadmode_checked.png",
164 "loadmode_checkedhi.png",
166 new_toggle("loadmode_cat.png",
169 "loadmode_checked.png",
171 "loadmode_checkedhi.png",
173 new_toggle("loadmode_newtracks.png",
176 "loadmode_checked.png",
178 "loadmode_checkedhi.png",
179 "loadmode_newtracks");
180 new_toggle("loadmode_paste.png",
183 "loadmode_checked.png",
185 "loadmode_checkedhi.png",
187 new_toggle("loadmode_resource.png",
190 "loadmode_checked.png",
192 "loadmode_checkedhi.png",
193 "loadmode_resource");
194 new_toggle("loadmode_nested.png",
197 "loadmode_checked.png",
199 "loadmode_checkedhi.png",
203 resources->filebox_icons_images = new_button("icons.png",
204 "fileboxbutton_up.png",
205 "fileboxbutton_hi.png",
206 "fileboxbutton_dn.png",
209 resources->filebox_text_images = new_button("text.png",
210 "fileboxbutton_up.png",
211 "fileboxbutton_hi.png",
212 "fileboxbutton_dn.png",
215 resources->filebox_newfolder_images = new_button("folder.png",
216 "fileboxbutton_up.png",
217 "fileboxbutton_hi.png",
218 "fileboxbutton_dn.png",
219 "filebox_newfolder");
221 resources->filebox_rename_images = new_button("rename.png",
222 "fileboxbutton_up.png",
223 "fileboxbutton_hi.png",
224 "fileboxbutton_dn.png",
227 resources->filebox_updir_images = new_button("updir.png",
228 "fileboxbutton_up.png",
229 "fileboxbutton_hi.png",
230 "fileboxbutton_dn.png",
233 resources->filebox_delete_images = new_button("delete.png",
234 "fileboxbutton_up.png",
235 "fileboxbutton_hi.png",
236 "fileboxbutton_dn.png",
239 resources->filebox_reload_images = new_button("reload.png",
240 "fileboxbutton_up.png",
241 "fileboxbutton_hi.png",
242 "fileboxbutton_dn.png",
246 resources->filebox_descend_images = new_button("openfolder.png",
247 "filebox_bigbutton_up.png",
248 "filebox_bigbutton_hi.png",
249 "filebox_bigbutton_dn.png",
252 resources->usethis_button_images =
253 resources->ok_images = new_button("ok.png",
254 "filebox_bigbutton_up.png",
255 "filebox_bigbutton_hi.png",
256 "filebox_bigbutton_dn.png",
260 "new_bigbutton_up.png",
261 "new_bigbutton_hi.png",
262 "new_bigbutton_dn.png",
265 new_button("reset.png",
271 new_button("unclear.png",
277 new_button("keyframe.png",
283 resources->cancel_images = new_button("cancel.png",
284 "filebox_bigbutton_up.png",
285 "filebox_bigbutton_hi.png",
286 "filebox_bigbutton_dn.png",
289 new_button("cancel.png",
290 "new_bigbutton_up.png",
291 "new_bigbutton_hi.png",
292 "new_bigbutton_dn.png",
293 "new_cancel_images");
295 new_button("mask_pnt_linear.png",
296 "mask_button_up.png",
297 "mask_button_hi.png",
298 "mask_button_dn.png",
299 "mask_pnt_linear_images");
300 new_button("mask_crv_linear.png",
301 "mask_button_up.png",
302 "mask_button_hi.png",
303 "mask_button_dn.png",
304 "mask_crv_linear_images");
305 new_button("mask_all_linear.png",
306 "mask_button_up.png",
307 "mask_button_hi.png",
308 "mask_button_dn.png",
309 "mask_all_linear_images");
311 new_button("mask_pnt_smooth.png",
312 "mask_button_up.png",
313 "mask_button_hi.png",
314 "mask_button_dn.png",
315 "mask_pnt_smooth_images");
316 new_button("mask_crv_smooth.png",
317 "mask_button_up.png",
318 "mask_button_hi.png",
319 "mask_button_dn.png",
320 "mask_crv_smooth_images");
321 new_button("mask_all_smooth.png",
322 "mask_button_up.png",
323 "mask_button_hi.png",
324 "mask_button_dn.png",
325 "mask_all_smooth_images");
327 new_button("mask_prst_sqr.png",
328 "mask_button_up.png",
329 "mask_button_hi.png",
330 "mask_button_dn.png",
331 "mask_prst_sqr_images");
332 new_button("mask_prst_crc.png",
333 "mask_button_up.png",
334 "mask_button_hi.png",
335 "mask_button_dn.png",
336 "mask_prst_crc_images");
337 new_button("mask_prst_tri.png",
338 "mask_button_up.png",
339 "mask_button_hi.png",
340 "mask_button_dn.png",
341 "mask_prst_tri_images");
342 new_button("mask_prst_ovl.png",
343 "mask_button_up.png",
344 "mask_button_hi.png",
345 "mask_button_dn.png",
346 "mask_prst_ovl_images");
348 new_button("mask_prst_load.png",
349 "mask_button_up.png",
350 "mask_button_hi.png",
351 "mask_button_dn.png",
352 "mask_prst_load_images");
353 new_button("mask_prst_save.png",
354 "mask_button_up.png",
355 "mask_button_hi.png",
356 "mask_button_dn.png",
357 "mask_prst_save_images");
358 new_button("mask_prst_trsh.png",
359 "mask_button_up.png",
360 "mask_button_hi.png",
361 "mask_button_dn.png",
362 "mask_prst_trsh_images");
364 new_button("mask_pstn_cen.png",
365 "mask_button_up.png",
366 "mask_button_hi.png",
367 "mask_button_dn.png",
368 "mask_pstn_cen_images");
369 new_button("mask_pstn_nrm.png",
370 "mask_button_up.png",
371 "mask_button_hi.png",
372 "mask_button_dn.png",
373 "mask_pstn_nrm_images");
375 resources->medium_7segment = new_image_set(TOTAL_7SEGMENT,
376 "0.png", "1.png", "2.png", "3.png", "4.png", "5.png", "6.png", "7.png",
377 "8.png", "9.png", "colon.png", "period.png", "a.png", "b.png", "c.png",
378 "d.png", "e.png", "f.png", "space.png", "dash.png");
380 resources->bar_data = new_image("bar", "bar.png");
381 resources->check = new_image("check", "check.png");
383 resources->min_menu_w = xS(96);
384 resources->menu_popup_bg = new_image("menu_popup_bg.png");
385 resources->menu_item_bg = new_image_set(3,
389 resources->menu_bar_bg = new_image("menubar_bg.png");
390 resources->menu_title_bg = new_image_set(3,
396 resources->popupmenu_images = 0;
398 // "menupopup_up.png",
399 // "menupopup_hi.png",
400 // "menupopup_dn.png");
402 resources->toggle_highlight_bg = new_image("toggle_highlight_bg",
403 "text_highlight.png");
405 resources->generic_button_images = new_image_set(3,
409 resources->horizontal_slider_data = new_image_set(6,
415 "hslider_bg_dn.png");
416 resources->vertical_slider_data = new_image_set(6,
422 "hslider_bg_dn.png");
423 for( int i=0; i<6; ++i )
424 resources->vertical_slider_data[i]->rotate90();
426 resources->progress_images = new_image_set(2,
429 resources->tumble_data = new_image_set(4,
434 resources->listbox_button = new_button4("listbox_button.png",
440 resources->listbox_column = new_image_set(3,
444 resources->listbox_up = new_image("listbox_up.png");
445 resources->listbox_dn = new_image("listbox_dn.png");
446 resources->pan_data = new_image_set(7,
452 "pan_channel_small.png",
453 "pan_stick_small.png");
454 resources->pan_text_color = WHITE;
456 resources->pot_images = new_image_set(3,
461 resources->checkbox_images = new_image_set(5,
464 "checkbox_checked.png",
466 "checkbox_checkedhi.png");
468 resources->radial_images = new_image_set(5,
471 "radial_checked.png",
473 "radial_checkedhi.png");
475 resources->xmeter_images = new_image_set(7,
483 resources->ymeter_images = new_image_set(7,
492 resources->hscroll_data = new_image_set(10,
493 "hscroll_handle_up.png",
494 "hscroll_handle_hi.png",
495 "hscroll_handle_dn.png",
496 "hscroll_handle_bg.png",
497 "hscroll_left_up.png",
498 "hscroll_left_hi.png",
499 "hscroll_left_dn.png",
500 "hscroll_right_up.png",
501 "hscroll_right_hi.png",
502 "hscroll_right_dn.png");
504 resources->vscroll_data = new_image_set(10,
505 "vscroll_handle_up.png",
506 "vscroll_handle_hi.png",
507 "vscroll_handle_dn.png",
508 "vscroll_handle_bg.png",
509 "vscroll_left_up.png",
510 "vscroll_left_hi.png",
511 "vscroll_left_dn.png",
512 "vscroll_right_up.png",
513 "vscroll_right_hi.png",
514 "vscroll_right_dn.png");
515 resources->scroll_minhandle = xS(20);
518 new_button("prevtip.png", "tipbutton_up.png", "tipbutton_hi.png", "tipbutton_dn.png", "prev_tip");
519 new_button("nexttip.png", "tipbutton_up.png", "tipbutton_hi.png", "tipbutton_dn.png", "next_tip");
520 new_button("closetip.png", "tipbutton_up.png", "tipbutton_hi.png", "tipbutton_dn.png", "close_tip");
521 new_button("swap_extents.png",
531 preferences_category_overlap = 0;
532 preferencescategory_x = 0;
533 preferencescategory_y = yS(5);
534 preferencestitle_x = xS(5);
535 preferencestitle_y = yS(10);
536 preferencesoptions_x = xS(5);
537 preferencesoptions_y = 0;
540 message_normal = resources->text_default;
542 mtransport_margin = xS(10);
543 toggle_margin = xS(10);
545 new_button("pane.png", "pane_up.png", "pane_hi.png", "pane_dn.png", "pane");
546 new_image_set("xpane", 3, "xpane_up.png", "xpane_hi.png", "xpane_dn.png");
547 new_image_set("ypane", 3, "ypane_up.png", "ypane_hi.png", "ypane_dn.png");
549 new_image("mbutton_bg", "mbutton_bg.png");
550 new_image("timebar_bg", "timebar_bg_flat.png");
551 new_image("timebar_brender", "timebar_brender.png");
552 new_image("clock_bg", "mclock_flat.png");
553 new_image("patchbay_bg", "patchbay_bg.png");
554 new_image("statusbar", "statusbar.png");
555 // new_image("mscroll_filler", "mscroll_filler.png");
557 new_image_set("zoombar_menu", 3, "zoompopup_up.png", "zoompopup_hi.png", "zoompopup_dn.png");
558 new_image_set("zoombar_tumbler", 4, "zoomtumble_up.png", "zoomtumble_hi.png", "zoomtumble_bottom.png", "zoomtumble_top.png");
560 new_image_set("mode_popup", 3, "mode_up.png", "mode_hi.png", "mode_dn.png");
561 new_image("mode_add", "mode_add.png");
562 new_image("mode_divide", "mode_divide.png");
563 new_image("mode_multiply", "mode_multiply.png");
564 new_image("mode_normal", "mode_normal.png");
565 new_image("mode_replace", "mode_replace.png");
566 new_image("mode_subtract", "mode_subtract.png");
567 new_image("mode_max", "mode_max.png");
569 new_image_set("plugin_on", 5, "plugin_on.png", "plugin_onhi.png", "plugin_onselect.png", "plugin_ondn.png", "plugin_onselecthi.png");
570 new_image_set("plugin_show", 5, "plugin_show.png", "plugin_showhi.png", "plugin_showselect.png", "plugin_showdn.png", "plugin_showselecthi.png");
573 new_image("cpanel_bg", "cpanel_bg.png");
574 new_image("cbuttons_left", "cbuttons_left.png");
575 new_image("cbuttons_right", "cbuttons_right.png");
576 new_image("cmeter_bg", "cmeter_bg.png");
577 new_image("cwindow_focus", "cwindow_focus.png");
580 new_image("vbuttons_left", "vbuttons_left.png");
581 new_image("vclock", "vclock.png");
583 new_image("preferences_bg", "preferences_bg.png");
586 new_image("new_bg", "new_bg.png");
587 new_image("setformat_bg", "setformat_bg.png");
590 timebar_view_data = new_image("timebar_view.png");
592 setformat_w = get_image("setformat_bg")->get_w();
593 setformat_h = get_image("setformat_bg")->get_h();
594 setformat_x1 = xS(15);
595 setformat_x2 = xS(110);
597 setformat_x3 = xS(315);
598 setformat_x4 = xS(425);
599 setformat_y1 = yS(20);
600 setformat_y2 = yS(85);
601 setformat_y3 = yS(125);
602 setformat_margin = xS(30);
603 setformat_channels_x = xS(25);
604 setformat_channels_y = yS(242);
605 setformat_channels_w = xS(250);
606 setformat_channels_h = yS(250);
608 loadfile_pad = get_image_set("loadmode_new")[0]->get_h() + yS(10);
612 new_toggle("playpatch.png",
615 "playpatch_checked.png",
617 "playpatch_checkedhi.png",
620 new_toggle("recordpatch.png",
621 "recordpatch_up.png",
622 "recordpatch_hi.png",
623 "recordpatch_checked.png",
624 "recordpatch_dn.png",
625 "recordpatch_checkedhi.png",
628 new_toggle("gangpatch.png",
633 "patch_checkedhi.png",
636 new_toggle("drawpatch.png",
641 "patch_checkedhi.png",
645 new_image_set("mutepatch_data",
649 "mutepatch_checked.png",
651 "mutepatch_checkedhi.png");
653 new_image_set("expandpatch_data",
655 "expandpatch_up.png",
656 "expandpatch_hi.png",
657 "expandpatch_checked.png",
658 "expandpatch_dn.png",
659 "expandpatch_checkedhi.png");
667 out_point = new_image_set(5,
672 "out_checkedhi.png");
673 in_point = new_image_set(5,
680 label_toggle = new_image_set(5,
681 "labeltoggle_up.png",
682 "labeltoggle_uphi.png",
684 "labeltoggle_dn.png",
685 "label_checkedhi.png");
687 ffmpeg_toggle = new_image_set(5,
694 proxy_p_toggle = new_image_set(5,
699 "proxy_p_chkdhi.png");
701 proxy_s_toggle = new_image_set(5,
706 "proxy_s_chkdhi.png");
708 mask_mode_toggle = new_image_set(5,
711 "mask_mode_chkd.png",
712 "mask_mode_down.png",
713 "mask_mode_chkdhi.png");
715 shbtn_data = new_image_set(3,
720 new_image_set("preset_edit",
726 new_image_set("histogram_carrot",
728 "histogram_carrot_up.png",
729 "histogram_carrot_hi.png",
730 "histogram_carrot_checked.png",
731 "histogram_carrot_dn.png",
732 "histogram_carrot_checkedhi.png");
735 statusbar_cancel_data = new_image_set(3,
736 "statusbar_cancel_up.png",
737 "statusbar_cancel_hi.png",
738 "statusbar_cancel_dn.png");
741 VFrame *editpanel_up = new_image("editpanel_up.png");
742 VFrame *editpanel_hi = new_image("editpanel_hi.png");
743 VFrame *editpanel_dn = new_image("editpanel_dn.png");
744 VFrame *editpanel_checked = new_image("editpanel_checked.png");
745 VFrame *editpanel_checkedhi = new_image("editpanel_checkedhi.png");
747 new_image("panel_divider", "panel_divider.png");
748 new_button("bottom_justify.png", editpanel_up, editpanel_hi, editpanel_dn, "bottom_justify");
749 new_button("center_justify.png", editpanel_up, editpanel_hi, editpanel_dn, "center_justify");
750 new_button("channel.png", editpanel_up, editpanel_hi, editpanel_dn, "channel");
751 new_button("lok.png", editpanel_up, editpanel_hi, editpanel_dn, "lok");
753 new_toggle("histogram_toggle.png",
760 new_toggle("histogram_rgb.png",
766 "histogram_rgb_toggle");
767 new_toggle("waveform.png",
774 new_toggle("waveform_rgb.png",
780 "waveform_rgb_toggle");
781 new_toggle("scope.png",
789 new_button("picture.png", editpanel_up, editpanel_hi, editpanel_dn, "picture");
790 new_button("histogram_img.png", editpanel_up, editpanel_hi, editpanel_dn, "histogram_img");
792 new_button("copy.png", editpanel_up, editpanel_hi, editpanel_dn, "copy");
793 new_button("commercial.png", editpanel_up, editpanel_hi, editpanel_dn, "commercial");
794 new_button("cut.png", editpanel_up, editpanel_hi, editpanel_dn, "cut");
795 new_button("fit.png", editpanel_up, editpanel_hi, editpanel_dn, "fit");
796 new_button("fitautos.png", editpanel_up, editpanel_hi, editpanel_dn, "fitautos");
797 new_button("inpoint.png", editpanel_up, editpanel_hi, editpanel_dn, "inbutton");
798 new_button("label.png", editpanel_up, editpanel_hi, editpanel_dn, "labelbutton");
799 new_button("left_justify.png", editpanel_up, editpanel_hi, editpanel_dn, "left_justify");
800 new_button("magnify.png", editpanel_up, editpanel_hi, editpanel_dn, "magnify_button");
801 new_button("middle_justify.png", editpanel_up, editpanel_hi, editpanel_dn, "middle_justify");
802 new_button("nextlabel.png", editpanel_up, editpanel_hi, editpanel_dn, "nextlabel");
803 new_button("prevlabel.png", editpanel_up, editpanel_hi, editpanel_dn, "prevlabel");
804 new_button("nextedit.png", editpanel_up, editpanel_hi, editpanel_dn, "nextedit");
805 new_button("prevedit.png", editpanel_up, editpanel_hi, editpanel_dn, "prevedit");
806 new_button("outpoint.png", editpanel_up, editpanel_hi, editpanel_dn, "outbutton");
807 over_button = new_button("over.png", editpanel_up, editpanel_hi, editpanel_dn, "overbutton");
808 overwrite_data = new_button("overwrite.png", editpanel_up, editpanel_hi, editpanel_dn, "overwritebutton");
809 new_button("paste.png", editpanel_up, editpanel_hi, editpanel_dn, "paste");
810 new_button("redo.png", editpanel_up, editpanel_hi, editpanel_dn, "redo");
811 new_button("right_justify.png", editpanel_up, editpanel_hi, editpanel_dn, "right_justify");
812 splice_data = new_button("splice.png", editpanel_up, editpanel_hi, editpanel_dn, "slicebutton");
813 new_button("toclip.png", editpanel_up, editpanel_hi, editpanel_dn, "toclip");
814 new_button("goto.png", editpanel_up, editpanel_hi, editpanel_dn, "goto");
815 new_button("top_justify.png", editpanel_up, editpanel_hi, editpanel_dn, "top_justify");
816 new_button("undo.png", editpanel_up, editpanel_hi, editpanel_dn, "undo");
817 new_button("wrench.png", editpanel_up, editpanel_hi, editpanel_dn, "wrench");
820 VFrame *transport_up = new_image("transportup.png");
821 VFrame *transport_hi = new_image("transporthi.png");
822 VFrame *transport_dn = new_image("transportdn.png");
824 new_button("end.png", transport_up, transport_hi, transport_dn, "end");
825 new_button("fastfwd.png", transport_up, transport_hi, transport_dn, "fastfwd");
826 new_button("fastrev.png", transport_up, transport_hi, transport_dn, "fastrev");
827 new_button("play.png", transport_up, transport_hi, transport_dn, "play");
828 new_button("framefwd.png", transport_up, transport_hi, transport_dn, "framefwd");
829 new_button("framerev.png", transport_up, transport_hi, transport_dn, "framerev");
830 new_button("pause.png", transport_up, transport_hi, transport_dn, "pause");
831 new_button("record.png", transport_up, transport_hi, transport_dn, "record");
832 new_button("singleframe.png", transport_up, transport_hi, transport_dn, "recframe");
833 new_button("reverse.png", transport_up, transport_hi, transport_dn, "reverse");
834 new_button("rewind.png", transport_up, transport_hi, transport_dn, "rewind");
835 new_button("stop.png", transport_up, transport_hi, transport_dn, "stop");
836 new_button("stop.png", transport_up, transport_hi, transport_dn, "stoprec");
841 new_image("cwindow_inactive", "cwindow_inactive.png");
842 new_image("cwindow_active", "cwindow_active.png");
846 new_image_set("category_button",
848 "preferencesbutton_dn.png",
849 "preferencesbutton_dnhi.png",
850 "preferencesbutton_dnlo.png");
852 new_image_set("category_button_checked",
854 "preferencesbutton_up.png",
855 "preferencesbutton_uphi.png",
856 "preferencesbutton_dnlo.png");
862 new_image_set("color3way_point",
868 new_toggle("arrow.png", editpanel_up, editpanel_hi, editpanel_checked, editpanel_dn, editpanel_checkedhi, "arrow");
869 new_toggle("autokeyframe.png", transport_up, editpanel_hi, editpanel_checked, editpanel_dn, editpanel_checkedhi, "autokeyframe");
870 new_toggle("spankeyframe.png", transport_up, editpanel_hi, editpanel_checked, editpanel_dn, editpanel_checkedhi, "spankeyframe");
871 new_toggle("ibeam.png", editpanel_up, editpanel_hi, editpanel_checked, editpanel_dn, editpanel_checkedhi, "ibeam");
872 new_toggle("show_meters.png", editpanel_up, editpanel_hi, editpanel_checked, editpanel_dn, editpanel_checkedhi, "meters");
873 new_toggle("blank30x30.png",
874 new_image("locklabels_locked.png"),
875 new_image("locklabels_lockedhi.png"),
876 new_image("locklabels_unlocked.png"),
877 new_image("locklabels_dn.png"), // can't have seperate down for each!!??
878 new_image("locklabels_unlockedhi.png"),
881 VFrame *cpanel_up = new_image("cpanel_up.png");
882 VFrame *cpanel_hi = new_image("cpanel_hi.png");
883 VFrame *cpanel_dn = new_image("cpanel_dn.png");
884 VFrame *cpanel_checked = new_image("cpanel_checked.png");
885 VFrame *cpanel_checkedhi = new_image("cpanel_checkedhi.png");
888 new_toggle("camera.png", cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi, "camera");
889 new_toggle("crop.png", cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi, "crop");
890 new_toggle("eyedrop.png", cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi, "eyedrop");
891 new_toggle("magnify.png", cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi, "magnify");
892 new_toggle("mask.png", cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi, "mask");
893 new_toggle("ruler.png", cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi, "ruler");
894 new_toggle("projector.png", cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi, "projector");
895 new_toggle("protect.png", cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi, "protect");
896 new_toggle("titlesafe.png", cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi, "titlesafe");
897 new_toggle("toolwindow.png", cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi, "tool");
899 // toggle for tangent mode (compositor/tool window)
900 new_toggle("tan_smooth.png", editpanel_up, editpanel_hi, editpanel_checked, editpanel_dn, editpanel_checkedhi, "tan_smooth");
901 new_toggle("tan_linear.png", editpanel_up, editpanel_hi, editpanel_checked, editpanel_dn, editpanel_checkedhi, "tan_linear");
903 new_toggle("mask_scale_x.png", "mask_scale_up.png", "mask_scale_uphi.png",
904 "mask_scale_chkd.png", "mask_scale_xdown.png", "mask_scale_chkdhi.png",
906 new_toggle("mask_scale_y.png", "mask_scale_up.png", "mask_scale_uphi.png",
907 "mask_scale_chkd.png", "mask_scale_ydown.png", "mask_scale_chkdhi.png",
909 new_toggle("mask_scale_xy.png", "mask_scale_up.png", "mask_scale_uphi.png",
910 "mask_scale_chkd.png", "mask_scale_xydown.png", "mask_scale_chkdhi.png",
915 title_font = MEDIUMFONT_3D;
916 title_color = 0xeeeeff;
917 recordgui_fixed_color = YELLOW;
918 recordgui_variable_color = RED;
920 channel_position_color = MEYELLOW;
921 resources->meter_title_w = xS(25);
923 // (asset) edit info text color
924 edit_font_color = YELLOW;
927 #define VWINDOW_METER_MARGIN xS(5)
929 void BlueDotTheme::build_bg_data()
932 channel_position_data = new VFramePng(get_image_data("channel_position.png"));
935 new_image("resource1024", "resource1024.png");
936 new_image("resource512", "resource512.png");
937 new_image("resource256", "resource256.png");
938 new_image("resource128", "resource128.png");
939 new_image("resource64", "resource64.png");
940 new_image("resource32", "resource32.png");
941 new_image("plugin_bg_data", "plugin_bg.png");
942 new_image("title_bg_data", "title_bg.png");
943 new_image("vtimebar_bg_data", "vwindow_timebar.png");
946 void BlueDotTheme::build_overlays()
948 keyframe_data = new VFramePng(get_image_data("keyframe3.png"));
949 camerakeyframe_data = new VFramePng(get_image_data("camerakeyframe.png"));
950 maskkeyframe_data = new VFramePng(get_image_data("maskkeyframe.png"));
951 modekeyframe_data = new VFramePng(get_image_data("modekeyframe.png"));
952 hardedge_data = new VFramePng(get_image_data("hardedge.png"));
953 pankeyframe_data = new VFramePng(get_image_data("pankeyframe.png"));
954 projectorkeyframe_data = new VFramePng(get_image_data("projectorkeyframe.png"));
957 void BlueDotTheme::draw_rwindow_bg(RecordGUI *gui)
960 // int margin = xS(50);
961 // int margin2 = xS(80);
962 // gui->draw_9segment(recordgui_batch_x - margin,
964 // mwindow->session->rwindow_w - recordgui_status_x + margin,
965 // recordgui_buttons_y,
967 // gui->draw_3segmenth(recordgui_options_x - margin2,
968 // recordgui_buttons_y - yS(5),
969 // mwindow->session->rwindow_w - recordgui_options_x + margin2,
971 // y = recordgui_buttons_y - yS(5) + rgui_controls->get_h();
972 // gui->draw_9segment(0,
974 // mwindow->session->rwindow_w,
975 // mwindow->session->rwindow_h - y,
979 void BlueDotTheme::draw_rmonitor_bg(RecordMonitorGUI *gui)
981 // int margin = xS(45);
982 // int panel_w = xS(300;
983 // int x = rmonitor_meter_x - margin;
984 // int w = mwindow->session->rmonitor_w - x;
985 // if(w < rmonitor_meters->get_w()) w = rmonitor_meters->get_w();
986 // gui->clear_box(0, 0,
987 // mwindow->session->rmonitor_w,
988 // mwindow->session->rmonitor_h);
989 // gui->draw_9segment(x, 0,
991 // mwindow->session->rmonitor_h,
1000 void BlueDotTheme::draw_mwindow_bg(MWindowGUI *gui)
1003 gui->draw_3segmenth(mbuttons_x, mbuttons_y - 1,
1004 gui->menu_w(), get_image("mbutton_bg"));
1006 int pdw = get_image("panel_divider")->get_w();
1008 x += 9 * get_image("play")->get_w();
1009 x += mtransport_margin; // the control buttons
1012 gui->draw_vframe(get_image("panel_divider"),
1013 x - toggle_margin / 2 - pdw / 2 + xs2,
1015 x += 2 * get_image("arrow")->get_w() + toggle_margin; // the mode buttons
1017 gui->draw_vframe(get_image("panel_divider"),
1018 x - toggle_margin / 2 - pdw / 2 + xs2,
1021 x += 3 * get_image("autokeyframe")->get_w() + toggle_margin; // the state toggle buttons
1022 gui->draw_vframe(get_image("panel_divider"),
1023 x - toggle_margin / 2 - pdw / 2 + xs2,
1027 gui->draw_3segmenth(0, mbuttons_y - 1 + get_image("mbutton_bg")->get_h(),
1028 get_image("patchbay_bg")->get_w(), get_image("clock_bg"));
1031 gui->draw_3segmentv(patchbay_x, patchbay_y,
1032 patchbay_h, get_image("patchbay_bg"));
1035 gui->set_color(BLACK);
1036 gui->draw_box(mcanvas_x + get_image("patchbay_bg")->get_w(),
1037 mcanvas_y + mtimebar_h,
1038 mcanvas_w - BC_ScrollBar::get_span(SCROLL_VERT),
1039 mcanvas_h - BC_ScrollBar::get_span(SCROLL_HORIZ) - mtimebar_h);
1042 gui->draw_3segmenth(mtimebar_x, mtimebar_y,
1043 mtimebar_w, get_image("timebar_bg"));
1046 gui->set_color(0x1a1447);
1047 gui->draw_box(mzoom_x, mzoom_y,
1048 mwindow->session->mwindow_w, yS(25));
1051 // gui->draw_vframe(get_image("mscroll_filler"),
1052 // mcanvas_x + mcanvas_w - BC_ScrollBar::get_span(SCROLL_VERT),
1053 // mcanvas_y + mcanvas_h - BC_ScrollBar::get_span(SCROLL_HORIZ));
1056 gui->draw_3segmenth(mzoom_x,
1059 get_image("statusbar"));
1064 void BlueDotTheme::draw_cwindow_bg(CWindowGUI *gui)
1066 gui->draw_3segmentv(0, 0, ccomposite_h, get_image("cpanel_bg"));
1068 gui->draw_3segmenth(0, ccomposite_h, cstatus_x, get_image("cbuttons_left"));
1070 if(mwindow->edl->session->cwindow_meter)
1072 gui->draw_3segmenth(cstatus_x,
1074 cmeter_x - widget_border - cstatus_x,
1075 get_image("cbuttons_right"));
1076 gui->draw_9segment(cmeter_x - widget_border,
1078 mwindow->session->cwindow_w - cmeter_x + widget_border,
1079 mwindow->session->cwindow_h,
1080 get_image("cmeter_bg"));
1084 gui->draw_3segmenth(cstatus_x,
1086 cmeter_x - widget_border - cstatus_x + xS(100),
1087 get_image("cbuttons_right"));
1091 void BlueDotTheme::draw_vwindow_bg(VWindowGUI *gui)
1093 gui->draw_3segmenth(0, vcanvas_h,
1094 vdivision_x, get_image("vbuttons_left"));
1095 if(mwindow->edl->session->vwindow_meter)
1097 gui->draw_3segmenth(vdivision_x, vcanvas_h,
1098 vmeter_x - widget_border - vdivision_x,
1099 get_image("cbuttons_right"));
1100 gui->draw_9segment(vmeter_x - widget_border, 0,
1101 mwindow->session->vwindow_w - vmeter_x + widget_border,
1102 mwindow->session->vwindow_h,
1103 get_image("cmeter_bg"));
1107 gui->draw_3segmenth(vdivision_x, vcanvas_h,
1108 vmeter_x - widget_border - vdivision_x + xS(100),
1109 get_image("cbuttons_right"));
1113 gui->draw_3segmenth(vtime_x - xS(20), vtime_y - 1,
1114 vtime_w + xS(40), get_image("vclock"));
1117 void BlueDotTheme::draw_preferences_bg(PreferencesWindow *gui)
1119 gui->draw_vframe(get_image("preferences_bg"), 0, 0);
1122 void BlueDotTheme::draw_new_bg(NewWindow *gui)
1124 gui->draw_vframe(get_image("new_bg"), 0, 0);
1127 void BlueDotTheme::draw_setformat_bg(SetFormatWindow *gui)
1129 gui->draw_vframe(get_image("setformat_bg"), 0, 0);