summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2016-07-18Normalize API rename part 2Robin Gareus
2016-07-18Update pingback to use ArdourCurlRobin Gareus
2016-07-18remove old a3_curl API and switch some curl callsRobin Gareus
Keep freesound-moocher as is until freesound-apiv2 branch is merged or rebased.
2016-07-18ArdourCurl: prepare to unify various curl callsRobin Gareus
mainly motivated by a central location to setup SSL.
2016-07-18pingback:: use curl_free() for pointers returned by curl_easy_escape()Colin Fletcher
As per the curl documentation, use curl_free() for pointers returned by curl_easy_escape() rather than plain free().
2016-07-17fix cURL/SSLRobin Gareus
pingback comes first. We need defaults (with SSL). Later explicit (Freesound Moocher) and implicit (curl_easy_init) calls to curl_global_init are idempotent and won't get the flags back.
2016-07-17quick hack to test SSL in bundlesRobin Gareus
this needs to be reverted, and we need a proper curl wrapper, shared by video-timeline AND freesound moocher
2016-07-16fix double quote in fr.poRobin Gareus
2016-07-16repeat "Scan" button in plugin sub-menusRobin Gareus
2016-07-16Better choice for ports on external send creationJulien "_FrnchFrgg_" RIVAUD
Ardour tried to make an educated guess at the initial number of outputs for a new send. It used the channel configuration of the master bus, if it existed, else the channel configuration of the route itself. That guess is good in most cases, but in the case of a track/bus without audio channels, creating a send with audio doesn't make sense. In that case, also use the route outputs as a base for the send configuration.
2016-07-16Review, import and augment translations from edwsaintesprit@hotmail.comJulien "_FrnchFrgg_" RIVAUD
2016-07-16export RT support as Timespan optionRobin Gareus
2016-07-16adjust plugin-UI height when toggling expandersRobin Gareus
2016-07-15hotfix C++ locale (OSX, windows)Robin Gareus
2016-07-15Update french translationJulien "_FrnchFrgg_" RIVAUD
2016-07-15Make french translation up-to-date with Ardour's current codeJulien "_FrnchFrgg_" RIVAUD
2016-07-14fix OSX compilationRobin Gareus
2016-07-14fix file permissions - themes are not executableRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-14NO-OP whitespaceRobin Gareus
2016-07-14fix plugin-analysis for VST (no in-place processing)Robin Gareus
2016-07-14UIConfig needs C numeric locale while setting GTK color themePaul Davis
2016-07-14correctly initialize C++ locale as well as C localePaul Davis
2016-07-14another i18n/.po updatePaul Davis
2016-07-14fix plural form snafu in translation macroPaul Davis
2016-07-14another i18n/.po updatePaul Davis
2016-07-14regenerate and manually fix all PO files so that ./waf i18n doesn't generate ↵Paul Davis
unnecessary errors
2016-07-13make ./waf install do the right thing with color filesPaul Davis
2016-07-13better color choice for control master controls box in editorPaul Davis
2016-07-13fix save/restore of preferences torn-off-window statePaul Davis
2016-07-13use Session::cancel_all_solo()Paul Davis
2016-07-13fix odd double conditionalPaul Davis
2016-07-13set a theme color for VCA axes in the editorPaul Davis
2016-07-13fix stem-export of no-input busses/tracksRobin Gareus
2016-07-13initialize more uninitialized variables..Robin Gareus
2016-07-12remove VCA drop buttonPaul Davis
2016-07-12use new midi-note-name APIRobin Gareus
2016-07-12VCA/Control Masters are displayed at fixed positions (initially), so ↵Paul Davis
insert-at options are irrelevant when adding them
2016-07-12VCA/Control Masters have no signal, so output i/o options are irrelevant ↵Paul Davis
when adding them
2016-07-12two more places where the user can explicitly set the session end now also ↵Paul Davis
make the end non-free
2016-07-12GUI side of : once the user has explicitly set the session range end, ↵Paul Davis
playlist/range changes do not move it. The user may drag the marker, edit in the Location UI, or use nudge, to set the end
2016-07-12do not show windows derived from ArdourDialog at startup.Paul Davis
See code comment for more details
2016-07-12when using toggle-editor-and-mixer, if current tab is neither, go to mixer ↵Paul Davis
first. This makes using Alt-m (the default binding) feel a lot more sensible
2016-07-12remove pointless version of Stripable::set_presentation_order()Paul Davis
2016-07-12add mouse interaction to inline displayRobin Gareus
2016-07-12more compact generic knob-ui layoutRobin Gareus
2016-07-11add _FrnchFrgg_ to creditsRobin Gareus
2016-07-11fix OSX compilation (flat namespace)Robin Gareus
reference to 'Rect' is ambiguous ..../CarbonCore.framework/Headers/MacTypes.h defines typedef struct Rect
2016-07-11tweak generic plugin knob-widgetsRobin Gareus
remove label, use tooltip (saves space, more compact layout)
2016-07-11extend ArdourKnob ToolTipsRobin Gareus
allow to set/change tooltip-prefix and set a "printer" in preparation for properly using the Knob in Plugin UIs