2005-05-10 Larry Ewing * configure.in: bump version to 0.0.13. * NEWS: update for release. 2005-05-09 Larry Ewing * src/JpegFile.cs: remove debug output and unused function. * libfspot/f-jpeg-utils.c: add warning * libjpegtran/jpeg-data.c: add warnings on unexpected results (this code will a go away soon). * src/ImageFile.cs: add path property. * src/DirectoryCollection.cs: Proxy an ImageFile as an IBrowsableItem, these need to be cleaned up and combined. * src/PhotoStore.cs: set the thumbnail based on IThumbnailContainer if it exists. * src/CameraFileSelectionDialog.cs: Apply Funda Wang's fix to the format string for the error dialog. Fixes #303395. 2005-05-07 Larry Ewing * src/IthmbDb.cs: update the api to follow the data available from the db. * src/PhotoDatabase.cs: use the db to load the thumbnails. 2005-05-06 Larry Ewing * src/TagSelectionWidget.cs: initialize iter to Zero. * src/JpegFile.cs: fix up the exif_data logic. * src/PhotoDatabase.cs: new file to parse the Photo Database file format. 2005-05-05 Larry Ewing * src/PhotoView.cs: use the new image file work. * src/Exif.cs: update some of the names. * src/ExifUtils.cs: mirror the Exif.cs changes. * src/PhotoStore.cs: use the new ImageFile work. * src/DirectoryCollection.cs: use image file (need to be rewritten still but you get the idea). * src/PhotoView.cs: use new api to set the description. * src/PixbufUtils.cs: mirror the new exif api. * src/Makefile.am: add JpegFile.cs and ImageFile.cs to the build. * src/ImportCommand.cs: fix up formatting a bit. * src/StockIcons.cs: use the new entry point, people need to have upgraded by now. * src/JpegFile.cs: new file to put all the jpeg specfic stuff in one place. * src/ImageFile.cs: start of a helper class for all the. * src/IthmbDb.cs: add support for the BigEndian fullscreen thumbnails that camera connector stores. 2005-05-04 Larry Ewing * src/PhotoView.cs: add conditional code to store the description in the exif info. Translate SelectionConstraint entries. * src/PixbufUtils.cs: use writeline instead of write. Patch from Joshua Nichols. 2005-05-03 Kostas Papadimas * configure.in: Added "el" to ALL_LINGUAS. 2005-04-28 Larry Ewing * src/QueryView.cs: remove unused variable. * src/TimeAdaptor.cs: remove unused variable. * src/ThreadProgressDialog.cs: remove unused variables. * src/Makefile.am: remove noisy 0169 warnings from the build for now. * src/ColorDialog.cs: remove unused variable. * src/AsyncPixbufLoader.cs: remove unused variable. * src/gnomevfs/VfsStream.cs: remove self assignment. 2005-04-25 Larry Ewing * src/FolderExport.cs: set destination to value not destinaton. * src/FlickrRemote.cs: set used rather than limit when parsing the result (Spotted by Gary Cody). * src/TagSelectionWidget.cs: initialize the treeiter to zero to make csc happy. * libgphoto2-sharp/CameraFilesystem.cs: fix up for new marshalling rules. * libgphoto2-sharp/Port.cs: fix up for new marshalling rules. * libgphoto2-sharp/Camera.cs: more changes to comply with the new marshalling rules. 2005-04-24 Christopher Orr * configure.in: Added "en_GB" to ALL_LINGUAS. 2005-04-21 Larry Ewing * src/IthmbDb.cs: refactor the loading code a little. * src/IthmbDb.cs: add yuv saving. 2005-04-20 Larry Ewing * src/IthmbDb.cs: add rgb565 writing with accompanying command line arguments. * src/IthmbDb.cs: fix the blue channel calculation in 565 mode. Display all the thumbs in the same window. Play around with the yuv decoder a little. * src/FlickrExport.cs: clean up the password dialog slightly. * src/FlickrRemote.cs: parse the space as a long since it might overflow int now that flickr is all growed up. (patch from Adam Israel). 2005-04-20 Priit Laes * src/MainWindow.cs: do not display translator-credits in about box, when they are not specified. 2005-04-20 Larry Ewing * src/IthmbDb.cs: clamp the yuv values properly. * src/IthmbDb.cs: it appears external is interlaced YUV decode appropriately. * src/IthmbDb.cs: Add support for other image sizes. External still doesn't work and fullscreen needs to be rotated. * src/IthmbDb.cs: add start of thumbnaildb loader. 2005-04-19 Larry Ewing * src/FormClient.cs: remove unused headers. * src/GroupSelector.cs: set the legend height based on the font metrics. * src/OriginalExport.cs: remove unused file. 2005-04-18 Adam Weinberger * src/ColorDialog.cs: Remove extra space from string. 2005-04-14 Larry Ewing * libgphoto2-sharp/Camera.cs: hack around the struct marshalling changes in mono head. 2005-04-07 Iņaki Larraņaga * configure.in: Added "eu" (Basque) to ALL_LINGUAS. 2005-04-01 Steve Murphy * configure.in: Added "rw" to ALL_LINGUAS. 2005-03-20 Miguel de Icaza * src/Util.cs (GnomeUtil.UrlShow): New helper routine to show urls and detect errors. Gnome.Url.Show might fail if some url handlers are not registered. * src/MainWindow.cs: Use new helper routine. 2005-03-24 Larry Ewing * src/JpegUtils.cs: offer a method to save exif info directly. * configure.in: check for new .so versions. * libfspot/f-jpeg-utils.c: add save_jpeg call. 2005-03-22 Larry Ewing * libgphoto2-sharp/libgphoto2-sharp.dll.config: remove the explicit path to libgphoto. * src/f-spot.exe.config.in: remove extra lib in libfspot path. 2005-03-19 Adam Weinberger * src/RotateCommand.cs: fix typo.