2fb0a078d9
cleanup, tweak, reorganize gone-silent dialog
2015-04-05 15:13:05 -04:00
2f02b921f1
bump default silent-after-seconds duration to 10 minutes
2015-04-05 14:04:28 -04:00
c313ec29d6
change the compile flags set by the --freebie configure option to enable silence-after-seconds
2015-04-05 14:03:18 -04:00
c2deeaa96e
show dialog when audioengine becomes silent
2015-04-05 14:02:47 -04:00
8a5b5145cc
add libardour code for going completely silent after a compile-time defined number of seconds
2015-04-05 14:02:30 -04:00
nick_m
fbceec674a
Don't expand mixer track list for long names.
2015-04-06 02:31:52 +10:00
6a7cb8f4e8
AU preset debuging
2015-04-05 18:05:32 +02:00
cb94afa9b9
removed unusued value_as_string.cc source file
2015-04-05 11:16:17 -04:00
35557fdebe
installer: check for jackdbus fixes #6229
2015-04-05 16:46:41 +02:00
f0231766d7
session rename details:
...
* don’t allow to rename read-only sessions
* prevent periodic save (while rename is in progress)
* no renaming while actively recording (peak files
among other things will mess things up)
2015-04-05 16:02:07 +02:00
4b485332ce
fix renaming renamed session.
2015-04-05 16:01:08 +02:00
5694509bdf
fix rename error message
2015-04-05 15:40:25 +02:00
1395125283
update peak filename when renaming session, fixes #5869
2015-04-05 14:55:19 +02:00
nick_m
5b74a227c8
Port export usability tweaks.
...
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-05 21:43:49 +10:00
a8d9014215
add missing include
...
hopefully fixes string collection
2015-04-05 03:13:12 +02:00
5ded2ad928
децибел
2015-04-05 03:03:43 +02:00
48d6361097
for those who translate decibel.
2015-04-05 02:31:10 +02:00
c57d2627a2
and lock, too.
2015-04-05 02:06:03 +02:00
9b457724bd
Lock, Lock & Lock
2015-04-05 02:03:53 +02:00
958b410359
translatable monitor section labels
2015-04-05 01:23:55 +02:00
78f4c6a6dd
amend prev commit (SLA)
2015-04-05 00:52:29 +02:00
0c468dc379
add more contexts for SLA.
2015-04-05 00:44:03 +02:00
6d531b82e0
add context to single-letter translatable
2015-04-05 00:17:53 +02:00
Edgar Aichinger
fdad174932
fix mistake in small .de update
2015-04-04 19:46:49 +02:00
nick_m
7cf04e2b9d
Port matrix useability fix.
...
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-05 03:35:27 +10:00
Edgar Aichinger
a45feecb1b
another small .de update
2015-04-04 19:18:11 +02:00
25e2689532
fix wrapper script major version
2015-04-04 19:12:31 +02:00
nick_m
8d77dc8087
Amend 2c28a05
2015-04-05 02:40:37 +11:00
Edgar Aichinger
02bdd3fd9b
update German translation.
2015-04-04 17:21:53 +02:00
nick_m
2c28a053b4
Sort stem and port export dialogs by route order key.
...
Also use separate column for checkbox and track name to improve layout.
2015-04-04 23:20:15 +11:00
dc1fa4a975
improve option name consistency.
2015-04-04 05:28:56 +02:00
de45d01722
add missing space and hyphen.
2015-04-04 05:09:30 +02:00
7c146a9e22
fix OSC parameter mapping, fixes #6224
...
(ignore non control ports in numbering)
2015-04-04 03:16:53 +02:00
2c89ec5c0b
Query backend’s setup_required() every time. fixes #6041
2015-04-04 02:39:30 +02:00
aae2f9fb4d
fix bundles for ’3.0’, ‘4.0’ tags.
2015-04-03 21:19:22 +02:00
8d80d10d6e
win packaging: use common “define_versions.sh”
2015-04-03 21:17:04 +02:00
f1147a30a7
fix hard-coded version in config copy dialog; use yes/no buttons, and default to yes
2015-04-03 11:35:37 -04:00
4db35028b4
fix: windows uninstall before re-install
2015-04-03 17:07:25 +02:00
4a44f90218
remove hard-coded program name
2015-04-02 21:40:40 -04:00
60589268e8
fix another untranslatable
2015-04-03 03:26:21 +02:00
f3b9816bb6
wording tweak.
...
Sorry translators.
2015-04-02 19:13:38 -04:00
84c1bbb4c7
when copying A3 config files, consider that the user may have /config rather than /ardour.rc.
...
This will be true if they have been self-building from git or
using nightlies.
2015-04-02 19:03:06 -04:00
a842a69c16
allow to prefix tags with “<text>+”
...
eg. mixbus+3.0 or mb+3.1-rc1
2015-04-02 23:42:28 +02:00
eba21335b9
Revert "[Summary]: Main menu item "Save Template..." should be disabled during record process."
...
(record_restricted_actions concept does not exist in Ardour, so this was a
mistaken cherry-pick).
This reverts commit d13fe65b89
.
2015-04-02 16:35:53 -04:00
Valeriy Kamyshniy
21193c6fca
[Summary] Adding option to avoid sorting the routs in Session::foreach 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 16:32:41 -04:00
Valeriy Kamyshniy
5001a680fc
[Summary] Sort the routes of session before creating time axises unconditionally. This will keep tracks sorted even in case a new session created from template.
...
Conflicts:
gtk2_ardour/editor_routes.cc
2015-04-02 16:32:28 -04:00
YPozdnyakov
d13fe65b89
[Summary]: Main menu item "Save Template..." should be disabled during record process.
2015-04-02 16:18:17 -04:00
Edgar Aichinger
c466cd3ea3
update German translation
2015-04-02 21:44:46 +02:00
de0eaad53a
use plural form for menu item
2015-04-02 14:19:12 -04:00
22ca914f1b
Revert "fix typo, list output bundles properly."
...
This reverts commit ba8b91679a
.
2015-04-02 19:01:22 +02:00