2005-03-14 Larry Ewing * src/f-spot.glade: clean up the add dialog make it work as an error dialog as well. * src/GalleryExport.cs: clean up the add and error dialogs. * src/GalleryExport.cs: reenable the scaling code. * src/f-spot.glade: add the scaling bits back to the dialog. * src/GalleryRemote.cs: use force_filename in add item. Add an overload for passing a different file to to AddItem. * src/RotateCommand.cs: show error dialog if rotation fails. * src/MainWindow.cs: pass "" instead of null to the galde function so that monogrind.pl works. * src/GalleryExport.cs: popup a password dialog when the the password is bad. * src/f-spot.glade: expose the ok and cancel buttons make ok sensitive only 2005-03-13 Artur Flinta * configure.in (ALL_LINGUAS): Added "pl" (Polish) 2005-03-12 Larry Ewing * src/ThumbnailCommand.cs: only dispose the thumbnail if it was reallt loaded. 2005-03-11 Larry Ewing * src/AsyncPixbufLoader.cs: clean up close handling to avoid the ugly messages at exit. * src/f-spot.glade: remove unused prefernces menu item. * src/PhotoImageView.cs: clean up the close handling. * src/PhotoView.cs: fix an off by one error in the description sensitivity. * src/Util.cs: remove debug spew. * src/PhotoImageView.cs: remove debug spew. 2005-03-10 Larry Ewing * f-spot.desktop.in.in: Change the name. 2005-03-09 Larry Ewing * src/FormClient.cs: bump the chunk size. * src/TagStore.cs: clean up what we can and fix a leak in serialize. * src/FlickrExport.cs: fix the final upload url creation. 2005-03-08 Larry Ewing * src/ThumbnailGenerator.cs: only try to save the image if we successfully loaded it. * src/MainWindow.cs: handle the case where we can't load the original image gracefully. * src/PhotoImageView.cs: catch exceptions loading the thumbnail and continue as usual. * src/PixbufCache.cs: don't lookup when a thumbnail is loaded simply update the entry. Lookup can cause cache starvation. * src/ThumbnailGenerator.cs: sleep for a quarter of a second after every thumbnail. We are trying to make pretty pictures not save the world. 2005-03-07 Larry Ewing * src/FormClient.cs: bump the timeout for mulitpart requests since they will typically take a long time to process. 2005-03-07 Raja R Harinath * configure.in (src/f-spot): Make generated script executable. (expanded_libdir): Evaluate value of $libdir. * src/f-spot.exe.config.in: Use it. * src/f-spot.in (prefix, exec_prefix, libdir): New substs. [uninstalled]: Use check that's also valid when srcdir != builddir. 2005-03-07 Larry Ewing * src/ImportCommand.cs: be explict when disposing of thumbnails while importing.