summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2004-11-03 05:53:05 +0000
committerDavid Hoover <dhoover@src.gnome.org>2004-11-03 05:53:05 +0000
commit9051dfb92a56467cae5a0783fac58963c9b8b7b4 (patch)
tree407d61573ef25c618714c706019333fb4462695f /ChangeLog
parentb9a1931ed5275262304b07d0d7c8551ca10e9aa6 (diff)
downloadglade-9051dfb92a56467cae5a0783fac58963c9b8b7b4.tar.gz
Removed GladePropertyType completely from the source in favor of
2004-11-02 Tristan Van Berkom <tristan.van.berkom@gmail.com> * Removed GladePropertyType completely from the source in favor of GParamSpec. * Removed GladeChoice code, and replaced all references thereof * Custom types must now provide a function to retrieve a GParamSpec for that type (xml files and glade-gtk backend updated accordingly). * Removed "child" member from GladePropertyType in order to avoid confusion (Note, I will add support for non-widget types + all types allowed to have children, in a more flexable way, for now I got rid of all mention of "child" since it wasn't implemented and mostly `#if 0'd out anyway) * Implemented <VerifyFunction> in xml files and in the glade-gtk backend. * Added support for numerical types long/ulong/int64/uint64 to the editor. * src/glade-project.c: glade_project_remove_widget() Now removes nodes on widget to remove, this fixes bug 156515. * src/glade-editor.c: Fixed popup name to g_strdup_printf(_("Create a %s"), type);
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65e1bcac..d843fda5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2004-11-02 Tristan Van Berkom <tristan.van.berkom@gmail.com>
+
+ * Removed GladePropertyType completely from the source in favor of
+ GParamSpec.
+ * Removed GladeChoice code, and replaced all references thereof
+ * Custom types must now provide a function to retrieve a GParamSpec for
+ that type (xml files and glade-gtk backend updated accordingly).
+ * Removed "child" member from GladePropertyType in order to avoid
+ confusion (Note, I will add support for non-widget types + all types
+ allowed to have children, in a more flexable way, for now I got rid
+ of all mention of "child" since it wasn't implemented and mostly
+ `#if 0'd out anyway)
+ * Implemented <VerifyFunction> in xml files and in the glade-gtk
+ backend.
+ * Added support for numerical types long/ulong/int64/uint64 to the
+ editor.
+ * src/glade-project.c: glade_project_remove_widget() Now removes nodes
+ on widget to remove, this fixes bug 156515.
+ * src/glade-editor.c: Fixed popup name to
+ g_strdup_printf(_("Create a %s"), type);
+
2004-11-02 David Hoover <karma@deadmoose.com>
* src/Makefile.am: fix up CLEANFILES problem