summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2016-02-22Spelling correction patch from DebianAdrian Knoth
Patch taken (and forward-ported to HEAD) from <https://anonscm.debian.org/cgit/pkg-multimedia/ardour.git/plain/debian/patches/0100-fix-typos.patch>
2016-02-22don't trip over missing `nm` toolNils Philippsen
2016-02-22Revert and additional change due to --strict warnings.André Nusser
2016-02-22Fix compilation warnings. (gtk2_ardour part)André Nusser
2016-02-22better system for managing kbd focus after cmd-w closing a dialog.Paul Davis
Key, Button and Focus In events in the editor+mixer windows cause the respective window to be noted as the window to which focus should return after a dialog is closed with cmd/ctrl-w
2016-02-22manually revert most of previous commit related to dialog/main window focus ↵Paul Davis
management
2016-02-22os x: an initial attempt at fixing loss of keyboard focus after cmd-w to ↵Paul Davis
close dialog
2016-02-22Fix 6783, Using "Esc" key doesn't cancel creating new Track/Bus GroupTim Mayberry
Also fixes it for other sources of delete events like closing the dialog.
2016-02-21prevent crash is VST does not implement effEditGetRectRobin Gareus
2016-02-18Add Pavel Potocek to authorsTim Mayberry
2016-02-18Change the tap tempo estimator to least-squares regressionPavel Potocek
2016-02-17Fix Post Export "Open Folder" button for OS XRobin Gareus
2016-02-17translatable missing plugin messageRobin Gareus
2016-02-17amend missing plugin message to hint that a plugin may be blacklistedRobin 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-14add missing spaceRobin Gareus
2016-02-14Fix issue related to bug #6609, text selection not visible in track name entryTim Mayberry
patch submitted by Julien Roger
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-13Add Julien Roger to authorsTim Mayberry
2016-02-13Fix 6031: Fix inactive MIDI track headers when reloading sessionJulien ROGER
Update the visual state of MidiTimeAxisView accordingly to its route in MidiTimeAxisView::set_route()
2016-02-13Fix 6609: Right-click in active track name box crashesJulien ROGER
When right-clicking in the text entry, popup menu grabs focus. Consequently, the "focus out" handler is called, destroys the text entry and replaces it by the label name of the track. When menu pops up, it tries to access to a widget no longer available.
2016-02-13Hide "Use Buffered I/O" button when switching to backend with no controlTim Mayberry
Which in this case means the JACK backend where the server is already running.
2016-02-13use "Good" resampling quality (lower initial play latency)Robin Gareus
2016-02-12Partial exposure of export-audition playheadRobin Gareus
2016-02-12update signal connetion for new CairoWidget::set_dirty() APIRobin Gareus
2016-02-12Add Playhead to Export Report DialogRobin Gareus
2016-02-12Add Auditioned to Export Report Dialog.Robin Gareus
2016-02-12refine export dialog Location:Robin Gareus
* fix GUI logic for "Timespan" requirement * change order to match filename.
2016-02-12improve consistency of presentational properties in the export dialog.Robin Gareus
2016-02-12Visualize Peaks and TruePeaks in Export ReportRobin Gareus
2016-02-11fix alignment of "N/A" messagesRobin Gareus
2016-02-11Allow removing the timespan name from the export-filename:Robin Gareus
- if only one timespan is exported and - if at least one other name option is set.
2016-02-11remove all traces of "prolooks" and related classesPaul Davis
2016-02-11tweak export dialog layout, add "open folder" buttonRobin Gareus
2016-02-11post-export scaleable layout.Robin Gareus
2016-02-11Add button to Engine Dialog to choose between Portaudio callback and ↵Tim Mayberry
blocking API
2016-02-11Show/Hide midi calibrate button based on AudioBackend::enumerate_devicesTim Mayberry
Rather than use an ifdef to only pack the button on linux just hide the button if the backend doesn't enumerate the devices.
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-11Fix bug #6766, Crash when creating new Session while one is currently openTim Mayberry
2016-02-11Fix bug #6762, MIDNAM note read outs don't work when dragging MIDI noteTim Mayberry
Also fixes it so the key is selected in the piano roll header
2016-02-10exported waveform annotationRobin Gareus