PBD::strip_whitespace_edges() returns the empty string if the passed string is
authorTaybin Rutkin <taybin@taybin.com>
Fri, 1 Dec 2006 06:01:30 +0000 (06:01 +0000)
committerTaybin Rutkin <taybin@taybin.com>
Fri, 1 Dec 2006 06:01:30 +0000 (06:01 +0000)
commit927553f6b83add18d03f4bae55421743342d5704
treed5379ff2b00477f274f28a608732375449b02672
parentc103132ae60973dc4ee0831a70b5c6aa1b3d9747
PBD::strip_whitespace_edges() returns the empty string if the passed string is
all whitespace.  This allows for some mild code cleanup.  It's also declared in
the PBD namespace now.

sfdb-v4 implemented.  Instead of fields that go across all files, there is now
just one tag field where you can enter comma delimited tags.  Searching for
tags to follow soon.  I recommend trashing your current ~/.ardour2/sfdb file.

git-svn-id: svn://localhost/ardour2/trunk@1182 d708f5d6-7413-0410-9779-e7cbd77b26cf
14 files changed:
PACKAGER_README
gtk2_ardour/audio_time_axis.cc
gtk2_ardour/option_editor.cc
gtk2_ardour/option_editor.h
gtk2_ardour/route_time_axis.cc
gtk2_ardour/sfdb_ui.cc
gtk2_ardour/sfdb_ui.h
gtk2_ardour/visual_time_axis.cc
libs/ardour/ardour/audio_library.h
libs/ardour/audio_library.cc
libs/ardour/configuration.cc
libs/gtkmm2ext/prompter.cc
libs/pbd/pbd/whitespace.h
libs/pbd/whitespace.cc