[longomatch] Use the svg version of the logo



commit ccb516a652fd0fe425336843573e8baafaf40d75
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Thu Aug 2 00:39:23 2012 +0200

    Use the svg version of the logo

 LongoMatch.GUI/LongoMatch.GUI.mdp                  |    2 +-
 LongoMatch.GUI/Makefile.am                         |    2 +-
 .../gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs   |    2 +-
 .../LongoMatch.Gui.Dialog.EditCategoryDialog.cs    |    2 +-
 .../LongoMatch.Gui.Dialog.EditPlayerDialog.cs      |    2 +-
 .../LongoMatch.Gui.Dialog.RenderingJobsDialog.cs   |    2 +-
 .../LongoMatch.Gui.Dialog.SubCategoryTagsEditor.cs |    2 +-
 LongoMatch.GUI/gtk-gui/generated.cs                |    2 +-
 LongoMatch.GUI/gtk-gui/gui.stetic                  |   12 ++++++------
 LongoMatch/Makefile.am                             |    2 +-
 Makefile.win32                                     |    2 +-
 images/Makefile.am                                 |    4 ++--
 win32/deploy_win32.py                              |    2 +-
 13 files changed, 19 insertions(+), 19 deletions(-)
---
diff --git a/LongoMatch.GUI/LongoMatch.GUI.mdp b/LongoMatch.GUI/LongoMatch.GUI.mdp
index ba39bd7..9c87ed3 100644
--- a/LongoMatch.GUI/LongoMatch.GUI.mdp
+++ b/LongoMatch.GUI/LongoMatch.GUI.mdp
@@ -119,7 +119,7 @@
     <File subtype="Directory" buildaction="Compile" name="." />
     <File subtype="Directory" buildaction="Compile" name="." />
     <File subtype="Code" buildaction="Compile" name="Gui/Dialog/About.cs" />
-    <File subtype="Code" buildaction="EmbedAsResource" name="../images/longomatch.png" />
+    <File subtype="Code" buildaction="EmbedAsResource" name="../images/logo.svg" />
     <File subtype="Code" buildaction="EmbedAsResource" name="../images/stock_draw-circle-unfilled.png" />
     <File subtype="Code" buildaction="EmbedAsResource" name="../images/stock_draw-freeform-line.png" />
     <File subtype="Code" buildaction="EmbedAsResource" name="../images/stock_draw-line-45.png" />
diff --git a/LongoMatch.GUI/Makefile.am b/LongoMatch.GUI/Makefile.am
index 1665601..9ff7c6d 100644
--- a/LongoMatch.GUI/Makefile.am
+++ b/LongoMatch.GUI/Makefile.am
@@ -126,7 +126,7 @@ SOURCES = \
 	Gui/MainWindow.cs
 
 RESOURCES = \
-	$(top_srcdir)/images/longomatch.png\
+	$(top_srcdir)/images/logo.svg\
 	$(top_srcdir)/images/stock_draw-line-45.png\
 	$(top_srcdir)/images/stock_draw-circle-unfilled.png\
 	$(top_srcdir)/images/stock_draw-line-ends-with-arrow.png\
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs
index ad68316..50de1b7 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs
@@ -18,7 +18,7 @@ namespace LongoMatch.Gui.Dialog
 			// Widget LongoMatch.Gui.Dialog.DrawingTool
 			this.Name = "LongoMatch.Gui.Dialog.DrawingTool";
 			this.Title = global::Mono.Unix.Catalog.GetString ("Drawing Tool");
-			this.Icon = global::Gdk.Pixbuf.LoadFromResource ("longomatch.png");
+			this.Icon = global::Gdk.Pixbuf.LoadFromResource ("logo.svg");
 			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
 			this.Modal = true;
 			this.Gravity = ((global::Gdk.Gravity)(5));
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EditCategoryDialog.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EditCategoryDialog.cs
index d6b9e60..dad8b18 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EditCategoryDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EditCategoryDialog.cs
@@ -13,7 +13,7 @@ namespace LongoMatch.Gui.Dialog
 			// Widget LongoMatch.Gui.Dialog.EditCategoryDialog
 			this.Name = "LongoMatch.Gui.Dialog.EditCategoryDialog";
 			this.Title = global::Mono.Unix.Catalog.GetString ("Category Details");
