summaryrefslogtreecommitdiff
path: root/gtk2_ardour/strip_silence_dialog.cc
AgeCommit message (Expand)Author
2020-03-29Set thread-names (GUI)Robin Gareus
2019-08-30Move StripSilenceDialog XML to dedicated functionNikolaus Gullotta
2019-08-30Add settings retention to StripSilenceDialogNikolaus Gullotta
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-04-09Replace some more "samples" with "frames" (rectangles)Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-17Move more Gtkmm2ext widgets into libwidgetRobin Gareus
2016-09-27move "logmeter.h" from gtk2_ardour into libs/ardourPaul Davis
2016-07-24fix some spelling inconsistencies.Robin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2015-12-28redesign cross-thread registration/signalling systemPaul Davis
2015-10-16strip silence: report analysis progressRobin Gareus
2015-10-16strip silence: wait for analysis to completeRobin Gareus
2015-09-20GUI part of silence-trim fade constraint.Robin Gareus
2015-09-19Silence detect: constrain duration in GUI.Robin Gareus
2015-09-19NOOP, whitespace.Robin Gareus
2015-09-19indicate that silence trim is already active.Robin Gareus
2015-09-19remove cruftRobin Gareus
2015-09-19StripSilence: invalidate Completed connection - fixes #6600Robin Gareus
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2011-11-17all new implementation of audio clocks, with entirely new editing model. not ...Paul Davis
2011-11-14Default response for the Strip Silence dialogue (part ofCarl Hetherington
2011-06-02audio clock switchover part2: remove most egregious include-time dependency o...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-02-28Restore fade option to strip silence.Carl Hetherington
2011-02-28No-op; coding style.Carl Hetherington
2010-12-09fix computation of silence text, and its display. it is still not on top of t...Paul Davis
2010-12-09make strip silence work (again?)Paul Davis
2010-12-08move display of silence for strip-silence into regionviews, along with text t...Paul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-23Fix hang on closing the dialogue in some circumstances. Further fix for #3560.Carl Hetherington
2010-11-22Simplify strip silence dialogue threading, hopefully fixing #3560 in the proc...Carl Hetherington
2010-09-20Add progress bar to strip silence dialogue. Fixes #3103.Carl Hetherington
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-05-08Fix warning.Carl Hetherington
2010-05-02Small cleanup: add constructor to InterThreadInfo.Carl Hetherington
2010-04-30Use rectified log waveform in strip silence dialogue. Add threshold graphica...Carl Hetherington
2010-04-22Allow more than one peaks_ready callback to be pending for an AudioRegionViewCarl Hetherington
2010-03-05likely fix for strip silence dialog GUI lockupPaul Davis
2010-03-04goodbye to MementoCommand for playlistsPaul Davis
2010-03-03fixes and improvements for strip silence, with lots of thread debuggingPaul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-10-19Tidy up window titles, according to GNOME HIG and as suggested in mantis 2803.Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard