2007-02-16 Stephane Delcroix * src/MainWindow.cs: do not try to remove 0 images. Fixes bgo #408559. * src/main.cs: Explicit message on no dbus connection instead of saying "Starting new F-Spot Server". Fixes bgo #408215. 2007-02-15 Larry Ewing * src/main.cs: move the dbus init call after the slideshow bailout. Fixes b.n.c #245151. 2007-02-14 Stephane Delcroix * src/PhotoView.cs: allow edits on nfs mounted images. Fixes 344403. 2007-02-14 Larry Ewing * src/TextureDisplay.cs: Make sure we don't try to load a texture when we have no gl context. This is probably the source of several bugs but definitely b.n.c #243303. 2007-02-14 Larry Ewing * src/ColorAdjustment.cs: make color adjustments work properly on images with alpha. Fixes #243916. 2007-02-13 Larry Ewing * src/TextureDisplay.cs: disconnect from the item when we are destroyed. 2007-02-12 Stephane Delcroix * src/Imaging/JpegFile.cs: * Src/PhotoStore.cs: Keep permissions and gid on version creation. Fixes bgo #326932. 2007-02-11 Thomas Van Machelen * src/ThreadProgressDialog: fix the cpu to take 100% when ThreadProgressDialog is shown 2007-02-09 Larry Ewing * src/Imaging/JpegHeader.cs: break out of the loop if we read zero bytes. Fixes #405736. * src/ItemAction.cs: handle errors in FilterActions. Fixes b.n.c #240548. * src/ItemAction.cs: handle errors while rotating. Fixes bug #240548. * src/PrintDialog.cs: flaten images before sending them to gnome print to work around the broken behaviour of images with alpha channels. Fixes b.n.c #242070. * src/Editors/SoftFocus.cs: destroy the error dialog once it is confirmed. Fixes b.n.c #243952. 2007-02-07 Larry Ewing * src/PrintDialog.cs: don't crash if we can't load the image. Fixes b.n.c #240024. 2007-02-05 Larry Ewing * libfspot/f-pixbuf-save.c: use g_object_unref. * src/TextureDisplay.cs: expose a combo box of the possible effects. * po/POTFILES.in: add TextureDisplay.cs to the translations. * src/Widgets/SoftFocus.cs: work around a change in the cairo rendering in 1.0.2. * src/Editors/SoftFocus.cs: destroy the surface after we are done using it.