ardour.git
11 years agothicken up playhead line (again?)
Paul Davis [Sat, 20 Apr 2013 20:11:01 +0000 (16:11 -0400)]
thicken up playhead line (again?)

11 years agotweak event/leave event delivery so that it applies to items being deleted as well...
Paul Davis [Sat, 20 Apr 2013 20:09:43 +0000 (16:09 -0400)]
tweak event/leave event delivery so that it applies to items being deleted as well as motion events (hmm, needed for item addition too ...)

11 years agochange widths of fade lines
Paul Davis [Sat, 20 Apr 2013 20:07:43 +0000 (16:07 -0400)]
change widths of fade lines

11 years agoinitialize image data.
Robin Gareus [Sat, 20 Apr 2013 20:06:12 +0000 (22:06 +0200)]
initialize image data.

11 years agono create cached waveview images that span from render-start to cache-start, but...
Paul Davis [Fri, 19 Apr 2013 14:53:52 +0000 (10:53 -0400)]
no create cached waveview images that span from render-start to cache-start, but always clamp the end to render-end, to avoid creating over-sized images

11 years agorevert to "old" waveform fill color for unselected waveforms
Paul Davis [Fri, 19 Apr 2013 14:12:40 +0000 (10:12 -0400)]
revert to "old" waveform fill color for unselected waveforms

11 years agofix up "other" fade line colors in xfades, and switch to using canvas var "CrossfadeL...
Paul Davis [Fri, 19 Apr 2013 01:30:12 +0000 (21:30 -0400)]
fix up "other" fade line colors in xfades, and switch to using canvas var "CrossfadeLine" for crossfade "lines" rather than "GainLine"

11 years agopart two of ... add Canvas::Arc and derive Canvas::Circle from it
Paul Davis [Fri, 19 Apr 2013 01:29:13 +0000 (21:29 -0400)]
part two of ... add Canvas::Arc and derive Canvas::Circle from it

11 years agoadd Canvas::Arc and derive Canvas::Circle from it
Paul Davis [Fri, 19 Apr 2013 01:28:11 +0000 (21:28 -0400)]
add Canvas::Arc and derive Canvas::Circle from it

11 years agoadd Canvas::Circle
Paul Davis [Thu, 18 Apr 2013 19:47:30 +0000 (15:47 -0400)]
add Canvas::Circle

11 years agoexpand bbox for Canvas::Line to get rid of artifacts caused when moving them around...
Paul Davis [Thu, 18 Apr 2013 19:47:10 +0000 (15:47 -0400)]
expand bbox for Canvas::Line to get rid of artifacts caused when moving them around, as is done for Rectangle and others

11 years agofix various event coordinate system problems with button events on the rulers
Paul Davis [Thu, 18 Apr 2013 19:14:48 +0000 (15:14 -0400)]
fix various event coordinate system problems with button events on the rulers

11 years agoreset xfade colors after theme change
Paul Davis [Thu, 18 Apr 2013 18:21:53 +0000 (14:21 -0400)]
reset xfade colors after theme change

11 years agoget xfade drawing back to pre-cc days
Paul Davis [Thu, 18 Apr 2013 15:18:18 +0000 (11:18 -0400)]
get xfade drawing back to pre-cc days

11 years agosemi-fix xfade display, and reduce number of calls to Curve::get_vector() by a factor...
Paul Davis [Thu, 18 Apr 2013 13:55:53 +0000 (09:55 -0400)]
semi-fix xfade display, and reduce number of calls to Curve::get_vector() by a factor of two

11 years agodisplay waveform polarity correctly
Robin Gareus [Thu, 18 Apr 2013 08:25:09 +0000 (10:25 +0200)]
display waveform polarity correctly

* cairo's Y axis points downward -> invert phase display
* fix logarithmic view for value.max < 0

11 years agotweak up waveform fill colors
Paul Davis [Wed, 17 Apr 2013 19:32:39 +0000 (15:32 -0400)]
tweak up waveform fill colors

11 years agofix playhead dragging from rulers
Paul Davis [Wed, 17 Apr 2013 19:29:03 +0000 (15:29 -0400)]
fix playhead dragging from rulers

11 years agoMerge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvas
Paul Davis [Wed, 17 Apr 2013 19:23:01 +0000 (15:23 -0400)]
Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvas

