summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
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-06Revert "[Summary] Sort the routes of session before creating time axises ↵Paul Davis
unconditionally. This will keep tracks sorted even in case a new session created from template." (Mistakenly applied cherry-pick) This reverts commit 448b6f0cc712c0784d2c3bbd4860570ed420b854.
2015-04-06[Summary] Sort the routes of session before creating time axises ↵Valeriy Kamyshniy
unconditionally. This will keep tracks sorted even in case a new session created from template. Conflicts: gtk2_ardour/editor_routes.cc
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
2015-04-04update German translation.Edgar Aichinger
2015-04-04Sort stem and port export dialogs by route order key.nick_m
Also use separate column for checkbox and track name to improve layout.
2015-04-04improve option name consistency.Robin Gareus
2015-04-04add missing space and hyphen.Robin Gareus
2015-04-04Query backend’s setup_required() every time. fixes #6041Robin Gareus
2015-04-03fix hard-coded version in config copy dialog; use yes/no buttons, and ↵4.0-rc2Paul Davis
default to yes
2015-04-02remove hard-coded program namePaul Davis
2015-04-03fix another untranslatableRobin Gareus
2015-04-02wording tweak.Paul Davis
Sorry translators.
2015-04-02Revert "[Summary]: Main menu item "Save Template..." should be disabled ↵Paul Davis
during record process." (record_restricted_actions concept does not exist in Ardour, so this was a mistaken cherry-pick). This reverts commit d13fe65b89a201232a93a207ec6ac8d532c5fd10.
2015-04-02[Summary] Adding option to avoid sorting the routs in Session::foreach ↵Valeriy Kamyshniy
method. Now ARDOUR_UI::every_second do not spend time for unnecessary sorting when calling update_disk_space(). [Reviewed] Paul Davis [Required review] YPozdnyakov, GZharun
2015-04-02[Summary] Sort the routes of session before creating time axises ↵Valeriy Kamyshniy
unconditionally. This will keep tracks sorted even in case a new session created from template. Conflicts: gtk2_ardour/editor_routes.cc
2015-04-02[Summary]: Main menu item "Save Template..." should be disabled during ↵YPozdnyakov
record process.
2015-04-02update German translationEdgar Aichinger
2015-04-02Update gtk2_ardour UK English localisationColin Fletcher
2015-04-02use plural form for menu itemPaul Davis
2015-04-02Revert "fix typo, list output bundles properly."Robin Gareus
This reverts commit ba8b91679a92893e64c2af81585726ff0d6d226c.
2015-04-02auditioning [external] files does not need peaks.Robin Gareus
fix inspired by #6227
2015-04-01revert plugin UI kbd handling so that we get expected forwarding4.0-rc1Paul Davis
2015-04-01reverse logic in plugin GUI key handlingPaul Davis