summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_ed.cc
AgeCommit message (Collapse)Author
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-02provide Main/cancel-solo as an action and make rude solo button(s) use itPaul Davis
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
This removes the direct dependence on ardour_ui.h from 39 files
2015-09-15display active peak-buildsRobin Gareus
2015-09-15GUI part: cleanup peak-filesRobin Gareus
2015-06-29Revert "start work on auto return target dropdown rather than button"Paul Davis
This reverts commit d1cbb3fb0e36b068dbf516d21891c998266f22a2.
2015-06-29start work on auto return target dropdown rather than buttonPaul Davis
Conflicts: gtk2_ardour/ardour_ui.cc
2015-06-29initial version of playback priority design. No GUI control over options yetPaul Davis
Conflicts: libs/ardour/ardour/session.h libs/ardour/ardour/types.h libs/ardour/enums.cc libs/ardour/session_transport.cc system_config
2015-06-29[Summary]: add keybindings Cmd-h (hide application) for macYPozdnyakov
Conflicts: gtk2_ardour/ardour_ui.cc gtk2_ardour/ardour_ui.h gtk2_ardour/ardour_ui_ed.cc
2015-06-27update Window > Mixer accordinglyRobin Gareus
2015-06-26Alternative approach for show/hide Meterbridge #6386Robin Gareus
* no more on-top (transient to editor) * similar approach as toggle editor/mixer see also 0cd1db76f04
2015-05-28add name text for ToggleExternalSync actionPaul Davis
2015-05-18use Go To instead of GotoBen Loftis
2015-04-29x-run counter reset & typoRobin Gareus
2015-04-29add xrun counter to status-bar (currently no reset)Robin Gareus
2015-04-20Merge branch 'master' into saveasPaul Davis
Conflicts: gtk2_ardour/ardour.menus.in libs/ardour/session_state.cc
2015-04-02Revert "[Summary]: Main menu item "Save Template..." should be disabled ↵Paul Davis
during record process." (record_restricted_actions concept does not exist in Ardour, so this was a mistaken cherry-pick). This reverts commit d13fe65b89a201232a93a207ec6ac8d532c5fd10.
2015-04-02[Summary]: Main menu item "Save Template..." should be disabled during ↵YPozdnyakov
record process.
2015-03-21amend 157299a, really fix “Show Toolbars”Robin Gareus
2015-03-21“Show Toolbars” is not saved and on by default.Robin Gareus
2015-03-16always pack the log-LED into the status widget.Robin Gareus
not only does this provide consistent look & feel, but now the status-bar can never be empty. Before to this change, a small useless black rectangle remained when all elements were hidden.
2015-03-14OSX has a wall clock already.Robin Gareus
2015-03-14tweak status-bar spacingRobin Gareus
2015-03-14automatic error log window popup be gone.Robin Gareus
2015-02-28prepare saving video-export settings.Robin Gareus
* migrate dialog from Editor to UI. * make it a WM proxied window * prepare applying state after construction..
2015-01-11add initial code/stubs, actions, menu items for save asPaul Davis
2015-01-07now that regions and range selections are exclusive, the separate actions to ↵Ben Loftis
set ranges or zoom to selections are redundant. save some menu entries and keybindings by consolidating them. also consolidate some code with new function get_selection_extents(). as a side-effect, this checkin fixes the assert failure in play_with_preroll
2014-12-18expand help menu with various useful entries.Paul Davis
From Georg Kraus. Addresses #5783, and was github pull request #67. Manually applied via .diff because of merge mechanics issues
2014-12-12 show-more-ui-prefs-from-view-window is only a mixbus thingBen Loftis
2014-12-08another metric ton of color workPaul Davis
2014-12-08noop, simplify code.Robin Gareus
(!mixer || !editor) are checked at the top of the funtion and also used without checks further down.
2014-10-21some keyboard layouts have KP_Separator instead of KP_DecimalBen Loftis
2014-10-16add action and menu entry for "reattach all tearoffs".Paul Davis
So far only does the transport tearoff
2014-09-11fix a bunch of memory leaksRobin Gareus
2014-07-14make GUI preferences discoverable from the View menuBen Loftis
2014-07-03lots of keybinding changes. added a new action to allow removing markers at ↵Ben Loftis
the playhead location. numpad now allows you to access marks higher than 9. to locate to a marker, use the numpad decimal to start and end the operation - for example press .19. to locate to marker 19. also added alternate bindings for redo, delete, and several other alternates that will be needed in subsequent commits. tab is not working, using either Tab or nabla in the binding.in file
2014-07-03fix the naming and behavior of always-play-range to match the button, which ↵Ben Loftis
is follow-edits. when you select a range, the playhead should jump to the start of the range and begin to play the selection. BUT (unlike previous implementation) if the user wants to relocate the playhead, then that should be allowed. The user should always remain in charge of the playhead location. NOTE: your previous config setting will be invalidated. You must re-save a session to overwrite with the new config variable
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-03-21Add option to display the mixer in fullscreenAdrian Knoth
This is useful for dual-head setups.
2013-10-12export video-range: add to context menuRobin Gareus
2013-09-22use WindowManager/WMProxy to correctly manage the audio/MIDI setup windowPaul Davis
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-17remove JACK related action definitions (audio/MIDI setup is where this ↵Paul Davis
happens now)
2013-09-09move engine dialog from a widget to an actual dialog; emit ↵Paul Davis
Session::AudioEngineSetupRequired when loading a session if it is necessary
2013-09-05always save/keep audio/MIDI setup states so that they are available for use ↵Paul Davis
*after* instances where JACK was already running
2013-09-04save and restore settings for different backend/driver/device combinationsPaul Davis
So far, this is only internal - never saved to disk
2013-09-04change names of actions groups that include "jack"Paul Davis
2013-07-10s/Window|Meter/Window|Meterbridge/Robin Gareus
2013-07-10fix meterbridge window behaviour on session unload/close.Robin Gareus
2013-07-10implement meterbridge & meter-stripRobin Gareus