11 years agovarious work waveview amplitude mgmt; fix playhead cursor drag from timebar click
Paul Davis [Wed, 17 Apr 2013 19:22:09 +0000 (15:22 -0400)]
various work waveview amplitude mgmt; fix playhead cursor drag from timebar click

11 years agoArdourCanvas::Image allow to set custom data instead of class pre-allocated memory.
Robin Gareus [Wed, 17 Apr 2013 18:26:09 +0000 (20:26 +0200)]
ArdourCanvas::Image allow to set custom data instead of class pre-allocated memory.

11 years agoMerge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvas
Paul Davis [Wed, 17 Apr 2013 15:01:03 +0000 (11:01 -0400)]
Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvas

11 years agoremove all calls to Outline::set_outline_width (1) because this is "wrong" when using...
Paul Davis [Wed, 17 Apr 2013 14:56:04 +0000 (10:56 -0400)]
remove all calls to Outline::set_outline_width (1) because this is "wrong" when using Cairo - the default is 0.5 and it can remain that way

11 years agofix clamping of line and rect coordinates to avoid issues with cairo when drawing...
Paul Davis [Wed, 17 Apr 2013 14:53:17 +0000 (10:53 -0400)]
fix clamping of line and rect coordinates to avoid issues with cairo when drawing way outside a surface's dimensions; move various coordinate methods down to Canvas, because they don't require GTK information; make visible_area() a Canvas virtual method so that we don't have to cast to call it

11 years agovtl: more frame->sample renames and cleaning
Robin Gareus [Wed, 17 Apr 2013 07:09:56 +0000 (09:09 +0200)]
vtl: more frame->sample renames and cleaning

11 years agochange UIConfig to use accessor/setter methods like RCConfig so that ParameterChanged...
Paul Davis [Wed, 17 Apr 2013 03:46:22 +0000 (23:46 -0400)]
change UIConfig to use accessor/setter methods like RCConfig so that ParameterChanged methods can actually be emitted; add variable (over a small range) background shading for all TimeAxisViewItems

11 years agofix bug with tempo lines not extending far enough in the y-axis - since this is the...
Paul Davis [Wed, 17 Apr 2013 02:22:45 +0000 (22:22 -0400)]
fix bug with tempo lines not extending far enough in the y-axis - since this is the cairo canvas now, just extend them to COORD_MAX .. yay!

11 years agofix typo
Paul Davis [Wed, 17 Apr 2013 01:39:24 +0000 (21:39 -0400)]
fix typo

11 years agofix screwup with 5285d2 and 930fce
Robin Gareus [Wed, 17 Apr 2013 01:36:35 +0000 (03:36 +0200)]
fix screwup with 5285d2 and 930fce

11 years agoamend to 930fce
Robin Gareus [Wed, 17 Apr 2013 01:34:54 +0000 (03:34 +0200)]
amend to 930fce

11 years agoMerge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvas
Paul Davis [Wed, 17 Apr 2013 01:23:55 +0000 (21:23 -0400)]
Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvas

11 years agomake waveform gradient depth continuously variable. color probably needs adjusting...
Paul Davis [Wed, 17 Apr 2013 01:23:50 +0000 (21:23 -0400)]
make waveform gradient depth continuously variable. color probably needs adjusting as do color stops to get a pleasing effect at most settings

11 years agovtl: s/[audio]frame/sample/
Robin Gareus [Wed, 17 Apr 2013 01:21:39 +0000 (03:21 +0200)]
vtl: s/[audio]frame/sample/

11 years agovtl: remove cruft
Robin Gareus [Wed, 17 Apr 2013 01:10:51 +0000 (03:10 +0200)]
vtl: remove cruft

11 years agoMerge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvas
Paul Davis [Wed, 17 Apr 2013 00:38:17 +0000 (20:38 -0400)]
Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvas

11 years agovirtual Fill:: and Outline:: methods so that Canvas::Items that cache image rendering...
Paul Davis [Wed, 17 Apr 2013 00:38:10 +0000 (20:38 -0400)]
virtual Fill:: and Outline:: methods so that Canvas::Items that cache image renderings of themselves can invalidate those caches when colors etc. change; add Item::{begin,end}_visual_change() so that we can notify the canvas more efficiently when *only* visual properties have changed and not the bounding box (probably needs to be used more widely)

