Paul Davis
650964f320
Merge branch 'master' into windows
2013-07-17 08:05:59 -04:00
Robin Gareus
562bd6811e
possible fix for http://tracker.ardour.org/view.php?id=5586
2013-07-16 22:44:54 +02:00
Robin Gareus
9f6d97376d
add option to disable cairo-RGBA overlays for meters.
2013-07-16 00:56:36 +02:00
Paul Davis
15be154515
use g_unlink() rather than unlink() universally, requires <glib/gstdio.h> in several files
2013-07-15 14:29:00 -04:00
Paul Davis
0aac62e013
Merge branch 'master' into windows
2013-07-14 08:27:22 -04:00
Robin Gareus
5bae4373c7
implement visual-sensitivity (gray out) for faders
...
Note: bar-controller sensitivity state is not yet set if
automation-mode changes to/from play, but the widget now
supports that.
2013-07-12 19:07:07 +02:00
Robin Gareus
e0bbc0b435
minor peak-meter performance tweak
...
* redraw only missing parts of the outside rectangle,
* don't redraw RMS meter if value has not changed
2013-07-12 17:56:42 +02:00
Paul Davis
b8c369fe2d
Include pbd/timersub.h for mingw build
2013-07-11 15:16:11 -04:00
Paul Davis
965883bc22
Use Glib functions to create tmp file path
2013-07-11 15:15:40 -04:00
Paul Davis
ef3ea6c6a6
Work around badly chosen argument name in giomm/dbusmessage.h
...
interface is defined in windows/mingw headers. hopefully this will
be fixed in giomm at some point and this crap can be removed
2013-07-11 15:14:51 -04:00
Robin Gareus
75f0dfb4a8
fix compiler warning
2013-07-11 20:39:24 +02:00
Paul Davis
4adb2f97cc
Use timeout source to process ui requests on windows
...
Using a timeout source to process ui events/requests is suboptimal
but it works for the moment. Have to use g_source functions as glibmm
functions are not thread safe AFAIK.
Behaviour should be exactly the same on unix.
2013-07-11 12:56:35 -04:00
Paul Davis
7626cd68ac
Hide UI request mechanism from inheriting classes
2013-07-11 12:52:46 -04:00
Robin Gareus
7a62d31056
Episode VI: Return of the ZeroDBline
2013-07-10 15:27:16 +02:00
Robin Gareus
656cc9a0ad
Episode V: the gainfader line strikes back
2013-07-10 15:27:16 +02:00
Robin Gareus
40bc6f5b83
Task Force Viking: operation green line
2013-07-10 15:27:14 +02:00
Robin Gareus
ffbc1c7a8b
with RMS meters: use "peak indicator" as DPM
2013-07-10 15:27:13 +02:00
Robin Gareus
09243a326a
use digital max-peak with RMS meter
2013-07-10 15:27:13 +02:00
Robin Gareus
0710171d90
don't reset meter background/highlight on click.
2013-07-10 15:27:12 +02:00
Robin Gareus
03a510c3d7
prepare meter-widget for dual background color
2013-07-10 15:27:12 +02:00
Robin Gareus
f801144472
less prominent meter shade
2013-07-10 15:27:09 +02:00
Robin Gareus
580cec03ad
add shade gradient to meter
2013-07-10 15:27:08 +02:00
Robin Gareus
d4b1941796
fix meter gradient y-axis only
2013-07-10 15:27:08 +02:00
Robin Gareus
8a16e61b11
make all meter-colors configurable,..
2013-07-10 15:27:07 +02:00
Robin Gareus
571b2d70e9
refactor level-meter widget: 5x2 stops meter colors
2013-07-10 15:27:07 +02:00
Robin Gareus
447e736139
remove b0rked horizontal meter code.
2013-07-10 15:27:07 +02:00
Robin Gareus
a07c50ad80
reduce peak-hold indicator to 2px height
2013-07-10 15:27:05 +02:00
Robin Gareus
a13bdf4153
meter rounded rectangle
2013-07-10 15:27:04 +02:00
Robin Gareus
3823ffc942
configurable meter background color
2013-07-10 15:27:04 +02:00
Robin Gareus
e4d754390e
meter border
2013-07-10 15:27:04 +02:00
Robin Gareus
5b6fd190cb
remove border around meter gradients, again.
2013-07-10 15:27:04 +02:00
Robin Gareus
fdbb0ef780
meter background gradient (hardcoded colors so far)
...
this is a quick test w/black borders only left+right
for Mr oofus to assess.
2013-07-10 15:27:03 +02:00
Robin Gareus
d6d27f10cb
fastmeter: 1px padding left&right
2013-07-10 15:27:03 +02:00
Colin Fletcher
21914c884e
Make scroll-wheel modifier keys consistent in main editor window.
...
Add constants for the keyboard modifiers that should be used for vertical
zoom, horizontal zoom, and horizontal scrolling in the main editor window,
and use these where appropriate rather than using Keyboard::PrimaryModifier
and friends directly.
2013-06-21 20:13:44 +01:00
Paul Davis
a902737db9
various changes to window visibility mgmt, including use of the mixbus2 code for toggling editor + mixer windows. no longer attempt to track changes made outside of ardour, which is a lost cause
2013-05-07 13:01:26 -04:00
Paul Davis
074ef3c859
fix bigclockwindow's lack of hiding, set ArdourWindow to just-hide-on-delete and add a bit of visibility tracking debugging
2013-05-05 15:07:52 -04:00
Paul Davis
69a3310037
VisibilityTracker needs to inherit from sigc::tracker so that it can be used without combination with other sigc::trackable parents; fix partially_visible() logic
2013-05-04 22:01:32 -04:00
Paul Davis
db34831b18
redesign toggling of editor/mixer stacking to use Gtkmm2ext::VisibilityTracker
2013-04-26 14:12:52 -04:00
Paul Davis
722d7f4de6
update all i18n .po files
2013-04-09 09:32:14 -04:00
Paul Davis
f84a3942cf
partially clean up warnings from "prolooks" code
2013-04-06 16:46:21 -04:00
Julien de Kozak
27d77b8719
Fix some compilation warnings
2013-03-30 18:09:40 +01:00
Paul Davis
bd2d4d4247
add new VisibilityTracker class to implement cycling window visibility "properly" - i.e. avoiding hide+show/present to get a hidden or partially obscured window visible again
2013-03-25 20:03:59 -04:00
Paul Davis
16ce39c230
initial, prototype modifications to permit compilation of local libraries as static libs. required a "fix" to libs/pbd/debug.cc to even get the program up and running, and still does not work due to issues with boost::shared_ptr::enable_shared_from_this. controlled by configure-time --internal-{static,shared}-libs, set to shared by default (as has been the case for years)
2013-03-20 17:18:55 -04:00
Robin Gareus
b0fa3896f5
remove cruft (old cvsignore files)
2013-03-17 23:08:27 +01:00
Paul Davis
ac7703edbc
updated .po files, including new cs versions for libs/ardour and libs/gtkmm2ext
...
git-svn-id: svn://localhost/ardour2/branches/3.0@14126 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-03-03 16:42:12 +00:00
Paul Davis
742a036213
updated .de translations from edgar
...
git-svn-id: svn://localhost/ardour2/branches/3.0@14104 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-02-26 18:54:49 +00:00
Paul Davis
bfb56b70b8
new czech translation from pavel frich
...
git-svn-id: svn://localhost/ardour2/branches/3.0@14092 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-02-22 20:15:17 +00:00
Paul Davis
5d4631dc7f
updated spanish translation from Pablo Fernandez (and team)
...
git-svn-id: svn://localhost/ardour2/branches/3.0@14061 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-02-15 17:17:12 +00:00
Paul Davis
241a9edd3e
replace final(?) incidences of program name (ardour, Ardour) with PROGRAM_NAME (thanks to edgar for tracking them all down)
...
git-svn-id: svn://localhost/ardour2/branches/3.0@14050 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-02-05 18:18:35 +00:00
Paul Davis
a97376dd80
fix up rather odd sizing model for ProcessorBox that affected Pixfaders used as controls
...
git-svn-id: svn://localhost/ardour2/branches/3.0@13994 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-01-24 21:58:07 +00:00