2008-04-28 Stephane Delcroix * src/GPhotoCamera.cs: workaround to avoid crash on /special/ folder for some Nikon in ptp mode. 2008-04-28 Stephane Delcroix * src/Tag.cs: new Popularity property. * src/TagStore.cs: sort tags by popularity on the TagEntry. Fixes bgo #378428. 2008-04-27 Lorenzo Milesi * src/Widgets/FilmStrip.cs: prevent filmstrip locking. ignore clicks beyond filmstrip right end. 2008-04-24 Stephane Delcroix * autogen.sh: Expliciting an error message * f-spot-import.desktop.in.in: * configure.in: * Makefile.am: x-ocntent/* support, integrates just fine with newest nautilus. Fixes bgo #510325. 2008-04-23 Stephane Delcroix * src/main.cs: unregister old repositories 2008-04-23 Lorenzo Milesi * src/Preferences.cs: moved out few exporters preferences left over. 2008-04-16 Lorenzo Milesi * src/Preferences.cs: revert to nullpreferences backend if Gconf fails. 2008-04-15 Stephane Delcroix * src/Extensions/ExportMenuItemNode.cs: * src/Extensions/ComplexMenuItemNode.cs: * src/Extensions/CommandMenuItemNode.cs: * src/Extensions/MenuNode.cs: mark the NodeAttributes as protected. Fixes bgo #527512. 2008-04-15 Stephane Delcroix * libgphoto2-sharp/CameraList.cs: Fixing two P/Invoke issues. Fixes bgo #528162. 2008-04-15 Stephane Delcroix * Makefile.am: running update-desktop-database on make install and uninstall. 2008-04-15 Stephane Delcroix * src/FilmStrip.cs: refreshing newly loaded thumbs even if the strip is not moving 2008-04-14 Stephane Delcroix * src/FilmStrip.cs: Asynchronously loading the missing thumbs 2008-04-14 Stephane Delcroix * src/ImageFile.cs: adding a nullity check to avoid GdkPixbuf-CRITICAL warnings. 2008-04-11 Lorenzo Milesi * src/Imaging/XmpFile.cs: fixed xmp header. Bgo#519127. 2008-04-11 Lorenzo Milesi * src/TagCommand.cs: prevent from crashing if load icon from external file fails. Fix bgo #525513. 2008-04-11 Stephane Delcroix * src/ControlOverlay.cs: patch from Fabian Kneissl to fix the toolbar positionning in fullscreen. bgo #526318. 2008-04-11 Tim Retout * src/ImportCommand.cs (ImportFromFile): Use GtkUtil.TryLoadIcon to avoid throwing an exception when f-spot icon is not found. Fixes bgo #526325. 2008-04-11 Stephane Delcroix * src/Widgets/ComplexMenuItem.cs: * src/Widgets/Rating.cs: * src/Widgets/RatingMenuItem.cs: Patch from Benjamin Berg to fix the issues on the RatingMenuItem. Patch fro Miguel Aguero to display the actual rating in the menu. Fix bgo #510160. 2008-04-11 Stephane Delcroix * src/Texture.cs: * libfspot/f-pixbuf-utils.c: two patches from Benjamin Berg to fix endianness issues on PPC. Fixes bgo #512842 and #471497 2008-04-10 Stephane Delcroix * src/main.cs: new -versions commandline arg, implement -version properly. * src/Makefile.am: * src/UI/Dialog/ExceptionDialog.cs: moved in the UI.Dialog ns 2008-04-07 Lorenzo Milesi * tools/f-spot-screensaver: pass correct argument to f-spot. * src/main.cs: allow --slideshow parameter. fix bgo#526477. 2008-04-02 Lorenzo Milesi * src/PixbufUtils.cs: * src/Widgets/FilmStrip.cs: optional default squared thumbs for filmstrip. Speed up scroll. 2008-03-31 Lorenzo Milesi * src/SendEmail.cs: fix for bgo 503149: crash on exception in sending email. 2008-03-31 Stephane Delcroix * src/Preferences.cs: * src/UI.Dialog/SelectionRatioDialog.cs: * src/PhotoView.cs: handle edge cases and olg gconf bindings in storing crop ratios to gconf. Sould fix bgo #525164. 2008-03-28 Lorenzo Milesi * src/PhotoView.cs: Add constraint "Same as photo". Fix bgo#399302. Reordered constraint menu: no constraint first, then custom user constraints and default constraints in the end. 2008-03-27 Lorenzo Milesi * src/QueryWidget.cs: Add "refresh query" button for "find untagged". Fix bgo #508005. 2008-03-26 Claude Paroz * src/f-spot.glade: Removed translatable property from stock labels. 2008-03-26 Stephane Delcroix * src/f-spot.glade: rename the File menu as Photo. thx Giacomo for the patch, Fixes bgo #441401. 2008-03-26 Stephane Delcroix * src/MainWindow.cs: * src/SingleView.cs: * src/FullScreenView.cs: Open the fullscreen on the same screen as the parent. Original patch from wrobell. Fixes bgo #310933. 2008-03-26 Stephane Delcroix * src/f-spot.glade: * src/Makefile.am: * src/Preferences.cs: * src/UI.Dialog/SelectionRatioDialog.cs: * src/PhotoView.cs: new dialog for custom selection ratios. Fixes bgo #329581 and #329174. 2008-03-25 Roland Mas * src/Widgets/Filmstrip.cs: Added hyperspace jump to the AcceleratedAnimator. 2008-03-25 Stephane Delcroix * configure.in: * src/InfoDisplay.cs: allow building on gnome > 2.20. Fixes bgo #524004 2008-03-21 Lorenzo Milesi * src/RotateCommand.cs: rotate only default version of photo. Fix bgo #505125. 2008-03-21 Stephane Delcroix * src/MainWindow.cs: disable tag assign bar if no selection, Fixes bgo #504242. Thx Maxxer. 2008-03-21 Stephane Delcroix * src/CameraFileSelectionDialog.cs: start counting from 1 on the dialog. Fixes bgo #492518. Thx Maxxer. 2008-03-20 Gabriel Burt * src/GlTransition.cs: Fix bug with slideshow mode that caused images smaller than the screen size to be stretched to the size of the screen. Fixes BNC #274021. * src/MainWindow.cs: Get rid of duplicate code in Slideshow method; call the Fullscreen method, and then Play (). 2008-03-20 Sebastian Dröge * configure.in: Fix typo: gnome-sharp -> gnome-sharp-2.0. 2008-03-20 Stephane Delcroix * src/Widgets/IconView.cs: PgUp and PgDown to move the focused cell. Fixes bgo #523207. 2008-03-16 Lorenzo Milesi * src/f-spot.glade: * src/Preferences.cs: * src/MainWindow.cs: * src/PhotoView.cs: allow toggling filmstrip visibility. 2008-03-13 Thomas Van Machelen * configure.in: * src/ControlOverlay.cs: * src/Loupe.cs: Only require Mono.Cairo 1.2.4 and use higher if available 2008-03-13 Lorenzo Milesi * src/PhotoStore.cs: changed the query for photo remove from catalog. Now uses WHERE id IN (...). Fix bgo #494351. 2008-03-13 Stephane Delcroix * src/Widgets/Filmstrip.cs: default to an order 2 animator (constant acceleration) 2008-03-12 Stephane Delcroix * src/Makefile.am: * src/Widgets/Filmstrip.cs: new Filmstrip widget. * src/PhotoImageView.cs: Adds a constructor for BrowsablePointer * src/PhotoView.cs: create the BrowsablePointer and gives it to PhotoImageView. Displays the filmstrip. 2008-03-12 Stephane Delcroix * Updater.cs: fixes the dp updating v8 where version names are int. bgo #521656 2008-03-08 Stephane Delcroix * src/MainWindow.cs: Hide the timeline in ViewMode. 2008-03-06 Stephane Delcroix * libeog/image-view.c: use NEAREST interpolation for small images (<20). Workaround a bug in gdk-pixbuf, Fixes bgo #406505. 2008-03-06 Lorenzo Milesi * src/FileImportBackend.cs: Skip hidden files when importing from a directory. Fixes bgo #46131. 2008-03-03 Lorenzo Milesi * src/Core/Photo.cs: one more uri escape. Bgo#520084. 2008-03-03 Lorenzo Milesi * src/PhotoVersionMenu.cs: don't use underline in photo version labels. Bgo #520087. 2008-03-01 Stephane Delcroix * src/RotateCommand.cs: * src/Makefile.am: * src/Unix.cs: * src/Imaging/PngFile.cs: * src/Imaging/JpegFile.cs: moving the Unix class in the Utils namespace and assembly. 2008-02-29 Stephane Delcroix * src/FullScreenView.cs: replace obsolete call. * src/PhotoImageView.cs: * src/MainWindow.cs: use the Loupe sharpener from the edit menu too. Fixes bgo #326547. * src/f-spot.glade: add the 's' shortcut to the menuitem 2008-02-29 Stephane Delcroix * src/Widgets/CairoUtils.cs: drop obsolete and unused helpers. * src/ControlOverlay.cs: replace obsolete calls, link against the system cairo. 2008-02-29 Stephane Delcroix * src/MailDialog.cs: * src/Mail/*: removing unused files. 2008-02-28 Stephane Delcroix * src/Widgets/CairoUtils.cs: remove obsolete bindings. * src/Loupe.cs: link against the system provided Cairo, not the bundled one. 2008-02-28 Lorenzo Milesi * src/f-spot.glade: missing accelerators in view mode. 2008-02-27 Stephane Delcroix * configure.in: check for mono 2.0 * src/PhotoStore.cs: * src/Utils/UriUtils.cs: don't escape uri for mono < 2.0. 2008-02-27 Stephane Delcroix * src/Core/Photo.cs: Escape the version name. * src/Imaging/ImageFile.cs: Obsolete 2 methods. 2008-02-20 Stephane Delcroix * src/PhotoStore.ce: don't escape uri while loading them from the db. Fixes bgo #517606. 2008-02-19 Stephane Delcroix * src/Widgets/CairoUtils.cs: * src/Loupe.cs: Obsoleting method now available in the bindings * src/Makefile.am: * src/Widgets/CustomPrintWidget.cs: * src/PrintOperation.cs: * src/MainWindow.cs: * src/PrintDialog.cs: new Gtk2.10 print dialog and operation, #ifdef old code for backward compatibility * configure.in: require Mono.Cairo * icons/Makefile.am: * icons/flower.png: sample image for the print dialog 2008-02-15 Lorenzo Milesi * src/Makefile.am: * src/UI.Dialog/AboutDialog.cs: use COPYING file as text for the license info in the about dialog. 2008-02-15 Lorenzo Milesi * src/Jobs/SyncMetadataJob.cs: update xmp rating only if rating > 0.