11 years agovtl: get rid of unused "bar" inside the ruler
Robin Gareus [Wed, 17 Apr 2013 00:25:08 +0000 (02:25 +0200)]
vtl: get rid of unused "bar" inside the ruler

11 years agovtl: get rid of one more unnecessary canvas-group
Robin Gareus [Tue, 16 Apr 2013 23:15:47 +0000 (01:15 +0200)]
vtl: get rid of one more unnecessary canvas-group

11 years agosome rationalization of how global WaveView properties and per-WaveView properties...
Paul Davis [Tue, 16 Apr 2013 22:02:12 +0000 (18:02 -0400)]
some rationalization of how global WaveView properties and per-WaveView properties interact

11 years agovtl: remove superfluous group
Robin Gareus [Tue, 16 Apr 2013 21:28:53 +0000 (23:28 +0200)]
vtl: remove superfluous group

11 years agovtl: use ArdourImage
Robin Gareus [Tue, 16 Apr 2013 20:57:19 +0000 (22:57 +0200)]
vtl: use ArdourImage

* update videotimeline -> new zoom, position API
* update image-frame use Cairo based ArdourImage instead of GdkPixbuf

11 years agosomewhat restore ability to see rectified waveforms
Paul Davis [Tue, 16 Apr 2013 20:14:57 +0000 (16:14 -0400)]
somewhat restore ability to see rectified waveforms

11 years agorestore log-scaled waveform functionality
Paul Davis [Tue, 16 Apr 2013 19:38:18 +0000 (15:38 -0400)]
restore log-scaled waveform functionality

11 years ago(hopefully) fix double-buffering design of ArdourCanvas::Image
Paul Davis [Tue, 16 Apr 2013 18:20:04 +0000 (14:20 -0400)]
(hopefully) fix double-buffering design of ArdourCanvas::Image

11 years agochange rendering technique for waveforms, add back optional gradient, add back amplit...
Paul Davis [Tue, 16 Apr 2013 18:04:59 +0000 (14:04 -0400)]
change rendering technique for waveforms, add back optional gradient, add back amplitude scaling, add rgb/hsv conversion utilities to canvas

11 years agofix some unused argument warnings
Paul Davis [Tue, 16 Apr 2013 18:04:07 +0000 (14:04 -0400)]
fix some unused argument warnings

11 years agofix some unused argument warnings
Paul Davis [Tue, 16 Apr 2013 18:03:51 +0000 (14:03 -0400)]
fix some unused argument warnings

11 years agoremove commented out popup about video export success
Paul Davis [Tue, 16 Apr 2013 18:03:21 +0000 (14:03 -0400)]
remove commented out popup about video export success

11 years agoadd back various functionality to waveviews such as zero line, amplitude scaling
Paul Davis [Tue, 16 Apr 2013 14:07:52 +0000 (10:07 -0400)]
add back various functionality to waveviews such as zero line, amplitude scaling

