2008-05-28 Stephane Delcroix * src/GroupSelector.cs: hide the gdk window on UnMap. * src/MainWindow.cs: no longer unse the sensitivity when hiding the timeline 2008-05-26 Stephane Delcroix * src/PrintOperation.cs: * src/Widgets/CustomPrintWidget.cs: adding a "Page Setup" button. 2008-05-23 Alexandre Prokoudine * src/UI.Dialog/AboutDialog.cs: marked forgotten message for translation 2008-05-23 Stephane Delcroix * src/ControlOverlay.cs: fading widgets for fullscreen 2008-05-23 Stephane Delcroix * src/PhotoImageView.cs: * src/MainWindow.cs: use Alt-0 through Alt-5 to quick rate in browse and edit modes. Fixes bgo #534255. Shortcut might be changed, speak up. 2008-05-21 Stephane Delcroix * src/Utils/ConsoleCrayon.cs: * src/Utils/Log.cs: * src/Makefile.am: * src/main.cs: new ConsoleCrayon and Log classes, stolen from banshee. Toggle debugging output on --debug parameter. Replace some s.c.wl by Log calls. 2008-05-20 Ruben Vermeersch * src/UI.Dialog/PreferenceDialog.cs: Fix a crasher when a user has a theme installed in his home directory as well as his system theme directory. 2008-05-20 Stephane Delcroix * src/Utils/*: Fixing 8 gendarme warning 2008-05-19 Stephane Delcroix * src/Makefile.am: * src/UI.Dialog/RepairDbDialog.cs: * src/MainWindow.cs: * src/Core.cs: * po/POTFILES.in: new RepairDbDialog, handle more db errors, like in bgo #529380. 2008-05-19 Stephane Delcroix * src/Widgets/FindBar.cs: make operators work on localized versions. Patch from Jordi Mas, bgo #466946. 2008-01-12 Roland Mas * src/CameraFileSelectionDialog.cs: Sort available files in camera import dialog. * src/GPhotoCamera.cs: Implemented the IComparable interface for the GPhotoCameraFile class. 2008-05-19 Stephane Delcroix * configure.in: install screensaver in the right directory. Fixes bgo #348323. 2008-05-19 Stephane Delcroix * src/main.cs: * src/GConfPreferenceBackend.cs: call Gnome.Program ctor prior to GConf.Client. Remove the need for g_type_init call. 2008-05-19 Lorenzo Milesi * src/MainWindow.cs: start slideshow from first selected item. 2008-05-18 Ruben Vermeersch * src/FSpot.addin.xml: Bump the Core version so addins can safely depend on the new Condition. 2008-05-18 Ruben Vermeersch * src/Extensions/PhotoSelectionCondition.cs: Added. Allows addins to conditionally show up, depending on how much photos are selected. * src/FSpot.addin.xml: Add the condition. * src/Makefile.am: Add PhotoSelectionCondition.cs. 2008-05-16 Stephane Delcroix * src/Widgets/SoftFocus.cs: * src/Cairo: * src/Texture.cs: * src/Makefile.am: * src/MemorySurface.cs: * libfspot/f-image-surface.h: * libfspot/f-image-surface.c: drop our own Cairo copy 2008-05-16 Stephane Delcroix reverting the semweb to the old _but working_ one we had. 2008-05-16 Stephane Delcroix * src/TagStore.cs: * src/Core/Tag.cs: re-introducing an enhanced version of tag sorting by popularity on tag typing. 2008-05-14 Stephane Delcroix * src/UI.Dialog/SelectionRatioDialog.cs: parse custom selection ratio like "16/9" or "16:9". Fixes bgo #533057. 2008-05-12 Stephane Delcroix * src/GConfPreferenceBackend.cs: call g_type_init as the binding does not. Fixes bgo #481741. 2008-05-09 Tim Retout * f-spot-import.desktop.in.in: Remove 'Encoding' key. * f-spot-view.desktop.in.in: Likewise. * f-spot.desktop.in.in: Likewise. * tools/f-spot-screensaver.desktop.in: Likewise. 2008-05-09 Stephane Delcroix * Makefile.am: * configure.in: * src/f-spot.in: build gio-sharp if needed 2008-05-07 Stephane Delcroix * src/Imaging/ImageFile.cs: embed a localized message with the NotImplementedException. Fixes bnc #256636. 2008-05-07 Stephane Delcroix * src/Editors/SoftFocus.cs: * src/Editors/Tilt.cs: use Stock buttons, get translation for free. Fixes bnc #256635. 2008-05-07 Stephane Delcroix * configure.in: * Makefile.include: * Makefile.am: * src/f-spot.in: do not bundle semweb if it's installed on the system. 2008-05-07 Stephane Delcroix * src/MetadatStore.cs: * semweb/ : updating to SemWeb 1.05 2008-05-07 Stephane Delcroix * configure.in: detect gtk-sharp 2.12.2 * src/Core/Global.cs: * src/main.cs: * src/UI.Dialog/PreferenceDialog.cs: apply theme changes on the fly. Require (unreleased, but svn works) gtk-sharp 2.12.2 2008-05-06 Stephane Delcroix * src/Widgets/InfoBox.cs: include an optional TagView * src/InfoOverlay.cs: use the TagView * src/FullScreenView.cs: no longer include a TagView in the main toolbar. 2008-05-06 Stephane Delcroix * src/f-spot.glade: * src/UI.Dialog/PreferenceDialog.cs: allow choosing themes from a list. 2008-05-05 Stephane Delcroix * src/f-spot.glade: * src/PreferenceDialog.cs: * src/main.cs: * src/Preferences.cs: add a preference for loading a custom theme from a gtkrc file. No theme list yet. Restart needed. 2008-05-04 Stephane Delcroix original patch from Thomas Van Machelen. Fixes bgo #400106. * src/FullScreenView.cs: only show the control overlay when your mouse is moving in its direction * src/ControlOverlay.cs: position the widget a bit lower to make it a little less intrusive. Don't draw rounded corners on the sides. * src/InfoOverlay.cs: align the box to the right.