summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_report.cc
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.
2019-08-01(Source List) Clean up the natural_position implementation (gtk2 part).Ben Loftis
2018-11-20Handle port-export report of unplayable filesRobin Gareus
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-17Clean up library inheritance (colors.h, utils.h)Robin Gareus
make libwidget independent of libcanvas. Confine basics to pbd and gtkmm2ext.
2017-06-26Include file's sha1 in export-report imageRobin Gareus
2016-09-27move "logmeter.h" from gtk2_ardour into libs/ardourPaul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-22tooltips for export analysis -- russian-fraction lost challenge :)Robin Gareus
2016-05-14clarify loudness analysis/normalizationRobin Gareus
2016-05-01add option to auto-save post-export-analysis imageRobin Gareus
first revision, needs some label position fine-tuning and maybe an option to include log-scale/rect waveform etc.
2016-03-20fix out-of-bounds array access in export report.Colin Fletcher
cppcheck reports "gtk2_ardour/export_report.cc:260: error: Array 'y0[4]' accessed at index 4, which is out of bounds.", which seems indeed to be the case.
2016-03-11allow to re-use export-report UIRobin Gareus
(we should probably change the name to LoudnessReport)
2016-02-17Fix Post Export "Open Folder" button for OS XRobin Gareus
2016-02-16Export Analysis GUI: clarify signal-distribution axis labelsRobin Gareus
2016-02-16move "Normalization Gain" display to the left box & colorize it.Robin Gareus
2016-02-15more Export Report GUI tweaks:Robin Gareus
* properly indent y-axis labels * show N/A if EBU-R128 is not available (mono/stereo only)
2016-02-15update Export Report GUI for extended spect. rangeRobin Gareus
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-14tweak spectrum color schemaRobin Gareus
2016-02-14show playhead on all export report widgetsRobin Gareus
2016-02-14Export Audition: don't rely on audition-progress 100% for "end"Robin Gareus
2016-02-13add post-export audition seekingRobin Gareus
2016-02-13use "Good" resampling quality (lower initial play latency)Robin Gareus
2016-02-12Add Playhead to Export Report DialogRobin Gareus
2016-02-12Add Auditioned to Export Report Dialog.Robin Gareus
2016-02-12Visualize Peaks and TruePeaks in Export ReportRobin Gareus
2016-02-11fix alignment of "N/A" messagesRobin Gareus
2016-02-11tweak export dialog layout, add "open folder" buttonRobin Gareus
2016-02-11post-export scaleable layout.Robin 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-10exported waveform annotationRobin Gareus
2016-02-10cont'd work on Post-Export Analysis GUI.Robin Gareus
2016-02-10Update Export Report GUIRobin Gareus
2016-02-10Post-export Analysis GUIRobin Gareus