summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2015-07-23rename Marker classRobin Gareus
Classes are in the global namespace. OSX has a flat namespace and OSX32bit/Carbon has a Marker too.
2015-07-22amend a3c21ae, video-server localhost -> 127.0.0.1Robin Gareus
2015-07-20plugin analysis set block-sizeRobin Gareus
fixes live spectrum analysis (for AU)
2015-07-17reworked variant of john’s soundfile locale fixRobin Gareus
see 87b89a6 IMPORTANT NOTE: In theory, the correct glibmm function should have been Glib::filename_from_utf8() but I couldn't make that work on Windows and ended up using Glib::locale_from_utf8() instead. sfdb import will therefore need to get re-tested on the other platforms (especially in a non-English locale). If this fix doesn't work we should probably revert to the previous strategy but using the global specifier "::g_open()" explicitly… … and only on PLATFORM_WINDOWS (POSIX #define g_open open) fails regardless.
2015-07-16merge fix againBen Loftis
2015-07-16merge fixBen Loftis
2015-07-16offer to scan for plugins at first start.Robin Gareus
2015-07-16remove “Refresh” button in Plugin managerRobin Gareus
use Preferences > Plugins
2015-07-16Revert "Possible fix for http://tracker.ardour.org/view.php?id=6332"Robin Gareus
This reverts commit 1a619472ca0d7514831476bb9be9980ffbd91f46. On Unix systems "#define g_open open" interferes with class member function IMHO this is the wrong approach, the filename should be converted using glib::filename_from_utf8().
2015-07-16Possible fix for http://tracker.ardour.org/view.php?id=6332John Emmas
For sfdb stuff, use glib file functions in preference to ANSI or libsndfile handling. On Windows, we need functions which understand UTF-8 (so that we'll be able to import sound files, even in a non-English locale).
2015-07-16ctrl-shift-click on solo isolate now enables AND disables solo-isolate for ↵Paul Davis
all routes. It would be nice to have operate-on-selection for all this RouteUI stuff, wouldn't it?
2015-07-15remove insanely fast meter fall-off (inaccurate)Robin Gareus
2015-07-15Revert "add debug info for xjadeo binary"Robin Gareus
This reverts commit 8af2d08f88c4a9b3faf14f6d46b2ad2cecdc8ada.
2015-07-13Removed (version specific) keybindings file name from usage.Len Ovens
2015-07-12almost `uname -m` :)Robin Gareus
2015-07-12consolidate windows pingbackRobin Gareus
2015-07-12add ProductName to windows pingbackRobin Gareus
2015-07-11windows announcements file nameRobin Gareus
2015-07-11another windows pingback fixRobin Gareus
2015-07-11tweak windows pingbackRobin Gareus
2015-07-11add missing includeRobin Gareus
2015-07-11cont'd work on windows pingbackRobin Gareus
2015-07-11prepare windows pingbackRobin Gareus
2015-07-11GUI checkbox to en/disable verbose plugin-scanRobin Gareus
2015-07-11fix “Show waveform in regions” Preference.Robin Gareus
2015-07-10tweak video import dialog (handle non video files)Robin Gareus
2015-07-10Allow to select video-files regardless of file ext.Robin Gareus
2015-07-10Add in MXF file as a supported video formatThomas Vecchione
2015-07-10assign new IDs to plugin copies on paste.Robin Gareus
when copying a plugin the state is transferred by serializing XML and setting state from XML. This state includes the unique ID. This ID needs to be identical at first in order to load the state from <session-dir>/plugins/<ID>/*
2015-07-10add context menu to hide/show Midi-tracks - fixes #6430Robin Gareus
2015-07-09add debug info for xjadeo binaryRobin Gareus
2015-07-08add locale-guard when saving engine states, also #6418Robin Gareus
2015-07-07stationary PH: improve performance and reduce jitter.Robin Gareus
2015-07-05tweak human readable names for meter-typesRobin Gareus
2015-07-05Preference GUI for default metersRobin Gareus
2015-07-05remove tabs from python codeRobin Gareus
2015-07-05another python3 issueRobin Gareus
2015-07-04stationary playhead implies follow playheadRobin Gareus
2015-07-04fix various issues when deleting midi region during step-edit Robin Gareus
fixes #6404
2015-07-02possible fix for stack overflow when parsing video infoRobin Gareus
2015-07-02indicate port-connections of non-track typeRobin Gareus
Previously a Midi-track with synth showed “-“ for the output even if the audio output ports were connected. (only MIDI connections are displayed on the button).
2015-06-30set [new] draggable flag for draggable items with tooltips.Robin Gareus
2015-06-30Update Russian translationAlexandre Prokoudine
2015-06-29if a session cannot be loaded, dump the error stack to stderrPaul Davis
2015-06-29handle libXML errors via our own error handling methodsPaul Davis
2015-06-29Revert "start work on auto return target dropdown rather than button"Paul Davis
This reverts commit d1cbb3fb0e36b068dbf516d21891c998266f22a2.
2015-06-29Revert "properly track, update, maintain and set auto return state"Paul Davis
This reverts commit 07d0539526239d895f22123d88411c0d4ee773a4.
2015-06-29Revert "replace two more instances of !! with implicit use of operator bool()"Paul Davis
This reverts commit e8eff9fb9c2fa6fc518404c2f9b731f8c28d3a23. OS X compiler gets confused by this change.
2015-06-29replace two more instances of !! with implicit use of operator bool()Paul Davis
2015-06-29Revert "use newly added operator bool() for Evoral::Beats rather than ↵Paul Davis
double-negation as boolean" This reverts commit a19902b52f08bf33c54e60dfb49c44a1c154f4c9. OS X compiler gets confused by this change.