summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui2.cc
AgeCommit message (Collapse)Author
2018-02-20Keep track of unacknowledged log-level (error-indicator)Robin Gareus
This code was incorrectly removed in 97fb3a5557b5.
2018-02-19Add drop-shadow decorators to menu bar and transport toolbar.Ben Loftis
Allow status bar to fill available width.
2018-02-17Move cpu and disk gauges into the status bar at top.Ben Loftis
2018-02-17Remove display_message(); No more scary log message popups on osx.Ben Loftis
2018-02-14If the gauges arent clickable, perhaps they look best with hard edges, ↵Ben Loftis
matching the master-bus meters in the toolbar.
2018-02-14Re-pack the master meters (in the toolbar) so the editor_meter_peak_display ↵Ben Loftis
button is more clickable.
2018-02-14Re-pack dsp_load_indicator next to feedback_indicator et al.Ben Loftis
2018-01-14Add Toolbar disk-space widget.Robin Gareus
2017-12-28Add DSP-load & x-run widget to the toolbar.Robin Gareus
2017-12-22Separate and consolidate Transport-Control-UI codeRobin Gareus
2017-11-23Implement clock delta modesRobin Gareus
* use new config variable * update GUI to select delta-modes * delegate delta-calculation to MainClock * save offset to calculate absolute-time
2017-09-18manually fix up various cases where Gtk:Frame foo_frame had been changed to ↵Paul Davis
foo_sample
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
Generated by tools/f2s. Some hand-editing will be required in a few places to fix up comments related to timecode and video in order to keep the legible
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-07-17Remove unused sources & includesRobin Gareus
2017-07-17Move Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-02-16Toolbar spacing: Add back one pixel of vertical padding, and preserve it ↵Ben Loftis
regardless of which button sections are hidden.
2017-02-16Prevent "punch" and "mon" buttons from increasing toolbar height.Robin Gareus
2017-02-13remove unused background exposeRobin Gareus
2017-02-08NO-OP: whitespacePaul Davis
2017-02-08make rude alert buttons expand vertically to use all available space.Paul Davis
2017-01-28mark loop button insensitive when there's no loop-rangeRobin Gareus
2017-01-21Update metronome tooltip on gain changeDaniel Sheeler
2017-01-19Allow to change metronome level via mouse-wheelRobin Gareus
2017-01-18Tweak some tooltip text.Ben Loftis
2017-01-18tweak table packing for more consistent spacing between buttons.Ben Loftis
2017-01-18Shuffle the layout of new monitor section, so it is recognizably different ↵Ben Loftis
than punch section; Standardize the button heights.
2017-01-18Cleanup global monitor options:Robin Gareus
- rely on parameter-changed signal emission to update buttons - use dedicated button/style names - improve tooltip
2017-01-16Configurable toolbar rec/punch & monitoring buttonsRobin Gareus
2017-01-16Add initial GUI support for global monitor statesRobin Gareus
2017-01-05make entire transport bar have its own background, specifically themeablePaul Davis
2017-01-05Attempt to lighten the transport area slightly. A little help needed here, PaulBen Loftis
2017-01-03Update links to preference pagesRobin Gareus
2016-12-30re-group preferences part eight and nine of 27 (probably)Robin Gareus
2016-12-21amend 91321272bRobin Gareus
2016-12-21Add option to hide the 2ndary clockRobin Gareus
2016-12-20Allow to customize parts of the main toolbarRobin Gareus
2016-12-20Don't dynamically allocate ShuttleCtrlRobin Gareus
With manage() both the button and shuttle were free'ed when the table was destroyed.
2016-12-19Move shuttle/speed text outsizeRobin Gareus
2016-12-19Follow Edits => Follow RangeBen Loftis
* "Follow Edits" button had several behaviors that confused users. * "Follow Range" only has 2 behaviors: ** Click anywhere in Range mode (or Smart mode) to locate the playhead. ** When you select a Range, "Play" will play the selected range.
2016-12-19Show relevant preferences on sync-button right-clickRobin Gareus
2016-12-18Reinstate spacer between Punch In,Out.Ben Loftis
2016-12-18Have the computer count columns for us.Robin Gareus
2016-12-18Shorten sync-button label/sizeRobin Gareus
2016-12-18fix table layout typoRobin Gareus
2016-12-18Simplify spacer codeRobin Gareus
2016-12-18repack widgets, and add some spacer elementsBen Loftis
2016-12-18consistent size of sync-buttonRobin Gareus
2016-12-18Transport Layout:Ben Loftis
* Remove some redundant containers and frames, for a cleaner look. * Adjust transport button spacing and sizes to more closely match the editor toolbar.