[f-spot] Update AboutDialog.
- From: Ruben Vermeersch <rubenv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot] Update AboutDialog.
- Date: Wed, 11 Aug 2010 09:34:55 +0000 (UTC)
commit 8aa114f6d75d745e1b49a5e388a26b31ba20eebe
Author: Ruben Vermeersch <ruben savanne be>
Date: Wed Aug 11 11:33:45 2010 +0200
Update AboutDialog.
src/Clients/MainApp/FSpot.UI.Dialog/AboutDialog.cs | 248 ++++++++++----------
src/Core/FSpot.Gui/FSpot.Widgets/ImageView.cs | 2 +-
2 files changed, 127 insertions(+), 123 deletions(-)
---
diff --git a/src/Clients/MainApp/FSpot.UI.Dialog/AboutDialog.cs b/src/Clients/MainApp/FSpot.UI.Dialog/AboutDialog.cs
index 441f61b..db41c8f 100644
--- a/src/Clients/MainApp/FSpot.UI.Dialog/AboutDialog.cs
+++ b/src/Clients/MainApp/FSpot.UI.Dialog/AboutDialog.cs
@@ -16,128 +16,132 @@ using Hyena;
namespace FSpot.UI.Dialog
{
- public class AboutDialog : Gtk.AboutDialog
- {
- private static AboutDialog about = null;
+ public class AboutDialog : Gtk.AboutDialog
+ {
+ private static AboutDialog about = null;
- private AboutDialog () {
- Artists = new string [] {
- "Jakub Steiner",
- "Matthew Paul Thomas",
- };
- Authors = new string [] {
- "Primary Development",
- "\tLawrence Ewing",
- "\tStephane Delcroix",
- "\tRuben Vermeersch",
- "",
- "Active Contributors to this release",
- "\tAdemir Mendoza",
- "\tAlex Launi",
- "\tAnton Keks",
- "\tBertrand Lorentz",
- "\tChristian Krause",
- "\tEvan Briones",
- "\tGabriel Burt",
- "\tIain Churcher",
- "\tIain Lane",
- "\tLorenzo Milesi",
- "\tMike Gem\x00fcnde",
- "\tNick Van Eeckhout",
- "\tPaul Lange",
- "\tPaul Wellner Bou",
- "\tPeter Goetz",
- "\tTomas Kovacik",
- "\tTrevor Buchanan",
- "",
- "Contributors",
- "\tAaron Bockover",
- "\tAlessandro Gervaso",
- "\tAlex Graveley",
- "\tAlvaro del Castillo",
- "\tBen Monnahan",
- "\tBengt Thuree",
- "\tChad Files",
- "\tChristopher Halse Rogers",
- "\tDaniel Köb",
- "\tEttore Perazzoli",
- "\tEwen Cheslack-Postava",
- "\tJeffrey Finkelstein",
- "\tJeffrey Stedfast",
- "\tJoe Shaw",
- "\tJoerg Buesse",
- "\tJon Trowbridge",
- "\tJoshua Tauberer",
- "\tKarl Mikaelsson",
- "\tGrahm Orr",
- "\tLaurence Hygate",
- "\tLee Willis",
- "\tMartin Willemoes Hansen",
- "\tMatt Jones",
- "\tMatt Perry",
- "\tMichal Nánási",
- "\tMiguel de Icaza",
- "\tNat Friedman",
- "\tPatanjali Somayaji",
- "\tPascal de Bruijn",
- "\tPeter Johanson",
- "\tTambet Ingo",
- "\tThomas Van Machelen",
- "\tTodd Berman",
- "\tVasily Kirilichev",
- "\tVincent Moreau",
- "\tVincent Pomey",
- "\tVladimir Vukicevic",
- "\tWojciech Dzierżanowski",
- "\tXavier Bouchoux",
- "\tYann Leprince",
- "\tYves Kurz",
- "",
- "In memory Of",
- "\tEttore Perazzoli",
- };
- Comments = Catalog.GetString ("Photo management for GNOME");
- Copyright = Catalog.GetString ("Copyright \x00a9 2003-2010 Novell Inc.");
- Documenters = new string[] {
- "Aaron Bockover",
- "Alexandre Prokoudine",
- "Bengt Thuree",
- "Gabriel Burt",
- "Harold Schreckengost",
- "Miguel de Icaza",
- "Stephane Delcroix",
- };
- //Read license from COPYING
- try {
- System.Reflection.Assembly assembly = System.Reflection.Assembly.GetCallingAssembly ();
- using (Stream s = assembly.GetManifestResourceStream ("COPYING")) {
- StreamReader reader = new StreamReader (s);
- License = reader.ReadToEnd ();
- s.Close ();
- }
- } catch (Exception e) {
- Log.DebugException (e);
- License = "GPL v2";
- }
- Logo = new Gdk.Pixbuf (System.Reflection.Assembly.GetEntryAssembly (), "f-spot-128.png");
- ProgramName = "F-Spot";
- TranslatorCredits = Catalog.GetString ("translator-credits");
- if (System.String.Compare (TranslatorCredits, "translator-credits") == 0)
- TranslatorCredits = null;
- Version = FSpot.Core.Defines.VERSION;
- Website = "http://f-spot.org";
- WebsiteLabel = Catalog.GetString ("F-Spot Website");
- WrapLicense = true;
- }
+ private AboutDialog () {
+ Artists = new string [] {
+ "Jakub Steiner",
+ "Matthew Paul Thomas",
+ };
+ Authors = new string [] {
+ "Primary Development",
+ "\tLawrence Ewing",
+ "\tStephane Delcroix",
+ "\tRuben Vermeersch",
+ "",
+ "Active Contributors to this release",
+ "\tChristian Krause",
+ "\tEric Faehnrich",
+ "\tÅ?ukasz JernaÅ?",
+ "\tMike Gem\x00fcnde",
+ "\tMike Wallick",
+ "\tPaul Wellner Bou",
+ "\tTim Retout",
+ "",
+ "Contributors",
+ "\tAaron Bockover",
+ "\tAdemir Mendoza",
+ "\tAlessandro Gervaso",
+ "\tAlex Graveley",
+ "\tAlex Launi",
+ "\tAlvaro del Castillo",
+ "\tAnton Keks",
+ "\tBengt Thuree",
+ "\tBen Monnahan",
+ "\tBertrand Lorentz",
+ "\tChad Files",
+ "\tChristopher Halse Rogers",
+ "\tDaniel Köb",
+ "\tEttore Perazzoli",
+ "\tEvan Briones",
+ "\tEwen Cheslack-Postava",
+ "\tGabriel Burt",
+ "\tGrahm Orr",
+ "\tIain Churcher",
+ "\tIain Lane",
+ "\tJeffrey Finkelstein",
+ "\tJeffrey Stedfast",
+ "\tJoerg Buesse",
+ "\tJoe Shaw",
+ "\tJon Trowbridge",
+ "\tJoshua Tauberer",
+ "\tKarl Mikaelsson",
+ "\tLaurence Hygate",
+ "\tLee Willis",
+ "\tLorenzo Milesi",
+ "\tMartin Willemoes Hansen",
+ "\tMatt Jones",
+ "\tMatt Perry",
+ "\tMichal Nánási",
+ "\tMiguel de Icaza",
+ "\tNat Friedman",
+ "\tNick Van Eeckhout",
+ "\tPascal de Bruijn",
+ "\tPatanjali Somayaji",
+ "\tPaul Lange",
+ "\tPeter Goetz",
+ "\tPeter Johanson",
+ "\tTambet Ingo",
+ "\tThomas Van Machelen",
+ "\tTodd Berman",
+ "\tTomas Kovacik",
+ "\tTrevor Buchanan",
+ "\tVasily Kirilichev",
+ "\tVincent Moreau",
+ "\tVincent Pomey",
+ "\tVladimir Vukicevic",
+ "\tWojciech Dzierżanowski",
+ "\tXavier Bouchoux",
+ "\tYann Leprince",
+ "\tYves Kurz",
+ "",
+ "In memory Of",
+ "\tEttore Perazzoli",
+ };
+ Comments = Catalog.GetString ("Photo management for GNOME");
+ Copyright = Catalog.GetString ("Copyright \x00a9 2003-2010 Novell Inc.");
+ Documenters = new string[] {
+ "Aaron Bockover",
+ "Alexandre Prokoudine",
+ "Bengt Thuree",
+ "Gabriel Burt",
+ "Harold Schreckengost",
+ "Miguel de Icaza",
+ "Stephane Delcroix",
+ };
+ //Read license from COPYING
+ try {
+ System.Reflection.Assembly assembly = System.Reflection.Assembly.GetCallingAssembly ();
+ using (Stream s = assembly.GetManifestResourceStream ("COPYING")) {
+ StreamReader reader = new StreamReader (s);
+ License = reader.ReadToEnd ();
+ s.Close ();
+ }
+ } catch (Exception e) {
+ Log.DebugException (e);
+ License = "GPL v2";
+ }
+ Logo = new Gdk.Pixbuf (System.Reflection.Assembly.GetEntryAssembly (), "f-spot-128.png");
+ ProgramName = "F-Spot";
+ TranslatorCredits = Catalog.GetString ("translator-credits");
+ if (System.String.Compare (TranslatorCredits, "translator-credits") == 0)
+ TranslatorCredits = null;
+ Version = FSpot.Core.Defines.VERSION;
+ Website = "http://f-spot.org";
+ WebsiteLabel = Catalog.GetString ("F-Spot Website");
+ WrapLicense = true;
+ }
- public static void ShowUp ()
- {
- if (about == null) {
- about = new AboutDialog ();
- about.Destroyed += delegate (object o, EventArgs e) {about = null;};
- about.Response += delegate (object o, Gtk.ResponseArgs e) {if (about != null) about.Destroy ();};
- }
- about.Show ();
- }
- }
+ public static void ShowUp ()
+ {
+ if (about == null) {
+ about = new AboutDialog ();
+ about.Destroyed += delegate (object o, EventArgs e) {about = null;};
+ about.Response += delegate (object o, Gtk.ResponseArgs e) {if (about != null) about.Destroy ();};
+ }
+ about.Show ();
+ }
+ }
}
diff --git a/src/Core/FSpot.Gui/FSpot.Widgets/ImageView.cs b/src/Core/FSpot.Gui/FSpot.Widgets/ImageView.cs
index b043ff8..f67a34f 100644
--- a/src/Core/FSpot.Gui/FSpot.Widgets/ImageView.cs
+++ b/src/Core/FSpot.Gui/FSpot.Widgets/ImageView.cs
@@ -203,7 +203,7 @@ namespace FSpot.Widgets
if (scrolled != null) {
ThreadAssist.ProxyToMain (() => {
scrolled.SetPolicy (Gtk.PolicyType.Automatic, Gtk.PolicyType.Automatic);
- });
+ });
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]