summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_report.h
AgeCommit message (Collapse)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
Copyright-holder and year information is extracted from git log. git history begins in 2005. So (C) from 1998..2005 is lost. Also some (C) assignment of commits where the committer didn't use --author.
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-04-20Keep Dialogs which report process around.Robin Gareus
Since 5.8-245-g3e43585fa, a response hides the dialog Window in ArdourDialog::on_response (to prevent dialogs windows staying around unresponsively while Ardour does background work). This logic does not apply to Dialog Windows which implement ProgressReporter or support dialog responses other than OK, Close.
2017-03-20Towards a consistent render() API.Robin Gareus
This fixes an -Woverloaded-virtual ambiguity introduced in b5e613d45 void render (cairo_t*, cairo_rectagle*) void render (Cairo::RefPtr<Cairo::Context> const&, cairo_rectangle_t*) ArdourCanvas prefers cairomm and CairoWidget itself uses Cairo::Context, this improves overall API consistency.
2016-03-11allow to re-use export-report UIRobin Gareus
(we should probably change the name to LoudnessReport)
2016-02-15refine ExportReport:Robin Gareus
* combined Logscale/Rectified buttons * use "Lg", "Rf" labels for now * fix some layout bugs
2016-02-15update Export Report GUIRobin Gareus
* show normalization gain * add annotation for spectrum * log-scale / rectified waveform
2016-02-14Move Export Audition Buttons to the bottomRobin Gareus
2016-02-14show playhead on all export report widgetsRobin Gareus
2016-02-13add post-export audition seekingRobin Gareus
2016-02-12Partial exposure of export-audition playheadRobin Gareus
2016-02-12Add Playhead to Export Report DialogRobin Gareus
2016-02-12Add Auditioned to Export Report Dialog.Robin Gareus
2016-02-11tweak export dialog layout, add "open folder" buttonRobin Gareus
2016-02-11cont'd work on Post-Export Analysis GUI:Robin Gareus
* vertically centered EBU-R128 numerics * stereo waveform * spectrum annotations * SoundFile Info Table
2016-02-10Post-export Analysis GUIRobin Gareus