2007-11-21 Stephane Delcroix * src/PhotoStore.cs: fix for bgo #488545, remaove tag association on tag deletionm even for the Hidden tag. Already fixed that thing in the past though... 2007-11-15 Ihar Hrachyshka * configure.in: Added 'be@latin' to ALL_LINGUAS. 2007-11-12 Stephane Delcroix * src/PhotoStore.cs: adding a setter for PhotoVerion.Uri * src/FSpot.addins.xml: bumping the version to reflect api changes 2007-11-06 Stephane Delcroix * src/CDExport.cs: Patch from Lorenzo to fix bgo 494131. 2007-11-03 Stephane Delcroix * src/ImportCommad.cs: Patch from Lorenzo to fix bgo #492173. 2007-10-31 Stephane Delcroix * src/f-spot.glade: Fixes from Gabor Kelemen for bgo #491689. 2007-10-25 Stephane Delcroix * src/f-spot.glade: Fixes bgo #490303. Thx Michael Monreal for the patch. 2007-10-25 Gabriel Burt * src/InfoBox.cs: Add 2px more padding on InfoBox to make HIG compliant. 2007-10-24 Gabriel Burt * src/InfoBox.cs: Change the InfoBox so that the labels on the left are bold, lowercase, and (apparently) top-aligned. 2007-10-24 Gabriel Burt * src/TagQueryWidget.cs: Clarify the context menu items' more. 2007-10-24 Gabriel Burt * src/TagQueryWidget.cs: Remove confusing icons and make it more clear what the context menu options of a queried tag do. 2007-10-24 Gabriel Burt * src/f-spot.glade: Break the Display menu options into two logical submenus. Fixes BGO #327472. 2007-10-24 Stephane Delcroix * src/Updater.cs: * src/PhotoStore.cs: Adds the concept of protected versions, in db and in code. * src/ColorDialog.cs: * src/ColorAdjustment.cs: * src/Loupe.cs: * src/MainWindows.cs: * src/PhotoView.cs: some changes due to the API changes * src/FSpot.addins.xml: bumping addins version. 2007-10-22 Stephane Delcroix * src/SendMail.cs: Allows translation of email title. Fixes bgo #488695. 2007-10-22 Stephane Delcroix * src/Imaging/ImageFile.cs: some extra raw extensions. 2007-10-20 Ruben Vermeersch * configure.in: Add Makefile for GalleryExport addin. 2007-10-18 Stephane Delcroix * src/TextureTransition.cs: first attempt to fix the prev/next issue in slideshow. 2007-10-16 Stephane Delcroix * src/Updater.cs: Patch from Lorenzo to prevent creating the _temp table twice. Fixes bgo #486913. 2007-10-15 Stephane Delcroix * src/GlTransition.cs: * src/TextureDisplay.cs: Fixes the scaling issue in Slideshow. Thx Peter Goetz for the patch. 2007-10-15 Stephane Delcroix * src/Preferences.cs: set autorotate to true by default on export to gallery. Fixes bgo #486560. 2007-10-14 Ruben Vermeersch * src/ThumbnailCommand.cs: Stop using obsolete API. * src/ThumbnailGenerator.cs: Remove unused variable warning. The exception is handled so there's no need to show this warning. 2007-10-14 Yannig Marchegay * configure.in: Added 'oc' to ALL_LINGUAS. 2007-10-12 Stephane Delcroix * src/f-spot.glade: Fixes bgo #485389 2007-10-12 Stephane Delcroix * src/Imaging/ImageFile.cs: adding .mrw to IsRaw. 2007-10-09 Stephane Delcroix * NEWS: * configure.in: bumping the version number to 0.4.1, basic release notes. 2007-10-09 Stephane Delcroix * src/f-spot.glade: * src/TagCommand.cs: Patch from Declan McGrath to allow tag icon selection from an external file. Fixes bgo #461447. 2007-10-09 Stephane Delcroix * src/f-spot.glade: * src/Preferences.cs: * src/PicasaWebExport.cs: optionnaly disable tag export to picasa. Fixes bgo #477597. Thx Lorenzo. 2007-10-07 Stephane Delcroix * src/FolderExport.cs: Fixes the progress bar, bgo #484099. Patch from Lorenzo. 2007-10-07 Stephane Delcroix * docs/C/f-spot.xml: fixing a typo, bgo #483588. 2007-09-26 Stephane Delcroix * src/RotateCommand.cs: Connect the Stop button on the rotate progress dialog. Fixes bgo #479961. 2007-09-26 Stephane Delcroix * src/IconView.cs: fixing an infinite loop for some ratios taht doesn't scale very well. Fixes bgo #479423. Patch based on the one from Wade Menard. 2007-09-25 Stephane Delcroix * configure.in: fixes screensaver installation path. Hope gnome-screensaver will be stable one day... Fixes bgo #480286. Thx Giacomo. 2007-09-25 Stephane Delcroix * src/f-spot.glade: One more HIG fix from Michael Monreal. Fixes bgo #479745. 2007-09-25 Stephane Delcroix * src/TagPopup.cs: * src/TagMenu.cs: Some HIG fies from Michael Monreal. Closes bgo #479744. 2007-09-25 Stephane Delcroix * src/TagCommands.cs: Fixes bgo #479489. Thx Lorenzo for the patch. 2007-09-25 Stephane Delcroix * src/TagCommands.cs: * src/f-spot.glade: Adds a 'No Image' button on the edit tag icon dialog. Fixes bgo #430249. Thx goes to Lorenzo for the patch. 2007-09-24 Larry Ewing * src/Global.cs: simple fix to make help work on opensuse 10.3 (and better in general). Fixes bnc #235647. 2007-09-23 Stephane Delcroix * tools/f-spot-sqlite-upgrade: checks if the sqlite and sqlite3 binaries exists. Fixes bgo #467010. Thx goes to Giacomo Rizzo. 2007-09-23 Stephane Delcroix * src/Makefile.am: * src/FullScreenView.cs: * src/Utils/ScreenSaver.cs: Inhibit/Unhinibit the screensaver on slideshow. Fixes bgo #427478. Original Patch from Giacomo Rizzo. 2007-09-23 Stephane Delcroix * src/Preferences.cs: change the default from null to false for a bool value. Fixes bgo #479256. 2007-09-22 Gabriel Burt * src/MainWindow.cs: Add support for dropping tags before and after (in addition to into) other tags. Enables setting a tag as toplevel via dnd. 2007-09-22 Gabriel Burt * src/MainWindow.cs: Have enter, space, and kp_enter add the currently selected tags to the query. * src/Widgets/SaneTreeView.cs: Fix bug where doubleclick didn't activate the row. Unselect all rows if user clicks on no row. 2007-09-22 Gabriel Burt * src/Widgets/SaneTreeView.cs: Port on_expander code from nautilus to play nicer with expanders. 2007-09-22 Gabriel Burt * src/Widgets/SaneTreeView.cs: Ported selection code from nautilus, you can now drag or right click while having multiple rows selected and things will behave correctly. 2007-09-21 Gabriel Burt * src/MainWindow.cs: If multiple tags are received via dnd, reparent all of them. * src/TagSelectionWidget.cs: Inherit from SaneTreeView. * src/Makefile.am: * src/Widgets/SaneTreeView.cs: New TreeView subclass that helps with not changing the selection when you right click (and in the future when you drag). 2007-09-21 Gabriel Burt * src/f-spot.glade: Change Export menu item to Export to. Fixes #471198. 2007-09-21 Stephane Delcroix * src/MainWindow.cs: * src/CameraFileSelectionDialog.cs: Patch from Lorenzo Milesi to fix bgo #478875. 2007-09-20 Stephane Delcroix * src/TagCommands.cs: Fixes bgo #477131 (crash on edit tag dialog). 2007-09-20 Stephane Delcroix * src/f-spot.glade: * src/TagCommands.cs: textual feedback in the edit tag dialog if no photo is associated with this tag. Patch from Declan McGrath. Fixes bgo #477127. 2007-09-20 Stephane Delcroix * src/f-spot.glade: HIG fix for the Rolls menu items. Patxh from Michael Monreal. Fixes bgo #478447. 2007-09-20 Stephane Delcroix * src/Util.cs: minor change, use interface instead of class. 2007-09-19 Stephane Delcroix * src/f-spot.glade: * src/DateCommand.cs: Fixes issues in the 'Set Date Range' Dialog (bgo #470482. Patch based on Lorenzo Milesi work (thx again). 2007-09-18 Stephane Delcroix * src/FolderExport.cs: Fix image counter. Patch from Lorenzo Milesi. Fixes bgo #477871. 2007-09-17 Stephane Delcroix * src/Term.cs: Patch from Giacomo Rizzo to fix bgo #477690. 2007-09-17 Stephane Delcroix * src/PicasaWebExport.cs: translating two more strings. Fixes bgo #477597. 2007-09-16 Stephane Delcroix * src/f-spot.glade: * src/MainWindows.cs: Patch from Giacomo Rizzo to re-attach the "Attach Tag" submenu. Fixes bgo #457314. 2007-09-14 Stephane Delcroix * icons/f-spot-simple.css: * icons/f-spot-simple-white.css: Patch from Giacomo Rizzo. Fixes bgo #443016 and updates the white style. 2007-09-14 Stephane Delcroix * src/Imaging/ImageFile.cs: adding two static helpers for writing extensions dealing with raw files. * src/FSpot.addin.xml: bumping the version to 0.4.0.3366 to reflect the api changes. 2007-09-14 Stephane Delcroix * src/Imaging/ImageFile.cs: * src/Imaging/Tiff.cs: Adding support for .ARW (Sony DSLR A100) image format. Thx to Dawid Drechny for spotting the similarities with .NEF, proposing a patch and providing test images. Fixes bgo #476626. 2007-09-13 Stephane Delcroix * src/Imaging/JpegHeader.cs: workaround for mono bug 82836. Fixes bgo #432294. 2007-09-13 Stephane Delcroix * src/FlickrExport.cs: fixing photo count on the dialog. Patch from Lorenzo Milesi. Fixing bgo #476508. 2007-09-13 Stephane Delcroix * src/PicasaWebExport.cs: Force exporting in chronological order. Patch from Lorenzo Milesi. Fixes bgo #365801. 2007-09-12 Stephane Delcroix * libgphoto2-sharp: Adding file headers. Fixes bgo #362279. 2007-09-12 Stephane Delcroix * src/PreferenceDialog.cs: changing the screensaver command to screensavers-f-spot-screensaver. Fixes bgo #473848. 2007-09-10 Stephane Delcroix * src/PicasaWebExport.cs: allow album creation with '&' in the title. Fixes bgo #469180. 2007-09-10 Stephane Delcroix * src/FlickrExport.cs: ensure correct upload order. Patch from Giacomo Rizzo. Fixes bgo #345864. 2007-09-10 Stephane Delcroix * src/PhotoStore.cs: Creates versions with the same extension as the default version, not original. 2007-09-09 Stephane Delcroix * src/FSpot.addin.xml: * src/MainWindow.cs: exposing UpdateQuery. Bumping addin version to reflect API changes. * extensions/RawPlusJpeg/*: UpdateQuery when done. 2007-09-09 Stephane Delcroix * extensions/RawPlusJpeg/RawPlusJpeg.cs: fixing z stupid bug for .cr2 2007-09-09 Stephane Delcroix * extensions/DevelopInUFraw/Makefile: * extensions/RawPllusJpeg/Makefile: new 'mpack' target. 2007-09-07 Stephane Delcroix * extensions/DevelopInUFraw/: new addin for developing in UFRaw. Require UFRaw newer than CVS 2007-09-06. 2007-09-07 Stephane Delcroix * src/PhotoStore.cs: new "safe" public AddVersion method. * src/FSpot.addin.xml: bumping version to 0.4.0.3343 2007-09-07 Stephane Delcroix * src/Imaging/IptcFile.cs: Typo in strings. Patch from Marco Colombo. Fixes bgo #474536. 2007-09-07 Stephane Delcroix * src/TagPopup.cs: * src/MainWindow.cs: make SelectedIds () private, expose SelectedPhotos () as public. * src/FSpot.addin.xml: bump version to 0.4.0.3341 to reflect the public interface changes. 2007-09-06 Stephane Delcroix * src/PhotoStore.cs: Fixing a bug in versino creation. Fixes bgo #474137 2007-09-06 Stephane Delcroix * src/Updater.cs: make use of DbCommand. Bug and proposed patch from Xavier Bouchoux. Fixes bgo #474142. 2007-09-05 Gabriel Burt * src/ThumbnailGenerator.cs: If the original file is missing, consider any existing thumbnails valid to avoid attempting to regenerate them, which obviously will fail. 2007-09-05 Gabriel Burt * src/PixbufCache.cs: Clean up property code style. 2007-09-05 Gabriel Burt * MAINTAINERS: update. 2007-09-05 Gabriel Burt * src/PixbufCache.cs: Return null instead of throwing "I'm dead" exception when asked to perform ShallowCopyPixbuf on Disposed CacheEntry. Several places get the CacheEntry from the cache then call that method without putting a lock on the entry object, though they do check the result for null. Fixes BGO #391470. 2007-09-05 Stephane Delcroix * src/PhotoStore.cs: Fixing table creation code for photo_versions. 2007-09-05 Stephane Delcroix * src/PhotoStore.cs: fixing the Query (DirectoryInfo) for bug #473812. 2007-09-04 Stephane Delcroix * src/FSpot.addin.xml: bump the addins version to 0.4.0.3330 with compatVersion to 0.4.0.0 * extensions/DefaultExporters/DefaultExporters.addin.xml: depends on 0.4.0.0. * extensions/RawPlusJpeg/RawPlusJpeg.addin.xml: depends on 0.4.0.3330 2007-09-03 Stephane Delcroix * extensions/RawPlusJpeg/*: new extension to merge raw and jpeg as one image. Not compiled nor installed by the buildchain. 2007-09-02 Stephane Delcroix * src/PhotoStore.cs: * src/PhotoVersionCommands.cs: * src/MainWindow.cs: (Disabled) code for reparenting photos by DnD. compile with -d:ENABLE_REPARENTING to make it works. 2007-09-02 Stephane Delcroix * src/Updater.cs: Keep the full uri for versions too * src/PhotoStore.cs: Adaptations to the new db schema. 2007-08-31 Stephane Delcroix * src/SendEmail.cs: creates the mail command line from uris instead of files to prevents newer icedove to crash. Tested with evo also. If it fails with some older mailer, please report the problem. Fixes bgo #471529. 2007-08-30 Stephane Delcroix * configure.in: * Makefile.am: * dbus-sharp-glib/Makefile.am: fixing compilation bug #maxxer- dont-want-to-report-bugs-to-bgo 2007-08-29 Stephane Delcroix * extensions/DefaultExporters/DefaultExporters.addin.xml: remove the double ellipsis on the smugmug item 2007-08-28 Larry Ewing * src/XmpTagsImporter.cs: be more careful when processing headlines. Fixes b.n.c 304124. 2007-08-27 Stephane Delcroix * configure.in: * Makefile.am: * Makefile.include: * src/f-spot.in: no longer compiles and bundles dbus-sharp if it's already installed in the gac. 2007-08-27 Stephane Delcroix * dbus-sharp: upgrade to dbus-sharp 0.5.2 2007-08-27 Stephane Delcroix * src/Updater.cs: Keep photo uris instead of directory/name. * src/PhotoStore.cs: Adaptations to the db schema. 2007-08-23 Stephane Delcroix * src/MainWindow.cs: Committing the changes while tagging by dropping uris. Fixes the problem raised at the previous commit time. * src/PhotoStore.cs: Use Caching for GetByPath () 2007-08-23 Stephane Delcroix * src/PhotoStore.cs: Fix a stupid bug while dropping uris onto tags. This does not fix the tagging by dropping uri, but who's using that ? 2007-08-23 Stephane Delcroix * src/SendMail.cs: No longer compute size on paths, but on uris. 2007-08-10 Stephane Delcroix * src/TextureDisplay.cs: * src/FullScreenView.cs: new Play/Stop methods for the Fullscreen mode. Fixes bgo #463690. 2007-08-09 Stephane Delcroix * src/Preferences.cs: * src/MainWindow.cs: honor the /desktop/gnome/url-handlers/mailto/enabled key to show/hide the 'Send Mail' menu item. Fixes bgo #464981. 2007-08-09 Stephane Delcroix * src/JobStore.cs: convert JobPriority to int32. Fixes bgo #462069. Patch from Wolfgang Gradl. 2007-08-06 Stephane Delcroix * src/XmpTagImporter.cs: catching a possible exception on null semweb value. Fixes bgo #463789. 2007-08-05 Stephane Delcroix * src/FSpot.addin.xml: fixes bgo #463694 (Wording regression). 2007-08-04 Stephane Delcroix * src/PicasaWebExport.cs: catching exceptions while writing to the keyring. Fixes bgo #462939.