summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2006-11-30Make playlist "New copy" foolproof: bump names until a unique one is Sampo Savolainen
found. Also made the "New" button sensitive by default as the default new name for the playlist will be legal. git-svn-id: svn://localhost/ardour2/trunk@1175 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-30timecode clock info patch from oofus, big clock mods from oofus, ↵Paul Davis
rec-sensitive color in big clock, update all transport clocks when changing playhead, bounds check for automation bug git-svn-id: svn://localhost/ardour2/trunk@1173 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-30frame for fader belt; better focus behaviour for gain display text entry ↵Paul Davis
(generalized) git-svn-id: svn://localhost/ardour2/trunk@1171 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-28fixes for some stupid thinko-crash bugs with automationPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1168 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-28don't load history till all objects have reset state (post engine running)Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1167 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-28crossfade views are only as long as the crossfades themselves, show verbose ↵Nick Mainsbridge
time cursor when copy-grabbing regions (instead of upon motion), translucent regions while dragging/trimming git-svn-id: svn://localhost/ardour2/trunk@1164 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-28major fixes to automation editingPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1161 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-27many small changes, see ardour-dev for morePaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1160 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-24fix up scons check for hardware monitoring, minor error message typoNick Mainsbridge
git-svn-id: svn://localhost/ardour2/trunk@1157 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-22patch from brian to get consistent menu behaviourPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1155 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-21Fader image update for more tactile "track" feel.David Robillard
git-svn-id: svn://localhost/ardour2/trunk@1154 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-21"treadmill" design for new fadersPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1150 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-21new fader design from thorwil, mostlyPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1149 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-20deeper fixes for 80/100 subframes choicePaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1146 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-20fix for a crashing bug when loading a 0.99 session, with some debug outputPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1145 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-20show timecode info in selected audio clocksPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1144 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-20configurable subframes-per-frame, defaults to 80Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1143 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-17Brian Ahr's patch to make notebook size in maximized mode persist at Sampo Savolainen
runtime. git-svn-id: svn://localhost/ardour2/trunk@1140 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-17add reset envelope gain; small patch from brian for tearoff draggingPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1139 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-17fixes for MIDI port setup; options editor now sets trace options correctly ↵Paul Davis
(still not saved); MTC now sent immediately after asking for it, not after first stop; add svn_revision.h to avoid compile errors git-svn-id: svn://localhost/ardour2/trunk@1138 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-16small changes to the mixer strip from thorwilPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1135 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-16track naming patch from brian; slightly modified F11-bug workaround from ↵Paul Davis
brian; undo/redo items in edit menu now show operation to be undone/redone; canvas allocations now handled by an idle handler; region views respond to changes in fade/in/out curves ; undo/redo possible for some fade in/out operations; automation tracks extend to max_frames git-svn-id: svn://localhost/ardour2/trunk@1134 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-16start of new crossthread-safe designPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1133 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-15fix hover-expand mode for a couple of treeviews; make solo/rec/mute MIDI ↵Paul Davis
bindable again; merge our own clearlooks engine git-svn-id: svn://localhost/ardour2/trunk@1132 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-15Ben's changes to the logscale. Low end is now better represented, thanks!Sampo Savolainen
git-svn-id: svn://localhost/ardour2/trunk@1131 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-14desensitize remove button for start location; fix inadvertent use of _() ↵Paul Davis
when looking up widget data - fixes IOSelector not working for non-en_* users git-svn-id: svn://localhost/ardour2/trunk@1130 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-14Fixed reversed bar/beat coloursDavid Robillard
git-svn-id: svn://localhost/ardour2/trunk@1129 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-13remove almost everything from region editor, make popup menu more useful and ↵Paul Davis
accurate and informative git-svn-id: svn://localhost/ardour2/trunk@1128 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-13Change text (mostly what used to be light blue) to nuetral colorsDoug McLain
git-svn-id: svn://localhost/ardour2/trunk@1127 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-13display timecode from BWF etc in SF browser; accels for windows now work ↵Paul Davis
(misspelling in ardour.bindings); use hide icon in automation tracks git-svn-id: svn://localhost/ardour2/trunk@1125 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-13fix bad behaviour by +/- buttons in edit group list. yes, i was supposed to ↵Paul Davis
be in bed an hour ago git-svn-id: svn://localhost/ardour2/trunk@1124 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-13handle disconnected-from-JACK state a little better (i.e. don't crash and be ↵Paul Davis
helpful git-svn-id: svn://localhost/ardour2/trunk@1123 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-13Fixed refresh of strip and track hide buttons.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1122 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-13fix egregious programming sloppiness in strip_whitespace_edgesPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1121 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-13Fix for bug #255, Implement undo/redo when changing the region start position Tim Mayberry
in the Audio region editor, also added for when changing the end and length clocks. git-svn-id: svn://localhost/ardour2/trunk@1120 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-12new svn_revision.h build system, plus no more SMPTE, just Timecode2.0beta8Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1116 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-12Make current snapshot selected in list. Corrects issue with ardour Sampo Savolainen
automatically loading the first snapshot on list. git-svn-id: svn://localhost/ardour2/trunk@1115 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-12fix stupid button sensitivity issue in IO SelectorPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1113 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-12debugging stuff for IO SelectorPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1112 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-11do not crash in IO Selector when there are no portsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1111 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-11use thorsten's hide iconPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1110 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-11make X on track hide button visible; fix signed/unsigned warningPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1109 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-11add new swedish translationPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1108 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-11prevent steps in automation lines from vanishingPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1107 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-11use thorsten's new record button icons; fix history rebuild error caused by ↵Paul Davis
using an unregistered object type git-svn-id: svn://localhost/ardour2/trunk@1106 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-11fix reload of region gain envelopes, freeze works from start ... end instead ↵Paul Davis
of zero ... end; prep for bouncing-before-tape-mode git-svn-id: svn://localhost/ardour2/trunk@1105 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-11fix visual focus indication in IOSelector; import pays attention to audio ↵Paul Davis
file embedded position; peaks now built properly for embedded/imported files git-svn-id: svn://localhost/ardour2/trunk@1104 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-10Colour touchups.David Robillard
git-svn-id: svn://localhost/ardour2/trunk@1103 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-10Redisplay editor window after switching snapshots.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1102 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-10Fix region name fit into the visible region in special cases like newly Sampo Savolainen
recorded regions or when muting or locking regions. git-svn-id: svn://localhost/ardour2/trunk@1100 d708f5d6-7413-0410-9779-e7cbd77b26cf