Commit Graph

8 Commits

Author SHA1 Message Date
Paul Davis b35518e212 switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr
This is mostly a simple lexical search+replace but the absence of operator< for
std::weak_ptr<T> leads to some complications, particularly with Evoral::Sequence
and ExportPortChannel.
2023-03-24 14:19:15 -06:00
Robin Gareus 9b3ebd82ab
Tweak layout of Plugin-Preset dialog 2019-11-12 19:34:12 +01:00
Robin Gareus c0866f54f3
Prototype categorized preset browser 2019-10-13 04:10:16 +02:00
Robin Gareus 32b97031cf
Preset-Browser: highlight only unmodified presets 2019-10-10 23:59:55 +02:00
Robin Gareus 4050ca5633
Update GPL boilerplate and (C)
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-03 15:53:15 +02:00
Robin Gareus cec5ea102f
Allow to load presets via double-click 2019-03-15 15:29:36 +01:00
Robin Gareus b8aba905c3
Fix plugin-preset description markup 2018-12-22 00:32:49 +01:00
Robin Gareus 9594e12c52
Add a plugin-preset list/selector GUI
This is currently only used for "Preset only" plugins, generic UI.
And also depends on plugin-presets having a description.
2018-12-20 16:56:49 +01:00