From: Tim Mayberry (timmay_at_pacific.net.au)
Date: 01/05/03 23:36 EST
Message-Id: <200301060429.PAA17067@wisma.pacific.net.au> From: Tim Mayberry <timmay@pacific.net.au> Subject: [ardour-dev] Small fix to editor route list. Date: Mon, 6 Jan 2003 14:36:10 +1000 I noticed that when selecting hide all in the editor route list the list is cleared, instead of just unselecting(hiding) all the tracks. The following one liner patch fixes it. I was also thinking of adding a hide/show all audiotracks and hide/show all audiobuses(is that the plural? audiobii....nah) as that seems more useful than hide/show all to me. I would also add hide/show all audiotracks/audiobuses to the track display list(?) in the mixer window to be consistant. I've been on holiday for the last two weeks so I haven't been using ardour much but I did make it so that height of a region changes when moving it between trackviews. I also fixed a bug that occured when moving a region and releasing the mouse button over an audiobus or outside all trackviews aswell as a few other things. I'm now trying to get snap to working when making a selection aswell as changing how selection works so that I can select more than one track without using editgroups. I'll send a patch after I've tested it all for a while and you can see if you think any of it is worth including. Index: editor_route_list.cc =================================================================== RCS file: /cvsroot/ardour/ardour/gtk_ardour/editor_route_list.cc,v retrieving revision 1.13 diff -u -r1.13 editor_route_list.cc --- editor_route_list.cc 18 Dec 2002 12:29:11 -0000 1.13 +++ editor_route_list.cc 6 Jan 2003 03:55:50 -0000 @@ -197,7 +197,6 @@ } } - route_list.clear (); route_list.thaw (); reset_scrolling_region (); ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ ardour-dev mailing list ardour-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ardour-dev
This archive was generated by hypermail 2.1.5 : 01/05/03 23:35 EST