summaryrefslogtreecommitdiff
path: root/gtk2_ardour/session_dialog.cc
AgeCommit message (Collapse)Author
2017-08-16Revert ongoing SessionDialog changes for 5.11 release.5.11Robin Gareus
To be reverted again after the release. This temporarily reverts 26c88b2, c67d1d4, 5e41293, 8b7df13, ff61435, 1039894, 8717c0d and GUI parts of 47d86cf
2017-08-16Replace advanced session-setup options with scriptRobin Gareus
2017-08-15tone down frame color and use a better widget namePaul Davis
2017-08-15NO-OP: indent and remove whitespacePaul Davis
2017-08-15put a frame around template description, change background colorPaul Davis
2017-08-14Further tweaking of layout and packing.Ben Loftis
2017-08-14Rationalize gtk box packing.Ben Loftis
2017-08-14Auto-select an Empty template.Ben Loftis
2017-08-14Change the template pulldown menu into a tree list. Populate the ↵Ben Loftis
Description view when a template is selected.
2017-08-11Add support for scripted meta-templates.Robin Gareus
2017-08-11Add template dropdown sensitivityRobin Gareus
...for those who select a template but forget activate the checkbox and wonder why it doesn't work :)
2017-07-17Move more Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-04-28Open session folder when selecting pathRobin Gareus
2017-04-28Allow "remove from recent" only for top-levelRobin Gareus
2017-01-21parse modified-with for up to 5 snapshots.Robin Gareus
2017-01-21Don't inhertit "last modified" for snapshotRobin Gareus
2017-01-21Show last modified in recent-listRobin Gareus
2017-01-20update UI, new info API, display created_version in tooltipRobin Gareus
2016-12-27Add GUI support to extract and open session-archivesRobin Gareus
2016-12-08Speed up recent-session display with lots of snapshots.libcanvas-no-gtkRobin Gareus
Given that a session can easily have >100 snapshots and one cannot change the sample-rate anymore, it's mostly useless to parse them all.
2016-11-30allow to remove a session from the recent listRobin Gareus
2016-10-06Hold ctrl + click "open" session -> safe modeRobin Gareus
This allows to hide the "Safe Mode" checkbox.
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
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
2015-12-06Normalize user-visible messages to use 8-bit, 16-bit, 24-bit, 32-bit and 64-bitAlexandre Prokoudine
2015-11-20session-load: default to most-recently-used snapshotRobin Gareus
2015-11-03GUI checkbox to disable pluginsRobin Gareus
for the benefit of Windows and OSX users and everyone else who does not run Ardour from the commandline.
2015-10-25Amend last commit.nick_m
2015-10-25Set a larger minimum size for recent session scrollers.nick_m
2015-10-16use API to add system-specific volumes - #6643Robin Gareus
2015-10-15rework 8b80fe0, use std::string, not char*Robin Gareus
2015-10-14Avoid calls to Glib::ustring << operator at all cost.Robin Gareus
Glib::operator<<(std::ostream&, Glib::ustring const&) involves loadlocale which is not thread-safe on OSX. This fixes various seemingly random crashes on OSX.
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-10-05remove unused fstream includesRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
Paul Davis was responsible for introducing almost all of this.
2015-09-17use pbd's gstdio compatibility wrapper (GUI)Robin Gareus
2015-09-17explicit glibmm/datetime includeRobin Gareus
On some distros. glibmm.h does not include glibmm/datetime.h
2015-09-16fix missed but required merge resolution related to UIConfiguration's new ↵Paul Davis
status as a singleton in this branch.
2015-09-16Use ARDOUR_UI_UTILS::set_tooltip rather than via ARDOUR_UI::set_tipTim Mayberry
This removes the direct dependence on ARDOUR_UI/Gtk_UI for setting tooltips. Removes inclusion of ardour_ui.h from 16 files.
2015-09-16Remove tooltips() member from ARDOUR_UI and use Gtk_UI::set_tipTim Mayberry
2015-09-16unify recent session dialogsRobin Gareus
2015-09-16fix d6029f9 (recent sort-order)Robin Gareus
add one, because (-0 == +0)
2015-09-16add Hour:Minute to last-modified.Robin Gareus
2015-09-16remeber recent-session sort-columnRobin Gareus
2015-09-16highlight default sort columnRobin Gareus
2015-09-16user-sortable recent session listRobin Gareus
2015-09-16add "last modified" column to session-dialogRobin Gareus
2015-09-16partially revert de53fac (pre-sort session list)Robin Gareus
<glib> header includes and commends remain for later use