summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
AgeCommit message (Collapse)Author
2015-05-22Fix up modifier behaviournick_m
- its now possible to use snap modifiers in combination with others afaict this hasn't worked for some time. - use "contains" rather than "equals" during drag. Still uncertain about this wrt beginning a drag. for now they are all "equals". - probably solve the "snap modifier modifier" problem using ArdourKeyboard::indicates_snap () and friend.
2015-05-21Make the prefs less squashed looking, add another entry for OSX modifiers.nick_m
- Defaults are probably still wrong, but at least they are actual keys.
2015-05-21Move ui-centric modifiers into ArdourKeyboard, set some bad defaults.nick_m
- Also makes "Mod4" Appear as "Windows" and adds new combination "Alt-Windows" to the dropdown. - Attempt to set a pair of default snap modifiers (without knowing what it actually is for OSX) - Copy modifier now saves - Snap modifier modifier problem still remains.
2015-05-21Allow all drag -related modifiers to be set, re-instate "jump after trim"nick_m
- Copy modifier still doesn't save - Testers please edit the Extra section of ~/.ardourN/config to allow defaults to "take" - Note that the current defaults overlap. - warning - absolute snap modifier has no default and will be always "on" unless you set it!
2015-05-20Add more modifier preferences.nick_m
Note that no defaults are set - go to prefs->user interaction to ensure that nothing is set to "no modifer" also - the copy modifier doesn't actually save its state yet.
2015-05-18"Lock" mode is now "Constrained", make snap absolute modifier configurable.nick_m
- user can abs/rel modifier key in prefs->user interaction suggested for linux - absolute->alt ignore snap->alt-shift - Constrained mode works the same as button 2 drag (initial move sets constraint axis).
2015-05-10Layering - the return of "later is higher".nick_m
Currently we don't do anything special on layering prefs change (relayer only occurs when each playlist is first edited). The idea here is that "undo" is still available to restore previous layering in case of any surprises.
2015-04-20clarify GUI scalingRobin Gareus
2015-04-13remove UI configuration variable link-editor-and-mixer-selection, and make ↵Paul Davis
behaviour be equivalent to this option always being true
2015-04-04improve option name consistency.Robin Gareus
2015-04-04add missing space and hyphen.Robin Gareus
2015-03-26pack the xrun options back togetherBen Loftis
2015-03-23fix empty/unset sync source preference.Robin Gareus
(non JACK backends w/JACK-transport)
2015-03-23fix “Denormal Dropdown” inconsistencyRobin Gareus
2015-03-12always show language dialog on windowsRobin Gareus
2015-03-05Add MIDI readahead to options editor.David Robillard
2015-02-28add AU cache/blacklist actions to prefs.Robin Gareus
2015-01-30clarify sync-lock and disable it by default.Robin Gareus
2015-01-08temporary fix: tell the user that region name-display requires a restart of ↵Ben Loftis
ardour
2015-01-08temporarily hide the tooltip preference, until CairoWidget and CanvasItem ↵Ben Loftis
can see the config setting. it doesnt seem to be a priority since clearly nobody is using this button
2015-01-02Fix Audiofile browser dialog so it appears infront of preference window when ↵Tim Mayberry
selecting click file
2014-12-29quick hack to lighten up font scale slider tick-marksRobin Gareus
2014-12-28reduce clumsiness of font-scale slider:Robin Gareus
* work-around update/snap on release * remove textual display with decimals * towards ending the 'font-scale percent' discussion
2014-12-28add note that font-scale changes require a restart.Robin Gareus
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not ↵Paul Davis
RCConfiguration
2014-12-19Add a config option to control region selection after split.Colin Fletcher
Add a configuration variable to choose the behaviour of the region selection after splitting selected regions. Add options to choose between all eight possible combinations of 'existing unmodified selected regions', 'newly-created regions to left of split', and 'newly-created regions to right of split', but comment out all but the three least crazy ones for now. If anyone wants them, they're there.
2014-12-15move theme manager into preferences windowPaul Davis
2014-11-25Remove dead code.David Robillard
2014-11-12add AU plugin scan to Preferences UIRobin Gareus
2014-09-13fix CPI window handling:Robin Gareus
Move control-surface editor-window management to the control surface. The Preferences-Dialog is not aware of session specific or surface specific actions and cannot properly manage the window.
2014-09-13reasonable dB range for waveform clipping indicatorRobin Gareus
2014-08-30update clocks and video-frames at FPSRobin Gareus
2014-08-27move preferences->GUI->Metering into its own tabBen Loftis
2014-07-28clean up cruft in some config variablesBen Loftis
2014-07-14Group the Rec and Monitor buttons together. Group the Solo Isolate and Lock ↵Ben Loftis
buttons together. And add a method to show/hide each group in the Preferences
2014-07-06remove some cruft with previous commits. remove option ↵Ben Loftis
link-region-and-track-selection since they are now exclusive, and rename select-all-regions to select-all-objects to match the implementation
2014-06-30move draggable playhead to editor tab of preferencesPaul Davis
2014-06-30new UI config var to allow playhead to be optionally draggable (default is: ↵Paul Davis
yes, it can be dragged)
2014-06-26fix "stop_recording_on_xrun" in prefs dialogRobin Gareus
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-25add slider control to GUI tab of preferences for lock timeoutPaul Davis
2014-05-01Add ComboOption configuration for default-fade-shapeAdrian Knoth
Let the user choose the preferred default fade shape in the editor section of the preference menu.
2014-04-28Fix some capitalisation in the preferences dialog.Carl Hetherington
2014-04-20add missing "Path" to label, re-order VST preferencesRobin Gareus
2014-04-17new transport option, "loop-is-mode" which optionally changes the role of ↵Paul Davis
the "play loop" button. If enabled, then the button simply changes the behaviour of the "play" button rather than actually starting playback. If disabled transport behaviour should be unchanged from before.
2014-04-16add preferences item for show-name-highlight (does not take effect till next ↵Paul Davis
instance)
2014-04-15fix ridiculous spelling errorPaul Davis
2014-04-10fix tetris-ized mixer strips AND return option to have group button in mixer ↵Paul Davis
strip
2014-03-23add needed separatorBen Loftis
2014-03-09default plugin scan timeout preferenceRobin Gareus