Nikolay
f3435b0d5f
[Summary] Reworked Sample rate mismatch dialog.
...
[Reviewed] GZharun
2014-11-04 12:10:26 +02:00
unknown
5261368f16
[Summary]: pixel hunting
2014-11-03 18:31:33 +02:00
Robin Gareus
6c34ab8b02
allow to use cairo-image/software surface for canvas & cairowidgets
...
Conflicts:
libs/gtkmm2ext/cairo_widget.cc
2014-11-03 10:03:45 -05:00
Robin Gareus
a1b7c8c91e
remove unused old API
2014-11-03 09:32:49 -05:00
Paul Davis
83904ef575
remove event sensitivity from marker vertical lines
2014-11-03 09:32:08 -05:00
Nikolay
ce1f3803ff
[Summary] New project file for xCode
2014-11-03 16:09:54 +02:00
Nikolay
8c985c98c0
[Summary] Reworked read only session dialog
...
[Reviewed] GZharun
2014-11-03 16:00:40 +02:00
Nikolay
d6da3b20e1
[Summary] Changes in License Dialog
...
[Reviewed] nobody
2014-11-03 13:14:02 +02:00
Paul Davis
3ed57606ca
remove event handling from marker start line, as per Igor's comment on skype
2014-11-02 13:14:04 -05:00
Paul Davis
879d6077e2
repropagate button press event outside of FloatingTextEntry so that the click is still effective, as well as terminating the edit
2014-11-02 11:25:31 -05:00
Paul Davis
da5a348c62
use modal grab and event_is_inside_widget_window() to provide "expected" behaviour when editing in a FloatingTextEntry
2014-11-02 08:54:51 -05:00
Paul Davis
83cef005b6
slightly increased debugging output for -D accelerators
2014-11-02 08:54:12 -05:00
Paul Davis
e001153800
add Gtkmm2ext::event_inside_widget_window()
2014-11-02 08:53:29 -05:00
Paul Davis
417bb7906f
remove unnecessary method declaration
2014-11-02 08:53:07 -05:00
Paul Davis
06c99a5e10
use double-click-based timeout to queue Location::set_skipping() after a single-click on a (skip) marker.
...
This is a classic hack for a GUI design in which single click and double click on an object perform unrelated actions.
2014-11-02 08:52:36 -05:00
Paul Davis
6b332b9883
fix compiler warnings
2014-11-02 08:51:10 -05:00
Paul Davis
4b058e52b6
remove unused MarkerDrag code that was #ifdef'd out, originally from Ardour
2014-11-02 08:47:04 -05:00
Paul Davis
d0f648fce4
use FloatingTextEntry class to do "in-place" editing for marker rename
2014-10-31 10:00:06 -04:00
Paul Davis
3226f13206
add new FloatingTextEntry class
2014-10-31 10:00:06 -04:00
Nikolay
12bc74714d
[Summary] About dialog rework
...
[Reviewed] GZharun
2014-10-31 12:43:32 +02:00
Valeriy Kamyshniy
c671e10d69
[Summary] Fixing the bug. The bug is crashed TRACKS when opening seesions with Toovaloo characters in track names
2014-10-31 01:53:42 +02:00
Valeriy Kamyshniy
dcbf64d8f5
[Summary] Switching app name to Tracks Live
2014-10-31 01:43:09 +02:00
VKamyshniy
acde4227b6
[Summary] Previous change to "Tracks" wha not correct. Let the config folder be "Tracks Live"
2014-10-30 22:10:27 +02:00
VKamyshniy
e5a5e1fe71
[Summary] Switching the application name to Tracks Live
2014-10-30 21:30:15 +02:00
VKamyshniy
e7376abdee
[Summary] Pixel hunting
2014-10-30 19:19:35 +02:00
VKamyshniy
43a80f8266
[Summary] Changing contents of Marker and RangeMarker objects in order to change request from Igor
2014-10-30 17:47:42 +02:00
GZharun
236987c76a
[Summary] Added additional numbers for multiple input tracks, changed number style according to PRD
2014-10-30 17:05:04 +02:00
Paul Davis
3f5cee742f
fix bug that prevents 2 byte MIDI messages (e.g. program change) from being considered as legal.
...
I suspect that this parsing code is still deeply suspect, but I do not have the time to fully investigate
the problems it may have. This commit fixes a very basic bug, and allows program change messages to
be passed through to higher levels in the software
2014-10-29 23:19:54 -04:00
Paul Davis
3b12ea8a9f
improve debug trace output usability from waves_midi_device.cc
2014-10-29 23:18:13 -04:00
Paul Davis
2ed2ba28ec
extend DEBUG_TRACE to waves_midi_event
2014-10-29 23:17:30 -04:00
Paul Davis
2c1c92e8de
move new Waves backend debug bits into libs/pbd/debug.cc because backends are dynamically loaded AFTER command line parsing.
...
See comments in libs/pbd/debug.cc for more details
2014-10-29 22:34:12 -04:00
Paul Davis
4bc383e663
make previous commit actually build (bit rot w.r.t. _pm_device_id, and more)
2014-10-29 22:08:53 -04:00
Paul Davis
8e60c59e5d
convert "COMMENTED DBG LOGS" noise into DEBUG_TRACE messages, and std::cerr/cout messages into PBD::error
2014-10-29 21:52:54 -04:00
Paul Davis
cdc46cef1e
add new debug bit definitions and declarations for Waves backend
2014-10-29 21:52:54 -04:00
VKamyshniy
16e3983e11
[Summary] Temporarily set unlimited samples per pixel for temporal wave zoom.
2014-10-30 01:16:29 +02:00
Paul Davis
4f59429ad5
Revert "alter the way the border of Canvas::Rectangle is drawn to meet the intent that a single pixel border passes through the corner coordinates"
...
This reverts commit 55cd0a4a3393e6b5e6e5091c5bd5a276d71a8656.
2014-10-29 16:28:28 -04:00
Paul Davis
4800934e04
alter the way the border of Canvas::Rectangle is drawn to meet the intent that a single pixel border passes through the corner coordinates
...
Conflicts:
libs/canvas/rectangle.cc
2014-10-29 16:28:28 -04:00
Robin Gareus
2f0adee0ab
fix typo in 58fec98a
...
the documentation was correct: “GTK+ uses G_PRIORITY_HIGH_IDLE + 10
for resizing operations, and G_PRIORITY_HIGH_IDLE + 20 for redrawing
operations.” but the priority for the idle visual changer was wrong.
fixes, follow-playhead and zoom/scrolling under load (no idle)
2014-10-29 16:28:28 -04:00
Paul Davis
c18277c836
remove undefined method from LocationUI
2014-10-29 16:28:28 -04:00
VKamyshniy
e6964ff8ad
[Summary] Per change request from Igor
2014-10-29 21:56:23 +02:00
GZharun
7cadcfa5d6
[Summary] Corrected mistakes in comments
2014-10-29 18:23:09 +02:00
Greg Zharun
112ed7b946
[Summary] Fixed defines in previous task
2014-10-29 18:18:40 +02:00
Greg Zharun
c43330b042
[Summary] Prevented multiple application instances launch on Windows
2014-10-29 16:13:45 +02:00
Greg Zharun
7d8302194f
[Summary] Fixed issue, when tracks were not connected to physical inputs
2014-10-29 12:58:07 +02:00
VKamyshniy
5511f66767
[Summary] Pixel hunting per Igor's request
2014-10-28 18:07:13 +02:00
VKamyshniy
d8262f5432
[Summary] Change request per Igor's request
2014-10-28 15:43:42 +02:00
VKamyshniy
f5ee3d3629
[Summary] Pixel Hunting
2014-10-27 20:26:06 +02:00
GZharun
c8b302d0c0
[Summary] Adding new graphics and XML changes per Igor's request
2014-10-27 16:19:33 +02:00
Nikolay
c99bc110dc
[Summary] Added tooltips on horizontal and vertical zooms
...
[Reviewed] nobobdy
2014-10-23 17:00:16 +03:00
Nikolay
5391c2f4a8
[Summary] Reworked implementation on Esc and on Enter pressed according to new possibilities in parent class WavesDialog
...
[Reviewed] Nobody
2014-10-23 11:46:40 +03:00