13
0
livetrax/gtk2_ardour
David Robillard ffaf827d93 Eliminate a ton of unnecessary complete redrawing in MIDI stream views:
Only resize vertically (don't reaload model) on range changes.
Keep track of range in model while loading (writing to model), rather than double display MIDI regions to find out.
Don't go crazy and chew CPU blinking around and doing nothing on initial show of MIDI track context menu.
Change radio 'full range' and 'contents range' menu items to non-radio actions that just set the range appropriately.
Fix crashes on some esoteric case of control data I can't figure out, but fixed anyway, so I guess it all worked out well in the end for everybody.


git-svn-id: svn://localhost/ardour2/branches/3.0@3794 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-09-23 02:40:29 +00:00
..
glade Some fixes to the new session dialog. 2006-05-10 10:22:38 +00:00
icons new files from sakari, missed last time 2008-09-17 12:56:41 +00:00
pixmaps Merged with trunk R1283. 2007-01-09 23:24:54 +00:00
po merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
.cvsignore sfdb displays file info. 2006-01-05 05:15:29 +00:00
about.cc merge Sakari's (sbergen) branch back into 3.0, removing libsndfile and adding taglib 2008-09-17 08:44:51 +00:00
about.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
actions.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
actions.h merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
add_midi_cc_track_dialog.cc Restore visible CC/etc automation tracks on session load. 2008-09-19 17:24:52 +00:00
add_midi_cc_track_dialog.h 'Channel safe' MIDI: 2008-02-19 01:31:24 +00:00
add_route_dialog.cc Set add route dialog non-resizeable so WMs size it more sensibly (looked ridiculous in ion3). 2008-09-22 16:44:06 +00:00
add_route_dialog.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
analysis_window.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
analysis_window.h merge with 2.0-ongoing @ rev 3147 2008-03-17 20:54:03 +00:00
ardbg Fix deleting of MIDI regions. 2008-09-14 18:12:37 +00:00
ardev merge from 2.0-ongoing by hand, minus key binding editor 2007-10-11 22:07:47 +00:00
ardev_common.sh.in Don't defer Editor::track_canvas_size_allocated () (defer the timebar redrawing instead) + some performance improvements to said function, fix puzzling ineffective thinko wrt region movement, show/hide playhead more sensibly. 2008-09-20 09:06:49 +00:00
ardour_dialog.cc merge Sakari's (sbergen) branch back into 3.0, removing libsndfile and adding taglib 2008-09-17 08:44:51 +00:00
ardour_dialog.h merge Sakari's (sbergen) branch back into 3.0, removing libsndfile and adding taglib 2008-09-17 08:44:51 +00:00
ardour_image_compositor_socket.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
ardour_ui_dependents.cc Merge with 2.0-ongoing R3071. 2008-02-16 22:43:18 +00:00
ardour_ui_dialogs.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
ardour_ui_ed.cc merge Sakari's (sbergen) branch back into 3.0, removing libsndfile and adding taglib 2008-09-17 08:44:51 +00:00
ardour_ui_mixer.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
ardour_ui_options.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
ardour_ui.cc chris goddard's region list patch; port 2.X marker drag/move changes to 3.0; compilation fixes-post-evoral 2008-09-19 14:38:46 +00:00
ardour_ui.h merge Sakari's (sbergen) branch back into 3.0, removing libsndfile and adding taglib 2008-09-17 08:44:51 +00:00
ardour_ui2.cc Fix parameter range stuff and automation time axis height (somewhat...). 2008-09-19 06:30:49 +00:00
ardour-sae.menus merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
ardour.menus merge Sakari's (sbergen) branch back into 3.0, removing libsndfile and adding taglib 2008-09-17 08:44:51 +00:00
ardour.sh.in Install everything to *ardour3* instead of *ardour2*. 2008-01-13 21:34:04 +00:00
ardour2_ui_sae.conf Merge with 2.0-ongoing R3071. 2008-02-16 22:43:18 +00:00
ardour2.desktop.in merge with 2.0-ongoing @ rev 3147 2008-03-17 20:54:03 +00:00
ardour2.xml merge with 2.0-ongoing @ rev 3147 2008-03-17 20:54:03 +00:00
ardour3_ui_dark.rc.in Preliminary (read: kludgey) MIDI import support. 2008-02-18 19:45:52 +00:00
ardour3_ui_default.conf Prevent tempo lines from stealing events, but break marker bars visually when scrolled down... 2008-09-14 23:08:19 +00:00
ardour3_ui_light.rc.in Merge with 2.0-ongoing R3071. 2008-02-16 22:43:18 +00:00
arprof merge from 2.0-ongoing by hand, minus key binding editor 2007-10-11 22:07:47 +00:00
arval Fix pathname. 2007-11-06 12:01:02 +00:00
au_pluginui.h merge 3.0 from 2.0-ongoing@3243 2008-04-11 14:06:50 +00:00
au_pluginui.mm merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
audio_clock.cc chris goddard's region list patch; port 2.X marker drag/move changes to 3.0; compilation fixes-post-evoral 2008-09-19 14:38:46 +00:00
audio_clock.h chris goddard's region list patch; port 2.X marker drag/move changes to 3.0; compilation fixes-post-evoral 2008-09-19 14:38:46 +00:00
audio_region_editor.cc Merged with trunk R1622. 2007-03-19 07:07:38 +00:00
audio_region_editor.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
audio_region_view.cc Merge all the (disconcertingly missing) track/region/etc height changes from 2.0. 2008-09-19 19:32:10 +00:00
audio_region_view.h Merge all the (disconcertingly missing) track/region/etc height changes from 2.0. 2008-09-19 19:32:10 +00:00
audio_streamview.cc Merge all the (disconcertingly missing) track/region/etc height changes from 2.0. 2008-09-19 19:32:10 +00:00
audio_streamview.h Merge all the (disconcertingly missing) track/region/etc height changes from 2.0. 2008-09-19 19:32:10 +00:00
audio_time_axis.cc - Call channel pressure channel pressure, not aftertouch (that's key specific). 2008-09-21 18:08:18 +00:00
audio_time_axis.h - Call channel pressure channel pressure, not aftertouch (that's key specific). 2008-09-21 18:08:18 +00:00
automation_controller.cc Display recorded controller data (fix show all/existing automation). 2008-09-21 16:17:02 +00:00
automation_controller.h Display recorded controller data (fix show all/existing automation). 2008-09-21 16:17:02 +00:00
automation_line.cc Display recorded controller data (fix show all/existing automation). 2008-09-21 16:17:02 +00:00
automation_line.h Display recorded controller data (fix show all/existing automation). 2008-09-21 16:17:02 +00:00
automation_region_view.cc Fix crash on dragging a region with a visible automation region that has no line. 2008-09-21 16:35:55 +00:00
automation_region_view.h Display recorded controller data (fix show all/existing automation). 2008-09-21 16:17:02 +00:00
automation_selectable.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
automation_selection.h Factor out sequencing related things into an independant new library: "evoral". 2008-09-19 00:47:49 +00:00
automation_streamview.cc Fix crash on dragging a region with a visible automation region that has no line. 2008-09-21 16:35:55 +00:00
automation_streamview.h Display recorded controller data (fix show all/existing automation). 2008-09-21 16:17:02 +00:00
automation_time_axis.cc Fix CC interpolation (i.e. output a maximum reslution stream of CC for a line segment). 2008-09-21 17:11:11 +00:00
automation_time_axis.h make tracks visible again 2008-09-12 09:01:52 +00:00
axis_view.cc make tracks visible again 2008-09-12 09:01:52 +00:00
axis_view.h merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
bundle_manager.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
bundle_manager.h Various work on bundles. We now have a Bundle Manager dialogue, and hopefully things are a bit cleaner internally. This commit changes the session file format with respect to bundles (or Connections as they used to be called). 2007-10-19 13:30:07 +00:00
canvas_impl.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
canvas_vars.h merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
canvas-curve.h "finalmunge" patch from nick, plus work on editor region list and actions infrastructure from me 2005-10-09 05:03:29 +00:00
canvas-hit.h Factor out sequencing related things into an independant new library: "evoral". 2008-09-19 00:47:49 +00:00
canvas-imageframe.c merge with 2.0-ongoing @ rev 3147 2008-03-17 20:54:03 +00:00
canvas-imageframe.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
canvas-note-event.cc Factor out sequencing related things into an independant new library: "evoral". 2008-09-19 00:47:49 +00:00
canvas-note-event.h Factor out sequencing related things into an independant new library: "evoral". 2008-09-19 00:47:49 +00:00
canvas-note.cc Factor out sequencing related things into an independant new library: "evoral". 2008-09-19 00:47:49 +00:00
canvas-note.h Factor out sequencing related things into an independant new library: "evoral". 2008-09-19 00:47:49 +00:00
canvas-program-change.cc Move event specific ringbuffer stuff to evoral. 2008-09-22 16:28:02 +00:00
canvas-program-change.h Factor out sequencing related things into an independant new library: "evoral". 2008-09-19 00:47:49 +00:00
canvas-simpleline.c merge with 2.0-ongoing @ rev 3147 2008-03-17 20:54:03 +00:00
canvas-simpleline.h Canvas GObject fixes 2005-11-26 10:28:55 +00:00
canvas-simplerect.c merge with 2.0-ongoing @ rev 3147 2008-03-17 20:54:03 +00:00
canvas-simplerect.h miscellaneous fixes post-jesse's 24 bit file format changes 2006-02-11 02:34:03 +00:00
canvas-waveview.c merge with 2.0-ongoing @ rev 3147 2008-03-17 20:54:03 +00:00
canvas-waveview.h Merge with trunk R2935. 2008-01-19 03:49:52 +00:00
canvas.h merge with 2.0-ongoing @ rev 3147 2008-03-17 20:54:03 +00:00
cocoacarbon.mm merge with 2.0-ongoing @ rev 3147 2008-03-17 20:54:03 +00:00
connection_editor.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
connection_editor.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
control_point.cc Note modes: note, percussion. 2007-07-07 03:19:04 +00:00
control_point.h Tidy. 2008-09-19 01:16:44 +00:00
crossfade_edit.cc Fix parameter range stuff and automation time axis height (somewhat...). 2008-09-19 06:30:49 +00:00
crossfade_edit.h Tidy. 2008-09-19 01:16:44 +00:00
crossfade_view.cc Merge all the (disconcertingly missing) track/region/etc height changes from 2.0. 2008-09-19 19:32:10 +00:00
crossfade_view.h Merge all the (disconcertingly missing) track/region/etc height changes from 2.0. 2008-09-19 19:32:10 +00:00
crossfade_xpms.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
curvetest.cc Fix parameter range stuff and automation time axis height (somewhat...). 2008-09-19 06:30:49 +00:00
diamond.cc * fixed display bug: changing the height on tracks doesnt rescale CanvasHits 2008-04-21 16:42:55 +00:00
diamond.h * renamed canvas-midi-event.* into canvas-note-event.* 2008-04-29 21:58:05 +00:00
draginfo.h chris goddard's region list patch; port 2.X marker drag/move changes to 3.0; compilation fixes-post-evoral 2008-09-19 14:38:46 +00:00
editing_syms.h merge 3.0 from 2.0-ongoing@3243 2008-04-11 14:06:50 +00:00
editing.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
editing.h merge 3.0 from 2.0-ongoing@3243 2008-04-11 14:06:50 +00:00
editor_actions.cc merge Sakari's (sbergen) branch back into 3.0, removing libsndfile and adding taglib 2008-09-17 08:44:51 +00:00
editor_audio_import.cc Fix sndfile pkg-config name and SYSLIBS. 2008-09-17 21:48:57 +00:00
editor_audiotrack.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
editor_canvas_events.cc merge 2.0-ongoing into 3.0 @ 3581 - 3710 2008-09-10 21:27:39 +00:00
editor_canvas.cc Don't defer Editor::track_canvas_size_allocated () (defer the timebar redrawing instead) + some performance improvements to said function, fix puzzling ineffective thinko wrt region movement, show/hide playhead more sensibly. 2008-09-20 09:06:49 +00:00
editor_cursors.cc Don't defer Editor::track_canvas_size_allocated () (defer the timebar redrawing instead) + some performance improvements to said function, fix puzzling ineffective thinko wrt region movement, show/hide playhead more sensibly. 2008-09-20 09:06:49 +00:00
editor_edit_groups.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
editor_enums.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
editor_export_audio.cc merge Sakari's (sbergen) branch back into 3.0, removing libsndfile and adding taglib 2008-09-17 08:44:51 +00:00
editor_hscroller.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
editor_imageframe.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
editor_items.h Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837. 2008-01-10 21:20:59 +00:00
editor_keyboard.cc merge with 2.0-ongoing @ rev 3147 2008-03-17 20:54:03 +00:00
editor_keys.cc Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837. 2008-01-10 21:20:59 +00:00
editor_markers.cc merge Sakari's (sbergen) branch back into 3.0, removing libsndfile and adding taglib 2008-09-17 08:44:51 +00:00
editor_mixer.cc Don't defer Editor::track_canvas_size_allocated () (defer the timebar redrawing instead) + some performance improvements to said function, fix puzzling ineffective thinko wrt region movement, show/hide playhead more sensibly. 2008-09-20 09:06:49 +00:00
editor_mouse.cc Don't defer Editor::track_canvas_size_allocated () (defer the timebar redrawing instead) + some performance improvements to said function, fix puzzling ineffective thinko wrt region movement, show/hide playhead more sensibly. 2008-09-20 09:06:49 +00:00
editor_nudge.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
editor_ops.cc chris goddard's region list patch; port 2.X marker drag/move changes to 3.0; compilation fixes-post-evoral 2008-09-19 14:38:46 +00:00
editor_region_list.cc chris goddard's region list patch; port 2.X marker drag/move changes to 3.0; compilation fixes-post-evoral 2008-09-19 14:38:46 +00:00
editor_route_list.cc Merge all the (disconcertingly missing) track/region/etc height changes from 2.0. 2008-09-19 19:32:10 +00:00
editor_rulers.cc Fix track height, partial merge of recent 2.0 updates (speed up track resizing, fix disappearing automation controls), rework layers and groups on canvas. 2008-09-17 19:04:16 +00:00
editor_scrub.cc Initial import of gtk2_ardour. 2005-09-25 18:42:24 +00:00
editor_selection_list.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
editor_selection.cc chris goddard's region list patch; port 2.X marker drag/move changes to 3.0; compilation fixes-post-evoral 2008-09-19 14:38:46 +00:00
editor_tempodisplay.cc merge 2.0-ongoing into 3.0 @ 3581 - 3710 2008-09-10 21:27:39 +00:00
editor_timefx.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
editor_xpms Merged with trunk R1283. 2007-01-09 23:24:54 +00:00
editor.cc change design for how certain region list items operate if there are multiple regions selected, add glue-to-bars-and-beats even when there are multiple regions selected 2008-09-22 05:59:17 +00:00
editor.h Don't defer Editor::track_canvas_size_allocated () (defer the timebar redrawing instead) + some performance improvements to said function, fix puzzling ineffective thinko wrt region movement, show/hide playhead more sensibly. 2008-09-20 09:06:49 +00:00
engine_dialog.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
engine_dialog.h Merge with trunk R2920. 2008-01-15 17:23:57 +00:00
enums.cc merge with 2.0-ongoing @ rev 3147 2008-03-17 20:54:03 +00:00
enums.h merge with 2.0-ongoing @ rev 3147 2008-03-17 20:54:03 +00:00
ergonomic-us.bindings.in Change redirectmenu to processormenu 2008-09-14 09:00:23 +00:00
evtest.cc Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837. 2008-01-10 21:20:59 +00:00
export_channel_selector.cc new files from sakari, missed last time 2008-09-17 12:56:00 +00:00
export_channel_selector.h new files from sakari, missed last time 2008-09-17 12:56:00 +00:00
export_dialog.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
export_dialog.h Merge with 2.0-ongoing R3082. 2008-02-19 22:10:27 +00:00
export_filename_selector.cc new files from sakari, missed last time 2008-09-17 12:56:00 +00:00
export_filename_selector.h new files from sakari, missed last time 2008-09-17 12:56:00 +00:00
export_format_dialog.cc new files from sakari, missed last time 2008-09-17 12:56:00 +00:00
export_format_dialog.h new files from sakari, missed last time 2008-09-17 12:56:00 +00:00
export_format_selector.cc new files from sakari, missed last time 2008-09-17 12:56:00 +00:00
export_format_selector.h new files from sakari, missed last time 2008-09-17 12:56:00 +00:00
export_main_dialog.cc * Added filename extension definitions for export presets and format profiles 2008-09-20 22:06:02 +00:00
export_main_dialog.h * Added PBD::UUID 2008-09-19 16:56:01 +00:00
export_multiplicator.cc new files from sakari, missed last time 2008-09-17 12:56:00 +00:00
export_multiplicator.h new files from sakari, missed last time 2008-09-17 12:56:00 +00:00
export_range_markers_dialog.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
export_range_markers_dialog.h Merge with 2.0-ongoing R3082. 2008-02-19 22:10:27 +00:00
export_region_dialog.cc Merge with 2.0-ongoing R3082. 2008-02-19 22:10:27 +00:00
export_region_dialog.h Merge with 2.0-ongoing R3082. 2008-02-19 22:10:27 +00:00
export_session_dialog.cc Merge with 2.0-ongoing R3082. 2008-02-19 22:10:27 +00:00
export_session_dialog.h Merge with 2.0-ongoing R3082. 2008-02-19 22:10:27 +00:00
export_timespan_selector.cc new files from sakari, missed last time 2008-09-17 12:56:00 +00:00
export_timespan_selector.h new files from sakari, missed last time 2008-09-17 12:56:00 +00:00
fft_graph.cc merge with 2.0-ongoing @ rev 3147 2008-03-17 20:54:03 +00:00
fft_graph.h merge with 2.0-ongoing @ rev 3147 2008-03-17 20:54:03 +00:00
fft_result.cc Fixes for GCC 4.3. 2008-05-02 18:35:05 +00:00
fft_result.h merge with 2.0-ongoing @ rev 3147 2008-03-17 20:54:03 +00:00
gain_meter.cc Factor out sequencing related things into an independant new library: "evoral". 2008-09-19 00:47:49 +00:00
gain_meter.h merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
generic_pluginui.cc Display recorded controller data (fix show all/existing automation). 2008-09-21 16:17:02 +00:00
gettext.h Initial import of gtk2_ardour. 2005-09-25 18:42:24 +00:00
ghostregion.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
ghostregion.h * first prototype of program changes UI show up correctly (see http://www.flickr.com/photos/24012642@N02/2451596190/) 2008-04-29 07:28:24 +00:00
gprofhelper.c Initial import of gtk2_ardour. 2005-09-25 18:42:24 +00:00
gtk-custom-hruler.c Merged with trunk (painfully) 2006-06-13 07:27:52 +00:00
gtk-custom-hruler.h more gobject fixups 2005-11-27 01:23:55 +00:00
gtk-custom-ruler.c Merged with trunk (painfully) 2006-06-13 07:27:52 +00:00
gtk-custom-ruler.h misc stuff 2005-11-29 03:56:38 +00:00
gui_thread.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
i18n.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
imageframe_p.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
imageframe_socket_handler.cc Move Session::find_session into a session_utils.h header 2007-05-18 02:41:44 +00:00
imageframe_socket_handler.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
imageframe_time_axis_group.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
imageframe_time_axis_group.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
imageframe_time_axis_view.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
imageframe_time_axis_view.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
imageframe_time_axis.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
imageframe_time_axis.h merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
imageframe_view.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
imageframe_view.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
imageframe.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
imageframe.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
io_selector.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
io_selector.h Various work on bundles. We now have a Bundle Manager dialogue, and hopefully things are a bit cleaner internally. This commit changes the session file format with respect to bundles (or Connections as they used to be called). 2007-10-19 13:30:07 +00:00
itest.cc Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
keyboard.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
keyboard.h merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
keyeditor.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
keyeditor.h Merge with 2.0-ongoing R2883. 2008-01-10 22:22:29 +00:00
latency_gui.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
latency_gui.h merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
level_meter.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
level_meter.h merge 3.0 from 2.0-ongoing@3243 2008-04-11 14:06:50 +00:00
lineset.cc Fix weird formatting in lineset.cc to match conventions. 2008-02-23 02:14:17 +00:00
lineset.h Apply MIDI keyboard and "scroomer" patch. 2008-01-13 17:45:17 +00:00
location_ui.cc merge Sakari's (sbergen) branch back into 3.0, removing libsndfile and adding taglib 2008-09-17 08:44:51 +00:00
location_ui.h merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
logmeter.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
lv2_plugin_ui.cc Fix compilation w/ LV2. 2008-09-11 16:07:40 +00:00
lv2_plugin_ui.h merge 2.0-ongoing into 3.0 @ 3581 - 3710 2008-09-10 21:27:39 +00:00
main.cc merge Sakari's (sbergen) branch back into 3.0, removing libsndfile and adding taglib 2008-09-17 08:44:51 +00:00
marker_selection.h chris goddard's region list patch; port 2.X marker drag/move changes to 3.0; compilation fixes-post-evoral 2008-09-19 14:38:46 +00:00
marker_time_axis_view.cc Moved canvas colors and theme file selection into new ui specific config system 2007-06-29 17:13:09 +00:00
marker_time_axis_view.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
marker_time_axis.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
marker_time_axis.h merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
marker_view.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
marker_view.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
marker.cc merge 2.0-ongoing into 3.0 @ 3581 - 3710 2008-09-10 21:27:39 +00:00
marker.h Merge with 2.0-ongoing R2885. 2008-01-12 23:45:50 +00:00
midi_channel_selector.cc Fix various MIDI corruption bugs. 2008-05-12 02:40:48 +00:00
midi_channel_selector.h Fix various MIDI corruption bugs. 2008-05-12 02:40:48 +00:00
midi_port_dialog.cc Add a label to the add midi port button in the options editor. Give the Add MIDI port dialog a slightly friendlier name. 2007-10-05 12:23:17 +00:00
midi_port_dialog.h merge changes to libmidi++ API from 2.0-ongoing 2007-08-06 14:19:19 +00:00
midi_region_view.cc Eliminate a ton of unnecessary complete redrawing in MIDI stream views: 2008-09-23 02:40:29 +00:00
midi_region_view.h Eliminate a ton of unnecessary complete redrawing in MIDI stream views: 2008-09-23 02:40:29 +00:00
midi_scroomer.cc Committed underlay support (from Audun). 2008-02-10 18:16:25 +00:00
midi_scroomer.h Apply MIDI keyboard and "scroomer" patch. 2008-01-13 17:45:17 +00:00
midi_streamview.cc Eliminate a ton of unnecessary complete redrawing in MIDI stream views: 2008-09-23 02:40:29 +00:00
midi_streamview.h Eliminate a ton of unnecessary complete redrawing in MIDI stream views: 2008-09-23 02:40:29 +00:00
midi_time_axis.cc Eliminate a ton of unnecessary complete redrawing in MIDI stream views: 2008-09-23 02:40:29 +00:00
midi_time_axis.h Eliminate a ton of unnecessary complete redrawing in MIDI stream views: 2008-09-23 02:40:29 +00:00
midi_util.h * implemented editing velocities (http://tracker.ardour.org/view.php?id=2148) 2008-04-03 21:47:47 +00:00
mixer_strip.cc Factor out sequencing related things into an independant new library: "evoral". 2008-09-19 00:47:49 +00:00
mixer_strip.h merge with 2.0-ongoing @ rev 3147 2008-03-17 20:54:03 +00:00
mixer_ui.cc merge 2.0-ongoing into 3.0 @ 3581 - 3710 2008-09-10 21:27:39 +00:00
mixer_ui.h merge 3.0 from 2.0-ongoing@3243 2008-04-11 14:06:50 +00:00
mnemonic-us.bindings.in Change redirectmenu to processormenu 2008-09-14 09:00:23 +00:00
mtest_other.menus more fixes on the long road to compiling 2005-11-17 21:31:37 +00:00
mtest_shared.menu added files 2005-11-13 12:17:56 +00:00
mtest.cc Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
mtest.menus more fixes on the long road to compiling 2005-11-17 21:31:37 +00:00
new_session_dialog.cc Fixes for GCC 4.3. 2008-05-02 18:35:05 +00:00
new_session_dialog.h Merge with 2.0-ongoing R2885. 2008-01-12 23:45:50 +00:00
option_editor.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
option_editor.h merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
opts.cc Fix key stealing on MIDI region views. 2008-02-21 20:20:40 +00:00
opts.h Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837. 2008-01-10 21:20:59 +00:00
panner_ui.cc Factor out sequencing related things into an independant new library: "evoral". 2008-09-19 00:47:49 +00:00
panner_ui.h merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
panner.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
panner.h Further automation refactoring - bring in the concept of Controllable, work towards 2007-06-29 04:02:58 +00:00
panner2d.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
panner2d.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
piano_roll_header.cc Committed underlay support (from Audun). 2008-02-10 18:16:25 +00:00
piano_roll_header.h Changed Byte to uint8_t in some files (left out from drobilla's previous commit) 2008-05-24 16:07:33 +00:00
playlist_selection.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
playlist_selector.cc Use boost::shared_ptr instead of raw pointers for RouteUI track (etc) accessors (fix FIXME in route_ui.h). 2007-06-15 22:05:07 +00:00
playlist_selector.h Fix include statements so they match all other files in gtk2_ardour 2007-12-15 23:28:47 +00:00
plugin_interest.h merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
plugin_selector.cc merge 2.0-ongoing into 3.0 @ 3581 - 3710 2008-09-10 21:27:39 +00:00
plugin_selector.h merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
plugin_ui.cc merge 2.0-ongoing into 3.0 @ 3581 - 3710 2008-09-10 21:27:39 +00:00
plugin_ui.h merge 2.0-ongoing into 3.0 @ 3581 - 3710 2008-09-10 21:27:39 +00:00
point_selection.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
port_matrix.cc * bugfix: Inputs and Outputs swapped in the Track/Bus Inspector 2008-05-21 23:01:40 +00:00
port_matrix.h Various work on bundles. We now have a Bundle Manager dialogue, and hopefully things are a bit cleaner internally. This commit changes the session file format with respect to bundles (or Connections as they used to be called). 2007-10-19 13:30:07 +00:00
processor_box.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
processor_box.h merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
processor_selection.h use XML state to store processors in mixer (strips) and fixup crash caused by missing AutomationController for integer LADSPA plugin params 2007-08-01 22:18:46 +00:00
prompter.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
prompter.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
public_editor.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
public_editor.h merge Sakari's (sbergen) branch back into 3.0, removing libsndfile and adding taglib 2008-09-17 08:44:51 +00:00
region_editor.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
region_gain_line.cc Tidy. 2008-09-19 01:16:44 +00:00
region_gain_line.h Remove redundant view <-> model value mapping stuff from AudioRegionGainLine. 2007-08-13 21:38:04 +00:00
region_selection.cc Add some comments to the RegionSelection class. 2007-10-06 17:27:07 +00:00
region_selection.h Add some comments to the RegionSelection class. 2007-10-06 17:27:07 +00:00
region_view.cc Merge all the (disconcertingly missing) track/region/etc height changes from 2.0. 2008-09-19 19:32:10 +00:00
region_view.h Fix parameter range stuff and automation time axis height (somewhat...). 2008-09-19 06:30:49 +00:00
rgb_macros.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
rhythm_ferret.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
rhythm_ferret.h merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
route_params_ui.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
route_params_ui.h allow user tweaking of everything that might have inherent latency; add GUI for track level adjustment and widget that can be (but is not yet) embedded in a plugin GUI 2007-06-27 22:06:35 +00:00
route_processor_selection.cc use XML state to store processors in mixer (strips) and fixup crash caused by missing AutomationController for integer LADSPA plugin params 2007-08-01 22:18:46 +00:00
route_processor_selection.h use XML state to store processors in mixer (strips) and fixup crash caused by missing AutomationController for integer LADSPA plugin params 2007-08-01 22:18:46 +00:00
route_selection.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
route_time_axis.cc Display recorded controller data (fix show all/existing automation). 2008-09-21 16:17:02 +00:00
route_time_axis.h - Call channel pressure channel pressure, not aftertouch (that's key specific). 2008-09-21 18:08:18 +00:00
route_ui.cc Factor out sequencing related things into an independant new library: "evoral". 2008-09-19 00:47:49 +00:00
route_ui.h merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
SAE-de.bindings.in Change redirectmenu to processormenu 2008-09-14 09:00:23 +00:00
SAE-us.bindings.in Change redirectmenu to processormenu 2008-09-14 09:00:23 +00:00
SConscript Remove ogg and flac compile flags from libs/ardour and gtk2_ardour. This removes the FLAC/assert.h problem. 2008-09-20 17:30:24 +00:00
selectable.h Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837. 2008-01-10 21:20:59 +00:00
selection_templates.h Re-work main right-click context menu to operate on the selection, and remove some confusion about what region(s) will be affected by menu selections. 2007-05-10 11:53:35 +00:00
selection.cc chris goddard's region list patch; port 2.X marker drag/move changes to 3.0; compilation fixes-post-evoral 2008-09-19 14:38:46 +00:00
selection.h chris goddard's region list patch; port 2.X marker drag/move changes to 3.0; compilation fixes-post-evoral 2008-09-19 14:38:46 +00:00
send_ui.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
send_ui.h merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
session_metadata_dialog.cc new files from sakari, missed last time 2008-09-17 12:56:00 +00:00
session_metadata_dialog.h new files from sakari, missed last time 2008-09-17 12:56:00 +00:00
sfdb_freesound_mootcher.cc merge 3.0 from 2.0-ongoing@3243 2008-04-11 14:06:50 +00:00
sfdb_freesound_mootcher.h merge 3.0 from 2.0-ongoing@3243 2008-04-11 14:06:50 +00:00
sfdb_ui.cc Show file selector in import dialog (how that one happened I don't know). 2008-09-22 17:24:39 +00:00
sfdb_ui.h merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
simpleline_p.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
simpleline.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
simpleline.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
simplerect_p.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
simplerect.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
simplerect.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
splash.cc merge with 2.0-ongoing @ rev 3147 2008-03-17 20:54:03 +00:00
splash.h Merge with 2.0-ongoing R3071. 2008-02-16 22:43:18 +00:00
splash.png Merged with trunk R992. 2006-10-21 19:01:50 +00:00
streamview.cc Merge all the (disconcertingly missing) track/region/etc height changes from 2.0. 2008-09-19 19:32:10 +00:00
streamview.h Merge all the (disconcertingly missing) track/region/etc height changes from 2.0. 2008-09-19 19:32:10 +00:00
strip_selection.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
tape_region_view.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
tape_region_view.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
tempo_dialog.cc Merge with 2.0-ongoing R3077. 2008-02-17 17:49:38 +00:00
tempo_dialog.h Merge with 2.0-ongoing R3077. 2008-02-17 17:49:38 +00:00
tempo_lines.cc Pulled tempo line stuff out into it's own relatively self-contained class. 2007-08-05 21:31:02 +00:00
tempo_lines.h Pulled tempo line stuff out into it's own relatively self-contained class. 2007-08-05 21:31:02 +00:00
theme_manager.cc Merge with trunk R2978. 2008-02-02 03:57:35 +00:00
theme_manager.h Merge with trunk R2978. 2008-02-02 03:57:35 +00:00
time_axis_view_item.cc Merge all the (disconcertingly missing) track/region/etc height changes from 2.0. 2008-09-19 19:32:10 +00:00
time_axis_view_item.h Merge all the (disconcertingly missing) track/region/etc height changes from 2.0. 2008-09-19 19:32:10 +00:00
time_axis_view.cc Fix region dragging. 2008-09-19 19:49:13 +00:00
time_axis_view.h merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
time_selection.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
time_selection.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
track_selection.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
ui_config_vars.h Install everything to *ardour3* instead of *ardour2*. 2008-01-13 21:34:04 +00:00
ui_config.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
ui_config.h Merge with trunk R2978. 2008-02-02 03:57:35 +00:00
utils.cc merge 2.0-ongoing into 3.0 @ 3581 - 3710 2008-09-10 21:27:39 +00:00
utils.h merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
visual_time_axis.cc make tracks visible again 2008-09-12 09:01:52 +00:00
visual_time_axis.h merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
vst_pluginui.cc Merge with 2.0-ongoing R3071. 2008-02-16 22:43:18 +00:00
waveview_p.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
waveview.cc Merge with trunk R2935. 2008-01-19 03:49:52 +00:00
waveview.h Merge with trunk R2935. 2008-01-19 03:49:52 +00:00
x11.cc Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837. 2008-01-10 21:20:59 +00:00