summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
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-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
2015-04-01reverse logic in ArdourWindow key handlingPaul Davis
2015-04-01ArdourDialog and ArdourWindow don't change magic widget focusPaul Davis
2015-04-02Potential fix for AU window close crash.nick_m
2015-04-01remove an “a3” reference.Robin Gareus
2015-04-01protect RouteUI's destructor from crashes caused by MeterStrips with no route.Paul Davis
MeterStrip class heirarchy needs fundamental redesign.
2015-04-01make MeterStrip::state_id() safe against null _route memberPaul Davis
2015-04-02Window focus handling fixes.nick_m
Many windows were not getting key events. Use magic focus infrastructure (built for widgets) to deliver key events via window focus in/out.
2015-03-31updated i18n files from ./waf i18nPaul Davis
2015-03-31Revert "rename excessively old chinese translation"Paul Davis
This reverts commit 428c2f0a9f067c9f14b948543d80877b3f3215ee.
2015-03-31rename excessively old chinese translationPaul Davis
2015-03-31remove duplicated calls to update solo/mute state from RouteUI descendants.Paul Davis
RouteUI::set_route() already does the right thing. Also remove RouteUI::mute_changed() since its only role was to handle the mute change signal from a route, which boost::bind() makes unnecessary since we can connect update_mute_display() directly.
2015-03-31move "been here before" path concept into libardour, and use it ↵Paul Davis
appropriately at startup
2015-03-31pre-release versions were and are a bad ideaPaul Davis
2015-03-31update german translation #6213Edgar Aichinger
2015-03-31fix OSX/PPC 10.4 long mathsRobin Gareus
2015-03-31another “unexpected” translation update.Robin Gareus
2015-03-31remove linux specific menu reference (sorry translators)Robin Gareus
2015-03-31fancy plural form.Robin Gareus
2015-03-30add a startup wrapper script for cfgtoolRobin Gareus