summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2011-02-17Clean up some confusion with AutomationControls in AutomationTimeAxisViews ↵Carl Hetherington
that have regions. git-svn-id: svn://localhost/ardour2/branches/3.0@8883 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-17Minor tidying-up.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8882 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-17Look for .ardour, not .template, when using an existing session as a template.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8881 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-17Just call a template a template (as in the menu) rather than a mix template.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8880 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-17preparations for a working speaker editing dialogPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8878 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-16change some parameter names to make things a bit clearer,and require that an ↵Paul Davis
AutomationControllable is passed in to AutomationController::create() rather than being willing to create it git-svn-id: svn://localhost/ardour2/branches/3.0@8876 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-16remove debug outputPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8875 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-16fix crash when opening MIDI controller automation tracks, caused by addition ↵Paul Davis
of "owner" field to an AutomationController, used to print values. Renamed "owner" to "printer" and required it to be non-null git-svn-id: svn://localhost/ardour2/branches/3.0@8874 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-16No-op: coding style.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8873 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-16Re-add height menu to tracks (#3761).Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8872 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-16Come to think of it, those size requests were hack to support a clock in the ↵Carl Hetherington
menu bar, which we gave up on. So remove them. git-svn-id: svn://localhost/ardour2/branches/3.0@8867 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-16Update menu bar widget size requests on font scaling.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8866 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-16Make pressing enter in the label or path entries trigger the default ↵Carl Hetherington
dialogue response (fixes #3763). git-svn-id: svn://localhost/ardour2/branches/3.0@8865 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-15remove theme-specific names from RC.in files, substitute them during buildPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8862 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-15Update rc files to use unique rc variable names, update wscript to use the ↵Doug McLain
names, and re-enable theme switching git-svn-id: svn://localhost/ardour2/branches/3.0@8861 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-15Save user key bindings to the right place. Fixes #3773.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8854 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-15clean up new region list management maps to avoid dangling shared ptrs and ↵Paul Davis
more (from lincoln) git-svn-id: svn://localhost/ardour2/branches/3.0@8853 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-15(from 2.x) make sure that F4 is bound to the real separate action, not the ↵Paul Davis
Separate sub-menu git-svn-id: svn://localhost/ardour2/branches/3.0@8852 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-15Clean up and hopefully fix handling of logarithmic plugin parameters (fixes ↵Carl Hetherington
#3769). git-svn-id: svn://localhost/ardour2/branches/3.0@8850 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-15Fix warnings.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8848 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-14patches from lincoln to speed up the regionlist and provide region removal ↵Paul Davis
(causes dangling shared ptrs to regions, fix to come git-svn-id: svn://localhost/ardour2/branches/3.0@8845 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-14Make light theme functional, add waf processing, and small change to ↵Doug McLain
UI::load_rcfile() that fixes a hang when switching between two rc files that are identical in style defs git-svn-id: svn://localhost/ardour2/branches/3.0@8839 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-13No-op; whitespace.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8837 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-13Remove unused and uncompiled panner code.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8834 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-12Remove dependence on the order of calls of listeners to ↵Carl Hetherington
MidiTrack::StepEditStatusChange, and rename the step entry menu item to make it consistent with the dialogue title. Should fix #3765. git-svn-id: svn://localhost/ardour2/branches/3.0@8831 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-12Fix missed i18n (#3766).Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8830 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-11use volume controller widget for monitor section, drop some now-unused codePaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8828 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-11add back working version of VolumeControllerPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8827 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-11remove unimplemented, unnecessary function declsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8826 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-11provide solo mute gain Config parameter as a controllable and use it in the ↵Paul Davis
monitor section GUI to allow MIDI binding git-svn-id: svn://localhost/ardour2/branches/3.0@8825 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-10#ifdef-ize all/most uses of the boost debug hooks APIPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8823 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-10provide runtime control over how much boost "live" debugging info is providedPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8821 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-10Prevent erroneous splitting icons in the editor mixer strip's processor box.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8816 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-10Tidy up weird plugin dialogue slightly.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8815 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-09panner visual tweaksPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8802 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-09remove irrelevant commentPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8801 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-09make name-highlight bar active for trims even in internal edit mode, againPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8800 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-09new mouse-mode-specific colorsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8799 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-09all mouse mode buttons should be StatefulToggleButtons to avoid prelight ↵Paul Davis
nonsense, and more git-svn-id: svn://localhost/ardour2/branches/3.0@8798 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-09recenter stereo panner position indicatorPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8792 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-08stereo and mono panner tweaks to use cairomm and rounded rectangles and morePaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8790 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-08tweaks in UI RC filePaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8786 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-08tweak inverted stereo panner colorsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8785 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-08Option to colour region background using the track colour (#3759).Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8778 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-08cairo-ify expose handlers for PixFader and PixScroller (latter is not used); ↵Paul Davis
tweak UI RC file in response; move rgb macros to gtkmm2ext for easier use there as we go cairo over time git-svn-id: svn://localhost/ardour2/branches/3.0@8775 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-08removed (will replace) rgb_macros.hPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8774 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-08Fix style of samples and timecode rulers.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8773 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-08Change the background colour of regions when they are small enough to not ↵Carl Hetherington
show the name bar (#3575). git-svn-id: svn://localhost/ardour2/branches/3.0@8771 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-08Tidy up region view colouring code slightly.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8770 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-08Remove always-true should_show_selection code.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8769 d708f5d6-7413-0410-9779-e7cbd77b26cf