diff options
author | David Robillard <d@drobilla.net> | 2014-02-09 20:32:07 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-02-09 20:32:07 +0000 |
commit | 8d228466f47c0730f2b00a0e74860ad5987d5295 (patch) | |
tree | 8424f4087f810ad2a61e6d89974660a5d8508f88 /lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl | |
parent | 7553d21abaac2a211f38d6633a8c478e1ddcd292 (diff) | |
download | lv2-8d228466f47c0730f2b00a0e74860ad5987d5295.tar.xz |
Add show interface so UIs can gracefully degrade to separate windows if hosts can not use their widget directly.
Diffstat (limited to 'lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl b/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl index b67069b..2abb648 100644 --- a/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl +++ b/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl @@ -13,6 +13,17 @@ doap:developer <http://lv2plug.in/ns/meta#larsl> ; doap:maintainer <http://drobilla.net/drobilla#me> ; doap:release [ + doap:revision "2.17" ; + doap:created "2014-02-09" ; + dcs:blame <http://drobilla.net/drobilla#me> ; + dcs:changeset [ + dcs:item [ + rdfs:label "Add show interface so UIs can gracefully degrade to separate windows if hosts can not use their widget directly." + ] , [ + rdfs:label "Fix identifier typos in documentation." + ] + ] + ] , [ doap:revision "2.16" ; doap:created "2014-01-04" ; doap:file-release <http://lv2plug.in/spec/lv2-1.8.0.tar.bz2> ; |