-			this.Icon = global::Gdk.Pixbuf.LoadFromResource ("longomatch.png");
+			this.Icon = global::Gdk.Pixbuf.LoadFromResource ("logo.svg");
 			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
 			this.Modal = true;
 			// Internal child LongoMatch.Gui.Dialog.EditCategoryDialog.VBox
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EditPlayerDialog.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EditPlayerDialog.cs
index 954eab2..3a2449a 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EditPlayerDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EditPlayerDialog.cs
@@ -13,7 +13,7 @@ namespace LongoMatch.Gui.Dialog
 			// Widget LongoMatch.Gui.Dialog.EditPlayerDialog
 			this.Name = "LongoMatch.Gui.Dialog.EditPlayerDialog";
 			this.Title = global::Mono.Unix.Catalog.GetString ("Player Details");
-			this.Icon = global::Gdk.Pixbuf.LoadFromResource ("longomatch.png");
+			this.Icon = global::Gdk.Pixbuf.LoadFromResource ("logo.svg");
 			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
 			this.Modal = true;
 			this.SkipPagerHint = true;
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.RenderingJobsDialog.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.RenderingJobsDialog.cs
index 33d0911..95e361a 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.RenderingJobsDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.RenderingJobsDialog.cs
@@ -18,7 +18,7 @@ namespace LongoMatch.Gui.Dialog
 			global::Stetic.Gui.Initialize (this);
 			// Widget LongoMatch.Gui.Dialog.RenderingJobsDialog
 			this.Name = "LongoMatch.Gui.Dialog.RenderingJobsDialog";
-			this.Icon = global::Gdk.Pixbuf.LoadFromResource ("longomatch.png");
+			this.Icon = global::Gdk.Pixbuf.LoadFromResource ("logo.svg");
 			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
 			this.Modal = true;
 			this.Gravity = ((global::Gdk.Gravity)(5));
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SubCategoryTagsEditor.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SubCategoryTagsEditor.cs
index 0d2738d..ca70d6f 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SubCategoryTagsEditor.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SubCategoryTagsEditor.cs
@@ -27,7 +27,7 @@ namespace LongoMatch.Gui.Dialog
 			// Widget LongoMatch.Gui.Dialog.SubCategoryTagsEditor
 			this.Name = "LongoMatch.Gui.Dialog.SubCategoryTagsEditor";
 			this.Title = global::Mono.Unix.Catalog.GetString ("Edit subcategory tags");
-			this.Icon = global::Gdk.Pixbuf.LoadFromResource ("longomatch.png");
+			this.Icon = global::Gdk.Pixbuf.LoadFromResource ("logo.svg");
 			this.WindowPosition = ((global::Gtk.WindowPosition)(1));
 			this.Modal = true;
 			this.Gravity = ((global::Gdk.Gravity)(5));
diff --git a/LongoMatch.GUI/gtk-gui/generated.cs b/LongoMatch.GUI/gtk-gui/generated.cs
index 974cc6e..2f73e58 100644
--- a/LongoMatch.GUI/gtk-gui/generated.cs
+++ b/LongoMatch.GUI/gtk-gui/generated.cs
@@ -11,7 +11,7 @@ namespace Stetic
 			if ((Stetic.Gui.initialized == false)) {
 				Stetic.Gui.initialized = true;
 				global::Gtk.IconFactory w1 = new global::Gtk.IconFactory ();
-				global::Gtk.IconSet w2 = new global::Gtk.IconSet (global::Gdk.Pixbuf.LoadFromResource ("longomatch.png"));
+				global::Gtk.IconSet w2 = new global::Gtk.IconSet (global::Gdk.Pixbuf.LoadFromResource ("logo.svg"));
 				w1.Add ("longomatch", w2);
 				w1.AddDefault ();
 			}
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index bb93bf4..25ed98e 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -12,7 +12,7 @@
   <icon-factory>
     <icon-set id="longomatch">
       <source>
-        <property name="Image">resource:longomatch.png</property>
+        <property name="Image">resource:logo.svg</property>
       </source>
     </icon-set>
   </icon-factory>
@@ -4790,7 +4790,7 @@ Show-&gt;&lt;b&gt; S&lt;/b&gt;
   <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.EditCategoryDialog" design-size="522 538">
     <property name="MemberName" />
     <property name="Title" translatable="yes">Category Details</property>
-    <property name="Icon">resource:longomatch.png</property>
+    <property name="Icon">resource:logo.svg</property>
     <property name="WindowPosition">CenterOnParent</property>
     <property name="Modal">True</property>
     <property name="Buttons">1</property>
@@ -4840,7 +4840,7 @@ Show-&gt;&lt;b&gt; S&lt;/b&gt;
   <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.EditPlayerDialog" design-size="257 355">
     <property name="MemberName" />
     <property name="Title" translatable="yes">Player Details</property>
