summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Collapse)Author
2008-11-13Use consistent font size for marker text, unset CAN_FOCUS on some more ↵Nick Mainsbridge
buttons, initial edit point clock is BBT. back to clearlooks for sae light theme. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4146 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-11New sae icons, fix ghostregion layering problem (automation-specific revert ↵Nick Mainsbridge
of track background fix), save a new session on creation, modify some SAE defaults. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4137 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-07Add default instant.xml to bundles, set SAE-specific defaults.Nick Mainsbridge
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4101 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-31reinstate ArdourUI::idle_load(), need by OS X buildPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4070 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-30remove cruft from ArdourUI; improve keyboard icon(s); shrink other plugin ↵Paul Davis
GUI buttons; close all dialogs when quitting so that we actually quit git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4036 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-28fix suggestion that you can save while disconnected frm JACKPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4020 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-26Fix missing tempo lines if zooming with unchanged left edge, implement ↵Nick Mainsbridge
toggling editor/mixer on top. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4017 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-05make RouteUI and its children and relations able to switch the Route/IO ↵Paul Davis
object they refer to (significant architectural changes) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3869 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-06-23ensure that ALL xrun handling is done from the GUI threadPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3487 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-06-19prevent periodic auto-save from causing GUI deadlock waiting for the ↵Paul Davis
Locations lock to be released while export-ranges happens. this fix might be updated with a better one later. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3479 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-06-17refactor GainMeter so that it can used by RouteTimeAxisView, and thus bring ↵Paul Davis
automation display to editor track faders and more git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3468 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-06-10(5) debugging with nowhiskey - remove stupid lack of scaling caused by ↵Paul Davis
redisplaying all regions for every source file removed; fix for illegal audio device selection in audio setup dialog; stuff related to drawing/dragging regionheights (disabled at present) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3458 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-05-16add GotoWallClock command; switch Editor class to use nframes64_t ↵Paul Davis
throughout; fix up some glitches in playhead/screen handling when locating ; never save keybindings to user's ~/.ardour2 dir unless the user changed them (well, nearly) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3361 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-05-15mike taht's patch to remove all use of gettimeofday() in favor of ↵Paul Davis
ARDOUR::get_microseconds() which now uses JACK's usec clock git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3355 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-05-13remove early return from every_second() screen update functionPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3344 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-05-13comment out latency debug outputPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3343 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-04-16Remove some unused classes, methods and variables, mostly in ARDOUR_UITim Mayberry
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3254 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-04-09remove debugging info about screen sizePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3242 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-04-09fixes for AU plugin GUIs, including the "hidden GUI shows up when app ↵Paul Davis
becomes active/focus again" bug git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3241 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-03-25Comment out some debug stuff that made it to svn my accidentDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3183 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-03-25add new Session::Dialog signal for generic dialog interactions with unknown ↵Paul Davis
GUI; made auto-analyse-audio FALSE by default, with dialog warning about this when necessary; fixed #2134 (loop/punch stuff not updated on undo/redo) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3182 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-03-21Undo 3160 for now. The canvas stops updating when the mixer is open (but ↵Doug McLain
only on one of 3 machines) so I obviously broke something git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3161 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-03-14enable icon-start-from-.ardour-file to work on OS X; properly install apple ↵Paul Davis
event handlers; change plugin add logic to avoid asking for stream counts before they would be configured; fix up new session dialog to not use manage(), and thus not throw away widgets when their page is hidden (by removal) in the tabbed browser git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3144 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-03-08Fix warnings.David Robillard
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3139 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-27fix up dual punch action logicPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3128 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-24Fixes for canvas and gain meter text not being scaled on startupDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3119 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-22Save and restore users font scale settingDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3110 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-21fix deadlock in playlist::partition(); new first idle model, including ↵Paul Davis
message about loading visual data; make h-faders use scroll up/down and be scalable-clickable; new track menu stuff (waveform scaling/shape); fix up ordering of ruler menus; fix initial sensitivity of region menu operations git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3097 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-13lots more BootMessagesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3050 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-13"boot" messages; more AU fixes; new SAE ui.conf filePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3049 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-13add option to create xrun markers on the location markerbarDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3048 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-13change some stuff associated with snapshot automation (accidentally ↵Paul Davis
committed with last commit, this finishes it off) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3045 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-05show loop and punch locations properly in location ui, reorder some dialog ↵Nick Mainsbridge
buttons. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3011 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-01fix up use of PATH when finding JACK (and startign it) so that new OS X ↵Paul Davis
users who have installed JACK in /usr/local but have not set PATH do not crash and burn; hide splash when most MessageDialog's appear git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2986 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-01reinstate functional clocksPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2985 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-01large chunks of code to deal with pre-analysis of audio; transient/perconset ↵Paul Davis
data used for new tab-to-transient; all ArdourDialogs push the splash screen out of the way; try to keep verbose canvas cursor within the editor canvas visible area; fix template use from NSD git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2983 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-28various sundry OS X fixes, changesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2971 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-18debug splash2Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2941 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-18permit OSX native package without JACK; prevent excessive track name lengths ↵Paul Davis
from messing up JACK port names; splash screen tweaks for OS X; new region gain control operations ; work on AU plugin GUIs (totally incomplete); don't needlessly create prompters in a barcontroller (create on demand) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2938 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-13fix crash at startup if .rc files are empty and/or if ARDOUR::init() fails ↵Paul Davis
for any reason; also avoid calling XML parser with empty files git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2907 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-12cleanup debug output; more completion of canvas line+rect height fixesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2903 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-12more NSD madness curing; fix up canvas range rects and marker line height mgmtPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2902 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-11pass it back to linuxPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2900 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-11commit so i can do this on OS X with a reasonable link timePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2899 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