summaryrefslogtreecommitdiff
path: root/gtk2_ardour/SConscript
AgeCommit message (Collapse)Author
2008-11-20fixed tarball scons target to use correct bindings filesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4217 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-18fix up install commands for bindingsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4211 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-17use nag screenPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4193 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-14change US bindings for Z/Y key swapPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4172 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-14new bindings files from armand, againPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4171 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-13remove unused file on OS XPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4150 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-13speed up track resizing; fixup file DnD; stop use CAAudioFile for imported filesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4148 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-04Infrastructure for customized SAE ui themes. Some performance improvements ↵Nick Mainsbridge
for osx-visible momentary solo gui glitches, allow solo all even when solo not latched (see comments). git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4093 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-11add lv2_plugin.cc to srctar listPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3922 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-09-23Separate tempo lines stuff ala 3.0.David Robillard
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3796 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-09-03Unify the canvases by moving groups around rather than using ↵Nick Mainsbridge
set_scrolling_region () (eliminates the double-draw during zoom on linux), fix verbose_time_cursor clamping, make fonts smaller on location dialog buttons, hopefully improve performance when dragging multiple regions on the same track, reduce some redrawing of clocks (still not done for samples clock), allow NLS=1 on OSX, other canvas performance improvements on OSX, build SAE-us.bindings (even though they are incomplete for now). git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3707 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-08-09Embedded LV2 GTK GUI support.David Robillard
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3678 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-07-10no more NATIVE_OSX_KEYS option - GTKOSX selects for that too2.5Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3581 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-07-07move to scons Clone everywhere rather than Copy; add Session::micro_locate() ↵Paul Davis
for ongoing work on video sync; debugging output for export precision problem; minor clean up to IO::find_possible_connection(); fix up a few signed/unsigned issues; make "feature lines" always be the right height as tracks resize; change version to 2.5 git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3517 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-03-31New icon files from Thorsten WilmsNick Mainsbridge
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3199 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-03-26update binding file names in SConstruct for srctar targetPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3187 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-03-24initial checkin of freesound integrationBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3168 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-27Add a quick file type icon.Nick Mainsbridge
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3132 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-26Add missing $PREFIX/share/ardour2 to uninstall target. Fix consequent ↵Nick Mainsbridge
missing icons thinko in previous commit. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3122 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-25New FREEDESKTOP scons option installs desktop MIME entry and .desktop file. ↵Nick Mainsbridge
Also uses fd.o standard names and locations for icons. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3121 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-24make canvas text scale with font scaler; prevent bogus values from putting ↵Paul Davis
NaN's into automation lines git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3118 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-23fix up meter thread management when JACK client starts/stops/is halted ; put ↵Paul Davis
focus in plugin search entry when plugin selector is shown ; add WINDOWS_KEY option to gtk2_ardour/SConscript, controlling what X modifier is used for LEVEL4 modifier/bindings ; fix up Keyboard object to properly support LEVEL4 bindings ; fix Playlist::partition_internal() to avoid acting on regions that should not be operated on given the range provided ; fix up more stuff relating to get_regions_for(), including cut/delete ops on edit range vs. regions git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3115 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-15reset doug's mistaken commit with fontsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3069 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-15TrackfadersDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3068 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-15fix up install targets for binding files, really nowPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3066 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-15fix up install targets for binding filesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3065 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-14minor keyboard binding improvements and build fixesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3056 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-14dynamic discovery & loading of keybindingsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3055 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-12AU GUIs basically working, though unfinished; push up dialog for massive ↵Paul Davis
split operations (still in progress); fix problem where peakfile is slightly older than audio data even though it is ready to use (debugging output still present); move sync-menu code to libs/gtkmm2ext for linkage reasons; prevent flush_pending() calls from "top menu" items on OS X from locking the GUI; try to make adding lots of regions (e.g. from split-at-points) scale a bit better; SAE version has no timecode mode for audio clocks git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3038 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-05adjusting region fade in/out lengths makes the fade in/out active; new font ↵Paul Davis
sizes; new font generation code in gtk2_ardour/SConscript; move mixer strip/group pane over to the RHS to match the editor; clean up ardour-sae-de.bindings.in; fix glue-to-music-time menu item (was always active) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3010 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-04provide instructional hint for keyeditor; fix keybinding issues on OS X ↵Paul Davis
(needs current GTK patch); fix up packaging up OSX native to include VAMP plugins and put control surfaces in (mostly) the right places ; new (improved) arrow key bindings git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3007 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-02Sort things to reduce merge hell. No functional changes.David Robillard
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2994 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-25meet rhythm ferret: cute, furry and always on time (ardour build now ↵Paul Davis
requires fftw3 & fftw3f, no exceptions, ever) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2959 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-22centralized "is this OS X" definition in build scriptsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2954 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-18Fix compilation against SLV2 for weird install paths.David Robillard
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2937 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-18audun's waveview outline patch; some diskstream fixes; real splash screen; ↵Paul Davis
more reorganization of new session dialog use; about is not marked as a splashscreen anymore (help out KDE users) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2935 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-15LV2 support.David Robillard
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2922 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-09even more fixes for the new session dialog and its usePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2848 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-07various OS X fixes, mostly related to AU supportPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2836 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-19made new session dialog hide pages as necessary, to be a bit simpler ↵Paul Davis
whenever possible git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2797 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-14fix up install target that involved older SAE keybindings filesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2782 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-12per-kbd-layout keybindings selection; initial pass at ↵Paul Davis
link-region-and-track-selection git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2779 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-11make SCROLL_{RIGHT,LEFT} work, and Alt-SCROLL_{UP,DOWN} do something sensiblePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2778 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-10AU support; mv LADSPA gui to Generic; small fix(?) for NSD issue with ↵Paul Davis
absolute/full pathnames git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2755 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-30don't put NDF/DF in clocks if there is no DF/NDF alternative; make ↵Paul Davis
deselect-all and invert-selection operations work properly; fix bug in edit range determination with no selected marker; popup dialog when no range can be determined; add new WINDOW modifier to SConscript to allow different conventions on OS X and linux git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2730 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-29fix bug with insert region when no track is selected; make keybindings ↵Paul Davis
editor show apple-like names for modifiers; fix range marker menu; fix mapping of keybindings to Quartz equivalents; make cycle-edit-point work without marker unless specifically requested git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2728 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-27MESCLUN: new SAE-specific bindings file; parametized binding files; fix ↵Paul Davis
handling of master source info loading from XML; change rubberband stretch progress reporting; better handling of top level menubar accelerators on Quartz; fixup handling of user-specified bindings file; no more audition on double-click in region list (does rename instead); various OS X specific fixups; partial fix for memory leakage in import code (fixed by timbyr in trunk but not back-portable to 2.X) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2716 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-20integrate the not-yet-released RubberBand library into ardour for timefxPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2704 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-20Create new LevelMeter class for meter only widgets. This and some better ↵Doug McLain
packing options to the tracks make the meters look better git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2703 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-09fix up botched marker management scheme; add Editor::get_edit_op_range(); ↵Paul Davis
make cut ops use get_edit_op_range() when there is no time/region selection. still a little in progress to get the details right git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2614 d708f5d6-7413-0410-9779-e7cbd77b26cf