summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Collapse)Author
2012-07-20fix action names for transport controllablesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13058 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-01the debug continues onwardPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12974 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-15disallow colons in snapshot names (from colinf)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12288 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-03-06make sure loop markers are shown when loop is initiatedBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@11609 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-02-29Switch out some strings that still use Ardour and use PROGRAM_NAME insteadTodd Naugle
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@11559 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-03backports of 10318, 10380, 10403-10405. Fixes a crash in opening sessions ↵Todd Naugle
and several leak fixes git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10411 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-08-18remove use of Glib::ustring from gtk2_ardourPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10006 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-06-21silly dialog name, patch from colinfPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9754 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-07-16make dbl-click on foobar.ardour open ardour (OS X)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7423 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-17region export/bounce should use ::read_at() methods, not read directly from ↵Paul Davis
the source (thus providing fade outs, automation, etc; minor code cleanups git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7113 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-15remove a bunch of explicit uses of '/' as a directory separator; use ↵Paul Davis
Glib::build_filename() to construct more paths rather than doing it "by hand"; fixup small logic mistake (which had no actual consequences) in export track marker dialog git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6909 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-01redirect via ardour.org to get to the manuals from within ardour, not ↵Paul Davis
hard-coded URLs git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6824 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-03-26remove silly buffer stats output; apply MIDI control patch (#2655) from ↵Paul Davis
dhess; switch ctrl/alt for drag-selection-as-region (work ongoing); various scons cleanups; remove some dead code from editor git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6798 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-03-24anchor the crossfade start and endpoints, and add Help shortcuts to the ↵Ben Loftis
manual and online reference git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6791 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-03-12option to enable/disable translations when using a bundled (OS X) version of ↵Paul Davis
Ardour; compile-time control of Ardour program name for gtk2_ardour (libardour to follow) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6755 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-02-15only prompt to save session once during QuitBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6685 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-02-15additional osx compilation fixes. more UAD tweaks. close and delete ↵Ben Loftis
session during shutdown git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6683 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-02-05correct size used by tempo line allocator; fix crash when exit is initiated ↵Paul Davis
by menu "quit" on OS X; bump to 2.8.8 git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6636 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-01-16second part of the fix to the argument order of Session::request_stop() - ↵Paul Davis
when quitting ardour, do not abort any current capture (of course, it should be impossible to quit while recording, but anyway... ) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6508 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-12-08backport feature to show only tracks with regions under the playhead (thanks ↵Ben Loftis
Carl) and fix Save As function (thanks Paul) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6327 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-12-07weak version of "Save As"Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6323 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-11-11fix scons tests for various JACK functions; use jack_on_info_shutdown() if ↵Paul Davis
its available at compile time git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6061 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-11-07clean up that godawful programming style in the last transport commit, and ↵Paul Davis
fix dynamic range playback git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6031 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-11-07better design for range plays that leaves the range play button able to play ↵Paul Davis
the current range selection git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6029 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-11-06deep, somewhat subtle changes for transport control. Everything should use ↵Paul Davis
Session::request_stop(), which nows takes an additional argument indicating whether or not to clear play range/loop state. UI threads will generally do so, other things, like slave sync objects, generally will not. also fixed stupid delay on exit, caused by unconditional usleep (2.5 seconds) ... git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6027 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-11-04various "deep" fixes related to looping, particularly seamless, and ↵Paul Davis
transport state git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6013 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-30make space NOT exit from loop/range play, but actually stop; provide ↵Paul Davis
ToggleRollMaybe action (and menu item) to do that; if in seamless mode, do not just exit from loop play, but stop, because it won't work (buffers have wrong data in them) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5992 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-30patch from carl for #2074 (already present in 3.0), fixes behaviour when ↵Paul Davis
auto-connect is specifically disabled for a new session git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5982 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-30more loop/transport fixups; make visible PH track transport frame as an ↵Paul Davis
experiment (instead of audible frame) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5977 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-30lots of deep but hard to spot changes to transport control, primarily ↵Paul Davis
relating to looping and transitions between loop, play-range and regular roll/stop ; add GUI option for seamless looping control (under Options). Needs to be forward ported to 3.0. Please TEST THE HELL out of this one - changes were deeper and wider than i would like, but did consolidate some of the GUI transport control code in a good way git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5976 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-29loop handling changes: always turn off play_loop @ transport stop ; remove ↵Paul Davis
request_play_loop(false) from GUI ; always locate to start of loop when starting to play in loop mode ; if auto-return is enabled, and in loop mode, auto-return to loop start. NEEDS TESTING PLEASE. TRY TO BREAK THIS. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5968 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-27remove free() of stack-allocated path (leftover from pre-mkstemp() call)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5940 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-20clean up Window titles for consistencyBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5830 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-13fix (?) crash caused near program exit when using MCP. sort of a bandaid, ↵Paul Davis
but its a correct and necessary check on session != 0 anyway git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5769 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-01about window set as transient for editor, from nedkoPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5710 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-01merge 5674:5682 and 5689-5694 from mixbus branchPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5695 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-09-26open un-writable sessions without complaining, and desensitize all/most ↵Paul Davis
actions that rely on writability (to be forward ported to 3.0 once tested and confirmed) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5688 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-09-17more NSD hacks, including a new exception thrown when loading a session at a ↵Paul Davis
different SR than JACK, and the user opts not to load it git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5672 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-09-17better behaviour when JACK fails to start from "within" ardour. still not ↵Paul Davis
quite there yet git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5671 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-09-17more NSD changes. if JACK is not running and no interface has ever been ↵Paul Davis
chosen, show JUST the audio setup tab. once JACK is successfully started, reshow the NSD with just new/open tabs. still not finished with this utter piece of dreck git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5670 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-09-06patch from lucus for wastebasket content size messagePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5636 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-20fix un-translatable string mistake (mantis #1275) ; make keybindings pay ↵Paul Davis
attention only to "relevant" modifiers (e.g. ignore numlock) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5397 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-06correct check for presence of / or \ in a session namePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5336 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-06remove extra use of legalize_for_path() and just make sure that session and ↵Paul Davis
snapshot names are not FS-pathological (i.e. containing slash or backslash) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5332 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-05handle session names provided by user that contain '/' (mantis #1193)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5326 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-03do not attempt to use scroll view for AU plugin GUIs (fixes crash-on-delete ↵Paul Davis
of Cocoa-based AU plugins) ; drop references in PlugUIBase to plugin/insert when it notifies us via GoingAway (fixes crash on session close) ; fix handling of AU cache info for certain plugins ; fix SConstruct missing lrdf, raptor, samplerate library definitions (\!\!\!) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5310 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-25move splash screen to the back if pending state dialog is shownPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5271 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-22switch from mibbit to freenode webchat clientBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5244 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-05-20Help->Chat menu item launches the users browser to allow chatting on IRC via ↵Ben Loftis
mibbit git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5103 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-04-27write buffer stats to file on disk underrun/overrunPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5003 d708f5d6-7413-0410-9779-e7cbd77b26cf