X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fui_config_vars.h;h=af2a6368e2326497d0a617bb49e9269c3323ee8f;hb=a5ae129a066747901ff1ed95368729b63cb6a70d;hp=c52820ebffb31a1c56856f2e35a99db4d2dddd3a;hpb=0fb60a60e70e52e94c7dcd47b5c07ec42f7471b5;p=ardour.git diff --git a/gtk2_ardour/ui_config_vars.h b/gtk2_ardour/ui_config_vars.h index c52820ebff..af2a6368e2 100644 --- a/gtk2_ardour/ui_config_vars.h +++ b/gtk2_ardour/ui_config_vars.h @@ -19,7 +19,7 @@ UI_CONFIG_VARIABLE (std::string, icon_set, "icon-set", "default") UI_CONFIG_VARIABLE (std::string, ui_rc_file, "ui-rc-file", "clearlooks.rc") -UI_CONFIG_VARIABLE (std::string, color_file, "color-file", "dark") +UI_CONFIG_VARIABLE (std::string, color_file, "color-file", "dark-ardour") UI_CONFIG_VARIABLE (bool, flat_buttons, "flat-buttons", false) UI_CONFIG_VARIABLE (bool, blink_rec_arm, "blink-rec-arm", false) UI_CONFIG_VARIABLE (float, waveform_gradient_depth, "waveform-gradient-depth", 0) @@ -58,6 +58,7 @@ UI_CONFIG_VARIABLE (bool, show_name_highlight, "show-name-highlight", false) UI_CONFIG_VARIABLE (bool, primary_clock_delta_edit_cursor, "primary-clock-delta-edit-cursor", false) UI_CONFIG_VARIABLE (bool, secondary_clock_delta_edit_cursor, "secondary-clock-delta-edit-cursor", false) UI_CONFIG_VARIABLE (bool, show_track_meters, "show-track-meters", true) +UI_CONFIG_VARIABLE (bool, editor_stereo_only_meters, "editor-stereo-only-meters", false) UI_CONFIG_VARIABLE (bool, follow_edits, "follow-edits", false) UI_CONFIG_VARIABLE (bool, super_rapid_clock_update, "super-rapid-clock-update", false) UI_CONFIG_VARIABLE (bool, autoscroll_editor, "autoscroll-editor", true) @@ -76,3 +77,10 @@ UI_CONFIG_VARIABLE (bool, buggy_gradients, "buggy-gradients", false) UI_CONFIG_VARIABLE (bool, cairo_image_surface, "cairo-image-surface", false) UI_CONFIG_VARIABLE (uint64_t, waveform_cache_size, "waveform-cache-size", 100) /* units of megagbytes */ UI_CONFIG_VARIABLE (int32_t, recent_session_sort, "recent-session-sort", 0) +UI_CONFIG_VARIABLE (bool, save_export_analysis_image, "save-export-analysis-image", false) +UI_CONFIG_VARIABLE (std::string, xjadeo_binary, "xjadeo-binary", "") +UI_CONFIG_VARIABLE (bool, open_gui_after_adding_plugin, "open-gui-after-adding-plugin", true) +UI_CONFIG_VARIABLE (bool, show_inline_display_by_default, "show-inline-display-by-default", true) +UI_CONFIG_VARIABLE (bool, prefer_inline_over_gui, "prefer-inline-over-gui", true) +UI_CONFIG_VARIABLE (uint32_t, action_table_columns, "action-table-columns", 0) +UI_CONFIG_VARIABLE (bool, use_wm_visibility, "use-wm-visibility", true)