summaryrefslogtreecommitdiff
path: root/gtk2_ardour/session_dialog.cc
AgeCommit message (Expand)Author
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
2016-11-30allow to remove a session from the recent listRobin Gareus
2016-10-06Hold ctrl + click "open" session -> safe modeRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-17group Product/App specific resourcesRobin Gareus
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
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
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
2015-09-17use pbd's gstdio compatibility wrapper (GUI)Robin Gareus
2015-09-17explicit glibmm/datetime includeRobin Gareus
2015-09-16fix missed but required merge resolution related to UIConfiguration's new sta...Paul Davis
2015-09-16Use ARDOUR_UI_UTILS::set_tooltip rather than via ARDOUR_UI::set_tipTim Mayberry
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
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
2015-09-16prepare time column in recent sessionRobin Gareus
2015-09-16inspect snapshot for its info (not parent)Robin Gareus
2015-09-16pre-sort recent-sessions by modification time - #6575Robin Gareus
2015-09-10session->path() returns a dir (not the session file)Robin Gareus
2015-09-01refine "recent" column headersRobin Gareus
2015-09-01Display column headers for "recent session"Robin Gareus
2015-03-15Remove the use of Window::set_keep_above() throughout startup.nick_m
2015-03-09Move 'poor_mans_glob()' into libpbdJohn Emmas
2015-01-06Fix for incorrect folder selection for new sessions from bug #6069Tim Mayberry
2015-01-06Fix Session file filter so session files are displayed in file browserTim Mayberry
2015-01-05un-hardcode "*.ardour" file filtersRobin Gareus
2014-10-29fix "Session Setup" dialog obscures "File Open" dlg on windows.Robin Gareus
2014-09-22Fix finding session templatesColin Fletcher
2014-06-26vertically expand recent-session listRobin Gareus
2014-06-25move utility functions into a dedicated namespaceRobin Gareus