summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
AgeCommit message (Collapse)Author
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
2014-03-01re-work VST paths configuration.Robin Gareus
environment vars provide the "default", but are no longer relevant once ardour-internal paths are configured.
2014-02-28make custom lxvst path work..Robin Gareus
2014-02-28display policy of plugin-scan progress popup-windowRobin Gareus
Only show scan-progress when discovering new plugins (discovery can be cancelled) and optionally also show it during 'scanning index only' (with insensitive cancel button)
2014-02-28move Paths Dialog to libgtkmm2extRobin Gareus
2014-02-26user-configurable VST search paths (basic UI)Robin Gareus
2014-02-25option to en/dis-able VST plugin discovery on startupRobin Gareus
2014-02-24plugin scan progress-display & preferencesRobin Gareus
2014-02-10replace a few creeping instances of the string "Ardour" with PROGRAM_NAMEPaul Davis
2014-01-23fix merge conflict with masterPaul Davis
2014-01-22configurable midi audition synthRobin Gareus
2014-01-14merge (with conflict fixes) with master (even against rgareus' recommendation)Paul Davis
2014-01-13add preference -- link-send-and-route-panner defaultRobin Gareus
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now ↵Paul Davis
merge windows branch to get changes from there
2013-12-30add preferences slider for waveview clip level (not working just right yet)Paul Davis
2013-12-23fix redrawing of canvas with an optimized buildPaul Davis
Best guess right now is that optimization does something bad when ceil() is called twice on a very large dbl-precision number, which results in a zero (empty) redraw area. Without the removal of the redundant ceil & floor functions, no expose events would be delivered to the canvas in an optimized build during drags (and maybe more).
2013-12-21new ControlProtocolManager API, and proper handling of view/model changes in ↵Paul Davis
the RC options (prefs) editor
2013-10-22merge from masterPaul Davis
2013-10-21Unify editor / mixer ordering.nick_m
2013-10-16merge with master and fix 2 conflictsPaul Davis
2013-10-06Merge branch 'master' into windows+ccJohn Emmas
Conflicts (hopefully resolved): gtk2_ardour/ardour_ui.cc gtk2_ardour/ardour_ui.h gtk2_ardour/ardour_ui_options.cc
2013-10-03'gtk2_ardour' - Add namespaces + casting where necessary + general bits of ↵John Emmas
'correctness' to keep MSVC happy
2013-09-17more excision of "JACK" from labels, menu items, etc.Paul Davis
NOTE: users will lose the sample rate/latency display in the status bar display. Not yet sure what to do about this
2013-09-14fix merge conflicts with masterPaul Davis
2013-08-08make master-meter in toolbar optionalRobin Gareus
2013-08-08add dedicated line-up level for IEC1/DIN meter (15dbFS)Robin Gareus
2013-08-08make LED meter style optionalRobin Gareus
2013-08-08fix typo for 0VU = 8dBu in configRobin Gareus
2013-08-08add "0VU = +8dBu" VU meter configRobin Gareus