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 "blondtheme.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"
51 PluginClient* new_plugin(PluginServer *server)
53 return new BlondThemeMain(server);
62 BlondThemeMain::BlondThemeMain(PluginServer *server)
63 : PluginTClient(server)
67 BlondThemeMain::~BlondThemeMain()
71 const char* BlondThemeMain::plugin_title() { return N_("Blond"); }
73 Theme* BlondThemeMain::new_theme()
75 theme = new BlondTheme;
76 extern unsigned char _binary_theme_blond_data_start[];
77 theme->set_data(_binary_theme_blond_data_start);
88 BlondTheme::BlondTheme()
93 BlondTheme::~BlondTheme()
95 delete camerakeyframe_data;
96 delete channel_position_data;
98 delete maskkeyframe_data;
99 delete modekeyframe_data;
100 delete pankeyframe_data;
101 delete projectorkeyframe_data;
104 void BlondTheme::initialize()
106 BC_Resources *resources = BC_WindowBase::get_resources();
109 resources->text_default = 0x000000;
110 resources->text_background = 0xcecea2;
111 resources->text_background_disarmed = 0xefeddb;
112 resources->text_border1 = 0x202020;
113 resources->text_border2 = 0xcecea2;
114 resources->text_border3 = 0xcecea2;
115 resources->text_border4 = 0x969696;
116 resources->text_inactive_highlight = 0x707070;
118 resources->bg_color = 0xc8c696;
119 resources->border_light2 = resources->bg_color;
120 resources->border_shadow2 = resources->bg_color;
121 resources->default_text_color = 0x000000;
122 resources->menu_title_text = 0x000000;
123 resources->popup_title_text = 0x000000;
124 resources->menu_item_text = 0x000000;
125 resources->menu_highlighted_fontcolor = WHITE;
126 resources->generic_button_margin = 30;
127 resources->pot_needle_color = resources->text_default;
128 resources->pot_offset = 1;
129 resources->progress_text = resources->text_default;
130 resources->meter_font_color = resources->default_text_color;
132 resources->menu_light = 0xababab;
133 resources->menu_highlighted = 0x6f6f6f;
134 resources->menu_down = 0x4b4b4b;
135 resources->menu_up = 0x4b4b4b;
136 resources->menu_shadow = 0x202020;
137 resources->popupmenu_margin = 15;
138 resources->popupmenu_triangle_margin = 15;
140 resources->listbox_title_color = 0x000000;
142 resources->listbox_title_margin = 20;
143 resources->listbox_title_hotspot = 20;
144 resources->listbox_border1 = 0x1a1a1a;
145 resources->listbox_border2 = 0xcecea2;
146 resources->listbox_border3 = 0xcecea2;
147 resources->listbox_border4 = 0x646464;
148 resources->listbox_highlighted = 0x505050;
149 resources->listbox_inactive = 0xcecea2;
150 resources->listbox_bg = 0;
151 resources->listbox_text = 0x000000;
153 resources->filebox_margin = 130;
154 resources->file_color = 0x000000;
155 resources->directory_color = 0xa0a0ff;
158 new_toggle("loadmode_new.png",
161 "loadmode_checked.png",
163 "loadmode_checkedhi.png",
165 new_toggle("loadmode_none.png",
168 "loadmode_checked.png",
170 "loadmode_checkedhi.png",
172 new_toggle("loadmode_newcat.png",
175 "loadmode_checked.png",
177 "loadmode_checkedhi.png",
179 new_toggle("loadmode_cat.png",
182 "loadmode_checked.png",
184 "loadmode_checkedhi.png",
186 new_toggle("loadmode_newtracks.png",
189 "loadmode_checked.png",
191 "loadmode_checkedhi.png",
192 "loadmode_newtracks");
193 new_toggle("loadmode_paste.png",
196 "loadmode_checked.png",
198 "loadmode_checkedhi.png",
200 new_toggle("loadmode_resource.png",
203 "loadmode_checked.png",
205 "loadmode_checkedhi.png",
206 "loadmode_resource");
207 new_toggle("loadmode_nested.png",
210 "loadmode_checked.png",
212 "loadmode_checkedhi.png",
216 resources->filebox_icons_images = new_button("icons.png",
217 "fileboxbutton_up.png",
218 "fileboxbutton_hi.png",
219 "fileboxbutton_dn.png",
222 resources->filebox_text_images = new_button("text.png",
223 "fileboxbutton_up.png",
224 "fileboxbutton_hi.png",
225 "fileboxbutton_dn.png",
228 resources->filebox_newfolder_images = new_button("folder.png",
229 "fileboxbutton_up.png",
230 "fileboxbutton_hi.png",
231 "fileboxbutton_dn.png",
232 "filebox_newfolder");
234 resources->filebox_rename_images = new_button("rename.png",
235 "fileboxbutton_up.png",
236 "fileboxbutton_hi.png",
237 "fileboxbutton_dn.png",
240 resources->filebox_updir_images = new_button("updir.png",
241 "fileboxbutton_up.png",
242 "fileboxbutton_hi.png",
243 "fileboxbutton_dn.png",
246 resources->filebox_delete_images = new_button("delete.png",
247 "fileboxbutton_up.png",
248 "fileboxbutton_hi.png",
249 "fileboxbutton_dn.png",
252 resources->filebox_reload_images = new_button("reload.png",
253 "fileboxbutton_up.png",
254 "fileboxbutton_hi.png",
255 "fileboxbutton_dn.png",
259 resources->filebox_descend_images = new_button("openfolder.png",
260 "filebox_bigbutton_up.png",
261 "filebox_bigbutton_hi.png",
262 "filebox_bigbutton_dn.png",
265 resources->usethis_button_images =
266 resources->ok_images = new_button("ok.png",
267 "filebox_bigbutton_up.png",
268 "filebox_bigbutton_hi.png",
269 "filebox_bigbutton_dn.png",
273 "new_bigbutton_up.png",
274 "new_bigbutton_hi.png",
275 "new_bigbutton_dn.png",
278 resources->cancel_images = new_button("cancel.png",
279 "filebox_bigbutton_up.png",
280 "filebox_bigbutton_hi.png",
281 "filebox_bigbutton_dn.png",
284 new_button("cancel.png",
285 "new_bigbutton_up.png",
286 "new_bigbutton_hi.png",
287 "new_bigbutton_dn.png",
288 "new_cancel_images");
290 resources->medium_7segment = new_image_set(TOTAL_7SEGMENT,
312 resources->bar_data = new_image("bar", "bar.png");
313 resources->check = new_image("check", "check.png");
315 resources->min_menu_w = 96;
316 resources->menu_popup_bg = new_image("menu_popup_bg.png");
317 resources->menu_item_bg = new_image_set(3,
321 resources->menu_bar_bg = new_image("menubar_bg.png");
322 resources->menu_title_bg = new_image_set(3,
328 resources->popupmenu_images = 0;
330 // "menupopup_up.png",
331 // "menupopup_hi.png",
332 // "menupopup_dn.png");
334 resources->toggle_highlight_bg = new_image("toggle_highlight_bg",
335 "text_highlight.png");
337 resources->generic_button_images = new_image_set(3,
341 resources->horizontal_slider_data = new_image_set(6,
347 "hslider_bg_dn.png");
348 resources->vertical_slider_data = new_image_set(6,
354 "hslider_bg_dn.png");
355 for( int i=0; i<6; ++i )
356 resources->vertical_slider_data[i]->rotate90();
358 resources->progress_images = new_image_set(2,
361 resources->tumble_data = new_image_set(4,
366 resources->listbox_button = new_button4("listbox_button.png",
372 resources->listbox_column = new_image_set(3,
376 resources->listbox_up = new_image("listbox_up.png");
377 resources->listbox_dn = new_image("listbox_dn.png");
378 resources->pan_data = new_image_set(7,
384 "pan_channel_small.png",
385 "pan_stick_small.png");
386 resources->pan_text_color = WHITE;
388 resources->pot_images = new_image_set(3,
393 resources->checkbox_images = new_image_set(5,
396 "checkbox_checked.png",
398 "checkbox_checkedhi.png");
400 resources->radial_images = new_image_set(5,
403 "radial_checked.png",
405 "radial_checkedhi.png");
407 resources->xmeter_images = new_image_set(7,
415 resources->ymeter_images = new_image_set(7,
424 resources->hscroll_data = new_image_set(10,
425 "hscroll_handle_up.png",
426 "hscroll_handle_hi.png",
427 "hscroll_handle_dn.png",
428 "hscroll_handle_bg.png",
429 "hscroll_left_up.png",
430 "hscroll_left_hi.png",
431 "hscroll_left_dn.png",
432 "hscroll_right_up.png",
433 "hscroll_right_hi.png",
434 "hscroll_right_dn.png");
436 resources->vscroll_data = new_image_set(10,
437 "vscroll_handle_up.png",
438 "vscroll_handle_hi.png",
439 "vscroll_handle_dn.png",
440 "vscroll_handle_bg.png",
441 "vscroll_left_up.png",
442 "vscroll_left_hi.png",
443 "vscroll_left_dn.png",
444 "vscroll_right_up.png",
445 "vscroll_right_hi.png",
446 "vscroll_right_dn.png");
447 resources->scroll_minhandle = 20;
450 new_button("prevtip.png", "tipbutton_up.png", "tipbutton_hi.png", "tipbutton_dn.png", "prev_tip");
451 new_button("nexttip.png", "tipbutton_up.png", "tipbutton_hi.png", "tipbutton_dn.png", "next_tip");
452 new_button("closetip.png", "tipbutton_up.png", "tipbutton_hi.png", "tipbutton_dn.png", "close_tip");
453 new_button("swap_extents.png",
463 preferences_category_overlap = 0;
464 preferencescategory_x = 0;
465 preferencescategory_y = 5;
466 preferencestitle_x = 5;
467 preferencestitle_y = 10;
468 preferencesoptions_x = 5;
469 preferencesoptions_y = 0;
472 message_normal = resources->text_default;
474 mtransport_margin = 10;
477 new_button("pane.png", "pane_up.png", "pane_hi.png", "pane_dn.png", "pane");
478 new_image_set("xpane", 3, "xpane_up.png", "xpane_hi.png", "xpane_dn.png");
479 new_image_set("ypane", 3, "ypane_up.png", "ypane_hi.png", "ypane_dn.png");
481 new_image("mbutton_bg", "mbutton_bg.png");
482 new_image("timebar_bg", "timebar_bg_flat.png");
483 new_image("timebar_brender", "timebar_brender.png");
484 new_image("clock_bg", "mclock_flat.png");
485 new_image("patchbay_bg", "patchbay_bg.png");
486 new_image("statusbar", "statusbar.png");
487 // new_image("mscroll_filler", "mscroll_filler.png");
489 new_image_set("zoombar_menu", 3, "zoompopup_up.png", "zoompopup_hi.png", "zoompopup_dn.png");
490 new_image_set("zoombar_tumbler", 4, "zoomtumble_up.png", "zoomtumble_hi.png", "zoomtumble_bottom.png", "zoomtumble_top.png");
492 new_image_set("mode_popup", 3, "mode_up.png", "mode_hi.png", "mode_dn.png");
493 new_image("mode_add", "mode_add.png");
494 new_image("mode_divide", "mode_divide.png");
495 new_image("mode_multiply", "mode_multiply.png");
496 new_image("mode_normal", "mode_normal.png");
497 new_image("mode_replace", "mode_replace.png");
498 new_image("mode_subtract", "mode_subtract.png");
499 new_image("mode_max", "mode_max.png");
501 new_image_set("plugin_on", 5, "plugin_on.png", "plugin_onhi.png", "plugin_onselect.png", "plugin_ondn.png", "plugin_onselecthi.png");
502 new_image_set("plugin_show", 5, "plugin_show.png", "plugin_showhi.png", "plugin_showselect.png", "plugin_showdn.png", "plugin_showselecthi.png");
505 new_image("cpanel_bg", "cpanel_bg.png");
506 new_image("cbuttons_left", "cbuttons_left.png");
507 new_image("cbuttons_right", "cbuttons_right.png");
508 new_image("cmeter_bg", "cmeter_bg.png");
511 new_image("vbuttons_left", "vbuttons_left.png");
512 new_image("vclock", "vclock.png");
514 new_image("preferences_bg", "preferences_bg.png");
517 new_image("new_bg", "new_bg.png");
518 new_image("setformat_bg", "setformat_bg.png");
521 timebar_view_data = new_image("timebar_view.png");
523 setformat_w = get_image("setformat_bg")->get_w();
524 setformat_h = get_image("setformat_bg")->get_h();
533 setformat_margin = 30;
534 setformat_channels_x = 25;
535 setformat_channels_y = 242;
536 setformat_channels_w = 250;
537 setformat_channels_h = 250;
539 loadfile_pad = get_image_set("loadmode_new")[0]->get_h() + 10;
543 new_toggle("playpatch.png",
546 "playpatch_checked.png",
548 "playpatch_checkedhi.png",
551 new_toggle("recordpatch.png",
552 "recordpatch_up.png",
553 "recordpatch_hi.png",
554 "recordpatch_checked.png",
555 "recordpatch_dn.png",
556 "recordpatch_checkedhi.png",
559 new_toggle("gangpatch.png",
564 "patch_checkedhi.png",
567 new_toggle("drawpatch.png",
572 "patch_checkedhi.png",
576 new_image_set("mutepatch_data",
580 "mutepatch_checked.png",
582 "mutepatch_checkedhi.png");
584 new_image_set("expandpatch_data",
586 "expandpatch_up.png",
587 "expandpatch_hi.png",
588 "expandpatch_checked.png",
589 "expandpatch_dn.png",
590 "expandpatch_checkedhi.png");
598 out_point = new_image_set(5,
603 "out_checkedhi.png");
604 in_point = new_image_set(5,
611 label_toggle = new_image_set(5,
612 "labeltoggle_up.png",
613 "labeltoggle_uphi.png",
615 "labeltoggle_dn.png",
616 "label_checkedhi.png");
618 ffmpeg_toggle = new_image_set(5,
625 shbtn_data = new_image_set(3,
630 new_image_set("preset_edit",
636 new_image_set("histogram_carrot",
638 "histogram_carrot_up.png",
639 "histogram_carrot_hi.png",
640 "histogram_carrot_checked.png",
641 "histogram_carrot_dn.png",
642 "histogram_carrot_checkedhi.png");
645 statusbar_cancel_data = new_image_set(3,
646 "statusbar_cancel_up.png",
647 "statusbar_cancel_hi.png",
648 "statusbar_cancel_dn.png");
651 VFrame *editpanel_up = new_image("editpanel_up.png");
652 VFrame *editpanel_hi = new_image("editpanel_hi.png");
653 VFrame *editpanel_dn = new_image("editpanel_dn.png");
654 VFrame *editpanel_checked = new_image("editpanel_checked.png");
655 VFrame *editpanel_checkedhi = new_image("editpanel_checkedhi.png");
657 new_image("panel_divider", "panel_divider.png");
658 new_button("bottom_justify.png", editpanel_up, editpanel_hi, editpanel_dn, "bottom_justify");
659 new_button("center_justify.png", editpanel_up, editpanel_hi, editpanel_dn, "center_justify");
660 new_button("channel.png", editpanel_up, editpanel_hi, editpanel_dn, "channel");
662 new_toggle("histogram_toggle.png",
669 new_toggle("histogram_rgb.png",
675 "histogram_rgb_toggle");
676 new_toggle("waveform.png",
683 new_toggle("waveform_rgb.png",
689 "waveform_rgb_toggle");
690 new_toggle("scope.png",
698 new_button("picture.png", editpanel_up, editpanel_hi, editpanel_dn, "picture");
699 new_button("histogram_img.png", editpanel_up, editpanel_hi, editpanel_dn, "histogram_img");
702 new_button("copy.png", editpanel_up, editpanel_hi, editpanel_dn, "copy");
703 new_button("commercial.png", editpanel_up, editpanel_hi, editpanel_dn, "commercial");
704 new_button("cut.png", editpanel_up, editpanel_hi, editpanel_dn, "cut");
705 new_button("fit.png", editpanel_up, editpanel_hi, editpanel_dn, "fit");
706 new_button("fitautos.png", editpanel_up, editpanel_hi, editpanel_dn, "fitautos");
707 new_button("inpoint.png", editpanel_up, editpanel_hi, editpanel_dn, "inbutton");
708 new_button("label.png", editpanel_up, editpanel_hi, editpanel_dn, "labelbutton");
709 new_button("left_justify.png", editpanel_up, editpanel_hi, editpanel_dn, "left_justify");
710 new_button("magnify.png", editpanel_up, editpanel_hi, editpanel_dn, "magnify_button");
711 new_button("middle_justify.png", editpanel_up, editpanel_hi, editpanel_dn, "middle_justify");
712 new_button("nextlabel.png", editpanel_up, editpanel_hi, editpanel_dn, "nextlabel");
713 new_button("prevlabel.png", editpanel_up, editpanel_hi, editpanel_dn, "prevlabel");
714 new_button("nextedit.png", editpanel_up, editpanel_hi, editpanel_dn, "nextedit");
715 new_button("prevedit.png", editpanel_up, editpanel_hi, editpanel_dn, "prevedit");
716 new_button("outpoint.png", editpanel_up, editpanel_hi, editpanel_dn, "outbutton");
717 over_button = new_button("over.png", editpanel_up, editpanel_hi, editpanel_dn, "overbutton");
718 overwrite_data = new_button("overwrite.png", editpanel_up, editpanel_hi, editpanel_dn, "overwritebutton");
719 new_button("paste.png", editpanel_up, editpanel_hi, editpanel_dn, "paste");
720 new_button("redo.png", editpanel_up, editpanel_hi, editpanel_dn, "redo");
721 new_button("right_justify.png", editpanel_up, editpanel_hi, editpanel_dn, "right_justify");
722 splice_data = new_button("splice.png", editpanel_up, editpanel_hi, editpanel_dn, "slicebutton");
723 new_button("toclip.png", editpanel_up, editpanel_hi, editpanel_dn, "toclip");
724 new_button("goto.png", editpanel_up, editpanel_hi, editpanel_dn, "goto");
725 new_button("top_justify.png", editpanel_up, editpanel_hi, editpanel_dn, "top_justify");
726 new_button("undo.png", editpanel_up, editpanel_hi, editpanel_dn, "undo");
727 new_button("wrench.png", editpanel_up, editpanel_hi, editpanel_dn, "wrench");
730 VFrame *transport_up = new_image("transportup.png");
731 VFrame *transport_hi = new_image("transporthi.png");
732 VFrame *transport_dn = new_image("transportdn.png");
734 new_button("end.png", transport_up, transport_hi, transport_dn, "end");
735 new_button("fastfwd.png", transport_up, transport_hi, transport_dn, "fastfwd");
736 new_button("fastrev.png", transport_up, transport_hi, transport_dn, "fastrev");
737 new_button("play.png", transport_up, transport_hi, transport_dn, "play");
738 new_button("framefwd.png", transport_up, transport_hi, transport_dn, "framefwd");
739 new_button("framerev.png", transport_up, transport_hi, transport_dn, "framerev");
740 new_button("pause.png", transport_up, transport_hi, transport_dn, "pause");
741 new_button("record.png", transport_up, transport_hi, transport_dn, "record");
742 new_button("singleframe.png", transport_up, transport_hi, transport_dn, "recframe");
743 new_button("reverse.png", transport_up, transport_hi, transport_dn, "reverse");
744 new_button("rewind.png", transport_up, transport_hi, transport_dn, "rewind");
745 new_button("stop.png", transport_up, transport_hi, transport_dn, "stop");
746 new_button("stop.png", transport_up, transport_hi, transport_dn, "stoprec");
751 new_image("cwindow_inactive", "cwindow_inactive.png");
752 new_image("cwindow_active", "cwindow_active.png");
756 new_image_set("category_button",
758 "preferencesbutton_dn.png",
759 "preferencesbutton_dnhi.png",
760 "preferencesbutton_dnlo.png");
762 new_image_set("category_button_checked",
764 "preferencesbutton_up.png",
765 "preferencesbutton_uphi.png",
766 "preferencesbutton_dnlo.png");
772 new_image_set("color3way_point",
778 new_toggle("arrow.png", editpanel_up, editpanel_hi, editpanel_checked, editpanel_dn, editpanel_checkedhi, "arrow");
779 new_toggle("autokeyframe.png", transport_up, editpanel_hi, editpanel_checked, editpanel_dn, editpanel_checkedhi, "autokeyframe");
780 new_toggle("ibeam.png", editpanel_up, editpanel_hi, editpanel_checked, editpanel_dn, editpanel_checkedhi, "ibeam");
781 new_toggle("show_meters.png", editpanel_up, editpanel_hi, editpanel_checked, editpanel_dn, editpanel_checkedhi, "meters");
782 new_toggle("blank30x30.png",
783 new_image("locklabels_locked.png"),
784 new_image("locklabels_lockedhi.png"),
785 new_image("locklabels_unlocked.png"),
786 new_image("locklabels_dn.png"), // can't have seperate down for each!!??
787 new_image("locklabels_unlockedhi.png"),
790 VFrame *cpanel_up = new_image("cpanel_up.png");
791 VFrame *cpanel_hi = new_image("cpanel_hi.png");
792 VFrame *cpanel_dn = new_image("cpanel_dn.png");
793 VFrame *cpanel_checked = new_image("cpanel_checked.png");
794 VFrame *cpanel_checkedhi = new_image("cpanel_checkedhi.png");
797 new_toggle("camera.png", cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi, "camera");
798 new_toggle("crop.png", cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi, "crop");
799 new_toggle("eyedrop.png", cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi, "eyedrop");
800 new_toggle("magnify.png", cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi, "magnify");
801 new_toggle("mask.png", cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi, "mask");
802 new_toggle("ruler.png", cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi, "ruler");
803 new_toggle("projector.png", cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi, "projector");
804 new_toggle("protect.png", cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi, "protect");
805 new_toggle("titlesafe.png", cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi, "titlesafe");
806 new_toggle("toolwindow.png", cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi, "tool");
808 // toggle for tangent mode (compositor/tool window)
809 new_toggle("tan_smooth.png", editpanel_up, editpanel_hi, editpanel_checked, editpanel_dn, editpanel_checkedhi, "tan_smooth");
810 new_toggle("tan_linear.png", editpanel_up, editpanel_hi, editpanel_checked, editpanel_dn, editpanel_checkedhi, "tan_linear");
815 title_font = MEDIUMFONT_3D;
816 title_color = 0x000000;
817 recordgui_fixed_color = YELLOW;
818 recordgui_variable_color = RED;
820 channel_position_color = MEYELLOW;
821 resources->meter_title_w = 25;
823 // (asset) edit info text color
824 edit_font_color = YELLOW;
827 #define VWINDOW_METER_MARGIN 5
830 void BlondTheme::build_bg_data()
833 channel_position_data = new VFramePng(get_image_data("channel_position.png"));
836 new_image("resource1024", "resource1024.png");
837 new_image("resource512", "resource512.png");
838 new_image("resource256", "resource256.png");
839 new_image("resource128", "resource128.png");
840 new_image("resource64", "resource64.png");
841 new_image("resource32", "resource32.png");
842 new_image("plugin_bg_data", "plugin_bg.png");
843 new_image("title_bg_data", "title_bg.png");
844 new_image("vtimebar_bg_data", "vwindow_timebar.png");
848 void BlondTheme::build_overlays()
850 keyframe_data = new VFramePng(get_image_data("keyframe3.png"));
851 camerakeyframe_data = new VFramePng(get_image_data("camerakeyframe.png"));
852 maskkeyframe_data = new VFramePng(get_image_data("maskkeyframe.png"));
853 modekeyframe_data = new VFramePng(get_image_data("modekeyframe.png"));
854 pankeyframe_data = new VFramePng(get_image_data("pankeyframe.png"));
855 projectorkeyframe_data = new VFramePng(get_image_data("projectorkeyframe.png"));
858 void BlondTheme::draw_rwindow_bg(RecordGUI *gui)
863 // gui->draw_9segment(recordgui_batch_x - margin,
865 // mwindow->session->rwindow_w - recordgui_status_x + margin,
866 // recordgui_buttons_y,
868 // gui->draw_3segmenth(recordgui_options_x - margin2,
869 // recordgui_buttons_y - 5,
870 // mwindow->session->rwindow_w - recordgui_options_x + margin2,
872 // y = recordgui_buttons_y - 5 + rgui_controls->get_h();
873 // gui->draw_9segment(0,
875 // mwindow->session->rwindow_w,
876 // mwindow->session->rwindow_h - y,
880 void BlondTheme::draw_rmonitor_bg(RecordMonitorGUI *gui)
883 // int panel_w = 300;
884 // int x = rmonitor_meter_x - margin;
885 // int w = mwindow->session->rmonitor_w - x;
886 // if(w < rmonitor_meters->get_w()) w = rmonitor_meters->get_w();
889 // mwindow->session->rmonitor_w,
890 // mwindow->session->rmonitor_h);
891 // gui->draw_9segment(x,
894 // mwindow->session->rmonitor_h,
903 void BlondTheme::draw_mwindow_bg(MWindowGUI *gui)
906 gui->draw_3segmenth(mbuttons_x, mbuttons_y - 1,
907 gui->menu_w(), get_image("mbutton_bg"));
909 int pdw = get_image("panel_divider")->get_w();
911 x += 9 * get_image("play")->get_w();
912 x += mtransport_margin; // the control buttons
914 gui->draw_vframe(get_image("panel_divider"),
915 x - toggle_margin / 2 - pdw / 2 + 2,
917 x += 2 * get_image("arrow")->get_w() + toggle_margin; // the mode buttons
919 gui->draw_vframe(get_image("panel_divider"),
920 x - toggle_margin / 2 - pdw / 2 + 2,
923 x += 2 * get_image("autokeyframe")->get_w() + toggle_margin; // the state toggle buttons
924 gui->draw_vframe(get_image("panel_divider"),
925 x - toggle_margin / 2 - pdw / 2 + 2,
929 gui->draw_3segmenth(0,
930 mbuttons_y - 1 + get_image("mbutton_bg")->get_h(),
931 get_image("patchbay_bg")->get_w(),
932 get_image("clock_bg"));
935 gui->draw_3segmentv(patchbay_x,
938 get_image("patchbay_bg"));
941 gui->set_color(BLACK);
942 gui->draw_box(mcanvas_x + get_image("patchbay_bg")->get_w(),
943 mcanvas_y + mtimebar_h,
944 mcanvas_w - BC_ScrollBar::get_span(SCROLL_VERT),
945 mcanvas_h - BC_ScrollBar::get_span(SCROLL_HORIZ) - mtimebar_h);
948 gui->draw_3segmenth(mtimebar_x,
951 get_image("timebar_bg"));
954 gui->set_color(0xcecea2);
955 gui->draw_box(mzoom_x,
957 mwindow->session->mwindow_w,
961 // gui->draw_vframe(get_image("mscroll_filler"),
962 // mcanvas_x + mcanvas_w - BC_ScrollBar::get_span(SCROLL_VERT),
963 // mcanvas_y + mcanvas_h - BC_ScrollBar::get_span(SCROLL_HORIZ));
966 gui->draw_3segmenth(mzoom_x,
969 get_image("statusbar"));
974 void BlondTheme::draw_cwindow_bg(CWindowGUI *gui)
976 gui->draw_3segmentv(0, 0, ccomposite_h, get_image("cpanel_bg"));
978 gui->draw_3segmenth(0, ccomposite_h, cstatus_x, get_image("cbuttons_left"));
980 if(mwindow->edl->session->cwindow_meter)
982 gui->draw_3segmenth(cstatus_x,
984 cmeter_x - widget_border - cstatus_x,
985 get_image("cbuttons_right"));
986 gui->draw_9segment(cmeter_x - widget_border,
988 mwindow->session->cwindow_w - cmeter_x + widget_border,
989 mwindow->session->cwindow_h,
990 get_image("cmeter_bg"));
994 gui->draw_3segmenth(cstatus_x,
996 cmeter_x - widget_border - cstatus_x + 100,
997 get_image("cbuttons_right"));
1001 void BlondTheme::draw_vwindow_bg(VWindowGUI *gui)
1003 gui->draw_3segmenth(0,
1006 get_image("vbuttons_left"));
1007 if(mwindow->edl->session->vwindow_meter)
1009 gui->draw_3segmenth(vdivision_x,
1011 vmeter_x - widget_border - vdivision_x,
1012 get_image("cbuttons_right"));
1013 gui->draw_9segment(vmeter_x - widget_border,
1015 mwindow->session->vwindow_w - vmeter_x + widget_border,
1016 mwindow->session->vwindow_h,
1017 get_image("cmeter_bg"));
1021 gui->draw_3segmenth(vdivision_x,
1023 vmeter_x - widget_border - vdivision_x + 100,
1024 get_image("cbuttons_right"));
1028 gui->draw_3segmenth(vtime_x - 20,
1031 get_image("vclock"));
1034 void BlondTheme::draw_preferences_bg(PreferencesWindow *gui)
1036 gui->draw_vframe(get_image("preferences_bg"), 0, 0);
1039 void BlondTheme::draw_new_bg(NewWindow *gui)
1041 gui->draw_vframe(get_image("new_bg"), 0, 0);
1044 void BlondTheme::draw_setformat_bg(SetFormatWindow *gui)
1046 gui->draw_vframe(get_image("setformat_bg"), 0, 0);