summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Collapse)Author
2016-08-04workaround changes in glibmm 2.49.xNils Philippsen
Glib::RefPtr defines the operator bool() as explicit which breaks comparisons like "some_ref_ptr == 0" or "... != 0". https://bugzilla.gnome.org/show_bug.cgi?id=769502
2016-07-25add some flush_pending timeoutsRobin Gareus
2016-07-18move show_gdk_event_state() utility function from gtk2_ardour to libs/gtkmm2extPaul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-13fix save/restore of preferences torn-off-window statePaul Davis
2016-07-13use Session::cancel_all_solo()Paul Davis
2016-07-13fix odd double conditionalPaul Davis
2016-07-04stop-and-forget-capture should not toggle transport state, only stop itPaul Davis
2016-06-29Revert "remove unnecessary duplicate loading of GTK RC file"Paul Davis
This reverts commit 694d805bb0dd7531a58caa7cf617b8ea117e7588.
2016-06-29remove unnecessary duplicate loading of GTK RC filePaul Davis
2016-06-26BSD portabilityRobin Gareus
Adopted from Michael Beer -- GH pull-request #232
2016-06-21use running_from_source_tree()Paul Davis
2016-06-12stop AddRouteDialog from being modal and from using a recursive run loopPaul Davis
2016-06-07use contextual translation macro for "Locations"Paul Davis
2016-06-06add pre-release warning dialog. It wil not be shown when running via ardev etc.Paul Davis
2016-06-03move from PresentationInfo::global_order() to PresentationInfo::order, and ↵Paul Davis
fix up part of reordering behaviour Dragging tracks/busses in the editor *below* VCAs still does not work
2016-05-31use new record safe control in GUIPaul Davis
2016-05-31add route dialog should always show up wherever the mouse is, not in its ↵Paul Davis
last location
2016-05-31manually fix rebase/merge issues caused by addition of plugin presets to ↵Paul Davis
methods which add a new track/bus
2016-05-31fix dialog message shown when a backup of an old session file is madePaul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
remote control ID and "order keys" have been removed.
2016-05-31some tweaks for solo logic to get things working as they were before (correctly)Paul Davis
2016-05-31universal change in the design of the way Route/Track controls are designed ↵Paul Davis
and used. The controls now own their own state, rather than proxy for state in their owners. Massive changes all over the code to accomodate this. Many things are not finished. Consider this a backup safety commit
2016-05-31initial part of vca assignment via context menuPaul Davis
2016-05-31first pass at making the GUI for a VCA visiblePaul Davis
2016-05-31extend add route dialog to include VCA mastersPaul Davis
2016-05-31remove the entire idea of a tabbable for VCA master fadersPaul Davis
Conflicts: gtk2_ardour/master_faders.cc
2016-05-31most of the changes required to add a new master faders tabbablePaul Davis
the visibility button isn't actually working correctly
2016-05-17group Product/App specific resourcesRobin Gareus
* only install icons relevant to product * use program-name (as-is) as prefix * keep icons/* for all products
2016-05-10add visibility tracking for main windowPaul Davis
2016-05-06amend baca1fd3 (actually use preset)Robin Gareus
2016-05-06Create new track by dragging an instrument from the favorites sidebarRobin Gareus
2016-05-06re-introduce "add track/bus" from mixer windowRobin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-05-01fix a Wsigncompare and 2 -WuninitializedRobin Gareus
2016-04-26remove the splash-screen when changing sessionsRobin Gareus
ARDOUR_UI::load_session()'s loading_message() shows the splash in all cases. But only the initial ARDOUR_UI::starting() does destroy it. In some cases we got away because the Engine Dialog pops back the splash and the dialog is never destroyed (only hidden). It's not until ~Dialog that the splash is displayed again (if it exists).
2016-04-23save-as/snapshot tweaks:Robin Gareus
* allow to take snapshots and save-as read-only session. * change ambiguous "Save as" window title for "Snapshot & Switch" * start save-as in configured session-dir
2016-04-22Clarify my XML error printout from yesterday (see previous commit)John Emmas
2016-04-21When logging XML error messages, make sure we don't accidentally log an ↵John Emmas
empty message Amends my previous commit #a7508a9c from 23rd July 2015. If the filename and/or line number were NULL, we could end up logging a message with no text!
2016-04-19GUI part of 00169f1da (TRY_AUTOSTART_ENGINE)Robin Gareus
2016-04-18GUI samplerate Mismatch notificationRobin Gareus
2016-04-18add a try-autostart-engine option (most recently used settings)Robin Gareus
2016-04-13show window title in DEBUG::Accelerator debug tracePaul Davis
2016-03-28add option to create new routes with strict-i/o enabled.Robin Gareus
2016-03-23Hide lua script selector before showing lua parameter dialog.Robin Gareus
2016-03-23UI part of lua code/header consolidation.Robin Gareus
2016-03-16Midi Busses? why yes!Robin Gareus
2016-03-15fix capitalization of sections of key editorPaul Davis
2016-03-15fix segfaults/crashes when quitting under valgrindPaul Davis
2016-03-15fix carelesslly deleted line that caused endless loop when missingPaul Davis