summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJoaquin Cuenca Abela <e98cuenc@yahoo.com>2004-05-06 06:19:25 +0000
committerJoaquĆ­n Cuenca Abela <cuenca@src.gnome.org>2004-05-06 06:19:25 +0000
commitd647d15f3d2d0760fd0843fe8d956d8eb76b2554 (patch)
tree05616ed131372b2efb321c1c700d9e089c0e6463 /TODO
parent635a2b0f5423a5fb64ffecd2f1d9980c6303d3db (diff)
downloadglade-d647d15f3d2d0760fd0843fe8d956d8eb76b2554.tar.gz
Remove the accelerator label.
2004-05-05 Joaquin Cuenca Abela <e98cuenc@yahoo.com> * widgets/gtk-base.xml: Remove the accelerator label. * widgets/gtkdialog.xml, gtkmessagedialog.xml, gtkwindow.xml: Remove the tooltip property. Now it's only specified in gtk-widget.xml. * widgets/gtkwidget.xml: Add a tooltip property. * pixmaps/hpaned.png,vpaned.png: swap these two icons. * src/glade-gtk.c: Implement glade_gtk_widget_set_tooltip, still not finished. * src/glade-editor.c: Don't show "invisible" properties. * src/glade-property-class.[c,h]: Remove GladePropertyQuery. Now the queries are done in glade-gtk.c. Add a glade_property_class_is_visible function, that says if a property should be visible in the properties editor. The difference with Disabled is that the visible status will be checked when the property is added to the editor (and thus the check is done against the real GladeWidgetClass, say "GtkLabel") and Disabled is checked at the creation of GladePropertyQuery (and thus the check is done with a possibly abstract GladeWidgetClass, as "GtkWidget"). In addition, "Visible" specify a function that returns true or false in function of the GladeWidgetClass passed. That way implementing "tooltips" property becomes much less cumbersome. * src/glade-project.[c,h]: Add a GtkTooltips to the project. * src/glade_plugin.def: Add to two new functions to be used by glade-gtk.c
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index c4fb8dd7..54387576 100644
--- a/TODO
+++ b/TODO
@@ -36,7 +36,7 @@ Difficult or Big tasks:
pixmap that specifies a file.
[X] Undo/Redo infrastructure.
[X] Undo/Redo for add/delete, cut/paste, set name, set property.
-[ ] Undo/Redo for add/remove signal.
+[X] Undo/Redo for add/remove signal.
[X] Cut/Copy/Paste.
[X] The packing tab of the editor. This is done, but it may turn out that we
want to override some of the packing properties from the xml file.