diff options
author | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-10-25 15:39:39 +0000 |
---|---|---|
committer | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-10-25 15:39:39 +0000 |
commit | e2312c84db078a93e15aa72df91971e50bdaea4b (patch) | |
tree | ba5bc276dd83b014660a65365f8b78a4e10de5e3 /ChangeLog | |
parent | 9d7b99e6f6bb593999fedd41d136e7f69a62131a (diff) | |
download | nautilus-e2312c84db078a93e15aa72df91971e50bdaea4b.tar.gz |
Removed. It was a bad try. Stuff is now in eazel-services-extensions.h.
* components/services/nautilus-dependent-shared/eazel-services-constants.h:
Removed. It was a bad try. Stuff is now in eazel-services-extensions.h.
* components/services/nautilus-dependent-shared/Makefile.am:
* components/services/nautilus-dependent-shared/eazel-services-extensions.c:
(pixbuf_new_from_name), (eazel_services_image_new),
(eazel_services_label_new):
* components/services/nautilus-dependent-shared/eazel-services-extensions.h:
Add a place to put shared services extensions.
* components/services/nautilus-dependent-shared/eazel-services-footer.c:
(footer_item_new), (footer_remainder_new),
(eazel_services_footer_update):
* components/services/nautilus-dependent-shared/eazel-services-header.c:
(eazel_services_header_new):
* components/services/nautilus-dependent-shared/test-footer-header.c:
Remove a bunch of duplicated code and put it in a shared
extensions location. Make the footer real. Add an item_clicked
signal to the footer.
* components/services/summary/nautilus-view/nautilus-summary-view.c:
Hook up the footer for item clicks.
* libnautilus-extensions/nautilus-image.c:
(nautilus_image_new_loaded):
* libnautilus-extensions/nautilus-image.h:
* libnautilus-extensions/nautilus-label.c:
(nautilus_label_new_loaded):
* libnautilus-extensions/nautilus-label.h:
Add constructors that take a bunch of arguments for the various
widgets attributes. Makes the widgets easier to use for callers
that need to tweak many attributes (like eazel services).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -1,5 +1,40 @@ 2000-10-25 Ramiro Estrugo <ramiro@eazel.com> + * components/services/nautilus-dependent-shared/eazel-services-constants.h: + Removed. It was a bad try. Stuff is now in eazel-services-extensions.h. + + * components/services/nautilus-dependent-shared/Makefile.am: + * components/services/nautilus-dependent-shared/eazel-services-extensions.c: + (pixbuf_new_from_name), (eazel_services_image_new), + (eazel_services_label_new): + * components/services/nautilus-dependent-shared/eazel-services-extensions.h: + Add a place to put shared services extensions. + + * components/services/nautilus-dependent-shared/eazel-services-footer.c: + (footer_item_new), (footer_remainder_new), + (eazel_services_footer_update): + * components/services/nautilus-dependent-shared/eazel-services-header.c: + (eazel_services_header_new): + * components/services/nautilus-dependent-shared/test-footer-header.c: + Remove a bunch of duplicated code and put it in a shared + extensions location. Make the footer real. Add an item_clicked + signal to the footer. + + * components/services/summary/nautilus-view/nautilus-summary-view.c: + Hook up the footer for item clicks. + + * libnautilus-extensions/nautilus-image.c: + (nautilus_image_new_loaded): + * libnautilus-extensions/nautilus-image.h: + * libnautilus-extensions/nautilus-label.c: + (nautilus_label_new_loaded): + * libnautilus-extensions/nautilus-label.h: + Add constructors that take a bunch of arguments for the various + widgets attributes. Makes the widgets easier to use for callers + that need to tweak many attributes (like eazel services). + +2000-10-25 Ramiro Estrugo <ramiro@eazel.com> + * components/services/nautilus-dependent-shared/.cvsignore: * components/services/nautilus-dependent-shared/Makefile.am: * components/services/nautilus-dependent-shared/eazel-services-constants.h: |