summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_sources.cc
AgeCommit message (Collapse)Author
2020-04-15Fix typos, consistent translatable stringsEdgar Aichinger
2020-03-31Fix source list selectionRobin Gareus
Retain selection when showing context-menu.
2020-03-06fix (potentially serious) typo that confused comparison with assignmentPaul Davis
2020-02-25Cleanup SourceList: remove unused copy/pasted region-list codeRobin Gareus
2020-02-25NO-OP: whitespaceRobin Gareus
2020-02-25SourceList: Drop references as requestedRobin Gareus
2019-12-25Use weak-ptr for source added/removed signals (2/2)Robin Gareus
2019-10-10remove unused assignmentPaul Davis
2019-08-13Remove unused EditorSources selection filterRobin Gareus
2019-08-13Remove remnants of hack from 9f3f3738e7444ee3Robin Gareus
This fixes multiple selection. The original code using "selection_countdown" is no longer in place. There's no "counter" to arm. Shift/Tab name edit works regardless. "s/m/r" solo/mute/rec shortcuts in the treeview have been discontinued since a long time as well. Keyboard shortcuts are per window, regardless of grab_focus() PS. This change makes it easier for a user to start a drag/drop operation of multiple regions. That currently assert()s, only the first selected region is used.
2019-08-12Source List: Explicitly check whether a file is in the {Audio|MIDI} folder ↵Ben Loftis
where it should be. Anywhere else (even somewhere else inside the session folder) should be flagged "weird"
2019-08-12Source List: Source regions can be tagged, too.Ben Loftis
2019-08-03Update GPL boilerplate and (C)Robin Gareus
Copyright-holder and year information is extracted from git log. git history begins in 2005. So (C) from 1998..2005 is lost. Also some (C) assignment of commits where the committer didn't use --author.
2019-08-01(Source List) Handle Session::RemoveSourceBen Loftis
2019-08-01(Source List) Replace missing initializer; fixes a bug where Sources did not ↵Ben Loftis
appear on startup.
2019-08-01(Source List) Recover Regions feature: WIPBen Loftis
2019-08-01(Source List) Revert to displaying whole-file Regions instead of Sources.Ben Loftis
This preserves the stereo-ness of files that were imported or recorded in stereo. ToDo (maybe someday): provide a disclosure triangle that exposes the individual channels in a multichannel region
2019-08-01(Source List) No need to show the path when file is internal to session.Ben Loftis
2019-08-01(Source List) Clean up the natural_position implementation (gtk2 part).Ben Loftis
2019-08-01(Source List) Implement remove_selected_sources when the user clicks Delete key.Ben Loftis
2019-08-01(Source List) NOOP: whitespace cleanupPaul Davis
remove debug output
2019-08-01(Source List) Fix drag-n-drop.Ben Loftis
2019-08-01(Source List) Source list, Region List: Resolve various action+behaviors ↵Ben Loftis
between the 2 lists. Duplicate the remove_unsued_region action in the Session->Cleanup menu, for discoverability. Region list should use the same Region actions as the canvas... OK, now resolve the change in use-cases of Region List and Source List. tentative. Rough-in remove_selected_sources (Delete in Sources list). Column tweaks.
2019-08-01(Source List) Make clock change func more explicit.Ben Loftis
2019-08-01(Source List) Region List rewrite (gtk2 part)Ben Loftis
See: https://docs.google.com/document/d/1sI7p9RoRVZtNx2n67RvBa0_16fuZblV_lNkkKN2g93s/edit?usp=sharing
2019-08-01(Source List) Source property signals (gtk2 part)Ben Loftis
See: https://docs.google.com/document/d/1sI7p9RoRVZtNx2n67RvBa0_16fuZblV_lNkkKN2g93s/edit?usp=sharing