cbe476521a
package Product/App specific resources
2016-05-17 13:33:37 +02:00
3c30d47587
remove cruft
2016-05-17 13:12:49 +02:00
fa0ee4f8f3
ARDOUR_PATH is no longer used
2016-05-17 13:12:14 +02:00
026f8dd80f
group Product/App specific resources
...
* only install icons relevant to product
* use program-name (as-is) as prefix
* keep icons/* for all products
2016-05-17 13:12:05 +02:00
b7965a660d
waf's "copy" feature does not install
2016-05-17 11:52:14 +02:00
004990463e
break live-loop if there's no next region - fixes #6848
2016-05-17 02:55:19 +02:00
ffb649616d
Update TRANSLATORS docs to advertize Git-oriented patch submission workflow
2016-05-17 00:07:33 +02:00
3f665883da
clean up configure output
...
print is not interleaved with autowaf.display_msg
2016-05-16 20:05:08 +02:00
2d9ff7b7e7
fix windows builds - rc file needs to be present at build call
2016-05-16 20:04:23 +02:00
78ebead3fd
splash is the day that you got in my system
2016-05-16 18:47:00 +02:00
13e0db6914
icon-name follows program-name
...
so that derivative products don't need to replace binary image/icon
files in the source (use ./waf configure --program-name=...)
2016-05-16 17:35:01 +02:00
e610916c26
updated .de translation from edogawa
2016-05-16 10:36:33 -04:00
69ef55132d
updated .de translation from edogawa
2016-05-16 10:36:33 -04:00
3da44b41bc
updated .de translation from edogawa
2016-05-16 10:36:33 -04:00
1c373bd75c
move unused option heading inside profile-condition
2016-05-16 15:27:56 +02:00
372e3b019e
cleanup menu file, backport Mixbus #ifdef's
2016-05-16 15:23:12 +02:00
7364e6cf20
Mixbus32 and 32C packaging
2016-05-16 15:18:58 +02:00
1b570d9886
peak_amplitude_thread fix - #6807
...
On windows AudioRegionEditor d'tor never returns, stalling or
crashing in pthread_join() after pthread_cancel().
Crashes happen if two thread pools with the same name exist.
(but since the thread has no event loop, no pool is needed)
After showing Region Properties any operation that would close the dialog
will either cause the application to hang indefinitely or terminate.
This also consolidates code: CrossThreadChannel works on windows these days
2016-05-16 02:49:18 +02:00
Sven Gestegård Robertz
89361e0833
fix typo, restore preference tab
2016-05-15 14:45:34 +02:00
1968f9418a
refine wording for loudness normalization
2016-05-14 23:59:47 +02:00
c560ca67bd
some love for session-scripts.
2016-05-14 23:59:32 +02:00
fe74c587f3
add some location and transport related lua bindings
2016-05-14 23:54:04 +02:00
83d5d1e625
whitelist libardour bindings as rt-safe for session-scripts
2016-05-14 23:53:19 +02:00
3060b7bbc4
upper parameter limit is inclusive.
2016-05-14 16:14:45 +02:00
4d74b5e420
action script GUI details (sensitivity + tooltip)
2016-05-14 15:16:23 +02:00
15722b957c
clarify loudness analysis/normalization
2016-05-14 15:16:23 +02:00
d10947d488
Modify the MSVC project for ptformat (which now needs to link to libglib)
2016-05-14 11:19:43 +01:00
963f43a146
libptfformat: use g_fopen() to avoid i18n errors with file paths/names
2016-05-10 18:24:46 -04:00
c23be46c15
use g_fopen() to avoid i18n errors with file paths/names
2016-05-10 15:55:45 -04:00
f108664785
remove wrongly copy/pasted code
2016-05-10 20:54:11 +02:00
5a02c28a58
remove cruft
2016-05-10 20:54:11 +02:00
cc0abf4ef5
add route-ui pin-manager
2016-05-10 20:54:11 +02:00
d53d9b01ab
prepare route pin display (shared mixer + editor-mixer window proxy)
2016-05-10 20:54:11 +02:00
4343191c45
turn Pin GUI into Widget.
2016-05-10 20:54:11 +02:00
7762422087
use main window visibility when toggling between editor + mixer
2016-05-10 10:04:03 -04:00
2a25d25d34
add visibility tracking for main window
2016-05-10 10:03:45 -04:00
4963d65206
track geometry via configure events for tabbable own-windows
2016-05-10 09:46:12 -04:00
ae7cc64377
copy-n-paste the ARDOUR_UI toggle-roll code into BasicUI (for Faderport and others)
2016-05-09 08:17:23 -04:00
ec8a840b1a
Fix bug 6833 in bugzilla
...
http://tracker.ardour.org/view.php?id=6833
When searching for our keyboard bindings file, ArdourKeyboard::find_bindings_files() was trying to find files with the wrong extension:- "..keys" rather than ".keys" (note the extra period). Fortunately, some later code was masking the problem (so we were eventually finding the file correctly). However we might as well fix the problem here, just in case we ever need to call ArdourKeyboard::find_bindings_files() from somewhere else in the future.
2016-05-08 12:06:12 +01:00
914eee9f8c
Accommodate newly introduced source(s) in our MSVC project (libardour)
2016-05-08 11:56:51 +01:00
672528baf4
fix shared_ptr<Route> management in Mackie support so that deleted routes are destroyed
2016-05-07 13:36:04 -04:00
a232673454
make boost shared_ptr debugging a little easier to turn on/off
2016-05-07 13:36:04 -04:00
2f9d5077dc
GUI part of LocaleGuard optimization.
2016-05-07 17:17:41 +02:00
e59ab55831
a few strategic LocaleGuards..
...
..to prevent switching forth and back during individual
::state(), ::set_state() when loading/saving the session or locating.
2016-05-07 17:16:59 +02:00
2066afe28c
fix LV2 locale guard (missed in 6d343ba
search/replace)
2016-05-07 15:38:17 +02:00
a6e4494482
Revert "Add a global state localeguard (and one for route templates)"
...
This reverts commit 2b7a047e92
.
2016-05-07 12:20:40 +02:00
6d343ba3c6
fix LocaleGuard contstructor ( 3dc77280
)
2016-05-07 12:19:41 +02:00
f445ba8bdc
locale debugging
2016-05-07 12:15:12 +02:00
3d7cbe9d94
trying to get to the bottom of the decimal comma.
2016-05-07 01:22:32 +02:00
2b7a047e92
Add a global state localeguard (and one for route templates)
2016-05-07 01:11:28 +02:00