2006-01-30  Larry Ewing  <lewing@novell.com>

	* icons/Makefile.am (noinst_DATA): add f-spot-new-icon.png.

	* configure.in: bump version number for release.

	* src/PhotoArray.cs: fill in some missing methods.

	* src/DirectoryCollection.cs: add missing methods.

	* src/IOChannel.cs: dump unexpected status states to the console
	for now.

	* src/PhotoView.cs: remove unused variable.

	* src/JpegFile.cs: make sure the entry exists before trying to set
	it.

	* src/f-spot.glade: fix up the time dialog give the time menu item
	a name.

	* src/MainWindow.cs: set the adjust_time menu item sensitivity
	based on the selection.

	* src/TimeDialog.cs: fix the interval option and make the offset
	entry do something.  TimeSpan parsing still seems to be a mess.
	Hide the action frame if onlt one photo is selectd (should these
	just be insensive?)

2006-01-28  Larry Ewing  <lewing@novell.com>

	* src/f-spot.glade: revert accidental change to f-spot.glade.

2006-01-28  Evandro Fernandes Giovanini <evandrofg@ig.com.br>

	* configure.in(ALL_LINGUAS): Added pt_BR (Brazilian Portuguese).

2006-01-28  Jakub Steiner <jimmac@ximian.com>

	* icons/f-spot-adjust-colors.png
	* icons/f-spot-crop.png
	* icons/f-spot-desaturate.png
	* icons/f-spot-new-tag.png
	* icons/f-spot-red-eye.png
	* icons/f-spot-sepia.png: the bottom toolbar is actually needing
		20x20px icons :/

	* icons/f-spot-question-mark.png: make this look less nasty.
	
2006-01-28  Jakub Steiner <jimmac@ximian.com>

	* icons/f-spot-browse.png
	* icons/f-spot-camera.png
	* icons/f-spot-crop.png
	* icons/f-spot-desaturate.png
	* icons/f-spot-edit-image.png
	* icons/f-spot-favorite.png
	* icons/f-spot-fullscreen.png
	* icons/f-spot-hidden.png
	* icons/f-spot-loading.png
	* icons/f-spot-new-tag.png
	* icons/f-spot-people.png
	* icons/f-spot-places.png
	* icons/f-spot-red-eye.png
	* icons/f-spot-sepia.png
	* icons/f-spot-slideshow.png: start applying tango style. make the
	effect icons more distinct

	* icons/f-spot-adjust-colors.png: this will be better for color
	adjust action instead of edit-image, please use.

2006-01-23  Gabriel Burt  <gabriel.burt@gmail.com>

	* icons/f-spot-new-tag.png:
	* src/Makefile.am:
	* src/StockIcons.cs: add new-tag icon.
	
	* src/ImportCommand.cs: Add a 'Create New Tag' option to the list of
	tags in the import dialog. Based on patch from Pasi Savolainen,
	psavo@iki.fi.

2006-01-23  Larry Ewing  <lewing@novell.com>

	* src/PhotoStore.cs: commit the photo time when updating the photo.

	* src/MetadataStore.cs: redo the logic.

	* src/PhotoStore.cs: call update instead of add.

	* src/XmpFile.cs: expose the store.

	* src/MetadataStore.cs: implement an update call that fixes up the
	list.

2006-01-22  Larry Ewing  <lewing@novell.com>

	* src/PngFile.cs: stop using makesafetemp for now.

	* src/JpegHeader.cs: add GetXmp method.

	* src/PhotoStore.cs: clean up the Xmp updating slightly, handle
	the png write support (this still needs massive refactoring).

	* src/PngFile.cs: fix write support for png files.

2006-01-22  Gabriel Burt  <gabriel.burt@gmail.com>

	* src/Db.cs:
	* src/ImportStore.cs:
	* src/PhotoStore.cs: Use long instead of uint for Unix dates to
	support dates before 1970. Patch by Fredrik Noring, noring@nocrew.org,
	and updated by Curtis Hovey.

2006-01-21  Gabriel Burt  <gabriel.burt@gmail.com>

	* f-spot.desktop.in.in:
	* f-spot-viewer.desktop.in: Add GNOME;GTK to Categories

2006-01-20  Larry Ewing  <lewing@novell.com>

	* src/PngFile.cs: clean up the Crc class for writing.

	* src/InfoDisplay.cs: add InfoDialog.

	* src/SingleView.cs: allow InfoDialogs for single views (these
	should really be in the side pane).

	* src/f-spot.glade: add menu entries for viewing metadata.

2005-01-18  Gabriel Burt  <gabriel.burt@gmail.com>

	* src/SingleView.cs: remember last size, maximized state, and toolbar
	visibility.
	
	* src/Preferences.cs: add strings for new preferences.

2005-01-16  Gabriel Burt  <gabriel.burt@gmail.com>

	* src/MainWindow.cs: Make rotate toolbar buttons sensitive to whether
	there are photo(s) selected.  Add tooltips to all toolbar buttons.
	
	* src/PhotoView.cs: Make redeye/crop buttons display tooltip that
	tells the user to first select an area on the photo if no selection
	has been made. Fix bug with the description_entry tooltip. Add label
	"Comment:" before the description entry.

	* src/TagSelectionWidget.cs: Fix bug that caused tree not to expand
	if the child added was the parent's first. Also, instead of refreshing
	and losing expansions when the TagSelection changes, simply queue a
	redraw.
	
	* src/f-spot.glade: Make the icon button in the edit tag dialog have
	normal relief so it's obvious it can be clicked, and add a tooltip.
	
	* src/MainWindow.cs:
	* src/IptcFile.cs: Fix typos caught by Clytie Siddall (#325578).