521 void load(QString path);
532 void save(QString path);
QString preferred_audio_input
Preferred audio input device.
Definition: config.h:476
bool enable_drag_files_to_timeline
Enable dragging files outside Olive directly into the Timeline.
Definition: config.h:259
RuntimeConfig CurrentRuntimeConfig
Definition: config.cpp:33
QString css_path
CSS Path.
Definition: config.h:429
bool shaders_are_enabled
Enable shaders.
Definition: config.h:554
bool enable_seek_to_import
Enable seek to import.
Definition: config.h:283
The RuntimeConfig struct.
Definition: config.h:541
AutoScrollMode
The AutoScrollMode enum.
Definition: config.h:97
bool use_custom_title_safe_ratio
Use custom title/action safe area aspect ratio.
Definition: config.h:243
int waveform_resolution
Waveform resolution.
Definition: config.h:495
double previous_queue_size
Previous frame queue size.
Definition: config.h:372
QString preferred_audio_output
Preferred audio output device.
Definition: config.h:467
bool use_software_fallback
Use software fallbacks when possible.
Definition: config.h:449
bool rectified_waveforms
Use rectified waveforms.
Definition: config.h:212
int effect_textbox_lines
Number of lines that an Effect's textbox has.
Definition: config.h:438
int recording_mode
Recording mode/channel layout.
Definition: config.h:276
TimecodeType
The TimecodeType enum.
Definition: config.h:63
int audio_rate
Current audio sample rate.
Definition: config.h:315
QString external_translation_file
Load an external translation file.
Definition: config.h:569
RuntimeConfig()
RuntimeConfig Constructor.
Definition: config.cpp:282
int project_view_type
Project view type.
Definition: config.h:344
Definition: debugdialog.h:39
int previous_queue_type
Previous frame queue type.
Definition: config.h:382
The Config struct.
Definition: config.h:149
bool show_project_toolbar
Show the project toolbar.
Definition: config.h:361
bool edit_tool_also_seeks
Edit tool also seeks.
Definition: config.h:183
QString language_file
Language/translation file.
Definition: config.h:485
int default_transition_length
Default transition length.
Definition: config.h:219
bool show_title_safe_area
Show title/action safe area.
Definition: config.h:236
bool scroll_zooms
The scroll wheel zooms rather than scrolls.
Definition: config.h:169
bool hover_focus
Enable hover focus.
Definition: config.h:335
bool paste_seeks
Paste also seeks.
Definition: config.h:197
int autoscroll
Auto-scroll mode.
Definition: config.h:307
bool disable_blending
Disable blending modes.
Definition: config.h:562
Config()
Config Constructor.
Definition: config.cpp:35
bool autoscale_by_default
Auto-scale by default.
Definition: config.h:267
int upcoming_queue_type
Upcoming frame queue type.
Definition: config.h:403
bool show_track_lines
Show track lines.
Definition: config.h:162
QString img_seq_formats
Image sequence formats.
Definition: config.h:204
bool enable_audio_scrubbing
Enable audio scrubbing.
Definition: config.h:290
double custom_title_safe_ratio
Custom title/action safe area aspect ratio.
Definition: config.h:252
bool center_timeline_timecodes
Center Timeline timecodes.
Definition: config.h:458
double upcoming_queue_size
Upcoming frame queue size.
Definition: config.h:393
Config CurrentConfig
Definition: config.cpp:32
FrameQueueType
The FrameQueueType enum.
Definition: config.h:134
const int kMinimumSaveVersion
Minimum project version that this version of Olive can open.
Definition: config.h:54
RecordingMode
The RecordingMode enum.
Definition: config.h:83
bool set_name_with_marker
Ask for a marker name when setting a marker.
Definition: config.h:352
bool add_default_effects_to_clips
Add default effects to clips.
Definition: config.h:510
bool edit_tool_selects_links
Edit tool selects links.
Definition: config.h:176
void load(QString path)
Load config from file.
Definition: config.cpp:76
void save(QString path)
Save config to file.
Definition: config.cpp:221
ProjectView
The ProjectView enum.
Definition: config.h:116
bool drop_on_media_to_replace
Enable drop on media to replace.
Definition: config.h:298
bool fast_seeking
Enable fast seeking.
Definition: config.h:325
bool select_also_seeks
Selecting also seeks.
Definition: config.h:190
int timecode_view
Timecode display mode.
Definition: config.h:229
bool loop
Loop.
Definition: config.h:412
bool seek_also_selects
Seeking also selects.
Definition: config.h:421
const int kSaveVersion
Version identifier for saved projects.
Definition: config.h:40
int thumbnail_resolution
Thumbnail resolution.
Definition: config.h:502