summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2020-05-01set LC_ALL from macOS locale so that setlocale(2) will workPaul Davis
2020-05-01fix apple use of - instead of _ in language identifiers; only set LANGUAGE ↵Paul Davis
if the language preferences are translatable
2020-05-01notice if macOS user has en_US as primary languagePaul Davis
2020-05-01remove hard to understand and incorrect comment sentencePaul Davis
2020-05-01tell stdout if setlocale(2) failsPaul Davis
2020-04-30update other .po filesPaul Davis
2020-04-30fix context-providing translation for de_DE where the context string had ↵Paul Davis
been left in the the translation
2020-04-29only activate MIDI editing bindings if in actual internal edit mode.Paul Davis
Draw mode does not as internal editing for these purposes
2020-04-30Update script menu in the wake of 95932f92deRobin Gareus
2020-04-28Update Japanese translation for 6.0Hiroki Inagaki
2020-04-28Revise French translation, part 7 -- #8035Robin Gareus
2020-04-28tweak minitimeline methods and names to avoid too-early and unnecessary ↵Paul Davis
calls to ::set_colors()
2020-04-28remove unnecessary call to set_colors()Paul Davis
This call also happens before colors are even defined
2020-04-28Remove redundant action prefixRobin Gareus
From Ardour5 to Ardour6 the AccessAction handle changes from "Editor/script-action-<N>" to "LuaAction/script-<N>"
2020-04-28Revise French translation, part 6 -- #8035Robin Gareus
2020-04-28Con't work on ALSA nperiod selection (see also d3d120fa)Robin Gareus
2020-04-27Revert "Fix 8061 (partly): Don't scroll down if no further tracks to scroll to"Johannes Mueller
This reverts commit 81cbf36c5693a6b1c70a29871bb2e0df5f83070b. Limiting scrolling has other drawbacks. A proper fix for the redraw issue has to be found.
2020-04-27Fix 8061 (partly): Don't scroll down if no further tracks to scroll toJohannes Mueller
The issue remains if a track is selected by a "fit-selection" action second last track covers the whole trackview. Then when scrolling one track up, the huge track disappears and a smaller track follows, that covers a lot less space. -> Proper redraw of the track view is still needed.
2020-04-26fix design and implementation of (GUI) transport controllables to make them ↵Paul Davis
usable with MIDI CC control The old code meant that their current value was always zero, and that they would do nothing unless the new value exceeded 0.5
2020-04-26Update German translationEdgar Aichinger
2020-04-26Fix translatable strings and translations (so far)Robin Gareus
The typos in the original English were reported by Edgar Aichinger while working on the German translation.
2020-04-25update gtk2_ardour czech translations (Pavel Frich)Paul Davis
2020-04-25Allow to un/link panner directly from the panner #8024Robin Gareus
When editing a sends, this allows to unlink send panner via the panner's context menu. NB. After 6.0-rc string freeze the context menu needs an update. So far the text from the Processor Box context menu is reused.
2020-04-25Redisplay list editor when the region is moved or resizeNil Geisweiller
Using connection list to not overwrite the previous connection
2020-04-25Fix midi editor to only display notes within temporal visible regionNil Geisweiller
2020-04-25Lua Dialog, fill window with single widgetRobin Gareus
This is particularly helpful with a file-selector (e.g. mixer ccreenshot Script)
2020-04-24use ardour button rather than gtk::button in transport master widgetPaul Davis
2020-04-24carefully position floating text entry when editing transport master namesPaul Davis
2020-04-24only update port lists when a TransportMastersWidget is actually mappedPaul Davis
The overhead of rebuilding for every port registration and unregistration was absurd
2020-04-24fix copy-paste error that prevent transport master request mask from being ↵Paul Davis
set correctly
2020-04-24Revise French translation, part 5 -- #8035Fred Rech
2020-04-24Update key-bindings for all Lua action scripts #8034Robin Gareus
2020-04-24Update Russian translationAlexandre Prokoudine
2020-04-24Indicate unlinked send-panners in pan-widget #8024Robin Gareus
2020-04-24Define color for send pannerRobin Gareus
2020-04-24Use send-API for pan-link, indicate status in tooltip and nameRobin Gareus
2020-04-23minor code reworking for 46fca9062d28682 (no semantic changes)Paul Davis
2020-04-23Honour forward/rewind option when already rolling #8031Mister Benjamin
The options ForwardSlow, Forward and ForwardFast and their respective Rewind options were not honoured in the execution of forward/rewind operations when the transport was already rolling at a slower speed than the forward or rewind option's speed with same direction as the requested direction.
2020-04-23GUI use updated XML::read_buffer APIRobin Gareus
2020-04-22Fix region boundary cache lookup segfaultRobin Gareus
When the cursor position is after the last item in the vector, upper_bound returns the last given iterator, here: `region_boundary_cache.end()`, which is invalid to dereference. Furthermore prevent possible duplicate prev/next pair at zero, when using the video-timelime.
2020-04-22Fix a potential endless recursion from c2b25b453eaRobin Gareus
ArdourDropdown::set_active() -> StateChanged -> .. -> set_active()
2020-04-21Fix translation context (amend 47e4216012)Robin Gareus
2020-04-21Mark user-visible messages for translationAlexandre Prokoudine
2020-04-21Fix typo and update affected translationsRobin Gareus
2020-04-20fix behavior of ARDOUR_UI::transport_rewind/forward actionsPaul Davis
2020-04-20Revise French translation -- #8035Fred Rech
2020-04-20Revise German translationNils Philippsen
- add missing translations - largely follow original message regarding punctuation, capitalization at the beginning of sentences, trailing white space - fix typos and other obvious mistakes Signed-off-by: Nils Philippsen <nils@tiptoe.de>
2020-04-20Initialize uninitialized variable (show foldback sends)Robin Gareus
2020-04-19Save-As for unnamed sessions becomes the same as SavePaul Davis
2020-04-19Update Patch Selector ColorsRobin Gareus
Custom text color is no longer available, so remove it. Also prefer a semantic description "unnamed", not a visual cue.