diff options
author | Tristan Van Berkom <tvb@src.gnome.org> | 2006-09-22 18:41:30 +0000 |
---|---|---|
committer | Tristan Van Berkom <tvb@src.gnome.org> | 2006-09-22 18:41:30 +0000 |
commit | daee37c347273b34289a3a6be200b93a1433cdab (patch) | |
tree | e2a250d0266970571ee872714b013f16d3a9072d /ChangeLog | |
parent | 034ed1e44486cbf3b6827bad22fb77d92ffd444d (diff) | |
download | glade-daee37c347273b34289a3a6be200b93a1433cdab.tar.gz |
Added GLADE_TYPE_STOCK_IMAGE (and standard pspec for it), this is stock
* src/glade-builtins.[ch]: Added GLADE_TYPE_STOCK_IMAGE (and standard
pspec for it), this is stock items plus the additional "stock images"
from gtkstock.h (closing bug 353522).
* src/glade-editor-property.c: recognize new stock image pspec type.
* src/glade-gtk.c, widgets/gtk+.xml.in:
- Bulletproofed toolbar code wrt stock images (also use stock "images"
instead of items here)
- Use stock "images" for GtkImage
- GtkImage "type" property now defaults to "stock"
- GtkImage stock id now defaults to "gtk-missing-image"
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2006-09-22 Tristan Van Berkom <tvb@gnome.org> + + * src/glade-builtins.[ch]: Added GLADE_TYPE_STOCK_IMAGE (and standard + pspec for it), this is stock items plus the additional "stock images" + from gtkstock.h (closing bug 353522). + + * src/glade-editor-property.c: recognize new stock image pspec type. + + * src/glade-gtk.c, widgets/gtk+.xml.in: + - Bulletproofed toolbar code wrt stock images (also use stock "images" + instead of items here) + - Use stock "images" for GtkImage + - GtkImage "type" property now defaults to "stock" + - GtkImage stock id now defaults to "gtk-missing-image" + 2006-09-20 Juan Pablo Ugarte <juanpablougarte@gmail.com> * src/glade-project.c reworked glade_project_update_comment() |