summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-11-14 16:30:02 +0000
committerDavid Robillard <d@drobilla.net>2012-11-14 16:30:02 +0000
commitf51a7871f8de5cac46b1538050ae0968f5714cb7 (patch)
tree990de42658aa7767d5102431eec95ea7698ccaf5
parent3fdc4c34494cadc92bc836343e430d5cfe4bc6bc (diff)
downloadsuil-f51a7871f8de5cac46b1538050ae0968f5714cb7.tar.gz
suil-f51a7871f8de5cac46b1538050ae0968f5714cb7.tar.bz2
suil-f51a7871f8de5cac46b1538050ae0968f5714cb7.zip
Suil 0.6.6.v0.6.6
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@4815 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--COPYING2
-rw-r--r--NEWS4
-rw-r--r--src/gtk2_in_qt4.cpp2
-rw-r--r--suil/suil.h7
-rw-r--r--wscript2
5 files changed, 11 insertions, 6 deletions
diff --git a/COPYING b/COPYING
index 73bf8fe..4e344ca 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Copyright 2007-2011 David Robillard <http://drobilla.net>
+Copyright 2007-2012 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/NEWS b/NEWS
index 16c6e5f..3c6854c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-suil (0.6.5) unstable;
+suil (0.6.6) stable;
* Fix embedding Gtk in Qt as a child widget (support reparenting)
* Support for wrapping native Windows UIs in Gtk2
@@ -7,7 +7,7 @@ suil (0.6.5) unstable;
than passing UIs duplicate features
* Disable timestamps in HTML documentation for reproducible build
- -- David Robillard <d@drobilla.net> Sun, Tue, 13 Nov 2012 22:02:19 -0500
+ -- David Robillard <d@drobilla.net> Wed, 14 Nov 2012 11:17:03 -0500
suil (0.6.4) stable;
diff --git a/src/gtk2_in_qt4.cpp b/src/gtk2_in_qt4.cpp
index 8f15291..731a4d8 100644
--- a/src/gtk2_in_qt4.cpp
+++ b/src/gtk2_in_qt4.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2011 David Robillard <http://drobilla.net>
+ Copyright 2011-2012 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/suil/suil.h b/suil/suil.h
index 310d6ab..6d6981d 100644
--- a/suil/suil.h
+++ b/suil/suil.h
@@ -1,5 +1,5 @@
/*
- Copyright 2011 David Robillard <http://drobilla.net>
+ Copyright 2011-2012 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
@@ -174,6 +174,11 @@ suil_ui_supported(const char* host_type_uri,
place, but this can be changed at run-time via the environment variable
SUIL_MODULE_DIR. This makes it possible to bundle suil with an application.
+ Note that some situations (Gtk in Qt, Windows in Gtk) require a parent
+ container to be passed as a feature with URI LV2_UI__parent
+ (http://lv2plug.in/ns/extensions/ui#ui) in order to work correctly. The
+ data must point to a single child container of the host widget set.
+
@param host Host descriptor.
@param controller Opaque host controller pointer.
@param container_type_uri URI of the desired host container widget type.
diff --git a/wscript b/wscript
index 844af57..1dc9778 100644
--- a/wscript
+++ b/wscript
@@ -9,7 +9,7 @@ import waflib.extras.autowaf as autowaf
# major increment <=> incompatible changes
# minor increment <=> compatible changes (additions)
# micro increment <=> no interface changes
-SUIL_VERSION = '0.6.5'
+SUIL_VERSION = '0.6.6'
SUIL_MAJOR_VERSION = '0'
# Mandatory waf variables