summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaolo Borelli <pborelli@src.gnome.org>2003-10-20 18:16:34 +0000
committerPaolo Borelli <pborelli@src.gnome.org>2003-10-20 18:16:34 +0000
commit37036f4747e7bc0d135735ce0d4f34649fdc35e4 (patch)
tree455bd5daa95d423ef87738572f506434c05712aa /ChangeLog
parentf575368be99cb4edd4a37691c3512e7c0e4e0253 (diff)
downloadglade-37036f4747e7bc0d135735ce0d4f34649fdc35e4.tar.gz
Clean up some of the Query logic, QueryResult is now hashtable of GValues
instead of ints, bringing us a little nearer to support other kind of queries. Remove the query->window_title field since it doesn't make sense: e.g a query dialog can contain differnt queries.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63d2bf28..efd1e45c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2003-10-20 Paolo Borelli <pborelli@katamail.com>
+ * src/glade-project-window.[ch]: move GladeProjectQuery here and
+ remove the window_title field since it doesn't make sense, e.g. you
+ can query for different properties in the same dialog.
+ * src/glade-widget.c: move QueryResult struct here and cleanup the
+ query logic a little.
+ * src/glade-property.[ch]: delete stuff moved elsewhere.
+ * src/glade.h: remove the WindowTitle tag.
+ * widgets/gtkbox.xml: remove WindowTitle.
+ * widgets/gtktable.xml: ditto.
+ * widgets/gtknotebook.xml: ditto.
+
+2003-10-20 Paolo Borelli <pborelli@katamail.com>
+
* src/glade-widget.c (glade_widget_query_properties): set the query
dialog title.