Mirror of Ardour Source Code
Find a file
Paul Davis 207bbbb395 fix some confusion when redrawing editor/mixer track/strip displays after track/bus deletion
The code relied on the idea that the order-key resync that occurs after deletion would change the order keys and thus cause
a redisplay. But since both the editor and mixer can initiate an order-key resync, the other window's resync will actually
do nothing (the order keys will already be correct). This led to the incorrect placement of material in the tracks canvas,
because the first resync triggered a redisplay while the route still existed, and then the second resync didn't cause a
redisplay (repositioning) but the canvas elements representing the track went away.

Fixed by forcing a redisplay in both editor and mixer if a route deletion is believed to be triggering a row deletion
in their underlying data models.

Conflicts:
	gtk2_ardour/editor_routes.cc
	gtk2_ardour/editor_routes.h
2014-08-17 16:29:16 -04:00
doc
export finish unfinished work at basing all install paths on the program name 2014-08-16 16:10:15 -04:00
gtk2_ardour fix some confusion when redrawing editor/mixer track/strip displays after track/bus deletion 2014-08-17 16:29:16 -04:00
headless Change define to be consistant even though it isn't currently used 2014-08-17 14:53:35 -04:00
icons
libs no more stack smashing, renice debug messages 2014-08-17 16:27:56 -04:00
mcp finish unfinished work at basing all install paths on the program name 2014-08-16 16:10:15 -04:00
midi_maps finish unfinished work at basing all install paths on the program name 2014-08-16 16:10:15 -04:00
msvc_extra_headers Change the function signature for 'abs(int64_t)' (Windows) so that it doesn't conflict with more recent versions of MSVC 2014-08-17 13:47:19 -04:00
MSVCardour3 Remove no longer needed sources from MSVC projects 2014-08-17 15:26:28 -04:00
MSVCMixbus3 add vsprops files 2014-08-16 15:58:42 -04:00
patches
patchfiles finish unfinished work at basing all install paths on the program name 2014-08-16 16:10:15 -04:00
PRD-n-SRS Mixer elements, Inspector elements added. All in progress. 2014-06-12 18:19:50 -04:00
templates finish unfinished work at basing all install paths on the program name 2014-08-16 16:10:15 -04:00
tools update valgrind suppression file (ignore system-wide libs) 2014-08-17 15:28:29 -04:00
vst Fix paths in ardourvst.in 2014-08-17 14:53:31 -04:00
.gitignore [Summary] Added files to ignore list 2014-06-24 13:40:28 +03:00
ardour-3.ttl
ardour.1
ardour.1.es
ardour.1.fr
ardour.1.ru
ardour.dox
ardour_system.rc
ardour_system_sae.rc
COPYING
instant.xml
instant.xml.sae
Makefile
PACKAGER_README
patch.diff
README
test.commit.txt Just a test commit to increase a revision number 2014-06-17 11:09:08 +03:00
testfile.flac
testfile.ogg
TRANSLATORS
waf
wscript Fix install path of ardour_system.rc 2014-08-17 14:50:47 -04:00

Please see the Ardour web site at http://ardour.org/ for all documentation..

For information on building ardour: 
      
     http://ardour.org/development.html