..
glade
icons
Move object+range button up with the rest of the tool buttons (bringing edit toolbar back to correct height).
2010-02-09 03:17:02 +00:00
pixmaps
Merged revisions 6292,6294-6295,6311,6314 via svnmerge from
2009-12-06 14:21:46 +00:00
po
.cvsignore
about.cc
move config button in about dialog to the right spot; add GPL license text to license subwindow of about dialog
2010-01-04 19:39:11 +00:00
about.h
remove old paypal cruft from about dialog source, and delete config info window if/when about dialog is deleted
2010-01-04 02:38:37 +00:00
actions.cc
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
2009-12-12 15:02:15 +00:00
actions.h
switch ActionManager to a namespace; move generic part into libgtkmm2ext
2009-12-04 20:52:04 +00:00
add_midi_cc_track_dialog.cc
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
2009-12-12 15:02:15 +00:00
add_midi_cc_track_dialog.h
add_route_dialog.cc
a boatload of minor and middle-sized changes to try to speed up undo. imperfect, unfinished, but probably right to commit now
2010-01-25 20:34:09 +00:00
add_route_dialog.h
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
analysis_window.cc
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
analysis_window.h
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
arcall
Add script to run Ardour with callgrind.
2009-11-15 02:27:22 +00:00
ardbg
Add --args so ardbg obeys ardour options.
2010-02-09 03:16:16 +00:00
ardbg-scons
ardev
ardev_common.sh.in
Re-integrate export-optimization branch.
2009-12-27 14:46:23 +00:00
ardev-scons
ardour2_ui_dark_sae.rc.in
ardour2_ui_light_sae.rc.in
ardour2_ui_sae.conf
ardour3_ui_dark_sae.rc.in
Add mono switch to mixer strips (mantis 1068)
2009-10-19 14:46:15 +00:00
ardour3_ui_dark.rc.in
improve efficiency of MIDI tracer window with a lock-free FIFO and lock-free msg pool and buffered queing; use a monospace font too
2010-02-01 03:33:52 +00:00
ardour3_ui_default.conf
Some cleanups to drawing of automation line control points. Drag all selected automation points if one selected point is dragged.
2010-01-03 00:08:58 +00:00
ardour3_ui_light_sae.rc.in
Add mono switch to mixer strips (mantis 1068)
2009-10-19 14:46:15 +00:00
ardour3_ui_light.rc.in
Use line comments.
2009-10-22 16:24:47 +00:00
ardour3.desktop.in
ardour3.xml
ardour_dialog.cc
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
ardour_dialog.h
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
ardour_image_compositor_socket.h
ardour_ui2.cc
Add keyboard shortcut to tooltip text where possible.
2010-02-09 00:50:24 +00:00
ardour_ui_dependents.cc
Add keyboard shortcut to tooltip text where possible.
2010-02-09 00:50:24 +00:00
ardour_ui_dialogs.cc
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
ardour_ui_ed.cc
dynamically resize text in the big clock, first version
2010-01-15 14:42:19 +00:00
ardour_ui_mixer.cc
make all use of bind/mem_fun be explicitly sigc::
2009-12-11 23:29:48 +00:00
ardour_ui_options.cc
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
ardour_ui.cc
Add keyboard shortcut to tooltip text where possible.
2010-02-09 00:50:24 +00:00
ardour_ui.h
Add keyboard shortcut to tooltip text where possible.
2010-02-09 00:50:24 +00:00
ardour-sae.menus
ardour.menus.in
Make a new action "escape", bound to the Escape key, and make it
2010-01-08 01:28:15 +00:00
ardour.sh.in
arprof-scons
arval
Set SVN executable property.
2009-11-14 15:15:41 +00:00
arval-scons
au_pluginui.h
au_pluginui.mm
Fix angle bracket project-local include paths.
2009-10-30 00:21:40 +00:00
audio_clock.cc
dynamically resize text in the big clock, first version
2010-01-15 14:42:19 +00:00
audio_clock.h
dynamically resize text in the big clock, first version
2010-01-15 14:42:19 +00:00
audio_region_editor.cc
Move ARDOUR::Change into PBD so that Stateful can be aware of
2010-02-10 01:38:20 +00:00
audio_region_editor.h
Move ARDOUR::Change into PBD so that Stateful can be aware of
2010-02-10 01:38:20 +00:00
audio_region_view.cc
rationalize destruction pathway (some more); tidy-ify some ImageFrame code
2009-12-25 21:06:52 +00:00
audio_region_view.h
Move ARDOUR::Change into PBD so that Stateful can be aware of
2010-02-10 01:38:20 +00:00
audio_streamview.cc
use RegionCommand for same-track region drags
2010-02-08 19:41:43 +00:00
audio_streamview.h
a boatload of minor and middle-sized changes to try to speed up undo. imperfect, unfinished, but probably right to commit now
2010-01-25 20:34:09 +00:00
audio_time_axis.cc
Remove weird/pointless Automatable::data().
2010-02-05 20:03:57 +00:00
audio_time_axis.h
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
automation_controller.cc
Stop crash on deleting a plugin when its generic UI window is open.
2010-02-03 00:52:45 +00:00
automation_controller.h
Stop crash on deleting a plugin when its generic UI window is open.
2010-02-03 00:52:45 +00:00
automation_line.cc
Fix confusion about last_pointer_* variables under snap.
2010-01-11 19:36:29 +00:00
automation_line.h
Fix confusion about last_pointer_* variables under snap.
2010-01-11 19:36:29 +00:00
automation_region_view.cc
Move ARDOUR::Change into PBD so that Stateful can be aware of
2010-02-10 01:38:20 +00:00
automation_region_view.h
Move ARDOUR::Change into PBD so that Stateful can be aware of
2010-02-10 01:38:20 +00:00
automation_selectable.h
Fixes to permit drags of multiply-selected automation control points.
2010-01-05 02:22:58 +00:00
automation_selection.h
automation_streamview.cc
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
2009-12-22 20:21:43 +00:00
automation_streamview.h
automation_time_axis.cc
Add keyboard shortcut to tooltip text where possible.
2010-02-09 00:50:24 +00:00
automation_time_axis.h
lots of debug code still in place, but get a much improved structure for MIDI automation menus actually working. tweaks to follow
2010-01-09 02:36:47 +00:00
axis_view.cc
rationalize destruction pathway (some more); tidy-ify some ImageFrame code
2009-12-25 21:06:52 +00:00
axis_view.h
rationalize destruction pathway (some more); tidy-ify some ImageFrame code
2009-12-25 21:06:52 +00:00
bundle_manager.cc
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
bundle_manager.h
use new syntax for connecting to backend signals that enforces explicit connection scope, plus a few other related matters
2009-12-19 20:26:31 +00:00
cairo_widget.cc
make all use of bind/mem_fun be explicitly sigc::
2009-12-11 23:29:48 +00:00
cairo_widget.h
canvas_impl.h
canvas_vars.h
Some cleanups to drawing of automation line control points. Drag all selected automation points if one selected point is dragged.
2010-01-03 00:08:58 +00:00
canvas-curve.h
canvas-flag.cc
canvas-flag.h
canvas-hit.cc
canvas-hit.h
canvas-imageframe.c
canvas-imageframe.h
canvas-noevent-text.h
allow use of Return, KP_Enter and more in key binding editor; better display of such bindings; potential fix for "crashes" caused by an endless loop of enter/hide events involving the verbose canvas cursor
2009-11-17 13:54:04 +00:00
canvas-note-event.cc
canvas-note-event.h
canvas-note.cc
canvas-note.h
canvas-program-change.cc
canvas-program-change.h
canvas-simpleline.c
canvas-simpleline.h
canvas-simplerect.c
Some cleanups to drawing of automation line control points. Drag all selected automation points if one selected point is dragged.
2010-01-03 00:08:58 +00:00
canvas-simplerect.h
canvas-sysex.cc
canvas-sysex.h
canvas-waveview.c
Fix angle bracket project-local include paths.
2009-10-30 00:21:40 +00:00
canvas-waveview.h
canvas.h
cocoacarbon.mm
configinfo.cc
add a way to see (most of) the waf config used to build ardour at run time (from the about dialog). buttons still need reordering there
2010-01-04 02:04:05 +00:00
configinfo.h
add a way to see (most of) the waf config used to build ardour at run time (from the about dialog). buttons still need reordering there
2010-01-04 02:04:05 +00:00
control_point_dialog.cc
control_point_dialog.h
control_point.cc
Some cleanups to drawing of automation line control points. Drag all selected automation points if one selected point is dragged.
2010-01-03 00:08:58 +00:00
control_point.h
Cleanup of previous two commits.
2010-01-05 03:15:28 +00:00
crossfade_edit.cc
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
crossfade_edit.h
Move ARDOUR::Change into PBD so that Stateful can be aware of
2010-02-10 01:38:20 +00:00
crossfade_view.cc
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
2009-12-22 20:21:43 +00:00
crossfade_view.h
Move ARDOUR::Change into PBD so that Stateful can be aware of
2010-02-10 01:38:20 +00:00
crossfade_xpms.h
curvetest.cc
diamond.cc
diamond.h
editing_syms.h
change the use of "SMPTE" to "Timecode" to reflect the global economy and the end of american dominance on the world audio production stage
2009-10-26 14:38:58 +00:00
editing.cc
editing.h
editor_actions.cc
Move object+range button up with the rest of the tool buttons (bringing edit toolbar back to correct height).
2010-02-09 03:17:02 +00:00
editor_audio_import.cc
Give titles to Gtkmm2ext::Choice prompts, and do some minor cleanups to prompt text.
2009-12-23 01:26:33 +00:00
editor_audiotrack.cc
Preserve and restore x and y origin of editor viewport in Editor state.
2010-02-08 01:25:06 +00:00
editor_canvas_events.cc
Allow multiple simulataneous Drags to be active, and hence set up and drag time ranges when moving regions in PT-edit mode.
2010-01-12 16:14:49 +00:00
editor_canvas.cc
Remove my attempts to autoscroll based on dragged region edges (rather than just pointer position); too many corner cases and not really worth the bother.
2010-02-07 03:23:20 +00:00
editor_component.cc
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
editor_component.h
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
editor_cursors.cc
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
2009-12-12 15:02:15 +00:00
editor_drag.cc
Fix cross-track region drags.
2010-02-09 22:27:30 +00:00
editor_drag.h
Remove my attempts to autoscroll based on dragged region edges (rather than just pointer position); too many corner cases and not really worth the bother.
2010-02-07 03:23:20 +00:00
editor_enums.h
editor_export_audio.cc
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
editor_group_tabs.cc
Apply Select property of route groups at the Selection object level. Accordingly
2009-12-13 19:09:52 +00:00
editor_group_tabs.h
Various tweaks to group tabs, the main upshot of which is that you can start
2009-12-01 15:32:42 +00:00
editor_imageframe.cc
rationalize destruction pathway (some more); tidy-ify some ImageFrame code
2009-12-25 21:06:52 +00:00
editor_items.h
editor_keyboard.cc
Allow multiple simulataneous Drags to be active, and hence set up and drag time ranges when moving regions in PT-edit mode.
2010-01-12 16:14:49 +00:00
editor_keys.cc
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
editor_locations.cc
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
editor_locations.h
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
editor_markers.cc
Allow multiple simulataneous Drags to be active, and hence set up and drag time ranges when moving regions in PT-edit mode.
2010-01-12 16:14:49 +00:00
editor_mixer.cc
Move a couple of methods into editor.cc, where they seem to be more at home than in editor_mixer.cc
2010-02-07 23:11:17 +00:00
editor_mouse.cc
use RegionCommand for same-track region drags
2010-02-08 19:41:43 +00:00
editor_nudge.cc
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
2009-12-12 15:02:15 +00:00
editor_ops.cc
Preserve and restore x and y origin of editor viewport in Editor state.
2010-02-08 01:25:06 +00:00
editor_regions.cc
a boatload of minor and middle-sized changes to try to speed up undo. imperfect, unfinished, but probably right to commit now
2010-01-25 20:34:09 +00:00
editor_regions.h
Move ARDOUR::Change into PBD so that Stateful can be aware of
2010-02-10 01:38:20 +00:00
editor_route_groups.cc
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
2009-12-22 20:21:43 +00:00
editor_route_groups.h
use new syntax for connecting to backend signals that enforces explicit connection scope, plus a few other related matters
2009-12-19 20:26:31 +00:00
editor_routes.cc
Allow buss names to be edited in the track/bus list.
2010-02-03 01:23:38 +00:00
editor_routes.h
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
2009-12-22 20:21:43 +00:00
editor_rulers.cc
Allow multiple simulataneous Drags to be active, and hence set up and drag time ranges when moving regions in PT-edit mode.
2010-01-12 16:14:49 +00:00
editor_scrub.cc
editor_selection_list.cc
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
2009-12-22 20:21:43 +00:00
editor_selection.cc
a boatload of minor and middle-sized changes to try to speed up undo. imperfect, unfinished, but probably right to commit now
2010-01-25 20:34:09 +00:00
editor_snapshots.cc
Give titles to Gtkmm2ext::Choice prompts, and do some minor cleanups to prompt text.
2009-12-23 01:26:33 +00:00
editor_snapshots.h
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
editor_summary.cc
When dragging the summary viewbox with a click outside the viewbox, clamp x and y
2010-01-16 00:44:56 +00:00
editor_summary.h
When dragging the summary viewbox with a click outside the viewbox, clamp x and y
2010-01-16 00:44:56 +00:00
editor_tempodisplay.cc
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
2009-12-22 20:21:43 +00:00
editor_timefx.cc
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
editor_xpms
editor.cc
Shrink zoom buttons.
2010-02-09 04:54:10 +00:00
editor.h
Move ARDOUR::Change into PBD so that Stateful can be aware of
2010-02-10 01:38:20 +00:00
engine_dialog.cc
make all use of bind/mem_fun be explicitly sigc::
2009-12-11 23:29:48 +00:00
engine_dialog.h
enums.cc
a boatload of minor and middle-sized changes to try to speed up undo. imperfect, unfinished, but probably right to commit now
2010-01-25 20:34:09 +00:00
enums.h
ergonomic-us.bindings.in
evtest.cc
export_channel_selector.cc
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
export_channel_selector.h
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
export_dialog.cc
Re-integrate export-optimization branch.
2009-12-27 14:46:23 +00:00
export_dialog.h
use new syntax for connecting to backend signals that enforces explicit connection scope, plus a few other related matters
2009-12-19 20:26:31 +00:00
export_file_notebook.cc
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
export_file_notebook.h
use new syntax for connecting to backend signals that enforces explicit connection scope, plus a few other related matters
2009-12-19 20:26:31 +00:00
export_filename_selector.cc
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
export_filename_selector.h
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
export_format_dialog.cc
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
export_format_dialog.h
use new syntax for connecting to backend signals that enforces explicit connection scope, plus a few other related matters
2009-12-19 20:26:31 +00:00
export_format_selector.cc
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
export_format_selector.h
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
export_multiplicator.cc
export_multiplicator.h
export_preset_selector.cc
export_preset_selector.h
export_range_markers_dialog.cc
export_range_markers_dialog.h
export_timespan_selector.cc
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
export_timespan_selector.h
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
fft_graph.cc
fft_graph.h
fft_result.cc
fft_result.h
fft.cc
fft.h
gain_meter.cc
Add keyboard shortcut to tooltip text where possible.
2010-02-09 00:50:24 +00:00
gain_meter.h
use new syntax for connecting to backend signals that enforces explicit connection scope, plus a few other related matters
2009-12-19 20:26:31 +00:00
generic_pluginui.cc
Add keyboard shortcut to tooltip text where possible.
2010-02-09 00:50:24 +00:00
gettext.h
ghostregion.cc
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
2009-12-22 20:21:43 +00:00
ghostregion.h
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
2009-12-22 20:21:43 +00:00
global_port_matrix.cc
Redraw the matrix correctly when available ports change in the currently visible tab.
2009-12-07 18:35:42 +00:00
global_port_matrix.h
Clean up and comment PortMatrix event handling a bit.
2009-12-05 03:04:54 +00:00
gprofhelper.c
group_tabs.cc
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
group_tabs.h
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
gtk-custom-hruler.c
gtk-custom-hruler.h
gtk-custom-ruler.c
gtk-custom-ruler.h
gui_thread.h
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
2009-12-22 20:21:43 +00:00
i18n.h
imageframe_p.h
imageframe_socket_handler.cc
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
imageframe_socket_handler.h
imageframe_time_axis_group.cc
rationalize destruction pathway (some more); tidy-ify some ImageFrame code
2009-12-25 21:06:52 +00:00
imageframe_time_axis_group.h
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
2009-12-22 20:21:43 +00:00
imageframe_time_axis_view.cc
rationalize destruction pathway (some more); tidy-ify some ImageFrame code
2009-12-25 21:06:52 +00:00
imageframe_time_axis_view.h
imageframe_time_axis.cc
rationalize destruction pathway (some more); tidy-ify some ImageFrame code
2009-12-25 21:06:52 +00:00
imageframe_time_axis.h
rationalize destruction pathway (some more); tidy-ify some ImageFrame code
2009-12-25 21:06:52 +00:00
imageframe_view.cc
rationalize destruction pathway (some more); tidy-ify some ImageFrame code
2009-12-25 21:06:52 +00:00
imageframe_view.h
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
2009-12-22 20:21:43 +00:00
imageframe.cc
imageframe.h
interactive-item.h
Merged revisions 6293,6296-6306,6308 via svnmerge from
2009-12-06 04:35:48 +00:00
io_selector.cc
Center port matrix if IO selector window is too large.
2010-02-09 03:43:06 +00:00
io_selector.h
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
itest.cc
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
2009-12-12 15:02:15 +00:00
keyboard.cc
Add keyboard shortcut to tooltip text where possible.
2010-02-09 00:50:24 +00:00
keyboard.h
Add keyboard shortcut to tooltip text where possible.
2010-02-09 00:50:24 +00:00
keyeditor.cc
make all use of bind/mem_fun be explicitly sigc::
2009-12-11 23:29:48 +00:00
keyeditor.h
latency_gui.cc
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
2009-12-12 15:02:15 +00:00
latency_gui.h
level_meter.cc
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
level_meter.h
use new syntax for connecting to backend signals that enforces explicit connection scope, plus a few other related matters
2009-12-19 20:26:31 +00:00
lineset.cc
make all use of bind/mem_fun be explicitly sigc::
2009-12-11 23:29:48 +00:00
lineset.h
location_ui.cc
Fix crash when setting loop or punch range after creating a new session (and probably any scenario where the session changes).
2010-02-09 01:51:04 +00:00
location_ui.h
use new syntax for connecting to backend signals that enforces explicit connection scope, plus a few other related matters
2009-12-19 20:26:31 +00:00
logmeter.h
lv2_external_ui.h
lv2_plugin_ui.cc
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
lv2_plugin_ui.h
use new syntax for connecting to backend signals that enforces explicit connection scope, plus a few other related matters
2009-12-19 20:26:31 +00:00
main.cc
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
2009-12-12 15:02:15 +00:00
marker_selection.h
marker_time_axis_view.cc
rationalize destruction pathway (some more); tidy-ify some ImageFrame code
2009-12-25 21:06:52 +00:00
marker_time_axis_view.h
marker_time_axis.cc
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
2009-12-22 20:21:43 +00:00
marker_time_axis.h
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
marker_view.cc
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
2009-12-22 20:21:43 +00:00
marker_view.h
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
2009-12-22 20:21:43 +00:00
marker.cc
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
2009-12-22 20:21:43 +00:00
marker.h
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
2009-12-22 20:21:43 +00:00
midi_channel_selector.cc
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
2009-12-12 15:02:15 +00:00
midi_channel_selector.h
midi_cut_buffer.cc
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
midi_cut_buffer.h
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
midi_list_editor.cc
more nudges to the MIDI list editor
2010-01-05 14:56:42 +00:00
midi_list_editor.h
more nudges to the MIDI list editor
2010-01-05 14:56:42 +00:00
midi_port_dialog.cc
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
2009-12-12 15:02:15 +00:00
midi_port_dialog.h
midi_region_view.cc
select-by-pitch from the piano roll header (inspired by Rosegarden); some improvements underway to controller/automation menu, but still broken there
2010-01-07 19:15:33 +00:00
midi_region_view.h
Move ARDOUR::Change into PBD so that Stateful can be aware of
2010-02-10 01:38:20 +00:00
midi_scroomer.cc
midi_scroomer.h
select-by-pitch from the piano roll header (inspired by Rosegarden); some improvements underway to controller/automation menu, but still broken there
2010-01-07 19:15:33 +00:00
midi_selection.h
midi_streamview.cc
use RegionCommand for same-track region drags
2010-02-08 19:41:43 +00:00
midi_streamview.h
Fix MIDI rec regions.
2009-10-21 16:26:18 +00:00
midi_time_axis.cc
mo' better fixes for managing MIDI CC/automation lanes
2010-01-10 18:11:02 +00:00
midi_time_axis.h
lots of debug code still in place, but get a much improved structure for MIDI automation menus actually working. tweaks to follow
2010-01-09 02:36:47 +00:00
midi_tracer.cc
fixup some issues with the miditracer
2010-02-02 17:47:05 +00:00
midi_tracer.h
improve efficiency of MIDI tracer window with a lock-free FIFO and lock-free msg pool and buffered queing; use a monospace font too
2010-02-01 03:33:52 +00:00
midi_util.h
mixer_group_tabs.cc
make all use of bind/mem_fun be explicitly sigc::
2009-12-11 23:29:48 +00:00
mixer_group_tabs.h
Various tweaks to group tabs, the main upshot of which is that you can start
2009-12-01 15:32:42 +00:00
mixer_strip.cc
Add keyboard shortcut to tooltip text where possible.
2010-02-09 00:50:24 +00:00
mixer_strip.h
rationalize destruction pathway (some more); tidy-ify some ImageFrame code
2009-12-25 21:06:52 +00:00
mixer_ui.cc
ifdef'd out deferred plugin selector load (-DDEFER_PLUGIN_SELECTOR_LOAD will improve startup time significantly).
2010-02-03 19:00:58 +00:00
mixer_ui.h
use new syntax for connecting to backend signals that enforces explicit connection scope, plus a few other related matters
2009-12-19 20:26:31 +00:00
mnemonic-us.bindings.in
Make a new action "escape", bound to the Escape key, and make it
2010-01-08 01:28:15 +00:00
mtest_other.menus
mtest_shared.menu
mtest.cc
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
2009-12-12 15:02:15 +00:00
mtest.menus
nag.cc
nag.h
option_editor.cc
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
option_editor.h
use new syntax for connecting to backend signals that enforces explicit connection scope, plus a few other related matters
2009-12-19 20:26:31 +00:00
opts.cc
move some debug trace support code around to a more sane location
2009-11-30 13:38:38 +00:00
opts.h
Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-plenty.
2009-10-15 00:57:55 +00:00
panner2d.cc
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
panner2d.h
use new syntax for connecting to backend signals that enforces explicit connection scope, plus a few other related matters
2009-12-19 20:26:31 +00:00
panner_ui.cc
Add keyboard shortcut to tooltip text where possible.
2010-02-09 00:50:24 +00:00
panner_ui.h
Fix crash when going from >2 outputs (2D panner) to <= 2 outputs.
2009-12-22 01:09:50 +00:00
panner.cc
panner.h
piano_roll_header.cc
select-by-pitch from the piano roll header (inspired by Rosegarden); some improvements underway to controller/automation menu, but still broken there
2010-01-07 19:15:33 +00:00
piano_roll_header.h
select-by-pitch from the piano roll header (inspired by Rosegarden); some improvements underway to controller/automation menu, but still broken there
2010-01-07 19:15:33 +00:00
playlist_selection.h
playlist_selector.cc
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
playlist_selector.h
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
plugin_eq_gui.cc
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
plugin_eq_gui.h
use new syntax for connecting to backend signals that enforces explicit connection scope, plus a few other related matters
2009-12-19 20:26:31 +00:00
plugin_interest.h
plugin_selector.cc
Add keyboard shortcut to tooltip text where possible.
2010-02-09 00:50:24 +00:00
plugin_selector.h
use new syntax for connecting to backend signals that enforces explicit connection scope, plus a few other related matters
2009-12-19 20:26:31 +00:00
plugin_ui.cc
Stop crash on deleting a plugin when its generic UI window is open.
2010-02-03 00:52:45 +00:00
plugin_ui.h
Stop crash on deleting a plugin when its generic UI window is open.
2010-02-03 00:52:45 +00:00
point_selection.h
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
port_group.cc
make system tab show up as default (most of the time) in port matrix
2010-01-05 18:40:50 +00:00
port_group.h
Add remove all and disconnect all to port matrix menu. Hide bundles whose channels are already represented by other, larger bundles.
2009-12-22 01:10:25 +00:00
port_matrix_body.cc
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
port_matrix_body.h
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
port_matrix_column_labels.cc
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
port_matrix_column_labels.h
Fix a couple of crashes with empty matrices. Some small optimisations.
2009-12-07 00:41:50 +00:00
port_matrix_component.cc
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
port_matrix_component.h
Primary-modifier click on a node in the port matrix toggles association for everything in a diagonal line down and to the right of the clicked node.
2009-11-18 15:16:28 +00:00
port_matrix_grid.cc
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
port_matrix_grid.h
Primary-modifier click on a node in the port matrix toggles association for everything in a diagonal line down and to the right of the clicked node.
2009-11-18 15:16:28 +00:00
port_matrix_labels.cc
port_matrix_labels.h
Rework port matrix to use Gtk notebook tabs to select visible groups.
2009-11-18 13:35:31 +00:00
port_matrix_row_labels.cc
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
port_matrix_row_labels.h
Primary-modifier click on a node in the port matrix toggles association for everything in a diagonal line down and to the right of the clicked node.
2009-11-18 15:16:28 +00:00
port_matrix_types.h
Allow ardour to manipulate connections between two JACK ports that don't belong to us.
2009-11-16 22:32:58 +00:00
port_matrix.cc
Escape underscores in port matrix menus correctly so that track names etc. with underscores get displayed properly.
2010-01-15 00:52:22 +00:00
port_matrix.h
Add remove all and disconnect all to port matrix menu. Hide bundles whose channels are already represented by other, larger bundles.
2009-12-22 01:10:25 +00:00
processor_box.cc
Add keyboard shortcut to tooltip text where possible.
2010-02-09 00:50:24 +00:00
processor_box.h
use new syntax for connecting to backend signals that enforces explicit connection scope, plus a few other related matters
2009-12-19 20:26:31 +00:00
processor_selection.h
prompter.cc
prompter.h
public_editor.cc
public_editor.h
Add keyboard shortcut to tooltip text where possible.
2010-02-09 00:50:24 +00:00
quantize_dialog.cc
Add OK/Cancel buttons to quantize dialog.
2009-10-27 02:36:42 +00:00
quantize_dialog.h
rc_option_editor.cc
add control for sending MTC (or not)
2010-01-27 18:50:43 +00:00
rc_option_editor.h
Neaten up option editor layouts a bit.
2009-11-16 02:18:51 +00:00
region_editor.h
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
region_gain_line.cc
Fix confusion about last_pointer_* variables under snap.
2010-01-11 19:36:29 +00:00
region_gain_line.h
Fix confusion about last_pointer_* variables under snap.
2010-01-11 19:36:29 +00:00
region_selection.cc
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
region_selection.h
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
region_view.cc
Reconnect region name signalling so that trim drags can be started over a region's name.
2010-01-15 23:05:17 +00:00
region_view.h
Move ARDOUR::Change into PBD so that Stateful can be aware of
2010-02-10 01:38:20 +00:00
return_ui.cc
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
2009-12-22 20:21:43 +00:00
return_ui.h
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
rgb_macros.h
rhythm_ferret.cc
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
rhythm_ferret.h
route_group_dialog.cc
make all use of bind/mem_fun be explicitly sigc::
2009-12-11 23:29:48 +00:00
route_group_dialog.h
route_group_menu.cc
assert() to help find some possible causes of #2991 . Fix some confusion with GTK signal emission from RadioMenuElems as applied to route group selection.
2010-01-13 01:40:07 +00:00
route_group_menu.h
assert() to help find some possible causes of #2991 . Fix some confusion with GTK signal emission from RadioMenuElems as applied to route group selection.
2010-01-13 01:40:07 +00:00
route_params_ui.cc
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
2009-12-22 20:21:43 +00:00
route_params_ui.h
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
route_processor_selection.cc
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
2009-12-22 20:21:43 +00:00
route_processor_selection.h
use new syntax for connecting to backend signals that enforces explicit connection scope, plus a few other related matters
2009-12-19 20:26:31 +00:00
route_selection.h
route_time_axis.cc
Add keyboard shortcut to tooltip text where possible.
2010-02-09 00:50:24 +00:00
route_time_axis.h
lots of debug code still in place, but get a much improved structure for MIDI automation menus actually working. tweaks to follow
2010-01-09 02:36:47 +00:00
route_ui.cc
Move a couple of connect() calls up the class hierarchy.
2010-01-04 14:54:08 +00:00
route_ui.h
use new syntax for connecting to backend signals that enforces explicit connection scope, plus a few other related matters
2009-12-19 20:26:31 +00:00
SAE-de-keypad.bindings.in
SAE-de-nokeypad.bindings.in
SAE-us-keypad.bindings.in
SAE-us-nokeypad.bindings.in
selectable.h
selection_templates.h
selection.cc
Fixes to permit drags of multiply-selected automation control points.
2010-01-05 02:22:58 +00:00
selection.h
Fixes to permit drags of multiply-selected automation control points.
2010-01-05 02:22:58 +00:00
send_ui.cc
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
2009-12-22 20:21:43 +00:00
send_ui.h
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
session_import_dialog.cc
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
session_import_dialog.h
use new syntax for connecting to backend signals that enforces explicit connection scope, plus a few other related matters
2009-12-19 20:26:31 +00:00
session_metadata_dialog.cc
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
session_metadata_dialog.h
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
session_option_editor.cc
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
session_option_editor.h
lots of tweaks relating to GUI sync management
2009-11-10 04:30:08 +00:00
sfdb_freesound_mootcher.cc
sfdb_freesound_mootcher.h
sfdb_ui.cc
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
sfdb_ui.h
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
simpleline_p.h
simpleline.cc
simpleline.h
simplerect_p.h
simplerect.cc
simplerect.h
splash.cc
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
splash.h
use new syntax for connecting to backend signals that enforces explicit connection scope, plus a few other related matters
2009-12-19 20:26:31 +00:00
splash.png
startup.cc
make all use of bind/mem_fun be explicitly sigc::
2009-12-11 23:29:48 +00:00
startup.h
fix logic problems with startup assistant; make initial page buttons of startup activatable to save mousing; grow recent sessions scrolled window if there are more than 4 recent sessions to display
2009-12-01 13:23:27 +00:00
streamview.cc
a boatload of minor and middle-sized changes to try to speed up undo. imperfect, unfinished, but probably right to commit now
2010-01-25 20:34:09 +00:00
streamview.h
a boatload of minor and middle-sized changes to try to speed up undo. imperfect, unfinished, but probably right to commit now
2010-01-25 20:34:09 +00:00
strip_selection.h
strip_silence_dialog.cc
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
strip_silence_dialog.h
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
tape_region_view.cc
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
tape_region_view.h
tempo_dialog.cc
make all use of bind/mem_fun be explicitly sigc::
2009-12-11 23:29:48 +00:00
tempo_dialog.h
tempo_lines.cc
Fix unnecessarily type specific code, tidy, fix whitespace.
2009-10-21 16:56:58 +00:00
tempo_lines.h
theme_manager.cc
make all use of bind/mem_fun be explicitly sigc::
2009-12-11 23:29:48 +00:00
theme_manager.h
time_axis_view_item.cc
Make a new action "escape", bound to the Escape key, and make it
2010-01-08 01:28:15 +00:00
time_axis_view_item.h
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
2009-12-22 20:21:43 +00:00
time_axis_view.cc
mo' better fixes for managing MIDI CC/automation lanes
2010-01-10 18:11:02 +00:00
time_axis_view.h
Allow multiple simulataneous Drags to be active, and hence set up and drag time ranges when moving regions in PT-edit mode.
2010-01-12 16:14:49 +00:00
time_fx_dialog.cc
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
2009-12-12 15:02:15 +00:00
time_fx_dialog.h
time_selection.cc
Remove confusing track / group members in TimeSelection struct; time selection
2009-12-13 21:27:19 +00:00
time_selection.h
Remove confusing track / group members in TimeSelection struct; time selection
2009-12-13 21:27:19 +00:00
track_selection.cc
Apply Select property of route groups at the Selection object level. Accordingly
2009-12-13 19:09:52 +00:00
track_selection.h
Apply Select property of route groups at the Selection object level. Accordingly
2009-12-13 19:09:52 +00:00
track_view_list.cc
Add missing files.
2009-12-13 19:37:55 +00:00
track_view_list.h
Add missing files.
2009-12-13 19:37:55 +00:00
ui_config_vars.h
ui_config.cc
Use info stream for infoey things.
2009-10-22 20:36:38 +00:00
ui_config.h
rework Stateful::set_state() patch to avoid default version argument
2009-10-15 18:56:11 +00:00
utils.cc
Escape underscores in port matrix menus correctly so that track names etc. with underscores get displayed properly.
2010-01-15 00:52:22 +00:00
utils.h
Escape underscores in port matrix menus correctly so that track names etc. with underscores get displayed properly.
2010-01-15 00:52:22 +00:00
visual_time_axis.cc
Add keyboard shortcut to tooltip text where possible.
2010-02-09 00:50:24 +00:00
visual_time_axis.h
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
2009-12-22 20:21:43 +00:00
vst_pluginui.cc
make all use of bind/mem_fun be explicitly sigc::
2009-12-11 23:29:48 +00:00
waveview_p.h
waveview.cc
waveview.h
wscript
Move i18n stuff into autowaf.
2010-02-03 19:02:09 +00:00
x11.cc