eog/collection
Lutz Müller 52d6752573 Ignore Evolution-Composer* if ENABLE_EVOLUTION, generate Evolution files
2001-08-21  Lutz Müller <urc8@rz.uni-karlsruhe.de>

        * .cvsignore: Ignore Evolution-Composer*
        * Makefile.am: if ENABLE_EVOLUTION, generate Evolution files
        * cimage.c: (img != NULL) -> IS_CIMAGE (img)
        * eog-collection-control.[c,h]:
        EogControl -> EogCollectionControl,
        eog_control -> eog_collection_control,
        EOG_CONTROL -> EOG_COLLECTION_CONTROL
        * eog-collection-model.[c,h]:
        EOG_COLLECTION_MODEL_TYPE -> EOG_TYPE_COLLECTION_MODEL
        (eog_collection_model_foreach): New
        (eog_collection_model_remove_item): New
        (eog_collection_model_set_select_status): New
        * eog-collection-view.[c,h]: Implement pop up menu with "Send" (only
        #ifdef ENABLE_EVOLUTION) and "Move to Trash" items.
        EOG_COLLECTION_VIEW_TYPE -> EOG_TYPE_COLLECTION_VIEW
        * eog-item-factory.c: EOG_COLLECTION_MODEL_TYPE -> EOG_TYPE_...
        * eog-wrap-list.[c,h]: We have now signals here: RIGHT_CLICK and
        DOUBLE_CLICK. Ifdef'd out unused code.
        * main.c: eog_control_new -> eog_collection_control_new
2001-08-21 15:07:41 +00:00
..
.cvsignore Ignore Evolution-Composer* if ENABLE_EVOLUTION, generate Evolution files 2001-08-21 15:07:41 +00:00
ChangeLog Remove EXTRA_[BONOBO,VFS]_[LIBS,CFLAGS], those are in 2001-07-11 19:58:51 +00:00
cimage.c Added gnome-vfs flags. 2001-06-01 09:19:40 +00:00
cimage.h Added gnome-vfs flags. 2001-06-01 09:19:40 +00:00
eog-collection-control.c Don't store reference to root widget. 2001-06-30 14:13:46 +00:00
eog-collection-control.h Parent class is EogCollectionView now. Use BonoboXObject functionality. 2001-03-12 21:08:41 +00:00
eog-collection-model.c Added gnome-vfs flags. 2001-06-01 09:19:40 +00:00
eog-collection-model.h New functions. 2001-05-30 16:45:28 +00:00
eog-collection-preferences.c This patch adds gconf support to the collection preferences dialog. 2001-06-14 07:29:27 +00:00
eog-collection-preferences.h This patch adds gconf support to the collection preferences dialog. 2001-06-14 07:29:27 +00:00
eog-collection-view.c This patch adds gconf support to the collection preferences dialog. 2001-06-14 07:29:27 +00:00
eog-collection-view.h This patch adds gconf support to the collection preferences dialog. 2001-06-14 07:29:27 +00:00
eog-image-loader.c Call gdk_pixbuf_loader_close before gdk_pixbuf_loader_get_pixbuf. 2001-06-30 15:54:13 +00:00
eog-image-loader.h s/path/uri/ 2001-04-23 09:57:40 +00:00
eog-item-factory-simple.c Added gnome-vfs flags. 2001-06-01 09:19:40 +00:00
eog-item-factory-simple.h Use standard program copyright notice at top of file. 2001-04-18 14:08:24 +00:00
eog-item-factory.c Use standard program copyright notice at top of file. 2001-04-18 14:08:24 +00:00
eog-item-factory.h Use standard program copyright notice at top of file. 2001-04-18 14:08:24 +00:00
eog-wrap-list.c Guarded debug messages with #ifdef COLLECTION_DEBUG. Some were so 2001-05-21 21:48:14 +00:00
eog-wrap-list.h Use standard program copyright notice at top of file. 2001-04-18 14:08:24 +00:00
GNOME_EOG_Collection.oaf.in Parent class is EogCollectionView now. Use BonoboXObject functionality. 2001-03-12 21:08:41 +00:00
main.c Added gnome-vfs flags. 2001-06-01 09:19:40 +00:00
Makefile.am Remove EXTRA_[BONOBO,VFS]_[LIBS,CFLAGS], those are in 2001-07-11 19:58:51 +00:00