summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <jpu@src.gnome.org>2006-07-13 21:38:19 +0000
committerJuan Pablo Ugarte <jpu@src.gnome.org>2006-07-13 21:38:19 +0000
commit0c4e3578b1c9f6a38e14968d1fc6f3bef23daa14 (patch)
treef8093d642c0a3981e326080ad8f63a3c5e79fffb /TODO
parent8ce781c124bd8364fbf0640324cc4254dadf4cb9 (diff)
downloadglade-0c4e3578b1c9f6a38e14968d1fc6f3bef23daa14.tar.gz
added files glade-base-editor.[ch]
* src/Makefile.am: added files glade-base-editor.[ch] * src/glade-accumulators.[ch]: new accumulators glade_string_accumulator() and glade_stop_emission_accumulator () * src/glade-app.c, src/glade-project.c and src/glade-command.c: use of GladeWidgetClass toplevel flag. * src/glade-gtk.c: Use of GladeBaseEditor for GtkMenuBar, GtkToolBar and GtkMenu editors. * src/glade-marshallers.list: added OBJECT:OBJECT,UINT BOOLEAN:OBJECT,UINT BOOLEAN:OBJECT,OBJECT and STRING:OBJECT * src/glade-property.[ch]: Added old_value parameter to GladeProject "value_changed" signal. * src/glade-widget-class.[ch]: added toplevel flag to GladeWidgetClass * src/glade.h: added GLADE_XML_TAG_TOPLEVEL * src/glade-base-editor.[ch]: Created GladeBaseEditor class from GtkMenuBarEditor code from glade-gtk.c * widgets/gtk+.xml.in: o added launch-editor-function for GtkToolbar and GtkMenu. o Set GtkTextView post-create-function to empty (we do not need a placeholder in it). o Set toplevel="True" in GtkWindow and GtkMenu. * doc/widgetclasses.sgml: added toplevel property docs * po/POTFILES.in: added src/glade-base-editor.c
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 7c323150..64ec573a 100644
--- a/TODO
+++ b/TODO
@@ -2,9 +2,7 @@
Tasks/Bugs Blocking glade-3 3.0:
================================
- o Toolbar editor / Popup menu editor (Juan Pablo: working on it)
o Implement GnomeDB widget catalog. (Daniel)
o DevHelp gets spawned with version 0.11 (bug 344043)
o Default notebook tab labels (bug 345438) (Tristan)
o GtkButton saves a previously set label when later set to container mode (bug 346139)
-