[f-spot] various fixes for .6
- From: Stephane Delcroix <sdelcroix src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [f-spot] various fixes for .6
- Date: Fri, 7 Aug 2009 20:29:11 +0000 (UTC)
commit 1cc0f29efdb440f7b98c3e4f9e1555f132d05e48
Author: Stephane Delcroix <stephane delcroix org>
Date: Fri Aug 7 22:27:57 2009 +0200
various fixes for .6
NEWS | 11 +++++++++++
po/POTFILES.skip | 1 +
src/UI.Dialog/AboutDialog.cs | 6 +++---
tests/src/Makefile.am | 32 ++++++++++++++++----------------
4 files changed, 31 insertions(+), 19 deletions(-)
---
diff --git a/NEWS b/NEWS
index 96c757e..cbe342e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+f-spot 0.6.0.0 - Aug 07 2009 - Sliced
+-------------------------------------
+- no longer depends on libeog
+- fighting against deprecation, on the path to gnome3
+- new viewer widget
+- new widget showing folders organisation
+- new Preference dialog
+- db and config moved to .config (or whatever is pointed by xdg config)
+- tons of bugs fixed (really)
+- updated translations
+
f-spot 0.5.0.3 - Oct 16 2008 - Blame me
---------------------------------------
- bugfix release:
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 8226f42..05a09ba 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -50,4 +50,5 @@ lib/libfspotraw/LibRaw/dcraw/dcraw.c
lib/libfspotraw/LibRaw/internal/dcraw_common.cpp
lib/libfspotraw/LibRaw/internal/dcraw_fileio.cpp
lib/libfspotraw/LibRaw/internal/foveon.cpp
+lib/gtk-sharp-beans/gtk_generated/Builder.cs
diff --git a/src/UI.Dialog/AboutDialog.cs b/src/UI.Dialog/AboutDialog.cs
index e2c2afb..5bcd00d 100644
--- a/src/UI.Dialog/AboutDialog.cs
+++ b/src/UI.Dialog/AboutDialog.cs
@@ -30,9 +30,7 @@ namespace FSpot.UI.Dialog
"Active Contributors to this release",
"\tLorenzo Milesi", //0.5.0
"\tMike Gem\x00fcnde",
- "\tRuben Vermeersch (Google Summer of Code)", //0,5,0
- "\tThomas Van Machelen", //0.5.0
- "\tVasily Kirilichev (Google Summer of Code)", //0.5.0
+ "\tRuben Vermeersch", //0.5.0, 0.6.0
"",
"Contributors",
"\tAaron Bockover",
@@ -60,7 +58,9 @@ namespace FSpot.UI.Dialog
"\tPatanjali Somayaji",
"\tPeter Johanson",
"\tTambet Ingo",
+ "\tThomas Van Machelen", //0.5.0
"\tTodd Berman",
+ "\tVasily Kirilichev (Google Summer of Code)", //0.5.0
"\tVincent Moreau",
"\tVladimir Vukicevic",
"\tXavier Bouchoux",
diff --git a/tests/src/Makefile.am b/tests/src/Makefile.am
index 7eee6ea..0cb9272 100644
--- a/tests/src/Makefile.am
+++ b/tests/src/Makefile.am
@@ -5,15 +5,15 @@ if ENABLE_TESTS
all: FSpot.Tests.dll
SOURCES = \
- IBrowsableItem.cs \
- ImageTest.cs \
- PhotoStore.cs \
- TagStore.cs \
- ThumbnailGenerator.cs \
- Query/LogicalTerm.cs \
- Cms/Cms.cs \
- Filters/JpegFilter.cs \
- Filters/OrientationFilter.cs
+ $(srcdir)/IBrowsableItem.cs \
+ $(srcdir)/ImageTest.cs \
+ $(srcdir)/PhotoStore.cs \
+ $(srcdir)/TagStore.cs \
+ $(srcdir)/ThumbnailGenerator.cs \
+ $(srcdir)/Query/LogicalTerm.cs \
+ $(srcdir)/Cms/Cms.cs \
+ $(srcdir)/Filters/JpegFilter.cs \
+ $(srcdir)/Filters/OrientationFilter.cs
PKGS = \
-pkg:mono-nunit \
@@ -25,13 +25,13 @@ REFS = \
$(LINK_GPHOTO2) \
$(LINK_MONO_ADDINS) \
$(LINK_GIOSHARP) \
- -r:$(top_srcdir)/src/f-spot.exe \
- -r:$(top_srcdir)/src/FSpot.Core.dll \
- -r:$(top_srcdir)/src/FSpot.Query.dll \
- -r:$(top_srcdir)/src/FSpot.Utils.dll \
- -r:$(top_srcdir)/src/FSpot.Platform.dll \
- -r:$(top_srcdir)/src/Cms.dll \
- -r:$(top_srcdir)/lib/semweb/SemWeb.dll
+ -r:$(top_builddir)/src/f-spot.exe \
+ -r:$(top_builddir)/src/FSpot.Core.dll \
+ -r:$(top_builddir)/src/FSpot.Query.dll \
+ -r:$(top_builddir)/src/FSpot.Utils.dll \
+ -r:$(top_builddir)/src/FSpot.Platform.dll \
+ -r:$(top_builddir)/src/Cms.dll \
+ -r:$(top_builddir)/lib/semweb/SemWeb.dll
RESOURCES = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]