Commit Graph

5 Commits

Author SHA1 Message Date
aa56f4a16e GUI: moving along with timeline type conversion 2021-08-13 12:51:29 -06:00
694a0eaeca fix apple/clang warning 2020-03-06 15:54:00 -07:00
8710a2d943
Dialog default to cancel (#7915)
There are various ways to cancel a dialog. Only checking for
RESPONSE_CANCEL is not sufficient. e.g. Esc causes a delete-event.

 * Gtk::RESPONSE_CLOSE
 * Gtk::RESPONSE_REJECT
 * Gtk::RESPONSE_DELETE_EVENT
 * Gtk::RESPONSE_CANCEL
 * Gtk::RESPONSE_NO

Among others this fixes "Clicking session > open,
then hitting ESC opens the currently selected folder and session"
2020-02-27 23:27:42 +01:00
6987196ea1
More i18n include order fixes 2019-09-26 06:11:30 +02:00
5beeca2e95 split apart ardour_ui.cc into a series of distinct source modules.
Should be a 100% no-op - no code was altered, just moved
2019-09-23 14:49:06 -06:00