2005-08-30 Larry Ewing * src/PhotoView.cs: change the message type. 2005-08-29 Larry Ewing * src/main.cs: don't set the import path here let the user set it. * src/Core.cs: null protect the import command. * src/PhotoImageView.cs: use SetTransparentColor. * src/ImageView.cs: add SetTransparentColor wrapper. * src/PhotoView.cs: add error message. * src/ColorDialog.cs: make the saving error a little more clear. * src/PixbufUtils.cs: return Rgba8Planar for alpha Pixbufs. * src/Cms.cs: fix the lcms bindings add rgba8planar format. 2005-08-28 Larry Ewing * src/SlideView.cs: clean up the blend function a little. 2005-08-27 Larry Ewing * src/RotateCommand.cs: change the wording slightly again. * src/JpegFile.cs: refactor the metadata saving slightly. * src/RotateCommand.cs: change the error handling a bit. * src/Unix.cs: change the error handling a bit. 2005-08-26 Larry Ewing * src/main.cs: clean up the error message a little. * src/FileImportBackend.cs: don't stop scanning if we hit an unreadable directory. * src/PhotoStore.cs: make more checks on the existance of the hidden tag. * src/TagCommands.cs: make sure the hidden tag is there. * src/MainWindow.cs: remove present call add window. 2005-08-25 Larry Ewing * src/IconView.cs: don't draw the shadow on images with alpha. * src/AsyncPixbufLoader.cs: add a Prepared flag. * src/PhotoImageView.cs: use the loader prepared flag. * src/Core.cs: exit when all the toplevels are gone. * src/MainWindow.cs: add present call. * src/main.cs: move the basic command calls to a core component. * src/Core.cs: new class that implements the remote control stuff. * src/Makefile.am: add Core.cs