13
0
livetrax/libs/pbd/pbd
Paul Davis c9b121803c add new files
git-svn-id: svn://localhost/ardour2/branches/3.0@7427 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-07-16 15:45:24 +00:00
..
.cvsignore
.DS_Store
abstract_ui.cc Allow cross-thread request invalidators to cope with multiple requests 2010-04-03 00:42:39 +00:00
abstract_ui.h handle deletion of UI objects between the time that a callback is queued with the UI event loop and the execution of the callback (intrusive, big) 2010-03-30 15:18:43 +00:00
base_ui.h handle deletion of UI objects between the time that a callback is queued with the UI event loop and the execution of the callback (intrusive, big) 2010-03-30 15:18:43 +00:00
basename.h
boost_debug.h
clear_dir.h add new files 2010-07-16 15:45:24 +00:00
command.h midway snapshot of work done on managing Region & Source lifetimes correctly. may fix missing MIDI file bug ; save empty playlists because they may be referred to by the history file ; undo commands auto-delete when objects they refer to die (currently not commands built from XML deserialization); Sources now know how many regions are using them for something, meaning that we know if we can delete the files holding any data for the source 2010-06-23 20:14:07 +00:00
compose.h
controllable_descriptor.h
controllable.h MIDI/Controllables for monitor section, and related fixes 2010-04-06 16:57:35 +00:00
convert.h PBD::capitalize() and use it to for the XML node name of a SequenceProperty's history node 2010-03-02 01:05:14 +00:00
cpus.h use JACK thread creation functions to create process-graph threads; provide GUI control over number of threads-relative-to-number-of-CPUS 2010-06-24 14:13:45 +00:00
crossthread.h save tearoff state; restore monitor section state reasonably well; fixup access control to parts of editor.h (needs more work); extend CrossThread just a little 2010-03-19 02:49:01 +00:00
debug.h Move FileManager code into libpbd. Use it for SMF read/write. 2010-05-16 20:54:50 +00:00
demangle.h make another note about win32 C++ sym name demangling 2010-03-19 13:34:25 +00:00
destructible.h
enumwriter.h
error.h
event_loop.h Allow cross-thread request invalidators to cope with multiple requests 2010-04-03 00:42:39 +00:00
failed_constructor.h
fastlog.h
file_manager.h newly created files for use in recording appear in a .stubs folder, and are moved out of it when recording stops 2010-07-16 14:55:11 +00:00
file_utils.h
filesystem_paths.h
filesystem.h
forkexec.h
fpu.h
functor_command.h
id.h
locale_guard.h
malign.h
mathfix.h
memento_command.h Fix thinko in my previous commit. Should fix #3315. 2010-07-15 00:25:58 +00:00
mountpoint.h
openuri.h changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive) 2010-03-16 15:33:04 +00:00
pathscanner.h
pool.h Prevent crash in pool destruction during session teardown. 2010-04-14 23:58:20 +00:00
properties.h fix basic logic problem in PropertyTemplate<T>::set so that current/old values are properly managed 2010-06-28 14:56:40 +00:00
property_basics_impl.h the mega-properties/SequenceProperty patch. split is broken at present (right hand starts has start-in-source of zero) 2010-03-02 00:00:00 +00:00
property_basics.h midway snapshot of work done on managing Region & Source lifetimes correctly. may fix missing MIDI file bug ; save empty playlists because they may be referred to by the history file ; undo commands auto-delete when objects they refer to die (currently not commands built from XML deserialization); Sources now know how many regions are using them for something, meaning that we know if we can delete the files holding any data for the source 2010-06-23 20:14:07 +00:00
property_list_impl.h the mega-properties/SequenceProperty patch. split is broken at present (right hand starts has start-in-source of zero) 2010-03-02 00:00:00 +00:00
property_list.h No-op: rename a few variables and add/fix some comments. 2010-04-01 01:07:24 +00:00
pthread_utils.h
rcu.h
receiver.h
replace_all.h
ringbuffer.h const correctness. 2010-06-29 13:47:11 +00:00
ringbufferNPT.h substantive change: use the JACK wait API and provide "thread buffers" separately from session in preparation for parallelization. lots of debug output at present. If using JACK1, requires a very current version of JACK1 SVN (0.119.0) 2010-04-13 20:48:33 +00:00
search_path.h
selectable.h
sequence_property.h Remove use of i18n macros in headers. Prevents our gettext.h being included before libintl.h, which causes failures when ENABLE_NLS is not defined (bug #3111) 2010-05-08 01:20:33 +00:00
shortpath.h
signals.h remove PBD::Connection (replace use with PBD::ScopedConnection); remove limitation on transport roll after session end 2010-04-02 15:24:53 +00:00
sndfile_manager.h split out sndfile manager code into its own file; move a couple of utility functions into gtkmm2ext ; add knob PNG generating tool ; break appearance of monitor section for now 2010-05-25 16:45:21 +00:00
stacktrace.h
stateful_diff_command.h midway snapshot of work done on managing Region & Source lifetimes correctly. may fix missing MIDI file bug ; save empty playlists because they may be referred to by the history file ; undo commands auto-delete when objects they refer to die (currently not commands built from XML deserialization); Sources now know how many regions are using them for something, meaning that we know if we can delete the files holding any data for the source 2010-06-23 20:14:07 +00:00
stateful_owner.h add new file 2010-03-04 15:01:27 +00:00
stateful.h midway snapshot of work done on managing Region & Source lifetimes correctly. may fix missing MIDI file bug ; save empty playlists because they may be referred to by the history file ; undo commands auto-delete when objects they refer to die (currently not commands built from XML deserialization); Sources now know how many regions are using them for something, meaning that we know if we can delete the files holding any data for the source 2010-06-23 20:14:07 +00:00
statefuldestructible.h
stl_delete.h
stl_functors.h
strsplit.h
textreceiver.h
thrown_error.h
tokenizer.h
touchable.h
transmitter.h
undo.h midway snapshot of work done on managing Region & Source lifetimes correctly. may fix missing MIDI file bug ; save empty playlists because they may be referred to by the history file ; undo commands auto-delete when objects they refer to die (currently not commands built from XML deserialization); Sources now know how many regions are using them for something, meaning that we know if we can delete the files holding any data for the source 2010-06-23 20:14:07 +00:00
unknown_type.h
uuid.h
whitespace.h
xml++.h Add debug() method to dump XML nodes. 2010-05-09 00:46:33 +00:00