11 years agopartially fix scaling issues with pathological MIDI regions (e.g. 15k notes per regio...
Paul Davis [Tue, 16 Apr 2013 13:25:53 +0000 (09:25 -0400)]
partially fix scaling issues with pathological MIDI regions (e.g. 15k notes per region), particularly during loading. more to be done, perhaps, for editing purposes where we redisplay the entire model after a change

11 years agoadd some comments to Canvas::Image and ensure that the canvas redraws after a put_ima...
Paul Davis [Tue, 16 Apr 2013 02:34:36 +0000 (22:34 -0400)]
add some comments to Canvas::Image and ensure that the canvas redraws after a put_image() call is handled in the GUI thread

11 years agoadd headers to all canvas .cc and .h files
Paul Davis [Tue, 16 Apr 2013 02:10:18 +0000 (22:10 -0400)]
add headers to all canvas .cc and .h files

11 years agoremove all xml++.h inclusion by canvas implementations
Paul Davis [Tue, 16 Apr 2013 02:00:13 +0000 (22:00 -0400)]
remove all xml++.h inclusion by canvas implementations

11 years agoremove all XML related API from canvas. it may have been useful during development...
Paul Davis [Tue, 16 Apr 2013 01:57:08 +0000 (21:57 -0400)]
remove all XML related API from canvas. it may have been useful during development, but it is just a distraction - we will NEVER be saving or restoring canvas state via XML or any kind of serialized state

11 years agoadd new canvas Image item, with somewhat optimized API for asynchronous, threaded...
Paul Davis [Tue, 16 Apr 2013 01:40:15 +0000 (21:40 -0400)]
add new canvas Image item, with somewhat optimized API for asynchronous, threaded rendering directly into an image buffer suitable for use by cairo as a source surface (currently untested)

11 years agofix markers so that the blue line spans both canvases
Paul Davis [Mon, 15 Apr 2013 20:10:13 +0000 (16:10 -0400)]
fix markers so that the blue line spans both canvases

11 years agotweak time axis view item text positioning; allow ArdourCanvas::Text to have its...
Paul Davis [Mon, 15 Apr 2013 18:45:22 +0000 (14:45 -0400)]
tweak time axis view item text positioning; allow ArdourCanvas::Text to have its width clamped, and use this as TAVI's get narrow so that text doesn't overflow

11 years agoFix dragging objects on the canvas and remove redundant canvas groups
Paul Davis [Mon, 15 Apr 2013 17:50:05 +0000 (13:50 -0400)]
Fix dragging objects on the canvas and remove redundant canvas groups

Delivery of fake motion events to the editor needed the event coordinates to be
in canvas space, as they are with "real" events. Editor and other objects had
many redundant groups from timbyr's work on gnomecanvas to scroll by moving
groups. We don't need this anymore with cairo-canvas (though possibly a
stationay background group for the canvas might be useful again one day as in
the SAE logo. Its implementation would be fairly different though, since we
would have to explicitly move the group on every scroll, since nothing else
ever moves on scroll).

Also tweaks to text item placement, and switch TimeAxisViewItem from
name_pixbuf to name_text, since ArdourCanvas::Text is already "pixbuf optimized".

11 years agoa few changes to fix region dragging, all related to coordinate system handling,...
Paul Davis [Mon, 15 Apr 2013 14:38:12 +0000 (10:38 -0400)]
a few changes to fix region dragging, all related to coordinate system handling, which is now much simpler with the new canvas; more debugging output when asked for

11 years agoremove another pointless adjustment
Paul Davis [Sat, 13 Apr 2013 11:50:31 +0000 (07:50 -0400)]
remove another pointless adjustment

11 years agoremoval of sundry Adjustments and consolidation of scrolling around two editor-owned...
Paul Davis [Sat, 13 Apr 2013 11:29:49 +0000 (07:29 -0400)]
removal of sundry Adjustments and consolidation of scrolling around two editor-owned Adjustments

11 years agoMerge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvas
Paul Davis [Sat, 13 Apr 2013 01:47:02 +0000 (21:47 -0400)]
Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvas

11 years agochanges to get cairocanvas branch to build on OS X, with its stupid nil and Rect...
Paul Davis [Sat, 13 Apr 2013 01:46:44 +0000 (21:46 -0400)]
changes to get cairocanvas branch to build on OS X, with its stupid nil and Rect macros, plus some const_cast<> and unused variable fixes that should really be in master but will have to wait till we rebase master

11 years agoremove TimeAxisView::clip_to_viewport() and Editor::update_canvas_now() and Editor...
Paul Davis [Fri, 12 Apr 2013 22:01:44 +0000 (18:01 -0400)]
remove TimeAxisView::clip_to_viewport() and Editor::update_canvas_now() and Editor::flush_canvas() which should no longer be necessary with a sane canvas design

11 years agomanual translate events in Editor::track_canvas_scroll() to canvas space, because...
Paul Davis [Fri, 12 Apr 2013 22:00:46 +0000 (18:00 -0400)]
manual translate events in Editor::track_canvas_scroll() to canvas space, because the event arrives there directly, not via the canvas. no other similar eventhandler in that code uses the event coordinates

11 years agostop using vertical adjustment to account for scrolling, since event coordinates...
Paul Davis [Fri, 12 Apr 2013 16:53:52 +0000 (12:53 -0400)]
stop using vertical adjustment to account for scrolling, since event coordinates for all events that are delivered to the canvas are adjusted before Editor sees them

11 years agochange frames_per_pixel to samples_per_pixel
Paul Davis [Fri, 12 Apr 2013 15:31:50 +0000 (11:31 -0400)]
change frames_per_pixel to samples_per_pixel

