[longomatch] Used icons embeded as resources in the drawing tool
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [longomatch] Used icons embeded as resources in the drawing tool
- Date: Fri, 16 Oct 2009 19:56:05 +0000 (UTC)
commit 7bb07c3402047a9b8007fba154e0cda822343a01
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Fri Oct 16 21:49:44 2009 +0200
Used icons embeded as resources in the drawing tool
LongoMatch/LongoMatch.mdp | 5 +++++
LongoMatch/Makefile.am | 7 ++++++-
LongoMatch/gtk-gui/gui.stetic | 14 ++++++++------
LongoMatch/images/stock_draw-circle-unfilled.png | Bin 0 -> 418 bytes
LongoMatch/images/stock_draw-freeform-line.png | Bin 0 -> 276 bytes
LongoMatch/images/stock_draw-line-45.png | Bin 0 -> 113 bytes
.../images/stock_draw-line-ends-with-arrow.png | Bin 0 -> 155 bytes
.../images/stock_draw-rectangle-unfilled.png | Bin 0 -> 123 bytes
8 files changed, 19 insertions(+), 7 deletions(-)
---
diff --git a/LongoMatch/LongoMatch.mdp b/LongoMatch/LongoMatch.mdp
index 9cd4e3f..c6a0bc1 100644
--- a/LongoMatch/LongoMatch.mdp
+++ b/LongoMatch/LongoMatch.mdp
@@ -163,6 +163,11 @@
<File name="Handlers/VideoDrawingsManager.cs" subtype="Code" buildaction="Compile" />
<File name="Time/DrawingsList.cs" subtype="Code" buildaction="Compile" />
<File name="DB/ProjectDescription.cs" subtype="Code" buildaction="Compile" />
+ <File name="images/stock_draw-circle-unfilled.png" subtype="Code" buildaction="EmbedAsResource" />
+ <File name="images/stock_draw-freeform-line.png" subtype="Code" buildaction="EmbedAsResource" />
+ <File name="images/stock_draw-line-45.png" subtype="Code" buildaction="EmbedAsResource" />
+ <File name="images/stock_draw-line-ends-with-arrow.png" subtype="Code" buildaction="EmbedAsResource" />
+ <File name="images/stock_draw-rectangle-unfilled.png" subtype="Code" buildaction="EmbedAsResource" />
</Contents>
<References>
<ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
diff --git a/LongoMatch/Makefile.am b/LongoMatch/Makefile.am
index 05d87f6..8fed0ae 100644
--- a/LongoMatch/Makefile.am
+++ b/LongoMatch/Makefile.am
@@ -208,7 +208,12 @@ DATA_FILES =
RESOURCES = \
gtk-gui/objects.xml \
gtk-gui/gui.stetic\
- images/longomatch.png,longomatch.png
+ images/longomatch.png,longomatch.png\
+ images/stock_draw-line-45.png\
+ images/stock_draw-circle-unfilled.png\
+ images/stock_draw-line-ends-with-arrow.png\
+ images/stock_draw-rectangle-unfilled.png\
+ images/stock_draw-freeform-line.png
EXTRAS = \
images/longomatch.png\
diff --git a/LongoMatch/gtk-gui/gui.stetic b/LongoMatch/gtk-gui/gui.stetic
index 7a00643..794d9ce 100644
--- a/LongoMatch/gtk-gui/gui.stetic
+++ b/LongoMatch/gtk-gui/gui.stetic
@@ -4052,7 +4052,7 @@ You can download it using this direct link:</property>
</widget>
</child>
</widget>
- <widget class="Gtk.Bin" id="LongoMatch.Gui.Component.DrawingToolBox" design-size="86 440">
+ <widget class="Gtk.Bin" id="LongoMatch.Gui.Component.DrawingToolBox" design-size="86 448">
<property name="MemberName" />
<property name="Visible">False</property>
<child>
@@ -4085,6 +4085,7 @@ You can download it using this direct link:</property>
<property name="MemberName" />
<property name="CanFocus">True</property>
<property name="Label" translatable="yes" />
+ <property name="Active">True</property>
<property name="DrawIndicator">False</property>
<property name="HasLabel">False</property>
<property name="UseUnderline">True</property>
@@ -4093,7 +4094,7 @@ You can download it using this direct link:</property>
<child>
<widget class="Gtk.Image" id="image79">
<property name="MemberName" />
- <property name="Pixbuf">stock:stock_draw-circle-unfilled Menu</property>
+ <property name="Pixbuf">resource:stock_draw-circle-unfilled.png</property>
</widget>
</child>
</widget>
@@ -4125,7 +4126,7 @@ You can download it using this direct link:</property>
<child>
<widget class="Gtk.Image" id="image83">
<property name="MemberName" />
- <property name="Pixbuf">stock:stock_draw-line-45 Menu</property>
+ <property name="Pixbuf">resource:stock_draw-line-45.png</property>
</widget>
</child>
</widget>
@@ -4187,7 +4188,7 @@ You can download it using this direct link:</property>
<child>
<widget class="Gtk.Image" id="image82">
<property name="MemberName" />
- <property name="Pixbuf">stock:stock_draw-line-ends-with-arrow Menu</property>
+ <property name="Pixbuf">resource:stock_draw-line-ends-with-arrow.png</property>
</widget>
</child>
</widget>
@@ -4217,7 +4218,7 @@ You can download it using this direct link:</property>
<child>
<widget class="Gtk.Image" id="image80">
<property name="MemberName" />
- <property name="Pixbuf">stock:stock_draw-freeform-line Menu</property>
+ <property name="Pixbuf">resource:stock_draw-freeform-line.png</property>
</widget>
</child>
</widget>
@@ -4245,7 +4246,7 @@ You can download it using this direct link:</property>
<child>
<widget class="Gtk.Image" id="image84">
<property name="MemberName" />
- <property name="Pixbuf">stock:stock_draw-rectangle-unfilled Menu</property>
+ <property name="Pixbuf">resource:stock_draw-rectangle-unfilled.png</property>
</widget>
</child>
</widget>
@@ -4360,6 +4361,7 @@ You can download it using this direct link:</property>
<widget class="Gtk.RadioButton" id="bbutton">
<property name="MemberName" />
<property name="Label" translatable="yes" />
+ <property name="Active">True</property>
<property name="DrawIndicator">False</property>
<property name="HasLabel">True</property>
<property name="UseUnderline">True</property>
diff --git a/LongoMatch/images/stock_draw-circle-unfilled.png b/LongoMatch/images/stock_draw-circle-unfilled.png
new file mode 100644
index 0000000..08721cf
Binary files /dev/null and b/LongoMatch/images/stock_draw-circle-unfilled.png differ
diff --git a/LongoMatch/images/stock_draw-freeform-line.png b/LongoMatch/images/stock_draw-freeform-line.png
new file mode 100644
index 0000000..7ad5121
Binary files /dev/null and b/LongoMatch/images/stock_draw-freeform-line.png differ
diff --git a/LongoMatch/images/stock_draw-line-45.png b/LongoMatch/images/stock_draw-line-45.png
new file mode 100644
index 0000000..8dfe3a0
Binary files /dev/null and b/LongoMatch/images/stock_draw-line-45.png differ
diff --git a/LongoMatch/images/stock_draw-line-ends-with-arrow.png b/LongoMatch/images/stock_draw-line-ends-with-arrow.png
new file mode 100644
index 0000000..aa47d69
Binary files /dev/null and b/LongoMatch/images/stock_draw-line-ends-with-arrow.png differ
diff --git a/LongoMatch/images/stock_draw-rectangle-unfilled.png b/LongoMatch/images/stock_draw-rectangle-unfilled.png
new file mode 100644
index 0000000..c3e3b79
Binary files /dev/null and b/LongoMatch/images/stock_draw-rectangle-unfilled.png differ
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]