summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2011-04-20Fix hang on session close that I introduced with the route group changes.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@9388 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-19remove some debugging outputPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@9381 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-19remove some debugging outputPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@9380 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-19fixes to avoid dreadfull thread races and deletion crashes related to the ↵Paul Davis
pluin EQ GUI git-svn-id: svn://localhost/ardour2/branches/3.0@9378 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-19Save route group reorderings in the session file. Link changes in the mixer ↵Carl Hetherington
and editor group lists (part of #3918). git-svn-id: svn://localhost/ardour2/branches/3.0@9377 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-19Remove delete menu item which does the same as cut (#3930).Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@9376 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-19Cleanup some more gint -> bools.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@9374 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-19Remove duplicate call of compute_current_bbt_points which looks like a ↵Carl Hetherington
mis-merge. Update tempo-based rulers on tempo map edit (#3979). git-svn-id: svn://localhost/ardour2/branches/3.0@9373 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-19Add missing ellipsis on Edit menu item.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@9372 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-19Fix the return type for the edit_controls_button_release signal handler. ↵Carl Hetherington
Make a click in the empty space below track controls clear the track selection (#3993). git-svn-id: svn://localhost/ardour2/branches/3.0@9371 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-19Sort track selections before cut/copying their playlists, so that the list ↵Carl Hetherington
of selected playlists is in the same order as their parent tracks are in the editor. Fixes range copy/paste onto several tracks (#3984). git-svn-id: svn://localhost/ardour2/branches/3.0@9370 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-18Extend the y range of the simplerect redraw request in one case to prevent ↵Carl Hetherington
bits being left on the canvas. Fixes #3981. git-svn-id: svn://localhost/ardour2/branches/3.0@9367 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-18Fix radio action registration thinko of my doing. Fixes #3986.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@9366 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-18Remove unused signal.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@9365 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-17Fix further typo.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@9363 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-17Extend range selections using the selected tracks, rather than all tracks.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@9362 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-17Fix typo in bindings file.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@9361 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-17Remove extend-range-to-{start,end}-of-region and replace with ↵Carl Hetherington
move-range-{start,end}-to-{previous,next}-region boundary after discussions with Chris. Seems to make more sense, and works without the need for a region selection, which is fiddly to adjust when one is in range mode. git-svn-id: svn://localhost/ardour2/branches/3.0@9360 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-16Fix step editor note lengths and default to crotchet / mf in the dialogue ↵Carl Hetherington
(#3963). git-svn-id: svn://localhost/ardour2/branches/3.0@9358 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-16Remove some calls to process_updates() which I think prevent GTK coalescing ↵Carl Hetherington
redraw requests. Remove some debugging code. Suspend update of MIDI regions during scroomer drag to speed things up (#3954). git-svn-id: svn://localhost/ardour2/branches/3.0@9357 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-16Fix crash on bouncing a range selection that includes a buss (#3962).Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@9356 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-16Put relief on all toolbar buttons for consistency (#3967).Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@9355 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-15Fix 'make new plugins active' configure option (#3975).Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@9351 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-11Prevent unnecessary recomputation of horizontal zoom parameters after a ↵Carl Hetherington
summary move drag. git-svn-id: svn://localhost/ardour2/branches/3.0@9341 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-09remove all use of access(2) (this was done a bit stupidly, we could have ↵Paul Davis
used g_access) git-svn-id: svn://localhost/ardour2/branches/3.0@9340 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-07Fix crash due to _over_region_trim_target not being updated when a ↵Carl Hetherington
RegionView disappears (#3956). git-svn-id: svn://localhost/ardour2/branches/3.0@9332 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-07don't assume that there is an AutomationControl for every signalled controlPaul Davis
change from ::lv2_ui_write() git-svn-id: svn://localhost/ardour2/branches/3.0@9328 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-06Hopefully allow compilation against gtkmm 2.24.0 (#3946 and #3934).Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@9319 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-06Fix prevention of region drags before time 0 (#3947).Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@9318 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-06Fix my name :)David Robillard
git-svn-id: svn://localhost/ardour2/branches/3.0@9302 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-06Differentiate between pitch-shift (for audio) and transpose (for MIDI). ↵Carl Hetherington
Fixes #3940. git-svn-id: svn://localhost/ardour2/branches/3.0@9299 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-06Rename Transpose to Pitch Shift to correspond with its dialogue box.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@9298 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-06Fix show checkbuttons for mixer groups on startup (#3919). Also synchronise ↵Carl Hetherington
visible status between editor and mixer. git-svn-id: svn://localhost/ardour2/branches/3.0@9297 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-06GPL boilerplate.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@9296 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-06Remove erroneous note about playlists when removing busses.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@9295 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-06Fix typos (part of #3939).Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@9294 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-05Make Enter give RESPONSE_ACCEPT in the normalize dialogue (#3937).Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@9293 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-05remove unused arguments to keep gcc quietPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@9291 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-04Fix broken whitespace (no functional changes).David Robillard
git-svn-id: svn://localhost/ardour2/branches/3.0@9288 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-04remove message about MidiRegionView::redisplay_model() being called without ↵Paul Davis
a model - its OK and this message is distracting git-svn-id: svn://localhost/ardour2/branches/3.0@9280 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-04Slightly grubby fix to restore plugin output meters (#3926).Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@9278 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-04do not set icon list *and* default icon list, which results in a GTK warning ↵Paul Davis
when the per-window icon(s) are found to be already realized because they are the same as the default set git-svn-id: svn://localhost/ardour2/branches/3.0@9277 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-04Update region peak amplitude when the region is trimmed (#3931).Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@9276 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-03Fix center_edit_point action name.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@9275 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-03Fix Transport->Play->Play option name, and rename Play Selection to Play ↵Carl Hetherington
Selected Range (part of #3927). git-svn-id: svn://localhost/ardour2/branches/3.0@9274 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-03Use some helper functions to trim some lines. There should be no functional ↵Carl Hetherington
changes. git-svn-id: svn://localhost/ardour2/branches/3.0@9273 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-02copy pre-defined export presets & formats into the correct location in the ↵Paul Davis
bundle git-svn-id: svn://localhost/ardour2/branches/3.0@9264 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-02cleanup repeated pattern for setting in-bundle search paths and add ↵Paul Davis
ARDOUR_EXPORT_FORMATS_PATH to that list git-svn-id: svn://localhost/ardour2/branches/3.0@9262 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-03-31Make route group editor list reorderable (part of #3918).Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@9250 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-03-30Untick speaker dialog in menu when it is closed (#3898).Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@9245 d708f5d6-7413-0410-9779-e7cbd77b26cf