summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2015-04-15update german translationPaul Davis
2015-04-15update russian translationPaul Davis
2015-04-14When running on Windows, hide the Engine dialog before calling ↵John Emmas
'push_state_to_backend()' For some reason we don't understand 'push_state_to_backend()' can interfere with hiding the dialog (causing a partially hidden dialog to remain on screen). It's most likely a timing issue with the Windows version of GTK. Fortunately, reversing the calling order seems to fix it - BUT... If there's no session loaded yet, the user can be left with a very long wait while nothing seems to be happening. The next thing the user would normally see would be the splash image. So let's display it slightly early (so the user can at least see that something's happening). Sadly, it's all very kludgy - but a lot better than what we had before... :)
2015-04-14simplify coaxing clock value out of ardourRobin Gareus
2015-04-13when building context menu for click on mixer strip, ensure clicked-on strip ↵Paul Davis
sets selection appropriately
2015-04-13add bracesPaul Davis
2015-04-13now that there is only 1 effective selection, adjust add-new-track-or-bus ↵Paul Davis
option for after/before selection
2015-04-13remove UI configuration variable link-editor-and-mixer-selection, and make ↵Paul Davis
behaviour be equivalent to this option always being true
2015-04-13fix issue with logic controlling rude isolate buttonPaul Davis
2015-04-11gtk2_ardour code should use translation domain "gtk2_ardour[MAJOR_VERSION]" ↵Paul Davis
not gtk2_ardour3
2015-04-11disable LED-style meters by defaultRobin Gareus
2015-04-11Remove unused pointer to nothing.nick_m
2015-04-10Merge branch 'uk-english'Colin Fletcher
Merge the UK English localisation.
2015-04-10allow MIDI bindings for boolean automationRobin Gareus
2015-04-09bump copyright durationPaul Davis
2015-04-08redraw playhead only if pixel position changed.4.0-rc3Robin Gareus
2015-04-08renice transport iconsRobin Gareus
2015-04-08NOOP, cleanup & commentsRobin Gareus
2015-04-08construct a metronomRobin Gareus
2015-04-08more transport button caironizing.Robin Gareus
2015-04-07fix de7d6a7 (too narrow bar)Robin Gareus
2015-04-07renice transport buttons (part one)Robin Gareus
2015-04-07update ArdourButton Icon APIRobin Gareus
2015-04-07update german translationPaul Davis
2015-04-07and 2c89ec5, keep backend running.Robin Gareus
2015-04-07windows can’t rename open files.Robin Gareus
This needs a better solution after 4.0.
2015-04-06add explanatory commentPaul Davis
2015-04-06make wording consistentPaul Davis
2015-04-06rationalize incorrect design for removing tracks.Paul Davis
Still requires a way to make this work correctly from the mixer window
2015-04-06Separate MonoSpace & Clock font.Robin Gareus
Fixes various issues on OSX (e.g. MIDI-tracer & list editor Layout)
2015-04-06renice 5-pin DIN/MIDI buttonRobin Gareus
2015-04-06renice mixer stripRobin Gareus
Also speed up track creation(!). get_icon()’s regexp file search takes a surprising long time.
2015-04-06replace two more icons w/vector drawing.Robin Gareus
2015-04-05remove non-existence menu itemPaul Davis
2015-04-05cleanup, tweak, reorganize gone-silent dialogPaul Davis
2015-04-05show dialog when audioengine becomes silentPaul Davis
2015-04-06Don't expand mixer track list for long names.nick_m
2015-04-05Port export usability tweaks.nick_m
Port combo didn't register the displayed port until focus changed. Add a separate column for track/bus name and let it take available space.
2015-04-05for those who translate decibel.Robin Gareus
2015-04-05and lock, too.Robin Gareus
2015-04-05Lock, Lock & LockRobin Gareus
2015-04-05translatable monitor section labelsRobin Gareus
2015-04-05amend prev commit (SLA)Robin Gareus
2015-04-05add more contexts for SLA.Robin Gareus
2015-04-05add context to single-letter translatableRobin Gareus
2015-04-04fix mistake in small .de updateEdgar Aichinger
2015-04-05Port matrix useability fix.nick_m
When a page has changed, leave the adjustment where it is on the axis whose size remains the same. On the changed axis, set the scroller to zero.
2015-04-04another small .de updateEdgar Aichinger
2015-04-04fix wrapper script major versionRobin Gareus
2015-04-05Amend 2c28a05nick_m