-    <property name="Icon">resource:longomatch.png</property>
+    <property name="Icon">resource:logo.svg</property>
     <property name="WindowPosition">CenterOnParent</property>
     <property name="Modal">True</property>
     <property name="SkipPagerHint">True</property>
@@ -4921,7 +4921,7 @@ Show-&gt;&lt;b&gt; S&lt;/b&gt;
   <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.DrawingTool" design-size="600 579">
     <property name="MemberName" />
     <property name="Title" translatable="yes">Drawing Tool</property>
-    <property name="Icon">resource:longomatch.png</property>
+    <property name="Icon">resource:logo.svg</property>
     <property name="WindowPosition">CenterOnParent</property>
     <property name="Modal">True</property>
     <property name="Gravity">Center</property>
@@ -5662,7 +5662,7 @@ You can continue with the current capture, cancel it or save your project.
   <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.SubCategoryTagsEditor" design-size="326 304">
     <property name="MemberName" />
     <property name="Title" translatable="yes">Edit subcategory tags</property>
-    <property name="Icon">resource:longomatch.png</property>
+    <property name="Icon">resource:logo.svg</property>
     <property name="WindowPosition">Center</property>
     <property name="Modal">True</property>
     <property name="Gravity">Center</property>
@@ -6091,7 +6091,7 @@ You can continue with the current capture, cancel it or save your project.
   </widget>
   <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.RenderingJobsDialog" design-size="400 212">
     <property name="MemberName" />
-    <property name="Icon">resource:longomatch.png</property>
+    <property name="Icon">resource:logo.svg</property>
     <property name="WindowPosition">CenterOnParent</property>
     <property name="Modal">True</property>
     <property name="Gravity">Center</property>
diff --git a/LongoMatch/Makefile.am b/LongoMatch/Makefile.am
index 8455160..914e043 100644
--- a/LongoMatch/Makefile.am
+++ b/LongoMatch/Makefile.am
@@ -6,7 +6,7 @@ SOURCES = \
 	AssemblyInfo.cs \
 	Main.cs
 
-IMAGES = $(top_srcdir)/images/longomatch.png \
+IMAGES = $(top_srcdir)/images/logo.svg \
          $(top_srcdir)/images/background.png
 
 LOGO_48 = $(top_srcdir)/images/48x48/longomatch.png
diff --git a/Makefile.win32 b/Makefile.win32
index 423e64c..f11ff45 100644
--- a/Makefile.win32
+++ b/Makefile.win32
@@ -292,7 +292,7 @@ LONGOMATCH_GUI_REFERENCES = \
 LONGOMATCH_GUI_RESOURCES = \
 	-resource:./gtk-gui/objects.xml \
 	-resource:./gtk-gui/gui.stetic\
-	-resource:./../images/longomatch.png,longomatch.png\
+	-resource:./../images/logo.svg,logo.svg\
 	-resource:./../images/stock_draw-line-45.png,stock_draw-line-45.png\
 	-resource:./../images/stock_draw-circle-unfilled.png,stock_draw-circle-unfilled.png\
 	-resource:./../images/stock_draw-line-ends-with-arrow.png,stock_draw-line-ends-with-arrow.png\
diff --git a/images/Makefile.am b/images/Makefile.am
index 53e3ca9..154a114 100644
--- a/images/Makefile.am
+++ b/images/Makefile.am
@@ -1,5 +1,5 @@
 DISTCLEANFILES =\
-	longomatch.png \
+	logo.svg \
 	video.png \
 	stock_draw-freeform-line.png \
 	stock_draw-rectangle-unfilled.png \
@@ -7,5 +7,5 @@ DISTCLEANFILES =\
 	camera-video.png \
 	stock_draw-circle-unfilled.png \
 	stock_draw-line-45.png \
-	48x48/longomatch.png \
+	48x48/longomatch.svg \
 	scalable/longomatch.svg
diff --git a/win32/deploy_win32.py b/win32/deploy_win32.py
index 412d884..16ee46e 100644
--- a/win32/deploy_win32.py
+++ b/win32/deploy_win32.py
@@ -88,7 +88,7 @@ GLIB_DEPS = ['libgio-2.0-0.dll', 'libglib-2.0-0.dll', 'libgmodule-2.0-0.dll', 'l
 
 MSYS_DEPS = ['sh.exe', 'rxvt.exe', 'sh.exe', 'msys-1.0.dll', 'msys-regex-1.dll', 'msys-termcap-0.dll']
 
-IMAGES = ['background.png', 'longomatch.png']
+IMAGES = ['background.png', 'logo.svg']
 
 
 class Deploy():



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]