gthumb r1328 - in trunk: . libgthumb src



Author: paobac
Date: 2007-02-07 18:44:44 +0000 (Wed, 07 Feb 2007)
New Revision: 1328
ViewCVS link: http://svn.gnome.org/viewcvs/gthumb?rev=1328&view=rev

Modified:
   trunk/ChangeLog
   trunk/libgthumb/file-data.c
   trunk/libgthumb/file-data.h
   trunk/libgthumb/file-utils.c
   trunk/libgthumb/file-utils.h
   trunk/libgthumb/gth-file-list.c
   trunk/libgthumb/gthumb-stock.c
   trunk/libgthumb/gthumb-stock.h
   trunk/libgthumb/image-loader.c
   trunk/libgthumb/image-loader.h
   trunk/libgthumb/image-viewer.c
   trunk/libgthumb/print-callbacks.c
   trunk/libgthumb/thumb-loader.c
   trunk/libgthumb/thumb-loader.h
   trunk/src/catalog-png-exporter.c
   trunk/src/catalog-web-exporter.c
   trunk/src/dlg-convert.c
   trunk/src/dlg-duplicates.c
   trunk/src/dlg-jpegtran.c
   trunk/src/gth-batch-op.c
   trunk/src/gth-browser-actions-entries.h
   trunk/src/gth-browser-ui.h
   trunk/src/gth-browser.c
   trunk/src/gth-filter-bar.c
   trunk/src/gth-viewer-actions-entries.h
   trunk/src/gth-viewer-ui.h
   trunk/src/gth-viewer.c
   trunk/src/gth-window.c
   trunk/src/gthumb-preloader.c
Log:
2007-02-07  Paolo Bacchilega  <paobac cvs gnome org>

	* src/gth-browser-ui.h:
	* src/gth-viewer-ui.h:
	* src/gth-viewer-actions-entries.h:
	* src/gth-browser-actions-entries.h:
	* src/gth-viewer.c:
	* src/gth-browser.c: removed the info_bar in the viewer window and
	in the browser window when the file list is hidden.  Added a
	'properties' button on the toolbar.
	Added a 'zoot to fit width' button in the viewer toolbar.

	* libgthumb/gthumb-stock.h:
	* libgthumb/gthumb-stock.c: added GTHUMB_STOCK_METADATA

	* src/gth-window.c: indentation fix.

	* libgthumb/gth-file-list.c: get the mime type only once and only here,
	this is used to	speed up list loading when slow mime detection is
	used, and is also used to avoid to get the image mime type in the
	image-loader thread (which is dangerous).

	* libgthumb/file-data.c:
	* libgthumb/file-data.h: added a mime_type field.

	* libgthumb/thumb-loader.c: no need to use the accurate mime detection
	system and no need to load a gif image as an animation in the
	thumbnail loader.
	* libgthumb/image-loader.c: removed an identation level.

	* libgthumb/image-loader.h:
	* libgthumb/thumb-loader.h: added a mime_type argument to the
	[thumb|image]_loader_set_path functions

	* src/gthumb-preloader.c:
	* src/gth-batch-op.c:
	* src/dlg-jpegtran.c:
	* src/dlg-duplicates.c:
	* src/catalog-web-exporter.c:
	* src/dlg-convert.c:
	* src/catalog-png-exporter.c:
	* libgthumb/print-callbacks.c: updated calls to image_loader_set_path
	adding the new mime_type argument (setting the mime_type to NULL for now).

	* libgthumb/file-utils.h:
	* libgthumb/file-utils.c: function image_is_type is now public
 	added function can_load_mime_type, removed image_is_gif__accurate.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]