summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
AgeCommit message (Collapse)Author
2017-02-17Allow to re-scan VST plugins after changing VST-pathsRobin Gareus
2017-01-24re-fine preferences dialog part 13 of 27 (probably):Robin Gareus
* expose try-autostart engine * move Session settings to sub-menu (general was getting to large)
2017-01-21consistent capitalizationRobin Gareus
2017-01-19Fix metronome level preference displayRobin Gareus
click-level fader is not a component added to the top-level, the page intercepts the parameter_changed signal
2017-01-18Promote the preroll_seconds config option to include musical time:Robin Gareus
Interpret negative preroll time as bars
2017-01-16Configurable toolbar rec/punch & monitoring buttonsRobin Gareus
2017-01-12Add some explanatory text to the Quirks settingsBen Loftis
2017-01-10Tweak TMM tooltipRobin Gareus
2017-01-10Shrink preferences window when detachedRobin Gareus
2017-01-10add some preference tooltips and related code consolidationRobin Gareus
2017-01-08Tweak Preference labelRobin Gareus
2017-01-04File [MIDI] display preference under AppearanceRobin Gareus
2017-01-02s/GUI/Appearance/ -- part twelve of expected 27 prefs updatesRobin Gareus
2017-01-02Move items not relevant for appearance out of "GUI" preferencesRobin Gareus
2016-12-31Add keyboard option resetRobin Gareus
2016-12-31re-fine preferences dialog part eleven of 27 (probably)Robin Gareus
2016-12-30re-fine preferences dialog part ten of 27 (probably)Robin Gareus
2016-12-30Remove cruft (old MIDI feedback API)Robin Gareus
2016-12-30re-group preferences part eight and nine of 27 (probably)Robin Gareus
2016-12-30re-group preferences part seven of 27 (probably)Robin Gareus
2016-12-30re-group preferences part six of 27 (probably)Robin Gareus
2016-12-30Removed the theRobin Gareus
2016-12-30Clarify some more preferencesRobin Gareus
2016-12-30Less verbose phrasing for prefs.Robin Gareus
2016-12-30Tweak some open labelsRobin Gareus
2016-12-30re-group preferences part five of 27 (probably)Robin Gareus
2016-12-30re-group preferences part four of 27 (probably)Robin Gareus
2016-12-30re-group preferences part three of 27 (probably)Robin Gareus
2016-12-30Some more Spinbox size updatesRobin Gareus
2016-12-30re-group preferences part two of 27 (probably)Robin Gareus
2016-12-29re-group preferences part one of 27 (probably)Robin Gareus
2016-12-29Turn Theme Manager into an OptionEditor (no direct use of Gtk)Robin Gareus
2016-12-29Consolidate Preferences/OptionEditorRobin Gareus
2016-12-28Remove "Feedback" from Preferences Ctrl Surface pane.Robin Gareus
2016-12-28Further preference-dialog re-layout work in progress..Robin Gareus
2016-12-28Add Scrollbar to MIDI Port Option ListRobin Gareus
2016-12-28NO-OP: whitespaceRobin Gareus
2016-12-28Prefs Dialog: consistent headings, spacing, reduce width,..Robin Gareus
2016-12-29add preference for showing non-quarter note tempi (Misc subsection Tempo).nick_m
2016-12-28Add Locale config preferences and rearrange UI prefsRobin Gareus
2016-12-21Add option to hide the 2ndary clockRobin Gareus
2016-12-20Rearrange LTC preference entryRobin Gareus
2016-12-20Allow to customize parts of the main toolbarRobin Gareus
2016-12-17Commence transport tool bar re-layoutRobin Gareus
2016-12-13Add option to Zoom to Selection on double clickTim Mayberry
Currently implemented for Region and Range selections. The new option is false/off by default to maintain existing behaviour. I'm not sure it should require another option, perhaps Zoom to Selection should be the default and accessing the region properties dialog can be via Modifier+double click, but further changes can be made on user feedback etc. Related: #7112
2016-11-19Fix for widget visibility with detached preferences windowTim Mayberry
Should finally resolve bug #7002 The reason 95e3f766 didn't resolve this is because OptionEditorContainer ctor is called before adding all the widgets in RCOptionEditor so they will still be hidden.
2016-11-17GUI to disable MacVST at runtimeRobin Gareus
2016-11-13basic Mac VST Cocoa UI supportRobin Gareus
2016-11-11Add option to zoom using button press in the time rulers and dragging verticallyTim Mayberry
This is a common operation used for zooming in other DAWs like Ableton Live and Cubase. To support such a usage pattern without changing the existing behaviour of the ruler area I've made it an option that is false by default. The behaviour of RulerDragZoom is intentionally different than a CursorDrag that occurs in the rest of the ruler area in that it doesn't follow the snap to grid setting and no locate related stuff occurs until button release. There are some issues with responsiveness with more than a few hundred regions or a large amount of MIDI events/notes. Implements feature #6768
2016-10-20use new API for user-provided MIDI port informationPaul Davis