summaryrefslogtreecommitdiff
path: root/gtk2_ardour/gain_meter.cc
AgeCommit message (Expand)Author
2017-02-24Snap-back fader on release (follow-up to e8cebac6a36a)Robin Gareus
2017-02-24Group-override for fadersRobin Gareus
2017-02-24NO-OP resolve an ambiguity, just because.Robin Gareus
2017-01-24styleguide #6Robin Gareus
2017-01-24Meter point toggle button now uses a popup menu instead of togglingDaniel Sheeler
2016-12-21Fix crash when resetting all peak-meters with VCAs.Robin Gareus
2016-09-27move "logmeter.h" from gtk2_ardour into libs/ardourPaul Davis
2016-08-24Fix string to float conversion when typing gain values in Gain MeterTim Mayberry
2016-08-19Remove unused space in gain_meter's automation menuJulien "_FrnchFrgg_" RIVAUD
2016-08-17Make MixerStrip's automation menu behave like a dropdownJulien "_FrnchFrgg_" RIVAUD
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-02partially revert incorrect changes to gain meter text entries/displaysPaul Davis
2016-07-01minor no-op hacks (unneeded or suboptimal code)Paul Davis
2016-06-28quick prototype to allow changing *all* gain automationRobin Gareus
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2016-05-31trivially change API of GainMeter but more importantly don't show meter if no...Paul Davis
2016-05-31revert GainMeter back to simpler code now that VCA model appears correctPaul Davis
2016-05-31adjust logic for slaved faders, not necessarily correctly.Paul Davis
2016-05-31rename GainMeter::gain_adjusted() to GainMeter::fader_moved() to be more clearPaul Davis
2016-05-31make GUI fader positions reflect VCA master valuesPaul Davis
2016-05-31change packing of GainMeter so that the fader+meter will expand to fill avail...Paul Davis
2016-05-31correctly set up members of GainMeterBase in ::set_controls()Paul Davis
2016-05-07fix LocaleGuard contstructor (3dc77280)Robin Gareus
2016-05-05we always only use the "C" locale when saving.Robin Gareus
2016-01-25GainMeter(Base) now has an explicit gain control given to itPaul Davis
2016-01-22NOOP: whitespace fixupPaul Davis
2016-01-22when leaving an active automation state, update fader displays to show correc...Paul Davis
2016-01-18add group disposition argument to Route::set_gain() and use it in various UIsPaul Davis
2016-01-18working version of new gain control designPaul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-16Use ARDOUR_UI_UTILS::set_tooltip rather than via ARDOUR_UI::set_tipTim Mayberry
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-09-16Move ARDOUR_UI::ui_scale into UIConfiguration classTim Mayberry
2015-09-16Move DPIReset and ColorsChanged signals into UIConfigurationTim Mayberry
2015-04-28prefer explicit cast over terseness.Robin Gareus
2015-04-22clean up GUI scalingRobin Gareus
2015-04-22Initial Gain Coefficient tweaksBen Loftis
2015-04-20towards scaleable meter and mixer UIRobin Gareus
2015-01-01Move Timers/Timeouts from ARDOUR_UI into functions in timers.h and use PBD::T...Tim Mayberry
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-12-04Make gain controls step by roughly 1.0/0.1 dB.David Robillard
2014-11-14add abort() to non-reached codeRobin Gareus
2014-11-01Slider Controller API ChangeRobin Gareus
2014-10-28ugly hacks to make the peak display widget not act like a text entry widget. ...Paul Davis
2014-10-28Revert "change the peak display widget from Gtkmm2ext::FocusEntry to ArdourBu...Paul Davis
2014-10-23Don't show meter-type menu for MIDI-only metersRobin Gareus
2014-10-21remove "canvasvar_" from all functions related to obtaining values from ARDOU...Paul Davis
2014-10-21set correct font for peak display buttonPaul Davis
2014-10-21change the peak display widget from Gtkmm2ext::FocusEntry to ArdourButton, si...Paul Davis