summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Expand)Author
2013-03-05fix erroneous use of "Ardour" in text message, and manually update ru.po and ...Paul Davis
2013-03-04use markup in that new dialogPaul Davis
2013-03-04make notice about mismatched session/ardour versions more prominent, since yo...Paul Davis
2013-03-03SuperCaliFragilisticHoraAdaequationisRobin Gareus
2013-01-23remove EnableTranslations action, since this stuff is all done in the prefs d...Paul Davis
2013-01-22fix #5290 for 'Session|Recent' dialog as well as startup dialog.Colin Fletcher
2013-01-21start passing around the (possibly-bundle-modified) localedir so that we call...Paul Davis
2013-01-21force jack-disconnected dialog to top (fixes #5291)Paul Davis
2013-01-14use a warning dialog, nto a question dialog, for sample rate mismatchPaul Davis
2013-01-10goodbye pixmaps and pixbufs (no longer) used by Gtkmm2ext::PixFaderPaul Davis
2013-01-07Fix three little typos.Colin Fletcher
2013-01-05disclose i18n conspiracy.Robin Gareus
2013-01-05mixed-track plural form.Robin Gareus
2013-01-04merge Marcel Bonnet's patches for Free-BSDRobin Gareus
2013-01-04use correct plural formsPaul Davis
2013-01-03use new plural form macroPaul Davis
2013-01-03various i18n fixes and updates after a ./waf i18n runPaul Davis
2012-12-26fix previous clock fix, having noticed use of connect_seconds()Paul Davis
2012-12-26colin's wall clock patch update, modified to update every second, not every m...Paul Davis
2012-12-19make "OK" button in memory-limit dialog be the default widget so that return ...Paul Davis
2012-12-13reinstate the windows way for GUIIdle's but limit the scope of the connection...Paul Davis
2012-12-12revert that GUIIdle signal till i track down a deadlockPaul Davis
2012-12-12sometimes, you just have to do what a windows programmer would do. add a glob...Paul Davis
2012-12-12try to really get the add route dialog out of the way before we start a long ...Paul Davis
2012-12-11prevent an endless loop when answering "no" regarding opening an existing ses...Paul Davis
2012-11-26tweak Smart Mode to be more like Mixbus. Smart mode is just a modifier on Ob...Ben Loftis
2012-11-20Always Play Range is now Follow Edits, and is based on Mixbus implementation....Ben Loftis
2012-11-13remove a bunch of cerr output and/or convert to use error<<Paul Davis
2012-11-12tweak display of cleanup results, and make greek/latin prefix names there tra...Paul Davis
2012-11-11MIDIClock is not a Timecode slave, fix segfaultRobin Gareus
2012-11-09Don't notify user if fps changes only affect speed but not counting.Robin Gareus
2012-11-08notably modify the design and logic of the startup dialog, so that we can han...Paul Davis
2012-10-18if a session is altered, ask about saving it BEFORE moving on to the new sess...Paul Davis
2012-10-14fix matching TC color assignment (rev13264)Robin Gareus
2012-10-12tweaks to be ready for more information timecode display in Timecode clock modePaul Davis
2012-10-12move TC FPS up into status bar, use lower right of timecode audioclock mode f...Paul Davis
2012-10-11move the external sync source selection tobe a global config parameter, not p...Paul Davis
2012-08-10add -Wpointer-arith -Wcast-qual -Wcast-align and others to compile flags, and...Paul Davis
2012-07-23forward-port generic MIDI and transport controllable changes from 2.XPaul Davis
2012-07-15i18n detailPaul Davis
2012-07-13dramatic overhaul of automation. too long to explain here. this work is not f...Paul Davis
2012-07-10OS X-based fixes for splash screen mgmtPaul Davis
2012-07-09cleaner version of splash display changesPaul Davis
2012-07-09some hacks to try to get the splash to function reliably, particularly on OS XPaul Davis
2012-06-27first pass at the big rethink of managing sort order keys for editor and mixe...Paul Davis
2012-06-23Use std::string and Glib::build_filename in gtk2_ardourTim Mayberry
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-06-22provide an easier way to add mixed (audio+MIDI) tracks to a session, to facil...Paul Davis
2012-06-21smooth 0.5 second fade out during quit, plus MIDI panic to turn everything of...Paul Davis
2012-06-12Handle failure of statfs to return available disc space on Samba shares mount...Carl Hetherington