fix audio clock field widths, change minsec display to include fractional seconds...
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 10 Oct 2006 17:46:22 +0000 (17:46 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 10 Oct 2006 17:46:22 +0000 (17:46 +0000)
commitf95d814143060efc7a69164362a3311b3a3b54a4
treec1a4dffddbc1a0888b9c423aebff899ac29fc06e
parent6c56eb646b9c00f4c38c56717d0f5419f1b0d07b
fix audio clock field widths, change minsec display to include fractional seconds, add and use thorwil's new icons

git-svn-id: svn://localhost/ardour2/trunk@971 d708f5d6-7413-0410-9779-e7cbd77b26cf
27 files changed:
gtk2_ardour/SConscript
gtk2_ardour/ardev_common.sh
gtk2_ardour/ardour_ui2.cc
gtk2_ardour/audio_clock.cc
gtk2_ardour/audio_clock.h
gtk2_ardour/editor.cc
gtk2_ardour/icons/nudge_left.png [new file with mode: 0644]
gtk2_ardour/icons/nudge_right.png [new file with mode: 0644]
gtk2_ardour/icons/tool_audition.png [new file with mode: 0644]
gtk2_ardour/icons/tool_gain.png [new file with mode: 0644]
gtk2_ardour/icons/tool_object.png [new file with mode: 0644]
gtk2_ardour/icons/tool_object.xpm [new file with mode: 0644]
gtk2_ardour/icons/tool_stretch.png [new file with mode: 0644]
gtk2_ardour/icons/tool_zoom.png [new file with mode: 0644]
gtk2_ardour/icons/transport_end.png [new file with mode: 0644]
gtk2_ardour/icons/transport_loop.png [new file with mode: 0644]
gtk2_ardour/icons/transport_play.png [new file with mode: 0644]
gtk2_ardour/icons/transport_range.png [new file with mode: 0644]
gtk2_ardour/icons/transport_record.png [new file with mode: 0644]
gtk2_ardour/icons/transport_start.png [new file with mode: 0644]
gtk2_ardour/icons/transport_stop.png [new file with mode: 0644]
gtk2_ardour/icons/tw_edit_icons_07.xcf [new file with mode: 0644]
gtk2_ardour/icons/zoom_full.png [new file with mode: 0644]
gtk2_ardour/icons/zoom_in.png [new file with mode: 0644]
gtk2_ardour/icons/zoom_out.png [new file with mode: 0644]
gtk2_ardour/utils.cc
gtk2_ardour/utils.h