11 years agoswitch from frames_per_pixel to samples_per_pixel in the one canvas object that uses...
Paul Davis [Fri, 12 Apr 2013 15:31:17 +0000 (11:31 -0400)]
switch from frames_per_pixel to samples_per_pixel in the one canvas object that uses this

11 years agoleftmost_position => leftmost_sample, current_page_frames => current_page_samples
Paul Davis [Fri, 12 Apr 2013 15:21:12 +0000 (11:21 -0400)]
leftmost_position => leftmost_sample, current_page_frames => current_page_samples

11 years agochange all frame_to_pixel and pixel_to_frame to sample_to_pixel and pixel_to_sample
Paul Davis [Fri, 12 Apr 2013 15:15:45 +0000 (11:15 -0400)]
change all frame_to_pixel and pixel_to_frame to sample_to_pixel and pixel_to_sample

11 years agoremove all unit-based methods from (Public)Editor; rationalize Editor::event_frame...
Paul Davis [Fri, 12 Apr 2013 15:09:49 +0000 (11:09 -0400)]
remove all unit-based methods from (Public)Editor; rationalize Editor::event_frame() to clearly identify whether the passed-in GdkEvent has window units or canvas units (the latter will be true for all events that are handled by the canvas and then passed to Editor

11 years agoslightly optimize drawing of rectangles with all 4 sides outlined to avoid multiple...
Paul Davis [Fri, 12 Apr 2013 15:08:24 +0000 (11:08 -0400)]
slightly optimize drawing of rectangles with all 4 sides outlined to avoid multiple paths etc

11 years agoMerge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvas
Paul Davis [Fri, 12 Apr 2013 02:54:22 +0000 (22:54 -0400)]
Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvas

11 years agoadd (bezier) curves to canvas, use for automation lines; fix issue with rectangles...
Paul Davis [Fri, 12 Apr 2013 02:54:12 +0000 (22:54 -0400)]
add (bezier) curves to canvas, use for automation lines; fix issue with rectangles missing their upper line segment; more cairo canvas fixes

11 years agomany changes to get the cairo-canvas version much, much more functional. still proble...
Paul Davis [Fri, 12 Apr 2013 00:19:22 +0000 (20:19 -0400)]
many changes to get the cairo-canvas version much, much more functional. still problems with a lot of subtle and not-so-subtle issues

11 years agofix up positioning of verbose cursor if it is too close to the bottom of the canvas...
Paul Davis [Fri, 12 Apr 2013 00:01:14 +0000 (20:01 -0400)]
fix up positioning of verbose cursor if it is too close to the bottom of the canvas (for MidiRegionView)

11 years agoMerge branch 'master' into cairocanvas
Robin Gareus [Thu, 11 Apr 2013 20:24:05 +0000 (22:24 +0200)]
Merge branch 'master' into cairocanvas

Conflicts:
gtk2_ardour/editor.h
gtk2_ardour/editor_canvas.cc
gtk2_ardour/wscript

11 years agoenable videotimeline by default
Robin Gareus [Thu, 11 Apr 2013 17:49:29 +0000 (19:49 +0200)]
enable videotimeline by default

11 years agopossible fix for #5441 -- ardour hangs on shutdown (trying to stop harvid/xjadeo)
Robin Gareus [Wed, 10 Apr 2013 21:41:44 +0000 (23:41 +0200)]
possible fix for #5441 -- ardour hangs on shutdown (trying to stop harvid/xjadeo)

11 years agovtl: remove inadvertently committed CURLERRORDEBUG
Robin Gareus [Wed, 10 Apr 2013 21:40:23 +0000 (23:40 +0200)]
vtl: remove inadvertently committed CURLERRORDEBUG

11 years agoremove intermediate GdkPixbuf from waveview rendering, and use shared_array<> to...
Paul Davis [Wed, 10 Apr 2013 19:27:55 +0000 (15:27 -0400)]
remove intermediate GdkPixbuf from waveview rendering, and use shared_array<> to manage peak data

11 years agoremove incorrect merge of cairocanvas patch that stopped most tracks from displaying...
Paul Davis [Wed, 10 Apr 2013 18:42:36 +0000 (14:42 -0400)]
remove incorrect merge of cairocanvas patch that stopped most tracks from displaying; add more debugging info

11 years agoMerge branch 'master' into cairocanvas
Paul Davis [Wed, 10 Apr 2013 16:37:16 +0000 (12:37 -0400)]
Merge branch 'master' into cairocanvas

11 years agoadd -D canvasevents tracing for grabbed items and remove render count output
Paul Davis [Wed, 10 Apr 2013 15:09:16 +0000 (11:09 -0400)]
add -D canvasevents tracing for grabbed items and remove render count output

11 years agoremove debugging output
Paul Davis [Wed, 10 Apr 2013 14:53:21 +0000 (10:53 -0400)]
remove debugging output

11 years agoremove extra output from PBD::stacktrace
Paul Davis [Wed, 10 Apr 2013 14:49:27 +0000 (10:49 -0400)]
remove extra output from PBD::stacktrace

11 years agoalter arrow drawing to fully close path and thus avoid cairo mitering variability
Paul Davis [Wed, 10 Apr 2013 14:27:37 +0000 (10:27 -0400)]
alter arrow drawing to fully close path and thus avoid cairo mitering variability

11 years agomake size/shape of playhead cursor match gnomecanvas version
Paul Davis [Wed, 10 Apr 2013 14:24:17 +0000 (10:24 -0400)]
make size/shape of playhead cursor match gnomecanvas version

11 years agofix LXVST support for plugins that make audioMaster callbacks from within effOpen...
Paul Davis [Wed, 10 Apr 2013 12:32:39 +0000 (08:32 -0400)]
fix LXVST support for plugins that make audioMaster callbacks from within effOpen (e.g. glitch)

11 years agoMerge branch 'master' of git.ardour.org:ardour/ardour
Paul Davis [Tue, 9 Apr 2013 18:25:02 +0000 (14:25 -0400)]
Merge branch 'master' of git.ardour.org:ardour/ardour

11 years agoMerge branch 'master' into cairocanvas
Paul Davis [Tue, 9 Apr 2013 18:23:41 +0000 (14:23 -0400)]
Merge branch 'master' into cairocanvas

11 years agoa variety of fixes for the cairocanvas, but it still buggy as hell handling events...
Paul Davis [Tue, 9 Apr 2013 18:22:58 +0000 (14:22 -0400)]
a variety of fixes for the cairocanvas, but it still buggy as hell handling events  and lots of other stuff

11 years agovtl: query video-monitor-state on explicit session save
Robin Gareus [Tue, 9 Apr 2013 15:13:42 +0000 (17:13 +0200)]
vtl: query video-monitor-state on explicit session save

11 years agoupdate all i18n .po files
Paul Davis [Tue, 9 Apr 2013 13:32:14 +0000 (09:32 -0400)]
update all i18n .po files

11 years agovtl: rework session-needs-save logic
Robin Gareus [Tue, 9 Apr 2013 02:05:07 +0000 (04:05 +0200)]
vtl: rework session-needs-save logic

* videotimeline now immediately marks the session dirty on
  every state-changing operation
* video-montor is polled every 2.5 seconds for menu-relevant state info
  (ontop, OSD,..) and every 30 seconds for full state (window pos, size,..)
* new interface to query the video-monitor for its state and wait for
  all replies - terminating the process and using ::wait() is no longer
  required
* Ardour> quit and Ardour > close-session does no longer close the video
  session to enforce video-monitor state sync but uses above new interface

11 years agovtl: disconnect from session-save signal
Robin Gareus [Tue, 9 Apr 2013 01:47:47 +0000 (03:47 +0200)]
vtl: disconnect from session-save signal

the videotimeline is a global unique instance that is allocated during
startup and deleted on exit. The Scopedconnection is not deleted
with the session.

11 years agovtl: resume if "don't close/exit" is selected
Robin Gareus [Mon, 8 Apr 2013 22:48:15 +0000 (00:48 +0200)]
vtl: resume if "don't close/exit" is selected

11 years agomo' better debugging of canvas "structure" via Item::dump and derivatives
Paul Davis [Mon, 8 Apr 2013 23:48:09 +0000 (19:48 -0400)]
mo' better debugging of canvas "structure" via Item::dump and derivatives

11 years agofix up marker text color
Paul Davis [Mon, 8 Apr 2013 23:47:54 +0000 (19:47 -0400)]
fix up marker text color

11 years agovtl: mark session dirty if video position-lock or timeline height changes
Robin Gareus [Mon, 8 Apr 2013 19:17:48 +0000 (21:17 +0200)]
vtl: mark session dirty if video position-lock or timeline height changes