summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2010-04-24Tidy up region properties editor a bit. Fixes #3085.Carl Hetherington
2010-04-23When a track context menu is opened, select the track it was opened in (only)...Carl Hetherington
2010-04-23Copy-edit menu item.Carl Hetherington
2010-04-23Add missing string to disposition_map. Fixes #3077.Carl Hetherington
2010-04-22Allow more than one peaks_ready callback to be pending for an AudioRegionViewCarl Hetherington
2010-04-21Don't try to load separate diskstreams in 3.0 session files. Fix a few uses ...Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-21commits 6001-6525 inclusive from 2.X applied to 3.0Paul Davis
2010-04-20no solo button for master bus; add alternate solo button state to light theme...Paul Davis
2010-04-20indicate "soloed-by-others" state on solo button via a "half-lit" statePaul Davis
2010-04-19Move toggle-waveforms-while-recording into RC options.Carl Hetherington
2010-04-19Fix menu item text corrupted by search & replace.Carl Hetherington
2010-04-18Display shuttle speed in percentage rather than fraction. Fixes #1939.Carl Hetherington
2010-04-18Let the selection handle selecting tracks (or not) when other things are sele...Carl Hetherington
2010-04-18Make the session start/end location a single location (with start and end) ra...Carl Hetherington
2010-04-18Fix some i18n bugs; hopefully most if not all of #2999.Carl Hetherington
2010-04-17Disallow rename for plugin inserts. Fixes #3048.Carl Hetherington
2010-04-17Rename panner member to twod_panner to avoid having _panner and panner member...Carl Hetherington
2010-04-17No-op: Formatting tweak.Carl Hetherington
2010-04-16put mixer strip track name button context menu back on button3 ONLY, and make...Paul Davis
2010-04-15forward-port from 2.X commits 5827-6000 includingPaul Davis
2010-04-14Display details of which import file we are currently on.Carl Hetherington
2010-04-14Separate interthread progress window out into its own class and HIG-ify it a ...Carl Hetherington
2010-04-12use session start rather than edit position for import-at-timestamp if there ...Paul Davis
2010-04-10Fix import dialogue to correctly report (x of N) with multiple files, and sli...Carl Hetherington
2010-04-10Make record button appear in MIDI mixer strips. Fixes part of #2740.Carl Hetherington
2010-04-10Fix pan updates for routes with single panners. Fixes #3066.Carl Hetherington
2010-04-07No-op: copy-edit comments, remove duplicate comments, coding style.Carl Hetherington
2010-04-07Update phase invert button on reload, and stop inserting phi into route names...Carl Hetherington
2010-04-07Fix crossfade height in stacked mode.Carl Hetherington
2010-04-07Keep track of where a RegionView used to be before it was reparented for a dr...Carl Hetherington
2010-04-06MIDI/Controllables for monitor section, and related fixesPaul Davis
2010-04-05Add solo safe control to editor route list, as per #3063.Carl Hetherington
2010-04-05Save and restore the selected tab and its width in the editor list.Carl Hetherington
2010-04-05Make port matrix notice when connections are changed outside of ardour.Carl Hetherington
2010-04-03visual tweak patch from lincoln, for time axis viewsPaul Davis
2010-04-03meter point restore handling, and related mattersPaul Davis
2010-04-02Fix ordering issue with loading engine settings to the startup dialogSakari Bergen
2010-04-02Make audiographer SndfileWriter use PBD::Signal and use it properly. Also mak...Sakari Bergen
2010-04-02not-yet-complete JACK session management patch (TODO: get program name, vary ...Paul Davis
2010-04-02remove PBD::Connection (replace use with PBD::ScopedConnection); remove limit...Paul Davis
2010-04-02Fix up route group state signal handling. Make the PropertyList versionCarl Hetherington
2010-04-01revisit setting up processors during route construction; remove several more ...Paul Davis
2010-04-01No-op: rename a few variables and add/fix some comments.Carl Hetherington
2010-03-31Take away the Remove option from the region list, and add Show to re-show hid...Carl Hetherington
2010-03-31functioning invert (polarity) button; menu item removed and track name button...Paul Davis
2010-03-30Move region naming stuff from Session into RegionFactory, cleaning up some ve...Carl Hetherington
2010-03-30add (non-functional) invert (phase/polarity switch) buttonPaul Davis
2010-03-30stop crash when existing a session/quitting without a monitor sectionPaul Davis
2010-03-30Remove the realtime export button from the export dialog, as it's not really ...Sakari Bergen