eog/collection
Jens Finke 44a97ea5ee Add 'base_uri_changed' signal. (eog_collection_model_set_uri),
2001-05-29  Jens Finke <jens@gnome.org>

	* eog-collection-model.[ch]:
	(eog_collection_model_class_init): Add 'base_uri_changed' signal.
	(eog_collection_model_set_uri),
	(eog_collection_model_set_uri_list): Emit 'base_uri_changed' if
	neccessary.
	(eog_collection_model_toggle_select_status),
	(select_all_images),
	(unselect_all_images): Emit 'selection_changed' signal.
	(eog_collection_model_get_selected_length): New function, which
	returns the number of selected images.

	* eog-collection-view.c: Renamed properties to 'window/title' and
	'window/status', which is more consistent with the rest of the
	bonobo property naming scheme.
	(eog_collection_view_get_prop): View only the base_uri of this
	collection, new handler for the PROP_WINDOW_STATUS property.
	(update_properties),
	(update_status_text),
	(update_title_text),
	(model_size_changed),
	(model_selection_changed),
	(model_base_uri_changed): New functions (or slightly renamed),
	which introduce a nice async property change client notification.
	(eog_collection_view_construct): Connect to new model signals.
2001-05-29 17:32:38 +00:00
..
.cvsignore Ignore the generated .oaf file. 2001-03-26 21:20:48 +00:00
ChangeLog Add 'base_uri_changed' signal. (eog_collection_model_set_uri), 2001-05-29 17:32:38 +00:00
cimage.c s/path/uri/ 2001-04-23 09:57:40 +00:00
cimage.h s/path/uri/ 2001-04-23 09:57:40 +00:00
eog-collection-control.c 2001-05-21 Jens Finke <jens@gnome.org 2001-05-21 21:28:18 +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 Add 'base_uri_changed' signal. (eog_collection_model_set_uri), 2001-05-29 17:32:38 +00:00
eog-collection-model.h Add 'base_uri_changed' signal. (eog_collection_model_set_uri), 2001-05-29 17:32:38 +00:00
eog-collection-preferences.c Use standard program copyright notice at top of file. 2001-04-18 14:08:24 +00:00
eog-collection-preferences.h Use standard program copyright notice at top of file. 2001-04-18 14:08:24 +00:00
eog-collection-view.c Add 'base_uri_changed' signal. (eog_collection_model_set_uri), 2001-05-29 17:32:38 +00:00
eog-collection-view.h 2001-05-21 Jens Finke <jens@gnome.org 2001-05-21 21:28:18 +00:00
eog-image-loader.c Guarded debug messages with #ifdef COLLECTION_DEBUG. Some were so 2001-05-21 21:48:14 +00:00
eog-image-loader.h s/path/uri/ 2001-04-23 09:57:40 +00:00
eog-item-factory-simple.c Guarded debug messages with #ifdef COLLECTION_DEBUG. Some were so 2001-05-21 21:48:14 +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 Removed files. These contained a lot of lagacy stuff, which isn't used 2001-03-27 08:28:01 +00:00
Makefile.am New files. 2001-04-11 13:09:38 +00:00