[longomatch] Move TemplatesEditorBase to the Base folder
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Move TemplatesEditorBase to the Base folder
- Date: Sun, 18 Dec 2011 21:40:04 +0000 (UTC)
commit 40496e951b154ebc761304bd389af5369a09378d
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Wed Nov 23 22:54:33 2011 +0100
Move TemplatesEditorBase to the Base folder
.../Gui/{Component => Base}/TemplatesEditorBase.cs | 2 +-
.../Gui/Component/CategoriesTemplateEditor.cs | 1 +
LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs | 1 +
LongoMatch.GUI/LongoMatch.GUI.mdp | 4 ++--
... => LongoMatch.Gui.Base.TemplatesEditorBase.cs} | 8 ++++----
LongoMatch.GUI/gtk-gui/gui.stetic | 2 +-
6 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/TemplatesEditorBase.cs b/LongoMatch.GUI/Gui/Base/TemplatesEditorBase.cs
similarity index 99%
rename from LongoMatch.GUI/Gui/Component/TemplatesEditorBase.cs
rename to LongoMatch.GUI/Gui/Base/TemplatesEditorBase.cs
index 2083393..6e3f3a6 100644
--- a/LongoMatch.GUI/Gui/Component/TemplatesEditorBase.cs
+++ b/LongoMatch.GUI/Gui/Base/TemplatesEditorBase.cs
@@ -26,7 +26,7 @@ using LongoMatch.Interfaces;
using LongoMatch.Store;
-namespace LongoMatch.Gui.Component
+namespace LongoMatch.Gui.Base
{
diff --git a/LongoMatch.GUI/Gui/Component/CategoriesTemplateEditor.cs b/LongoMatch.GUI/Gui/Component/CategoriesTemplateEditor.cs
index 51ecccd..83aeba8 100644
--- a/LongoMatch.GUI/Gui/Component/CategoriesTemplateEditor.cs
+++ b/LongoMatch.GUI/Gui/Component/CategoriesTemplateEditor.cs
@@ -19,6 +19,7 @@
using System.Collections.Generic;
using Gtk;
using Mono.Unix;
+using LongoMatch.Gui.Base;
using LongoMatch.Gui.Dialog;
using LongoMatch.Interfaces;
using LongoMatch.Store;
diff --git a/LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs b/LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs
index 54a42f4..01e8e31 100644
--- a/LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs
+++ b/LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs
@@ -23,6 +23,7 @@ using Gtk;
using Mono.Unix;
using Stetic;
using LongoMatch.Common;
+using LongoMatch.Gui.Base;
using LongoMatch.Gui.Dialog;
using LongoMatch.Interfaces;
using LongoMatch.Store;
diff --git a/LongoMatch.GUI/LongoMatch.GUI.mdp b/LongoMatch.GUI/LongoMatch.GUI.mdp
index c07a70f..84ec357 100644
--- a/LongoMatch.GUI/LongoMatch.GUI.mdp
+++ b/LongoMatch.GUI/LongoMatch.GUI.mdp
@@ -50,7 +50,6 @@
<File subtype="Code" buildaction="Compile" name="Gui/Component/PlayListWidget.cs" />
<File subtype="Code" buildaction="Compile" name="Gui/Component/ProjectListWidget.cs" />
<File subtype="Code" buildaction="Compile" name="Gui/Dialog/TemplatesManager.cs" />
- <File subtype="Code" buildaction="Compile" name="Gui/Component/TemplatesEditorBase.cs" />
<File subtype="Code" buildaction="Compile" name="Gui/TreeView/CategoriesTreeView.cs" />
<File subtype="Code" buildaction="Compile" name="Gui/Component/TimeLineWidget.cs" />
<File subtype="Code" buildaction="Compile" name="Gui/Component/TimeScale.cs" />
@@ -106,7 +105,6 @@
<File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Dialog.BusyDialog.cs" />
<File subtype="Code" buildaction="Compile" name="Gui/TreeView/ListTreeViewBase.cs" />
<File subtype="Code" buildaction="Compile" name="Gui/Component/CategoriesScale.cs" />
- <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.TemplatesEditorBase.cs" />
<File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Dialog.TemplateEditorDialog.cs" />
<File subtype="Code" buildaction="Compile" name="Gui/TreeView/SubCategoriesTreeView.cs" />
<File subtype="Code" buildaction="Compile" name="Gui/Dialog/SubCategoryTagsEditor.cs" />
@@ -145,7 +143,9 @@
<File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.GameUnitsTagger.cs" />
<File subtype="Directory" buildaction="Compile" name="Gui/Base" />
<File subtype="Code" buildaction="Compile" name="Gui/Base/TimeScaleBase.cs" />
+ <File subtype="Code" buildaction="Compile" name="Gui/Base/TemplatesEditorBase.cs" />
<File subtype="Directory" buildaction="Compile" name="Gui/Component" />
+ <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Base.TemplatesEditorBase.cs" />
</Contents>
<MonoDevelop.Autotools.MakefileInfo RelativeMakefileName="../CesarPlayer/Makefile.am" RelativeConfigureInPath="../">
<BuildFilesVar Name="FILES" />
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.TemplatesEditorBase.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Base.TemplatesEditorBase.cs
similarity index 97%
rename from LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.TemplatesEditorBase.cs
rename to LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Base.TemplatesEditorBase.cs
index 789cb15..3919c67 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.TemplatesEditorBase.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Base.TemplatesEditorBase.cs
@@ -1,6 +1,6 @@
// This file has been generated by the GUI designer. Do not modify.
-namespace LongoMatch.Gui.Component
+namespace LongoMatch.Gui.Base
{
public partial class TemplatesEditorBase
{
@@ -22,11 +22,11 @@ namespace LongoMatch.Gui.Component
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
- // Widget LongoMatch.Gui.Component.TemplatesEditorBase
+ // Widget LongoMatch.Gui.Base.TemplatesEditorBase
global::Stetic.BinContainer.Attach (this);
this.WidthRequest = 400;
- this.Name = "LongoMatch.Gui.Component.TemplatesEditorBase";
- // Container child LongoMatch.Gui.Component.TemplatesEditorBase.Gtk.Container+ContainerChild
+ this.Name = "LongoMatch.Gui.Base.TemplatesEditorBase";
+ // Container child LongoMatch.Gui.Base.TemplatesEditorBase.Gtk.Container+ContainerChild
this.notebook = new global::Gtk.Notebook ();
this.notebook.CanFocus = true;
this.notebook.Name = "notebook";
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index f0f84a5..f217339 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -1381,7 +1381,7 @@
</widget>
</child>
</widget>
- <widget class="Gtk.Bin" id="LongoMatch.Gui.Component.TemplatesEditorBase" design-size="794 268">
+ <widget class="Gtk.Bin" id="LongoMatch.Gui.Base.TemplatesEditorBase" design-size="794 268">
<property name="MemberName" />
<property name="WidthRequest">400</property>
<signal name="KeyPressEvent" handler="OnKeyPressEvent" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]