[longomatch/livecapture2: 26/31] Update project files after upgrade to MonoDevelop-2.2



commit 4ad51ce0d01f51fe9e3251a2fe59896be7b2e272
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat May 1 12:47:57 2010 +0200

    Update project files after upgrade to MonoDevelop-2.2

 CesarPlayer/CesarPlayer.mdp                        |  142 ++++----
 CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs  |   12 +-
 CesarPlayer/gtk-gui/LongoMatch.Gui.PlayerBin.cs    |   10 +-
 CesarPlayer/gtk-gui/objects.xml                    |   16 +-
 LongoMatch.mds                                     |   11 +-
 LongoMatch/LongoMatch.mdp                          |  364 ++++++++++----------
 .../LongoMatch.Gui.Component.PlayListWidget.cs     |   12 +-
 ...ongoMatch.Gui.Component.ProjectDetailsWidget.cs |    2 +-
 .../LongoMatch.Gui.Component.TimeLineWidget.cs     |    2 +-
 .../gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs   |   15 +-
 .../LongoMatch.Gui.Dialog.EditCategoryDialog.cs    |    5 +-
 .../LongoMatch.Gui.Dialog.EditPlayerDialog.cs      |    3 +-
 .../LongoMatch.Gui.Dialog.EndCaptureDialog.cs      |   19 +-
 .../gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs   |    1 -
 ...Match.Gui.Dialog.FramesCaptureProgressDialog.cs |    1 -
 .../LongoMatch.Gui.Dialog.HotKeySelectorDialog.cs  |    1 -
 .../gtk-gui/LongoMatch.Gui.Dialog.Migrator.cs      |    1 -
 .../LongoMatch.Gui.Dialog.OpenProjectDialog.cs     |    1 -
 ...LongoMatch.Gui.Dialog.PlayersSelectionDialog.cs |    1 -
 ...LongoMatch.Gui.Dialog.ProjectSelectionDialog.cs |    3 +-
 ...Match.Gui.Dialog.ProjectTemplateEditorDialog.cs |    1 -
 .../LongoMatch.Gui.Dialog.ProjectsManager.cs       |    7 +-
 .../LongoMatch.Gui.Dialog.SnapshotsDialog.cs       |    3 +-
 .../gtk-gui/LongoMatch.Gui.Dialog.TaggerDialog.cs  |    5 +-
 .../LongoMatch.Gui.Dialog.TeamTemplateEditor.cs    |    3 +-
 .../LongoMatch.Gui.Dialog.TemplatesManager.cs      |   23 +-
 .../gtk-gui/LongoMatch.Gui.Dialog.UpdateDialog.cs  |    1 -
 ...LongoMatch.Gui.Dialog.VideoEditionProperties.cs |    3 +-
 .../LongoMatch.Gui.Dialog.Win32CalendarDialog.cs   |    5 +-
 LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs    |    6 +-
 LongoMatch/gtk-gui/gui.stetic                      |   63 ++---
 LongoMatch/gtk-gui/objects.xml                     |   28 +-
 libcesarplayer/liblongomatch.mdp                   |   35 +-
 33 files changed, 389 insertions(+), 416 deletions(-)
---
diff --git a/CesarPlayer/CesarPlayer.mdp b/CesarPlayer/CesarPlayer.mdp
index 94f1183..abf4407 100644
--- a/CesarPlayer/CesarPlayer.mdp
+++ b/CesarPlayer/CesarPlayer.mdp
@@ -1,84 +1,84 @@
-<Project name="CesarPlayer" fileversion="2.0" language="C#" DefaultNamespace="longomatch" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
+<Project name="CesarPlayer" fileversion="2.0" DefaultNamespace="longomatch" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
   <Configurations active="Release">
     <Configuration name="Debug" ctype="DotNetProjectConfiguration">
-      <Output directory="." assemblyKeyFile="." assembly="a" />
+      <Output directory="." assembly="a" assemblyKeyFile="." />
       <Build debugmode="True" target="Library" />
-      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
+      <Execution consolepause="True" runwithwarnings="True" runtime="MsNet" clr-version="Net_2_0" />
       <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="True" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
     </Configuration>
     <Configuration name="Release" ctype="DotNetProjectConfiguration">
-      <Output directory="bin/Release" assemblyKeyFile="." assembly="CesarPlayer.dll" />
+      <Output directory="bin/Release" assembly="CesarPlayer.dll" assemblyKeyFile="." />
       <Build debugmode="True" target="Library" />
-      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
+      <Execution consolepause="True" runwithwarnings="True" runtime="MsNet" clr-version="Net_2_0" />
       <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="True" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
     </Configuration>
   </Configurations>
   <Contents>
-    <File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" />
-    <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
-    <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
-    <File name="Handlers" subtype="Directory" buildaction="Compile" />
-    <File name="Handlers/ErrorHandler.cs" subtype="Code" buildaction="Compile" />
-    <File name="Handlers/Handlers.cs" subtype="Code" buildaction="Compile" />
-    <File name="Handlers/TickHandler.cs" subtype="Code" buildaction="Compile" />
-    <File name="Player" subtype="Directory" buildaction="Compile" />
-    <File name="Player/GstPlayer.cs" subtype="Code" buildaction="Compile" />
-    <File name="Player/IPlayer.cs" subtype="Code" buildaction="Compile" />
-    <File name="Player/GstUseType.cs" subtype="Code" buildaction="Compile" />
-    <File name="Handlers/StateChangedHandler.cs" subtype="Code" buildaction="Compile" />
-    <File name="cesarplayer.key" subtype="Code" buildaction="Nothing" />
-    <File name="Utils" subtype="Directory" buildaction="Compile" />
-    <File name="Utils/TimeString.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui" subtype="Directory" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.PlayerBin.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.VolumeWindow.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/VolumeWindow.cs" subtype="Code" buildaction="Compile" />
-    <File name="Capturer" subtype="Directory" buildaction="Compile" />
-    <File name="Capturer/ErrorHandler.cs" subtype="Code" buildaction="Compile" />
-    <File name="Capturer/ICapturer.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/CapturerBin.cs" subtype="Code" buildaction="Compile" />
-    <File name="MultimediaFactory.cs" subtype="Code" buildaction="Compile" />
-    <File name="Player/ObjectManager.cs" subtype="Code" buildaction="Compile" />
-    <File name="Capturer/ObjectManager.cs" subtype="Code" buildaction="Compile" />
-    <File name="Utils/IFramesCapturer.cs" subtype="Code" buildaction="Compile" />
-    <File name="Utils/FramesCapturer.cs" subtype="Code" buildaction="Compile" />
-    <File name="Utils/IMetadataReader.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/PlayerBin.cs" subtype="Code" buildaction="Compile" />
-    <File name="Capturer/GccAudioEncoderType.cs" subtype="Code" buildaction="Compile" />
-    <File name="Capturer/GccError.cs" subtype="Code" buildaction="Compile" />
-    <File name="Capturer/GccVideoEncoderType.cs" subtype="Code" buildaction="Compile" />
-    <File name="Capturer/GccVideoMuxerType.cs" subtype="Code" buildaction="Compile" />
-    <File name="Editor" subtype="Directory" buildaction="Compile" />
-    <File name="Editor/ErrorHandler.cs" subtype="Code" buildaction="Compile" />
-    <File name="Editor/IVideoEditor.cs" subtype="Code" buildaction="Compile" />
-    <File name="Editor/AudioQuality.cs" subtype="Code" buildaction="Compile" />
-    <File name="Editor/VideoQuality.cs" subtype="Code" buildaction="Compile" />
-    <File name="Editor/PercentCompletedHandler.cs" subtype="Code" buildaction="Compile" />
-    <File name="Editor/GstVideoSplitter.cs" subtype="Code" buildaction="Compile" />
-    <File name="Editor/VideoSegment.cs" subtype="Code" buildaction="Compile" />
-    <File name="Editor/EditorState.cs" subtype="Code" buildaction="Compile" />
-    <File name="Editor/VideoFormat.cs" subtype="Code" buildaction="Compile" />
-    <File name="Editor/VideoMuxer.cs" subtype="Code" buildaction="Compile" />
-    <File name="Editor/VideoCodec.cs" subtype="Code" buildaction="Compile" />
-    <File name="Editor/IMerger.cs" subtype="Code" buildaction="Compile" />
-    <File name="Editor/AudioCodec.cs" subtype="Code" buildaction="Compile" />
-    <File name="Editor/IVideoSplitter.cs" subtype="Code" buildaction="Compile" />
-    <File name="Editor/VideoSplitterType.cs" subtype="Code" buildaction="Compile" />
-    <File name="Utils/MediaFile.cs" subtype="Code" buildaction="Compile" />
-    <File name="Player/GstAspectRatio.cs" subtype="Code" buildaction="Compile" />
-    <File name="Player/GstAudioOutType.cs" subtype="Code" buildaction="Compile" />
-    <File name="Player/GstDVDEvent.cs" subtype="Code" buildaction="Compile" />
-    <File name="Player/GstError.cs" subtype="Code" buildaction="Compile" />
-    <File name="Player/GstMetadataType.cs" subtype="Code" buildaction="Compile" />
-    <File name="Player/GstVideoProperty.cs" subtype="Code" buildaction="Compile" />
-    <File name="Utils/PreviewMediaFile.cs" subtype="Code" buildaction="Compile" />
-    <File name="Capturer/FakeCapturer.cs" subtype="Code" buildaction="Compile" />
-    <File name="Capturer/GstCameraCapturer.cs" subtype="Code" buildaction="Compile" />
-    <File name="Capturer/GccType.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.CapturerBin.cs" subtype="Code" buildaction="Compile" />
-    <File name="Capturer/CaptureProperties.cs" subtype="Code" buildaction="Compile" />
-    <File name="Capturer/LiveSourceTimer.cs" subtype="Code" buildaction="Compile" />
+    <File subtype="Code" buildaction="Compile" name="AssemblyInfo.cs" />
+    <File subtype="Code" buildaction="EmbedAsResource" name="gtk-gui/objects.xml" />
+    <File subtype="Code" buildaction="EmbedAsResource" name="gtk-gui/gui.stetic" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/generated.cs" />
+    <File subtype="Directory" buildaction="Compile" name="Handlers" />
+    <File subtype="Code" buildaction="Compile" name="Handlers/ErrorHandler.cs" />
+    <File subtype="Code" buildaction="Compile" name="Handlers/Handlers.cs" />
+    <File subtype="Code" buildaction="Compile" name="Handlers/TickHandler.cs" />
+    <File subtype="Directory" buildaction="Compile" name="Player" />
+    <File subtype="Code" buildaction="Compile" name="Player/GstPlayer.cs" />
+    <File subtype="Code" buildaction="Compile" name="Player/IPlayer.cs" />
+    <File subtype="Code" buildaction="Compile" name="Player/GstUseType.cs" />
+    <File subtype="Code" buildaction="Compile" name="Handlers/StateChangedHandler.cs" />
+    <File subtype="Code" buildaction="Nothing" name="cesarplayer.key" />
+    <File subtype="Directory" buildaction="Compile" name="Utils" />
+    <File subtype="Code" buildaction="Compile" name="Utils/TimeString.cs" />
+    <File subtype="Directory" buildaction="Compile" name="Gui" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.PlayerBin.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.VolumeWindow.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/VolumeWindow.cs" />
+    <File subtype="Directory" buildaction="Compile" name="Capturer" />
+    <File subtype="Code" buildaction="Compile" name="Capturer/ErrorHandler.cs" />
+    <File subtype="Code" buildaction="Compile" name="Capturer/ICapturer.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/CapturerBin.cs" />
+    <File subtype="Code" buildaction="Compile" name="MultimediaFactory.cs" />
+    <File subtype="Code" buildaction="Compile" name="Player/ObjectManager.cs" />
+    <File subtype="Code" buildaction="Compile" name="Capturer/ObjectManager.cs" />
+    <File subtype="Code" buildaction="Compile" name="Utils/IFramesCapturer.cs" />
+    <File subtype="Code" buildaction="Compile" name="Utils/FramesCapturer.cs" />
+    <File subtype="Code" buildaction="Compile" name="Utils/IMetadataReader.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/PlayerBin.cs" />
+    <File subtype="Code" buildaction="Compile" name="Capturer/GccAudioEncoderType.cs" />
+    <File subtype="Code" buildaction="Compile" name="Capturer/GccError.cs" />
+    <File subtype="Code" buildaction="Compile" name="Capturer/GccVideoEncoderType.cs" />
+    <File subtype="Code" buildaction="Compile" name="Capturer/GccVideoMuxerType.cs" />
+    <File subtype="Directory" buildaction="Compile" name="Editor" />
+    <File subtype="Code" buildaction="Compile" name="Editor/ErrorHandler.cs" />
+    <File subtype="Code" buildaction="Compile" name="Editor/IVideoEditor.cs" />
+    <File subtype="Code" buildaction="Compile" name="Editor/AudioQuality.cs" />
+    <File subtype="Code" buildaction="Compile" name="Editor/VideoQuality.cs" />
+    <File subtype="Code" buildaction="Compile" name="Editor/PercentCompletedHandler.cs" />
+    <File subtype="Code" buildaction="Compile" name="Editor/GstVideoSplitter.cs" />
+    <File subtype="Code" buildaction="Compile" name="Editor/VideoSegment.cs" />
+    <File subtype="Code" buildaction="Compile" name="Editor/EditorState.cs" />
+    <File subtype="Code" buildaction="Compile" name="Editor/VideoFormat.cs" />
+    <File subtype="Code" buildaction="Compile" name="Editor/VideoMuxer.cs" />
+    <File subtype="Code" buildaction="Compile" name="Editor/VideoCodec.cs" />
+    <File subtype="Code" buildaction="Compile" name="Editor/IMerger.cs" />
+    <File subtype="Code" buildaction="Compile" name="Editor/AudioCodec.cs" />
+    <File subtype="Code" buildaction="Compile" name="Editor/IVideoSplitter.cs" />
+    <File subtype="Code" buildaction="Compile" name="Editor/VideoSplitterType.cs" />
+    <File subtype="Code" buildaction="Compile" name="Utils/MediaFile.cs" />
+    <File subtype="Code" buildaction="Compile" name="Player/GstAspectRatio.cs" />
+    <File subtype="Code" buildaction="Compile" name="Player/GstAudioOutType.cs" />
+    <File subtype="Code" buildaction="Compile" name="Player/GstDVDEvent.cs" />
+    <File subtype="Code" buildaction="Compile" name="Player/GstError.cs" />
+    <File subtype="Code" buildaction="Compile" name="Player/GstMetadataType.cs" />
+    <File subtype="Code" buildaction="Compile" name="Player/GstVideoProperty.cs" />
+    <File subtype="Code" buildaction="Compile" name="Utils/PreviewMediaFile.cs" />
+    <File subtype="Code" buildaction="Compile" name="Capturer/FakeCapturer.cs" />
+    <File subtype="Code" buildaction="Compile" name="Capturer/GstCameraCapturer.cs" />
+    <File subtype="Code" buildaction="Compile" name="Capturer/GccType.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.CapturerBin.cs" />
+    <File subtype="Code" buildaction="Compile" name="Capturer/CaptureProperties.cs" />
+    <File subtype="Code" buildaction="Compile" name="Capturer/LiveSourceTimer.cs" />
   </Contents>
   <References>
     <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
@@ -99,4 +99,4 @@
     <AsmRefVar Name="REFERENCES" />
     <ProjectRefVar Name="REFERENCES" />
   </MonoDevelop.Autotools.MakefileInfo>
-</Project>
+</Project>
\ No newline at end of file
diff --git a/CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs b/CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs
index ab24958..ffc5372 100644
--- a/CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs
+++ b/CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs
@@ -92,14 +92,14 @@ namespace LongoMatch.Gui {
             this.pausebutton.UseUnderline = true;
             // Container child pausebutton.Gtk.Container+ContainerChild
             Gtk.Alignment w12 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
-            // Container child GtkAlignment1.Gtk.Container+ContainerChild
+            // Container child GtkAlignment.Gtk.Container+ContainerChild
             Gtk.HBox w13 = new Gtk.HBox();
             w13.Spacing = 2;
-            // Container child GtkHBox1.Gtk.Container+ContainerChild
+            // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Image w14 = new Gtk.Image();
             w14.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-media-pause", Gtk.IconSize.Dialog, 48);
             w13.Add(w14);
-            // Container child GtkHBox1.Gtk.Container+ContainerChild
+            // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Label w16 = new Gtk.Label();
             w13.Add(w16);
             w12.Add(w13);
@@ -116,14 +116,14 @@ namespace LongoMatch.Gui {
             this.stopbutton.UseUnderline = true;
             // Container child stopbutton.Gtk.Container+ContainerChild
             Gtk.Alignment w21 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
-            // Container child GtkAlignment2.Gtk.Container+ContainerChild
+            // Container child GtkAlignment.Gtk.Container+ContainerChild
             Gtk.HBox w22 = new Gtk.HBox();
             w22.Spacing = 2;
-            // Container child GtkHBox2.Gtk.Container+ContainerChild
+            // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Image w23 = new Gtk.Image();
             w23.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-media-stop", Gtk.IconSize.Dialog, 48);
             w22.Add(w23);
-            // Container child GtkHBox2.Gtk.Container+ContainerChild
+            // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Label w25 = new Gtk.Label();
             w22.Add(w25);
             w21.Add(w22);
diff --git a/CesarPlayer/gtk-gui/LongoMatch.Gui.PlayerBin.cs b/CesarPlayer/gtk-gui/LongoMatch.Gui.PlayerBin.cs
index dc020ca..4c1c843 100644
--- a/CesarPlayer/gtk-gui/LongoMatch.Gui.PlayerBin.cs
+++ b/CesarPlayer/gtk-gui/LongoMatch.Gui.PlayerBin.cs
@@ -136,7 +136,7 @@ namespace LongoMatch.Gui {
             w21.Spacing = 2;
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Image w22 = new Gtk.Image();
-            w22.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-media-play", Gtk.IconSize.Button, 20);
+            w22.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-media-play", Gtk.IconSize.Button, 16);
             w21.Add(w22);
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Label w24 = new Gtk.Label();
@@ -161,7 +161,7 @@ namespace LongoMatch.Gui {
             w30.Spacing = 2;
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Image w31 = new Gtk.Image();
-            w31.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-media-pause", Gtk.IconSize.Button, 20);
+            w31.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-media-pause", Gtk.IconSize.Button, 16);
             w30.Add(w31);
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Label w33 = new Gtk.Label();
@@ -186,7 +186,7 @@ namespace LongoMatch.Gui {
             w39.Spacing = 2;
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Image w40 = new Gtk.Image();
-            w40.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-media-previous", Gtk.IconSize.Button, 20);
+            w40.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-media-previous", Gtk.IconSize.Button, 16);
             w39.Add(w40);
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Label w42 = new Gtk.Label();
@@ -212,7 +212,7 @@ namespace LongoMatch.Gui {
             w48.Spacing = 2;
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Image w49 = new Gtk.Image();
-            w49.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-media-next", Gtk.IconSize.Button, 20);
+            w49.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-media-next", Gtk.IconSize.Button, 16);
             w48.Add(w49);
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Label w51 = new Gtk.Label();
@@ -272,7 +272,7 @@ namespace LongoMatch.Gui {
             w61.Spacing = 2;
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Image w62 = new Gtk.Image();
-            w62.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_volume", Gtk.IconSize.Button, 20);
+            w62.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_volume", Gtk.IconSize.Button, 16);
             w61.Add(w62);
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Label w64 = new Gtk.Label();
diff --git a/CesarPlayer/gtk-gui/objects.xml b/CesarPlayer/gtk-gui/objects.xml
index b202e02..603a329 100644
--- a/CesarPlayer/gtk-gui/objects.xml
+++ b/CesarPlayer/gtk-gui/objects.xml
@@ -1,4 +1,12 @@
 <objects attr-sync="on">
+  <object type="LongoMatch.Gui.CapturerBin" palette-category="CesarPlayer" allow-children="false" base-type="Gtk.Bin">
+    <itemgroups />
+    <signals>
+      <itemgroup label="CapturerBin Signals">
+        <signal name="CaptureFinished" />
+      </itemgroup>
+    </signals>
+  </object>
   <object type="LongoMatch.Gui.PlayerBin" palette-category="LongoMatch" allow-children="false" base-type="Gtk.Bin">
     <itemgroups>
       <itemgroup label="PlayerBin Properties">
@@ -19,12 +27,4 @@
       </itemgroup>
     </signals>
   </object>
-  <object type="LongoMatch.Gui.CapturerBin" palette-category="CesarPlayer" allow-children="false" base-type="Gtk.Bin">
-    <itemgroups />
-    <signals>
-      <itemgroup label="CapturerBin Signals">
-        <signal name="CaptureFinished" />
-      </itemgroup>
-    </signals>
-  </object>
 </objects>
\ No newline at end of file
diff --git a/LongoMatch.mds b/LongoMatch.mds
index 0fbac54..b2c943b 100644
--- a/LongoMatch.mds
+++ b/LongoMatch.mds
@@ -6,7 +6,15 @@
     <ChangeLogPolicy UpdateMode="None" inheritsSet="Mono">
       <MessageStyle LineAlign="0" />
     </ChangeLogPolicy>
-    <TextStylePolicy FileWidth="120" TabWidth="4" TabsToSpaces="False" NoTabsAfterNonTabs="False" RemoveTrailingWhitespace="False" EolMarker="Native" />
+    <TextStylePolicy FileWidth="120" TabWidth="4" inheritsSet="Mono" inheritsScope="text/plain" />
+    <TextStylePolicy FileWidth="120" TabWidth="4" inheritsSet="Mono" inheritsScope="text/plain" scope="text/plain" />
+    <TextStylePolicy inheritsSet="null" scope="application/octet-stream" />
+    <TextStylePolicy TabWidth="2" RemoveTrailingWhitespace="True" EolMarker="Unix" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/x-c++hdr" />
+    <TextStylePolicy inheritsSet="null" scope="text/x-csharp" />
+    <CSharpFormattingPolicy inheritsSet="Mono" inheritsScope="text/x-csharp" scope="text/x-csharp" />
+    <TextStylePolicy inheritsSet="null" scope="application/xml" />
+    <TextStylePolicy TabWidth="2" RemoveTrailingWhitespace="True" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/x-csrc" />
+    <TextStylePolicy inheritsSet="null" scope="application/x-desktop" />
   </Policies>
   <Configurations active="Release">
     <Configuration name="Debug" ctype="CombineConfiguration">
@@ -28,7 +36,6 @@
     <Execute type="None" entry="CesarPlayer" />
     <Execute type="None" entry="Translations" />
   </StartMode>
-  <MonoDevelop.ChangeLogAddIn.ChangeLogInfo policy="UpdateNearestChangeLog" />
   <Entries>
     <Entry filename="LongoMatch/LongoMatch.mdp" />
     <Entry filename="libcesarplayer/liblongomatch.mdp" />
diff --git a/LongoMatch/LongoMatch.mdp b/LongoMatch/LongoMatch.mdp
index 375305d..351d1cb 100644
--- a/LongoMatch/LongoMatch.mdp
+++ b/LongoMatch/LongoMatch.mdp
@@ -1,204 +1,202 @@
-<Project name="LongoMatch" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
+<Project name="LongoMatch" fileversion="2.0" DefaultNamespace="LongoMatch" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
   <Configurations active="Release">
     <Configuration name="Debug" ctype="DotNetProjectConfiguration">
-      <Output directory="bin/Debug" assemblyKeyFile="." assembly="LongoMatch.exe" />
+      <Output directory="bin/Debug" assembly="LongoMatch.exe" assemblyKeyFile="." />
       <Build debugmode="True" target="WinExe" />
-      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
-      <EnvironmentVariables />
+      <Execution consolepause="True" runwithwarnings="True" runtime="MsNet" clr-version="Net_2_0" />
       <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
     </Configuration>
     <Configuration name="Release" ctype="DotNetProjectConfiguration">
-      <Output directory="bin/Release" assemblyKeyFile="/home/andoni/Proyectos/LongoMatch/LongoMatch/." assembly="LongoMatch.exe" />
+      <Output directory="bin/Release" assembly="LongoMatch.exe" assemblyKeyFile="/home/andoni/Proyectos/LongoMatch/LongoMatch/." />
       <Build debugmode="True" target="WinExe" />
-      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
-      <EnvironmentVariables />
+      <Execution consolepause="True" runwithwarnings="True" runtime="MsNet" clr-version="Net_2_0" />
       <CodeGeneration compiler="Mcs" warninglevel="3" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" additionalargs="-win32icon:images/minilogo.ico" ctype="CSharpCompilerParameters" />
     </Configuration>
   </Configurations>
   <Contents>
-    <File name="longomatch.desktop" subtype="Code" DeployService.TargetDirectoryId="Linux.DesktopApplications" buildaction="FileCopy" />
-    <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" />
-    <File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
-    <File name="Main.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
-    <File name="Gui" subtype="Directory" buildaction="Compile" />
-    <File name="Gui/MainWindow.cs" subtype="Code" buildaction="Compile" />
-    <File name="DB" subtype="Directory" buildaction="Compile" />
-    <File name="DB/Project.cs" subtype="Code" buildaction="Compile" />
-    <File name="DB/Sections.cs" subtype="Code" buildaction="Compile" />
-    <File name="DB/DataBase.cs" subtype="Code" buildaction="Compile" />
-    <File name="Handlers" subtype="Directory" buildaction="Compile" />
-    <File name="Handlers/Handlers.cs" subtype="Code" buildaction="Compile" />
-    <File name="IO" subtype="Directory" buildaction="Compile" />
-    <File name="IO/SectionsWriter.cs" subtype="Code" buildaction="Compile" />
-    <File name="IO/SectionsReader.cs" subtype="Code" buildaction="Compile" />
-    <File name="IO/XMLReader.cs" subtype="Code" buildaction="Compile" />
-    <File name="Time" subtype="Directory" buildaction="Compile" />
-    <File name="Time/MediaTimeNode.cs" subtype="Code" buildaction="Compile" />
-    <File name="Time/PixbufTimeNode.cs" subtype="Code" buildaction="Compile" />
-    <File name="Time/SectionsTimeNode.cs" subtype="Code" buildaction="Compile" />
-    <File name="Time/TimeNode.cs" subtype="Code" buildaction="Compile" />
-    <File name="Time/Time.cs" subtype="Code" buildaction="Compile" />
-    <File name="Time/PlayListTimeNode.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Popup.CalendarPopup.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Dialog.OpenProjectDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Dialog.NewProjectDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="images/longomatch.png" subtype="Code" buildaction="EmbedAsResource" DeployService.RelativeDeployPath="images/longomatch.png" DeployService.TargetDirectoryId="CommonApplicationDataRoot" />
-    <File name="images" subtype="Directory" buildaction="Compile" />
-    <File name="images/background.png" subtype="Code" DeployService.RelativeDeployPath="images/background.png" DeployService.TargetDirectoryId="CommonApplicationDataRoot" buildaction="FileCopy" />
-    <File name="gtk-gui/LongoMatch.Gui.Dialog.VideoEditionProperties.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="Playlist" subtype="Directory" buildaction="Compile" />
-    <File name="Playlist/IPlayList.cs" subtype="Code" buildaction="Compile" />
-    <File name="Playlist/PlayList.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.MainWindow.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Dialog.FramesCaptureProgressDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="Updates" subtype="Directory" buildaction="Compile" />
-    <File name="Updates/Updater.cs" subtype="Code" buildaction="Compile" />
-    <File name="Updates/XmlUpdateParser.cs" subtype="Code" buildaction="Compile" />
-    <File name="IO/CSVExport.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Dialog.UpdateDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Dialog.HotKeySelectorDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="Time/HotKey.cs" subtype="Code" buildaction="Compile" />
-    <File name="Handlers/EventsManager.cs" subtype="Code" buildaction="Compile" />
-    <File name="Handlers/HotKeysManager.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="DB/TeamTemplate.cs" subtype="Code" buildaction="Compile" />
-    <File name="Time/Player.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Dialog.TeamTemplateEditor.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Dialog.TemplatesManager.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Dialog.PlayersSelectionDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="images/logo_48x48.png" subtype="Code" buildaction="Nothing" DeployService.RelativeDeployPath="icons/hicolor/48x48/longomatch.png" DeployService.TargetDirectoryId="CommonApplicationDataRoot" />
-    <File name="DB/TagsTemplate.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Dialog.Migrator.cs" subtype="Code" buildaction="Compile" />
-    <File name="Compat/0.0/DatabaseMigrator.cs" subtype="Code" buildaction="Compile" />
-    <File name="Compat/0.0/PlayListMigrator.cs" subtype="Code" buildaction="Compile" />
-    <File name="Compat/0.0/DB/DataBase.cs" subtype="Code" buildaction="Compile" />
-    <File name="Compat/0.0/DB/MediaFile.cs" subtype="Code" buildaction="Compile" />
-    <File name="Compat/0.0/DB/Project.cs" subtype="Code" buildaction="Compile" />
-    <File name="Compat/0.0/DB/Sections.cs" subtype="Code" buildaction="Compile" />
-    <File name="Compat/0.0/Playlist/IPlayList.cs" subtype="Code" buildaction="Compile" />
-    <File name="Compat/0.0/Playlist/PlayList.cs" subtype="Code" buildaction="Compile" />
-    <File name="Compat/0.0/Time/MediaTimeNode.cs" subtype="Code" buildaction="Compile" />
-    <File name="Compat/0.0/Time/PixbufTimeNode.cs" subtype="Code" buildaction="Compile" />
-    <File name="Compat/0.0/Time/PlayListTimeNode.cs" subtype="Code" buildaction="Compile" />
-    <File name="Compat/0.0/Time/SectionsTimeNode.cs" subtype="Code" buildaction="Compile" />
-    <File name="Compat/0.0/Time/Time.cs" subtype="Code" buildaction="Compile" />
-    <File name="Compat/0.0/Time/TimeNode.cs" subtype="Code" buildaction="Compile" />
-    <File name="Compat/0.0/TemplatesMigrator.cs" subtype="Code" buildaction="Compile" />
-    <File name="Compat/0.0/IO/SectionsReader.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Dialog.Win32CalendarDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/TransparentDrawingArea.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Popup.TransparentDrawingArea.cs" subtype="Code" buildaction="Compile" />
-    <File name="Handlers/DrawingManager.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Dialog.EditPlayerDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Dialog" subtype="Directory" buildaction="Compile" />
-    <File name="Gui/Dialog/EditPlayerDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Dialog/EditCategoryDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Dialog/EntryDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Dialog/NewProjectDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Dialog/OpenProjectDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Component" subtype="Directory" buildaction="Compile" />
-    <File name="Gui/Component/ProjectDetailsWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Component/ButtonsWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Component/DrawingToolBox.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Component/NotesWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Component.ProjectListWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Component.ButtonsWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Component.TimeAdjustWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Component.TimeLineWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Component.NotesWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Component.PlayerProperties.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Component.TeamTemplateWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Component.DrawingToolBox.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Dialog/FramesCaptureProgressDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Dialog/HotKeySelectorDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Component/PlayerProperties.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/TreeView" subtype="Directory" buildaction="Compile" />
-    <File name="Gui/TreeView/PlayersTreeView.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/TreeView/PlayerPropertiesTreeView.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/TreeView/PlayListTreeView.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/TreeView/PlaysTreeView.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Dialog/PlayersSelectionDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Dialog/SnapshotsDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Dialog/UpdateDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Dialog/Win32CalendarDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Popup" subtype="Directory" buildaction="Compile" />
-    <File name="Gui/Popup/CalendarPopup.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Popup/MessagePopup.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Dialog/ProjectTemplateEditorDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Component/PlayersListTreeWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Dialog/ProjectsManager.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Component/PlayListWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Component/ProjectListWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Dialog/TemplatesEditor.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Component/ProjectTemplateWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/TreeView/CategoriesTreeView.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Dialog/Migrator.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Component/TimeLineWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Component/TimeScale.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Dialog/VideoEditionProperties.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Component/TimeReferenceWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Component/CategoryProperties.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Component/TeamTemplateWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Component/TimeAdjustWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Component/PlaysListTreeWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Dialog.ProjectsManager.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Component.ProjectTemplateWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Dialog.EditCategoryDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Component.PlaysListTreeWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Component.PlayersListTreeWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Dialog.ProjectTemplateEditorDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Dialog/TeamTemplateEditor.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Component.DrawingWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Component/DrawingWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Dialog/DrawingTool.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs" subtype="Code" buildaction="Compile" />
-    <File name="Time/Drawing.cs" subtype="Code" buildaction="Compile" />
-    <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" />
-    <File name="Common/Enums.cs" subtype="Code" buildaction="Compile" />
-    <File name="Time/Tag.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Component.TaggerWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Component/TaggerWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Dialog/TaggerDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Dialog.TaggerDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/TreeView/TagsTreeView.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Component/TagsTreeWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Component.TagsTreeWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="Common/Constants.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Dialog.ProjectSelectionDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Dialog/ProjectSelectionDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Dialog/EndCaptureDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="gtk-gui/LongoMatch.Gui.Dialog.EndCaptureDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="Utils" subtype="Directory" buildaction="Compile" />
-    <File name="Utils/ProjectUtils.cs" subtype="Code" buildaction="Compile" />
-    <File name="images/camera-video.png" subtype="Code" buildaction="EmbedAsResource" />
-    <File name="images/video.png" subtype="Code" buildaction="EmbedAsResource" />
-    <File name="gtk-gui/LongoMatch.Gui.Dialog.BusyDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="Gui/Dialog/BusyDialog.cs" subtype="Code" buildaction="Compile" />
+    <File subtype="Code" name="longomatch.desktop" DeployService.Deploy="True" DeployService.TargetDirectoryId="Linux.DesktopApplications" buildaction="FileCopy" />
+    <File subtype="Code" buildaction="Compile" name="AssemblyInfo.cs" />
+    <File subtype="Code" buildaction="Compile" name="Main.cs" />
+    <File subtype="Directory" buildaction="Compile" name="Gui" />
+    <File subtype="Code" buildaction="Compile" name="Gui/MainWindow.cs" />
+    <File subtype="Directory" buildaction="Compile" name="DB" />
+    <File subtype="Code" buildaction="Compile" name="DB/Project.cs" />
+    <File subtype="Code" buildaction="Compile" name="DB/Sections.cs" />
+    <File subtype="Code" buildaction="Compile" name="DB/DataBase.cs" />
+    <File subtype="Directory" buildaction="Compile" name="Handlers" />
+    <File subtype="Code" buildaction="Compile" name="Handlers/Handlers.cs" />
+    <File subtype="Directory" buildaction="Compile" name="IO" />
+    <File subtype="Code" buildaction="Compile" name="IO/SectionsWriter.cs" />
+    <File subtype="Code" buildaction="Compile" name="IO/SectionsReader.cs" />
+    <File subtype="Code" buildaction="Compile" name="IO/XMLReader.cs" />
+    <File subtype="Directory" buildaction="Compile" name="Time" />
+    <File subtype="Code" buildaction="Compile" name="Time/MediaTimeNode.cs" />
+    <File subtype="Code" buildaction="Compile" name="Time/PixbufTimeNode.cs" />
+    <File subtype="Code" buildaction="Compile" name="Time/SectionsTimeNode.cs" />
+    <File subtype="Code" buildaction="Compile" name="Time/TimeNode.cs" />
+    <File subtype="Code" buildaction="Compile" name="Time/Time.cs" />
+    <File subtype="Code" buildaction="Compile" name="Time/PlayListTimeNode.cs" />
+    <File subtype="Code" buildaction="EmbedAsResource" name="images/longomatch.png" DeployService.RelativeDeployPath="images/longomatch.png" DeployService.TargetDirectoryId="CommonApplicationDataRoot" />
+    <File subtype="Directory" buildaction="Compile" name="images" />
+    <File subtype="Code" name="images/background.png" DeployService.Deploy="True" DeployService.RelativeDeployPath="images/background.png" DeployService.TargetDirectoryId="CommonApplicationDataRoot" buildaction="FileCopy" />
+    <File subtype="Directory" buildaction="Compile" name="Playlist" />
+    <File subtype="Code" buildaction="Compile" name="Playlist/IPlayList.cs" />
+    <File subtype="Code" buildaction="Compile" name="Playlist/PlayList.cs" />
+    <File subtype="Directory" buildaction="Compile" name="Updates" />
+    <File subtype="Code" buildaction="Compile" name="Updates/Updater.cs" />
+    <File subtype="Code" buildaction="Compile" name="Updates/XmlUpdateParser.cs" />
+    <File subtype="Code" buildaction="Compile" name="IO/CSVExport.cs" />
+    <File subtype="Code" buildaction="Compile" name="Time/HotKey.cs" />
+    <File subtype="Code" buildaction="Compile" name="Handlers/EventsManager.cs" />
+    <File subtype="Code" buildaction="Compile" name="Handlers/HotKeysManager.cs" />
+    <File subtype="Code" buildaction="Compile" name="DB/TeamTemplate.cs" />
+    <File subtype="Code" buildaction="Compile" name="Time/Player.cs" />
+    <File subtype="Code" buildaction="Nothing" name="images/logo_48x48.png" DeployService.RelativeDeployPath="icons/hicolor/48x48/longomatch.png" DeployService.TargetDirectoryId="CommonApplicationDataRoot" />
+    <File subtype="Code" buildaction="Compile" name="DB/TagsTemplate.cs" />
+    <File subtype="Code" buildaction="Compile" name="Compat/0.0/DatabaseMigrator.cs" />
+    <File subtype="Code" buildaction="Compile" name="Compat/0.0/PlayListMigrator.cs" />
+    <File subtype="Code" buildaction="Compile" name="Compat/0.0/DB/DataBase.cs" />
+    <File subtype="Code" buildaction="Compile" name="Compat/0.0/DB/MediaFile.cs" />
+    <File subtype="Code" buildaction="Compile" name="Compat/0.0/DB/Project.cs" />
+    <File subtype="Code" buildaction="Compile" name="Compat/0.0/DB/Sections.cs" />
+    <File subtype="Code" buildaction="Compile" name="Compat/0.0/Playlist/IPlayList.cs" />
+    <File subtype="Code" buildaction="Compile" name="Compat/0.0/Playlist/PlayList.cs" />
+    <File subtype="Code" buildaction="Compile" name="Compat/0.0/Time/MediaTimeNode.cs" />
+    <File subtype="Code" buildaction="Compile" name="Compat/0.0/Time/PixbufTimeNode.cs" />
+    <File subtype="Code" buildaction="Compile" name="Compat/0.0/Time/PlayListTimeNode.cs" />
+    <File subtype="Code" buildaction="Compile" name="Compat/0.0/Time/SectionsTimeNode.cs" />
+    <File subtype="Code" buildaction="Compile" name="Compat/0.0/Time/Time.cs" />
+    <File subtype="Code" buildaction="Compile" name="Compat/0.0/Time/TimeNode.cs" />
+    <File subtype="Code" buildaction="Compile" name="Compat/0.0/TemplatesMigrator.cs" />
+    <File subtype="Code" buildaction="Compile" name="Compat/0.0/IO/SectionsReader.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/TransparentDrawingArea.cs" />
+    <File subtype="Code" buildaction="Compile" name="Handlers/DrawingManager.cs" />
+    <File subtype="Directory" buildaction="Compile" name="Gui/Dialog" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Dialog/EditPlayerDialog.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Dialog/EditCategoryDialog.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Dialog/EntryDialog.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Dialog/NewProjectDialog.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Dialog/OpenProjectDialog.cs" />
+    <File subtype="Directory" buildaction="Compile" name="Gui/Component" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Component/ProjectDetailsWidget.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Component/ButtonsWidget.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Component/DrawingToolBox.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Component/NotesWidget.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Dialog/FramesCaptureProgressDialog.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Dialog/HotKeySelectorDialog.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Component/PlayerProperties.cs" />
+    <File subtype="Directory" buildaction="Compile" name="Gui/TreeView" />
+    <File subtype="Code" buildaction="Compile" name="Gui/TreeView/PlayersTreeView.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/TreeView/PlayerPropertiesTreeView.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/TreeView/PlayListTreeView.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/TreeView/PlaysTreeView.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Dialog/PlayersSelectionDialog.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Dialog/SnapshotsDialog.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Dialog/UpdateDialog.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Dialog/Win32CalendarDialog.cs" />
+    <File subtype="Directory" buildaction="Compile" name="Gui/Popup" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Popup/CalendarPopup.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Popup/MessagePopup.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Dialog/ProjectTemplateEditorDialog.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Component/PlayersListTreeWidget.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Dialog/ProjectsManager.cs" />
+    <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/TemplatesEditor.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Component/ProjectTemplateWidget.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/TreeView/CategoriesTreeView.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Dialog/Migrator.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Component/TimeLineWidget.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Component/TimeScale.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Dialog/VideoEditionProperties.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Component/TimeReferenceWidget.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Component/CategoryProperties.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Component/TeamTemplateWidget.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Component/TimeAdjustWidget.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Component/PlaysListTreeWidget.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Dialog/TeamTemplateEditor.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Component/DrawingWidget.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Dialog/DrawingTool.cs" />
+    <File subtype="Code" buildaction="Compile" name="Time/Drawing.cs" />
+    <File subtype="Code" buildaction="Compile" name="Handlers/VideoDrawingsManager.cs" />
+    <File subtype="Code" buildaction="Compile" name="Time/DrawingsList.cs" />
+    <File subtype="Code" buildaction="Compile" name="DB/ProjectDescription.cs" />
+    <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" />
+    <File subtype="Code" buildaction="EmbedAsResource" name="images/stock_draw-line-ends-with-arrow.png" />
+    <File subtype="Code" buildaction="EmbedAsResource" name="images/stock_draw-rectangle-unfilled.png" />
+    <File subtype="Code" buildaction="Compile" name="Common/Enums.cs" />
+    <File subtype="Code" buildaction="Compile" name="Time/Tag.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Component/TaggerWidget.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Dialog/TaggerDialog.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/TreeView/TagsTreeView.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Component/TagsTreeWidget.cs" />
+    <File subtype="Code" buildaction="Compile" name="Common/Constants.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Dialog/ProjectSelectionDialog.cs" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Dialog/EndCaptureDialog.cs" />
+    <File subtype="Directory" buildaction="Compile" name="Utils" />
+    <File subtype="Code" buildaction="Compile" name="Utils/ProjectUtils.cs" />
+    <File subtype="Code" buildaction="EmbedAsResource" name="images/camera-video.png" />
+    <File subtype="Code" buildaction="EmbedAsResource" name="images/video.png" />
+    <File subtype="Code" buildaction="Compile" name="Gui/Dialog/BusyDialog.cs" />
+    <File subtype="Code" buildaction="EmbedAsResource" name="gtk-gui/gui.stetic" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/generated.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.ProjectListWidget.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.PlaysListTreeWidget.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Popup.CalendarPopup.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.ButtonsWidget.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Dialog.ProjectsManager.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Dialog.OpenProjectDialog.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Dialog.NewProjectDialog.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.TimeAdjustWidget.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.ProjectTemplateWidget.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.MainWindow.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Dialog.ProjectTemplateEditorDialog.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.TimeLineWidget.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Dialog.VideoEditionProperties.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.NotesWidget.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Dialog.FramesCaptureProgressDialog.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Dialog.UpdateDialog.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Dialog.HotKeySelectorDialog.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.PlayerProperties.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.TeamTemplateWidget.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Dialog.TemplatesManager.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.PlayersListTreeWidget.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Dialog.PlayersSelectionDialog.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Dialog.Migrator.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Dialog.Win32CalendarDialog.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Popup.TransparentDrawingArea.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.DrawingToolBox.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Dialog.EditCategoryDialog.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Dialog.EditPlayerDialog.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Dialog.TeamTemplateEditor.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.DrawingWidget.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.TaggerWidget.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Dialog.TaggerDialog.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.TagsTreeWidget.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Dialog.ProjectSelectionDialog.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Dialog.EndCaptureDialog.cs" />
+    <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Dialog.BusyDialog.cs" />
   </Contents>
   <References>
     <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
     <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
-    <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
-    <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
-    <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
     <ProjectReference type="Gac" localcopy="True" refto="Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
     <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
-    <ProjectReference type="Gac" localcopy="True" refto="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
     <ProjectReference type="Project" localcopy="True" refto="CesarPlayer" />
-    <ProjectReference type="Gac" localcopy="True" refto="Db4objects.Db4o, Version=6.0.1.0, Culture=neutral, PublicKeyToken=6199cd4f203aa8eb" />
+    <ProjectReference type="Gac" localcopy="True" refto="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+    <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+    <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+    <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+    <ProjectReference type="Gac" localcopy="True" refto="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+    <ProjectReference type="Assembly" localcopy="True" specificVersion="False" refto="../../../../../usr/lib/mono/gac/Db4objects.Db4o/7.4.121.14026__6199cd4f203aa8eb/Db4objects.Db4o.dll" />
   </References>
   <LanguageParameters StartupObject="LongoMatch.MainClass" ApplicationIcon="." CodePage="65001" ctype="CSharpProjectParameters" />
   <Deployment.LinuxDeployData />
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs
index 22d9cf2..686abe9 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs
@@ -71,7 +71,6 @@ namespace LongoMatch.Gui.Component {
             this.playlisttreeview1.Sensitive = false;
             this.playlisttreeview1.CanFocus = true;
             this.playlisttreeview1.Name = "playlisttreeview1";
-            this.playlisttreeview1.Reorderable = true;
             this.vbox1.Add(this.playlisttreeview1);
             Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.vbox1[this.playlisttreeview1]));
             w3.Position = 1;
@@ -97,7 +96,7 @@ namespace LongoMatch.Gui.Component {
             w8.Spacing = 2;
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Image w9 = new Gtk.Image();
-            w9.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-new", Gtk.IconSize.Button, 20);
+            w9.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-new", Gtk.IconSize.Button, 16);
             w8.Add(w9);
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Label w11 = new Gtk.Label();
@@ -119,7 +118,7 @@ namespace LongoMatch.Gui.Component {
             w17.Spacing = 2;
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Image w18 = new Gtk.Image();
-            w18.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-open", Gtk.IconSize.Button, 20);
+            w18.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-open", Gtk.IconSize.Button, 16);
             w17.Add(w18);
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Label w20 = new Gtk.Label();
@@ -141,7 +140,7 @@ namespace LongoMatch.Gui.Component {
             w26.Spacing = 2;
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Image w27 = new Gtk.Image();
-            w27.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-save", Gtk.IconSize.Button, 20);
+            w27.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-save", Gtk.IconSize.Button, 16);
             w26.Add(w27);
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Label w29 = new Gtk.Label();
@@ -163,7 +162,7 @@ namespace LongoMatch.Gui.Component {
             w35.Spacing = 2;
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Image w36 = new Gtk.Image();
-            w36.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-media-record", Gtk.IconSize.Button, 20);
+            w36.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-media-record", Gtk.IconSize.Button, 16);
             w35.Add(w36);
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Label w38 = new Gtk.Label();
@@ -185,7 +184,7 @@ namespace LongoMatch.Gui.Component {
             w44.Spacing = 2;
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Image w45 = new Gtk.Image();
-            w45.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-close", Gtk.IconSize.Button, 20);
+            w45.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-close", Gtk.IconSize.Button, 16);
             w44.Add(w45);
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Label w47 = new Gtk.Label();
@@ -206,7 +205,6 @@ namespace LongoMatch.Gui.Component {
             }
             this.closebutton.Hide();
             this.Show();
-            this.playlisttreeview1.RowActivated += new Gtk.RowActivatedHandler(this.OnPlaylisttreeview1RowActivated);
             this.playlisttreeview1.DragEnd += new Gtk.DragEndHandler(this.OnPlaylisttreeview1DragEnd);
             this.newbutton.Clicked += new System.EventHandler(this.OnNewbuttonClicked);
             this.openbutton.Clicked += new System.EventHandler(this.OnOpenbuttonClicked);
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs
index 6a4cb52..131548e 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs
@@ -308,7 +308,7 @@ namespace LongoMatch.Gui.Component {
             w18.Spacing = 2;
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Image w19 = new Gtk.Image();
-            w19.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_calendar", Gtk.IconSize.Button, 20);
+            w19.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_calendar", Gtk.IconSize.Button, 16);
             w18.Add(w19);
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Label w21 = new Gtk.Label();
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TimeLineWidget.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TimeLineWidget.cs
index 88fb3a1..20c4ee7 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TimeLineWidget.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TimeLineWidget.cs
@@ -50,7 +50,7 @@ namespace LongoMatch.Gui.Component {
             w2.Spacing = 2;
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Image w3 = new Gtk.Image();
-            w3.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-zoom-fit", Gtk.IconSize.Button, 20);
+            w3.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-zoom-fit", Gtk.IconSize.Button, 16);
             w2.Add(w3);
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Label w5 = new Gtk.Label();
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs
index c8f35ab..0031aa7 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs
@@ -38,7 +38,6 @@ namespace LongoMatch.Gui.Dialog {
             this.Gravity = ((Gdk.Gravity)(5));
             this.SkipPagerHint = true;
             this.SkipTaskbarHint = true;
-            this.HasSeparator = false;
             // Internal child LongoMatch.Gui.Dialog.DrawingTool.VBox
             Gtk.VBox w1 = this.VBox;
             w1.Name = "dialog1_VBox";
@@ -67,14 +66,14 @@ namespace LongoMatch.Gui.Dialog {
             this.savetoprojectbutton.UseUnderline = true;
             // Container child savetoprojectbutton.Gtk.Container+ContainerChild
             Gtk.Alignment w3 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
-            // Container child GtkAlignment2.Gtk.Container+ContainerChild
+            // Container child GtkAlignment.Gtk.Container+ContainerChild
             Gtk.HBox w4 = new Gtk.HBox();
             w4.Spacing = 2;
-            // Container child GtkHBox3.Gtk.Container+ContainerChild
+            // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Image w5 = new Gtk.Image();
             w5.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-save", Gtk.IconSize.Menu, 16);
             w4.Add(w5);
-            // Container child GtkHBox3.Gtk.Container+ContainerChild
+            // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Label w7 = new Gtk.Label();
             w7.LabelProp = Mono.Unix.Catalog.GetString("Save to Project");
             w7.UseUnderline = true;
@@ -94,14 +93,14 @@ namespace LongoMatch.Gui.Dialog {
             this.savebutton.UseUnderline = true;
             // Container child savebutton.Gtk.Container+ContainerChild
             Gtk.Alignment w12 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
-            // Container child GtkAlignment1.Gtk.Container+ContainerChild
+            // Container child GtkAlignment.Gtk.Container+ContainerChild
             Gtk.HBox w13 = new Gtk.HBox();
             w13.Spacing = 2;
-            // Container child GtkHBox2.Gtk.Container+ContainerChild
+            // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Image w14 = new Gtk.Image();
             w14.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-save", Gtk.IconSize.Menu, 16);
             w13.Add(w14);
-            // Container child GtkHBox2.Gtk.Container+ContainerChild
+            // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Label w16 = new Gtk.Label();
             w16.LabelProp = Mono.Unix.Catalog.GetString("Save to File");
             w16.UseUnderline = true;
@@ -149,7 +148,7 @@ namespace LongoMatch.Gui.Dialog {
                 this.Child.ShowAll();
             }
             this.DefaultWidth = 600;
-            this.DefaultHeight = 549;
+            this.DefaultHeight = 579;
             this.savetoprojectbutton.Hide();
             this.button271.Hide();
             this.Show();
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EditCategoryDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EditCategoryDialog.cs
index 3d59b92..27576c7 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EditCategoryDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EditCategoryDialog.cs
@@ -25,7 +25,6 @@ namespace LongoMatch.Gui.Dialog {
             this.Icon = Gdk.Pixbuf.LoadFromResource("longomatch.png");
             this.WindowPosition = ((Gtk.WindowPosition)(4));
             this.Modal = true;
-            this.HasSeparator = false;
             // Internal child LongoMatch.Gui.Dialog.EditCategoryDialog.VBox
             Gtk.VBox w1 = this.VBox;
             w1.Name = "dialog1_VBox";
@@ -58,8 +57,8 @@ namespace LongoMatch.Gui.Dialog {
             if ((this.Child != null)) {
                 this.Child.ShowAll();
             }
-            this.DefaultWidth = 264;
-            this.DefaultHeight = 153;
+            this.DefaultWidth = 266;
+            this.DefaultHeight = 191;
             this.Show();
         }
     }
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EditPlayerDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EditPlayerDialog.cs
index b2caa93..6ee0998 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EditPlayerDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EditPlayerDialog.cs
@@ -27,7 +27,6 @@ namespace LongoMatch.Gui.Dialog {
             this.Modal = true;
             this.SkipPagerHint = true;
             this.SkipTaskbarHint = true;
-            this.HasSeparator = false;
             // Internal child LongoMatch.Gui.Dialog.EditPlayerDialog.VBox
             Gtk.VBox w1 = this.VBox;
             w1.Name = "dialog1_VBox";
@@ -63,7 +62,7 @@ namespace LongoMatch.Gui.Dialog {
                 this.Child.ShowAll();
             }
             this.DefaultWidth = 254;
-            this.DefaultHeight = 185;
+            this.DefaultHeight = 206;
             this.Show();
         }
     }
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EndCaptureDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EndCaptureDialog.cs
index e9dec90..b518c48 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EndCaptureDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EndCaptureDialog.cs
@@ -39,7 +39,6 @@ namespace LongoMatch.Gui.Dialog {
             this.Icon = Stetic.IconLoader.LoadIcon(this, "longomatch", Gtk.IconSize.Menu, 16);
             this.WindowPosition = ((Gtk.WindowPosition)(4));
             this.Modal = true;
-            this.HasSeparator = false;
             // Internal child LongoMatch.Gui.Dialog.EndCaptureDialog.VBox
             Gtk.VBox w1 = this.VBox;
             w1.Name = "dialog1_VBox";
@@ -89,7 +88,7 @@ namespace LongoMatch.Gui.Dialog {
             w6.Spacing = 2;
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Image w7 = new Gtk.Image();
-            w7.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-undo", Gtk.IconSize.Button, 20);
+            w7.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-undo", Gtk.IconSize.Button, 16);
             w6.Add(w7);
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Label w9 = new Gtk.Label();
@@ -109,14 +108,14 @@ namespace LongoMatch.Gui.Dialog {
             this.quitbutton.UseUnderline = true;
             // Container child quitbutton.Gtk.Container+ContainerChild
             Gtk.Alignment w14 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
-            // Container child GtkAlignment1.Gtk.Container+ContainerChild
+            // Container child GtkAlignment.Gtk.Container+ContainerChild
             Gtk.HBox w15 = new Gtk.HBox();
             w15.Spacing = 2;
-            // Container child GtkHBox1.Gtk.Container+ContainerChild
+            // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Image w16 = new Gtk.Image();
-            w16.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-cancel", Gtk.IconSize.Button, 20);
+            w16.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-cancel", Gtk.IconSize.Button, 16);
             w15.Add(w16);
-            // Container child GtkHBox1.Gtk.Container+ContainerChild
+            // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Label w18 = new Gtk.Label();
             w18.LabelProp = Mono.Unix.Catalog.GetString("Cancel capture");
             w18.UseUnderline = true;
@@ -134,14 +133,14 @@ namespace LongoMatch.Gui.Dialog {
             this.savebutton.UseUnderline = true;
             // Container child savebutton.Gtk.Container+ContainerChild
             Gtk.Alignment w23 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
-            // Container child GtkAlignment2.Gtk.Container+ContainerChild
+            // Container child GtkAlignment.Gtk.Container+ContainerChild
             Gtk.HBox w24 = new Gtk.HBox();
             w24.Spacing = 2;
-            // Container child GtkHBox2.Gtk.Container+ContainerChild
+            // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Image w25 = new Gtk.Image();
-            w25.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-save", Gtk.IconSize.Button, 20);
+            w25.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-save", Gtk.IconSize.Button, 16);
             w24.Add(w25);
-            // Container child GtkHBox2.Gtk.Container+ContainerChild
+            // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Label w27 = new Gtk.Label();
             w27.LabelProp = Mono.Unix.Catalog.GetString("Stop capture and save project");
             w27.UseUnderline = true;
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs
index 91389f9..0c4eafa 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs
@@ -44,7 +44,6 @@ namespace LongoMatch.Gui.Dialog {
             this.Gravity = ((Gdk.Gravity)(5));
             this.SkipPagerHint = true;
             this.SkipTaskbarHint = true;
-            this.HasSeparator = false;
             // Internal child LongoMatch.Gui.Dialog.EntryDialog.VBox
             Gtk.VBox w1 = this.VBox;
             w1.Name = "dialog1_VBox";
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.FramesCaptureProgressDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.FramesCaptureProgressDialog.cs
index 3dde81b..bafcd20 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.FramesCaptureProgressDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.FramesCaptureProgressDialog.cs
@@ -37,7 +37,6 @@ namespace LongoMatch.Gui.Dialog {
             this.Gravity = ((Gdk.Gravity)(5));
             this.SkipPagerHint = true;
             this.SkipTaskbarHint = true;
-            this.HasSeparator = false;
             // Internal child LongoMatch.Gui.Dialog.FramesCaptureProgressDialog.VBox
             Gtk.VBox w1 = this.VBox;
             w1.Name = "dialog1_VBox";
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.HotKeySelectorDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.HotKeySelectorDialog.cs
index 567f6e0..8d0c433 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.HotKeySelectorDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.HotKeySelectorDialog.cs
@@ -27,7 +27,6 @@ namespace LongoMatch.Gui.Dialog {
             this.Gravity = ((Gdk.Gravity)(5));
             this.SkipPagerHint = true;
             this.SkipTaskbarHint = true;
-            this.HasSeparator = false;
             // Internal child LongoMatch.Gui.Dialog.HotKeySelectorDialog.VBox
             Gtk.VBox w1 = this.VBox;
             w1.Name = "dialog1_VBox";
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.Migrator.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.Migrator.cs
index 2957cbf..9eba69d 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.Migrator.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.Migrator.cs
@@ -55,7 +55,6 @@ namespace LongoMatch.Gui.Dialog {
             this.Name = "LongoMatch.Gui.Dialog.Migrator";
             this.Icon = Stetic.IconLoader.LoadIcon(this, "longomatch", Gtk.IconSize.Menu, 16);
             this.WindowPosition = ((Gtk.WindowPosition)(4));
-            this.HasSeparator = false;
             // Internal child LongoMatch.Gui.Dialog.Migrator.VBox
             Gtk.VBox w1 = this.VBox;
             w1.Name = "dialog1_VBox";
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.OpenProjectDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.OpenProjectDialog.cs
index c67f295..c405328 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.OpenProjectDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.OpenProjectDialog.cs
@@ -30,7 +30,6 @@ namespace LongoMatch.Gui.Dialog {
             this.Gravity = ((Gdk.Gravity)(5));
             this.SkipPagerHint = true;
             this.SkipTaskbarHint = true;
-            this.HasSeparator = false;
             // Internal child LongoMatch.Gui.Dialog.OpenProjectDialog.VBox
             Gtk.VBox w1 = this.VBox;
             w1.Name = "dialog1_VBox";
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.PlayersSelectionDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.PlayersSelectionDialog.cs
index b6e9f83..fc29bec 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.PlayersSelectionDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.PlayersSelectionDialog.cs
@@ -29,7 +29,6 @@ namespace LongoMatch.Gui.Dialog {
             this.Gravity = ((Gdk.Gravity)(5));
             this.SkipPagerHint = true;
             this.SkipTaskbarHint = true;
-            this.HasSeparator = false;
             // Internal child LongoMatch.Gui.Dialog.PlayersSelectionDialog.VBox
             Gtk.VBox w1 = this.VBox;
             w1.Name = "dialog1_VBox";
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.ProjectSelectionDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.ProjectSelectionDialog.cs
index 6b09156..f378ab8 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.ProjectSelectionDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.ProjectSelectionDialog.cs
@@ -48,7 +48,6 @@ namespace LongoMatch.Gui.Dialog {
             this.Gravity = ((Gdk.Gravity)(5));
             this.SkipPagerHint = true;
             this.SkipTaskbarHint = true;
-            this.HasSeparator = false;
             // Internal child LongoMatch.Gui.Dialog.ProjectSelectionDialog.VBox
             Gtk.VBox w1 = this.VBox;
             w1.Name = "dialog1_VBox";
@@ -183,7 +182,7 @@ namespace LongoMatch.Gui.Dialog {
                 this.Child.ShowAll();
             }
             this.DefaultWidth = 298;
-            this.DefaultHeight = 176;
+            this.DefaultHeight = 179;
             this.Show();
         }
     }
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.ProjectTemplateEditorDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.ProjectTemplateEditorDialog.cs
index ea3f7d5..f971f5b 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.ProjectTemplateEditorDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.ProjectTemplateEditorDialog.cs
@@ -28,7 +28,6 @@ namespace LongoMatch.Gui.Dialog {
             this.Gravity = ((Gdk.Gravity)(5));
             this.SkipPagerHint = true;
             this.SkipTaskbarHint = true;
-            this.HasSeparator = false;
             // Internal child LongoMatch.Gui.Dialog.ProjectTemplateEditorDialog.VBox
             Gtk.VBox w1 = this.VBox;
             w1.Name = "dialog1_VBox";
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.ProjectsManager.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.ProjectsManager.cs
index 5f8133a..0394474 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.ProjectsManager.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.ProjectsManager.cs
@@ -52,7 +52,6 @@ namespace LongoMatch.Gui.Dialog {
             this.Gravity = ((Gdk.Gravity)(5));
             this.SkipPagerHint = true;
             this.SkipTaskbarHint = true;
-            this.HasSeparator = false;
             // Internal child LongoMatch.Gui.Dialog.ProjectsManager.VBox
             Gtk.VBox w1 = this.VBox;
             w1.Name = "dialog1_VBox";
@@ -142,14 +141,14 @@ namespace LongoMatch.Gui.Dialog {
             this.exportbutton.UseUnderline = true;
             // Container child exportbutton.Gtk.Container+ContainerChild
             Gtk.Alignment w8 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
-            // Container child GtkAlignment8.Gtk.Container+ContainerChild
+            // Container child GtkAlignment.Gtk.Container+ContainerChild
             Gtk.HBox w9 = new Gtk.HBox();
             w9.Spacing = 2;
-            // Container child GtkHBox10.Gtk.Container+ContainerChild
+            // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Image w10 = new Gtk.Image();
             w10.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_export", Gtk.IconSize.Menu, 16);
             w9.Add(w10);
-            // Container child GtkHBox10.Gtk.Container+ContainerChild
+            // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Label w12 = new Gtk.Label();
             w12.LabelProp = Mono.Unix.Catalog.GetString("_Export");
             w12.UseUnderline = true;
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
index 2d0c8dd..ba72f01 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
@@ -38,7 +38,6 @@ namespace LongoMatch.Gui.Dialog {
             this.Gravity = ((Gdk.Gravity)(5));
             this.SkipPagerHint = true;
             this.SkipTaskbarHint = true;
-            this.HasSeparator = false;
             // Internal child LongoMatch.Gui.Dialog.SnapshotsDialog.VBox
             Gtk.VBox w1 = this.VBox;
             w1.Name = "dialog1_VBox";
@@ -130,7 +129,7 @@ namespace LongoMatch.Gui.Dialog {
             w11.Spacing = 2;
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Image w12 = new Gtk.Image();
-            w12.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-media-record", Gtk.IconSize.Button, 20);
+            w12.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-media-record", Gtk.IconSize.Button, 16);
             w11.Add(w12);
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Label w14 = new Gtk.Label();
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.TaggerDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.TaggerDialog.cs
index d688eab..969036a 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.TaggerDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.TaggerDialog.cs
@@ -24,7 +24,6 @@ namespace LongoMatch.Gui.Dialog {
             this.Title = Mono.Unix.Catalog.GetString("Tag play");
             this.Icon = Stetic.IconLoader.LoadIcon(this, "longomatch", Gtk.IconSize.Menu, 16);
             this.WindowPosition = ((Gtk.WindowPosition)(4));
-            this.HasSeparator = false;
             // Internal child LongoMatch.Gui.Dialog.TaggerDialog.VBox
             Gtk.VBox w1 = this.VBox;
             w1.Name = "dialog1_VBox";
@@ -36,6 +35,8 @@ namespace LongoMatch.Gui.Dialog {
             w1.Add(this.taggerwidget1);
             Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(w1[this.taggerwidget1]));
             w2.Position = 0;
+            w2.Expand = false;
+            w2.Fill = false;
             // Internal child LongoMatch.Gui.Dialog.TaggerDialog.ActionArea
             Gtk.HButtonBox w3 = this.ActionArea;
             w3.Name = "dialog1_ActionArea";
@@ -58,7 +59,7 @@ namespace LongoMatch.Gui.Dialog {
                 this.Child.ShowAll();
             }
             this.DefaultWidth = 426;
-            this.DefaultHeight = 249;
+            this.DefaultHeight = 267;
             this.Show();
         }
     }
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.TeamTemplateEditor.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.TeamTemplateEditor.cs
index 62f7cf3..b65c928 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.TeamTemplateEditor.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.TeamTemplateEditor.cs
@@ -27,7 +27,6 @@ namespace LongoMatch.Gui.Dialog {
             this.Gravity = ((Gdk.Gravity)(5));
             this.SkipPagerHint = true;
             this.SkipTaskbarHint = true;
-            this.HasSeparator = false;
             // Internal child LongoMatch.Gui.Dialog.TeamTemplateEditor.VBox
             Gtk.VBox w1 = this.VBox;
             w1.Name = "dialog1_VBox";
@@ -40,6 +39,8 @@ namespace LongoMatch.Gui.Dialog {
             w1.Add(this.teamtemplatewidget1);
             Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(w1[this.teamtemplatewidget1]));
             w2.Position = 0;
+            w2.Expand = false;
+            w2.Fill = false;
             // Internal child LongoMatch.Gui.Dialog.TeamTemplateEditor.ActionArea
             Gtk.HButtonBox w3 = this.ActionArea;
             w3.Name = "dialog1_ActionArea";
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.TemplatesManager.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.TemplatesManager.cs
index 7665930..a57180e 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.TemplatesManager.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.TemplatesManager.cs
@@ -46,7 +46,6 @@ namespace LongoMatch.Gui.Dialog {
             this.Gravity = ((Gdk.Gravity)(5));
             this.SkipPagerHint = true;
             this.SkipTaskbarHint = true;
-            this.HasSeparator = false;
             // Internal child LongoMatch.Gui.Dialog.TemplatesManager.VBox
             Gtk.VBox w1 = this.VBox;
             w1.Name = "dialog1_VBox";
@@ -84,7 +83,7 @@ namespace LongoMatch.Gui.Dialog {
             w4.Spacing = 2;
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Image w5 = new Gtk.Image();
-            w5.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-new", Gtk.IconSize.Button, 20);
+            w5.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-new", Gtk.IconSize.Button, 16);
             w4.Add(w5);
             // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Label w7 = new Gtk.Label();
@@ -105,14 +104,14 @@ namespace LongoMatch.Gui.Dialog {
             this.deletebutton.UseUnderline = true;
             // Container child deletebutton.Gtk.Container+ContainerChild
             Gtk.Alignment w12 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
-            // Container child GtkAlignment1.Gtk.Container+ContainerChild
+            // Container child GtkAlignment.Gtk.Container+ContainerChild
             Gtk.HBox w13 = new Gtk.HBox();
             w13.Spacing = 2;
-            // Container child GtkHBox1.Gtk.Container+ContainerChild
+            // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Image w14 = new Gtk.Image();
-            w14.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-delete", Gtk.IconSize.Button, 20);
+            w14.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-delete", Gtk.IconSize.Button, 16);
             w13.Add(w14);
-            // Container child GtkHBox1.Gtk.Container+ContainerChild
+            // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Label w16 = new Gtk.Label();
             w13.Add(w16);
             w12.Add(w13);
@@ -131,14 +130,14 @@ namespace LongoMatch.Gui.Dialog {
             this.savebutton.UseUnderline = true;
             // Container child savebutton.Gtk.Container+ContainerChild
             Gtk.Alignment w21 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
-            // Container child GtkAlignment2.Gtk.Container+ContainerChild
+            // Container child GtkAlignment.Gtk.Container+ContainerChild
             Gtk.HBox w22 = new Gtk.HBox();
             w22.Spacing = 2;
-            // Container child GtkHBox2.Gtk.Container+ContainerChild
+            // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Image w23 = new Gtk.Image();
-            w23.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-save", Gtk.IconSize.Button, 20);
+            w23.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-save", Gtk.IconSize.Button, 16);
             w22.Add(w23);
-            // Container child GtkHBox2.Gtk.Container+ContainerChild
+            // Container child GtkHBox.Gtk.Container+ContainerChild
             Gtk.Label w25 = new Gtk.Label();
             w22.Add(w25);
             w21.Add(w22);
@@ -169,6 +168,8 @@ namespace LongoMatch.Gui.Dialog {
             this.hbox1.Add(this.sectionspropertieswidget1);
             Gtk.Box.BoxChild w32 = ((Gtk.Box.BoxChild)(this.hbox1[this.sectionspropertieswidget1]));
             w32.Position = 0;
+            w32.Expand = false;
+            w32.Fill = false;
             // Container child hbox1.Gtk.Box+BoxChild
             this.teamtemplatewidget1 = new LongoMatch.Gui.Component.TeamTemplateWidget();
             this.teamtemplatewidget1.Sensitive = false;
@@ -178,6 +179,8 @@ namespace LongoMatch.Gui.Dialog {
             this.hbox1.Add(this.teamtemplatewidget1);
             Gtk.Box.BoxChild w33 = ((Gtk.Box.BoxChild)(this.hbox1[this.teamtemplatewidget1]));
             w33.Position = 1;
+            w33.Expand = false;
+            w33.Fill = false;
             this.hpaned1.Add(this.hbox1);
             w1.Add(this.hpaned1);
             Gtk.Box.BoxChild w35 = ((Gtk.Box.BoxChild)(w1[this.hpaned1]));
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.UpdateDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.UpdateDialog.cs
index 812af97..ca1a2d9 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.UpdateDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.UpdateDialog.cs
@@ -31,7 +31,6 @@ namespace LongoMatch.Gui.Dialog {
             this.Name = "LongoMatch.Gui.Dialog.UpdateDialog";
             this.Icon = Stetic.IconLoader.LoadIcon(this, "longomatch", Gtk.IconSize.Dialog, 48);
             this.WindowPosition = ((Gtk.WindowPosition)(4));
-            this.HasSeparator = false;
             // Internal child LongoMatch.Gui.Dialog.UpdateDialog.VBox
             Gtk.VBox w1 = this.VBox;
             w1.Name = "dialog1_VBox";
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.VideoEditionProperties.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.VideoEditionProperties.cs
index b448d46..0a042b0 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.VideoEditionProperties.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.VideoEditionProperties.cs
@@ -64,7 +64,6 @@ namespace LongoMatch.Gui.Dialog {
             this.Gravity = ((Gdk.Gravity)(5));
             this.SkipPagerHint = true;
             this.SkipTaskbarHint = true;
-            this.HasSeparator = false;
             // Internal child LongoMatch.Gui.Dialog.VideoEditionProperties.VBox
             Gtk.VBox w1 = this.VBox;
             w1.Name = "dialog1_VBox";
@@ -272,7 +271,7 @@ namespace LongoMatch.Gui.Dialog {
                 this.Child.ShowAll();
             }
             this.DefaultWidth = 514;
-            this.DefaultHeight = 221;
+            this.DefaultHeight = 223;
             this.Show();
             this.openbutton.Clicked += new System.EventHandler(this.OnOpenbuttonClicked);
             this.buttonOk.Clicked += new System.EventHandler(this.OnButtonOkClicked);
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.Win32CalendarDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.Win32CalendarDialog.cs
index ec78846..057fbda 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.Win32CalendarDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.Win32CalendarDialog.cs
@@ -27,7 +27,6 @@ namespace LongoMatch.Gui.Dialog {
             this.Gravity = ((Gdk.Gravity)(5));
             this.SkipPagerHint = true;
             this.SkipTaskbarHint = true;
-            this.HasSeparator = false;
             // Internal child LongoMatch.Gui.Dialog.Win32CalendarDialog.VBox
             Gtk.VBox w1 = this.VBox;
             w1.Name = "dialog1_VBox";
@@ -61,8 +60,8 @@ namespace LongoMatch.Gui.Dialog {
             if ((this.Child != null)) {
                 this.Child.ShowAll();
             }
-            this.DefaultWidth = 217;
-            this.DefaultHeight = 204;
+            this.DefaultWidth = 219;
+            this.DefaultHeight = 225;
             this.Show();
             this.calendar1.DaySelectedDoubleClick += new System.EventHandler(this.OnCalendar1DaySelectedDoubleClick);
             this.calendar1.DaySelected += new System.EventHandler(this.OnCalendar1DaySelected);
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs
index 4434977..ed5048d 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs
@@ -373,7 +373,7 @@ namespace LongoMatch.Gui {
             this.noteswidget1.Name = "noteswidget1";
             this.rightvbox.Add(this.noteswidget1);
             Gtk.Box.BoxChild w17 = ((Gtk.Box.BoxChild)(this.rightvbox[this.noteswidget1]));
-            w17.Position = 1;
+            w17.Position = 0;
             // Container child rightvbox.Gtk.Box+BoxChild
             this.playlistwidget2 = new LongoMatch.Gui.Component.PlayListWidget();
             this.playlistwidget2.WidthRequest = 100;
@@ -381,7 +381,7 @@ namespace LongoMatch.Gui {
             this.playlistwidget2.Name = "playlistwidget2";
             this.rightvbox.Add(this.playlistwidget2);
             Gtk.Box.BoxChild w18 = ((Gtk.Box.BoxChild)(this.rightvbox[this.playlistwidget2]));
-            w18.Position = 2;
+            w18.Position = 1;
             this.hpaned1.Add(this.rightvbox);
             Gtk.Paned.PanedChild w19 = ((Gtk.Paned.PanedChild)(this.hpaned1[this.rightvbox]));
             w19.Resize = false;
@@ -416,7 +416,7 @@ namespace LongoMatch.Gui {
                 this.Child.ShowAll();
             }
             this.DefaultWidth = 1259;
-            this.DefaultHeight = 848;
+            this.DefaultHeight = 853;
             this.leftbox.Hide();
             this.drawingtoolbox1.Hide();
             this.timelinewidget1.Hide();
diff --git a/LongoMatch/gtk-gui/gui.stetic b/LongoMatch/gtk-gui/gui.stetic
index a649bfe..58f5ab5 100644
--- a/LongoMatch/gtk-gui/gui.stetic
+++ b/LongoMatch/gtk-gui/gui.stetic
@@ -1175,7 +1175,6 @@
     <property name="SkipTaskbarHint">True</property>
     <property name="Buttons">1</property>
     <property name="HelpButton">False</property>
-    <property name="HasSeparator">False</property>
     <child internal-child="VBox">
       <widget class="Gtk.VBox" id="dialog1_VBox">
         <property name="MemberName" />
@@ -1373,7 +1372,6 @@
     <property name="SkipTaskbarHint">True</property>
     <property name="Buttons">2</property>
     <property name="HelpButton">False</property>
-    <property name="HasSeparator">False</property>
     <child internal-child="VBox">
       <widget class="Gtk.VBox" id="dialog1_VBox">
         <property name="MemberName" />
@@ -1765,7 +1763,7 @@
       </widget>
     </child>
   </widget>
-  <widget class="Gtk.Window" id="LongoMatch.Gui.MainWindow" design-size="1259 848">
+  <widget class="Gtk.Window" id="LongoMatch.Gui.MainWindow" design-size="1259 853">
     <action-group name="Default">
       <action id="FileAction">
         <property name="Type">Action</property>
@@ -2095,7 +2093,7 @@
                   </widget>
                   <packing>
                     <property name="Position">0</property>
-                    <property name="AutoSize">True</property>
+                    <property name="AutoSize">False</property>
                   </packing>
                 </child>
               </widget>
@@ -2199,17 +2197,14 @@
                     <property name="Visible">False</property>
                     <property name="Spacing">6</property>
                     <child>
-                      <placeholder />
-                    </child>
-                    <child>
                       <widget class="LongoMatch.Gui.Component.NotesWidget" id="noteswidget1">
                         <property name="MemberName" />
                         <property name="Visible">False</property>
                         <property name="Events">ButtonPressMask</property>
                       </widget>
                       <packing>
-                        <property name="Position">1</property>
-                        <property name="AutoSize">True</property>
+                        <property name="Position">0</property>
+                        <property name="AutoSize">False</property>
                       </packing>
                     </child>
                     <child>
@@ -2220,8 +2215,8 @@
                         <property name="Events">ButtonPressMask</property>
                       </widget>
                       <packing>
-                        <property name="Position">2</property>
-                        <property name="AutoSize">True</property>
+                        <property name="Position">1</property>
+                        <property name="AutoSize">False</property>
                       </packing>
                     </child>
                   </widget>
@@ -2239,7 +2234,7 @@
           </widget>
           <packing>
             <property name="Position">1</property>
-            <property name="AutoSize">True</property>
+            <property name="AutoSize">False</property>
           </packing>
         </child>
         <child>
@@ -2466,7 +2461,6 @@ Sort by duration</property>
     <property name="SkipTaskbarHint">True</property>
     <property name="Buttons">1</property>
     <property name="HelpButton">False</property>
-    <property name="HasSeparator">False</property>
     <child internal-child="VBox">
       <widget class="Gtk.VBox" id="dialog1_VBox">
         <property name="MemberName" />
@@ -2549,8 +2543,6 @@ new one.</property>
                         <property name="MemberName" />
                         <property name="Sensitive">False</property>
                         <property name="CanFocus">True</property>
-                        <property name="Reorderable">True</property>
-                        <signal name="RowActivated" handler="OnPlaylisttreeview1RowActivated" />
                         <signal name="DragEnd" handler="OnPlaylisttreeview1DragEnd" />
                       </widget>
                       <packing>
@@ -2671,7 +2663,6 @@ new one.</property>
     <property name="SkipTaskbarHint">True</property>
     <property name="Buttons">2</property>
     <property name="HelpButton">False</property>
-    <property name="HasSeparator">False</property>
     <child internal-child="VBox">
       <widget class="Gtk.VBox" id="dialog1_VBox">
         <property name="MemberName" />
@@ -2971,7 +2962,7 @@ new one.</property>
       </widget>
     </child>
   </widget>
-  <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.VideoEditionProperties" design-size="514 221">
+  <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.VideoEditionProperties" design-size="514 223">
     <property name="MemberName" />
     <property name="Title" translatable="yes">Video Properties</property>
     <property name="Icon">stock:longomatch Dialog</property>
@@ -2982,7 +2973,6 @@ new one.</property>
     <property name="SkipTaskbarHint">True</property>
     <property name="Buttons">2</property>
     <property name="HelpButton">False</property>
-    <property name="HasSeparator">False</property>
     <child internal-child="VBox">
       <widget class="Gtk.VBox" id="dialog1_VBox">
         <property name="MemberName" />
@@ -3272,7 +3262,6 @@ Full HD 1080p (16:9 - 1920x1080)</property>
     <property name="SkipTaskbarHint">True</property>
     <property name="Buttons">1</property>
     <property name="HelpButton">False</property>
-    <property name="HasSeparator">False</property>
     <child internal-child="VBox">
       <widget class="Gtk.VBox" id="dialog1_VBox">
         <property name="MemberName" />
@@ -3501,7 +3490,6 @@ Full HD 1080p (16:9 - 1920x1080)</property>
     <property name="SkipTaskbarHint">True</property>
     <property name="Buttons">2</property>
     <property name="HelpButton">False</property>
-    <property name="HasSeparator">False</property>
     <child internal-child="VBox">
       <widget class="Gtk.VBox" id="dialog1_VBox">
         <property name="MemberName" />
@@ -3588,7 +3576,6 @@ Full HD 1080p (16:9 - 1920x1080)</property>
     <property name="WindowPosition">CenterOnParent</property>
     <property name="Buttons">1</property>
     <property name="HelpButton">False</property>
-    <property name="HasSeparator">False</property>
     <child internal-child="VBox">
       <widget class="Gtk.VBox" id="dialog1_VBox">
         <property name="MemberName" />
@@ -3701,7 +3688,6 @@ You can download it using this direct link:</property>
     <property name="SkipTaskbarHint">True</property>
     <property name="Buttons">1</property>
     <property name="HelpButton">False</property>
-    <property name="HasSeparator">False</property>
     <child internal-child="VBox">
       <widget class="Gtk.VBox" id="dialog1_VBox">
         <property name="MemberName" />
@@ -3992,7 +3978,6 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
     <property name="SkipTaskbarHint">True</property>
     <property name="Buttons">1</property>
     <property name="HelpButton">False</property>
-    <property name="HasSeparator">False</property>
     <child internal-child="VBox">
       <widget class="Gtk.VBox" id="dialog1_VBox">
         <property name="MemberName" />
@@ -4106,6 +4091,8 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
                   <packing>
                     <property name="Position">0</property>
                     <property name="AutoSize">True</property>
+                    <property name="Expand">False</property>
+                    <property name="Fill">False</property>
                   </packing>
                 </child>
                 <child>
@@ -4119,6 +4106,8 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
                   <packing>
                     <property name="Position">1</property>
                     <property name="AutoSize">True</property>
+                    <property name="Expand">False</property>
+                    <property name="Fill">False</property>
                   </packing>
                 </child>
               </widget>
@@ -4188,7 +4177,6 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
     <property name="SkipTaskbarHint">True</property>
     <property name="Buttons">2</property>
     <property name="HelpButton">False</property>
-    <property name="HasSeparator">False</property>
     <child internal-child="VBox">
       <widget class="Gtk.VBox" id="dialog1_VBox">
         <property name="MemberName" />
@@ -4284,7 +4272,6 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
     <property name="WindowPosition">CenterOnParent</property>
     <property name="Buttons">2</property>
     <property name="HelpButton">False</property>
-    <property name="HasSeparator">False</property>
     <child internal-child="VBox">
       <widget class="Gtk.VBox" id="dialog1_VBox">
         <property name="MemberName" />
@@ -4474,7 +4461,7 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
       </widget>
     </child>
   </widget>
-  <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.Win32CalendarDialog" design-size="217 204">
+  <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.Win32CalendarDialog" design-size="219 225">
     <property name="MemberName" />
     <property name="Title" translatable="yes">Calendar</property>
     <property name="Icon">stock:longomatch Menu</property>
@@ -4484,7 +4471,6 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
     <property name="SkipTaskbarHint">True</property>
     <property name="Buttons">1</property>
     <property name="HelpButton">False</property>
-    <property name="HasSeparator">False</property>
     <child internal-child="VBox">
       <widget class="Gtk.VBox" id="dialog1_VBox">
         <property name="MemberName" />
@@ -5045,7 +5031,7 @@ Show-&gt;&lt;b&gt; S&lt;/b&gt;
       </widget>
     </child>
   </widget>
-  <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.EditCategoryDialog" design-size="264 153">
+  <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.EditCategoryDialog" design-size="266 191">
     <property name="MemberName" />
     <property name="Title" translatable="yes">Category Details</property>
     <property name="Icon">resource:longomatch.png</property>
@@ -5053,7 +5039,6 @@ Show-&gt;&lt;b&gt; S&lt;/b&gt;
     <property name="Modal">True</property>
     <property name="Buttons">1</property>
     <property name="HelpButton">False</property>
-    <property name="HasSeparator">False</property>
     <child internal-child="VBox">
       <widget class="Gtk.VBox" id="dialog1_VBox">
         <property name="MemberName" />
@@ -5096,7 +5081,7 @@ Show-&gt;&lt;b&gt; S&lt;/b&gt;
       </widget>
     </child>
   </widget>
-  <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.EditPlayerDialog" design-size="254 185">
+  <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.EditPlayerDialog" design-size="254 206">
     <property name="MemberName" />
     <property name="Title" translatable="yes">Player Details</property>
     <property name="Icon">resource:longomatch.png</property>
@@ -5106,7 +5091,6 @@ Show-&gt;&lt;b&gt; S&lt;/b&gt;
     <property name="SkipTaskbarHint">True</property>
     <property name="Buttons">1</property>
     <property name="HelpButton">False</property>
-    <property name="HasSeparator">False</property>
     <child internal-child="VBox">
       <widget class="Gtk.VBox" id="dialog1_VBox">
         <property name="MemberName" />
@@ -5161,7 +5145,6 @@ Show-&gt;&lt;b&gt; S&lt;/b&gt;
     <property name="SkipTaskbarHint">True</property>
     <property name="Buttons">1</property>
     <property name="HelpButton">False</property>
-    <property name="HasSeparator">False</property>
     <child internal-child="VBox">
       <widget class="Gtk.VBox" id="dialog1_VBox">
         <property name="MemberName" />
@@ -5175,6 +5158,8 @@ Show-&gt;&lt;b&gt; S&lt;/b&gt;
           <packing>
             <property name="Position">0</property>
             <property name="AutoSize">True</property>
+            <property name="Expand">False</property>
+            <property name="Fill">False</property>
           </packing>
         </child>
       </widget>
@@ -5234,7 +5219,7 @@ Show-&gt;&lt;b&gt; S&lt;/b&gt;
       </widget>
     </child>
   </widget>
-  <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.DrawingTool" design-size="600 549">
+  <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>
@@ -5245,7 +5230,6 @@ Show-&gt;&lt;b&gt; S&lt;/b&gt;
     <property name="SkipTaskbarHint">True</property>
     <property name="Buttons">1</property>
     <property name="HelpButton">False</property>
-    <property name="HasSeparator">False</property>
     <child internal-child="VBox">
       <widget class="Gtk.VBox" id="dialog1_VBox">
         <property name="MemberName" />
@@ -5326,7 +5310,7 @@ Show-&gt;&lt;b&gt; S&lt;/b&gt;
               </widget>
               <packing>
                 <property name="Position">1</property>
-                <property name="AutoSize">True</property>
+                <property name="AutoSize">False</property>
               </packing>
             </child>
           </widget>
@@ -5481,14 +5465,13 @@ You can add new tags using the text entry and clicking "Add Tag"</property>
       </widget>
     </child>
   </widget>
-  <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.TaggerDialog" design-size="426 249">
+  <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.TaggerDialog" design-size="426 267">
     <property name="MemberName" />
     <property name="Title" translatable="yes">Tag play</property>
     <property name="Icon">stock:longomatch Menu</property>
     <property name="WindowPosition">CenterOnParent</property>
     <property name="Buttons">1</property>
     <property name="HelpButton">False</property>
-    <property name="HasSeparator">False</property>
     <child internal-child="VBox">
       <widget class="Gtk.VBox" id="dialog1_VBox">
         <property name="MemberName" />
@@ -5501,6 +5484,8 @@ You can add new tags using the text entry and clicking "Add Tag"</property>
           <packing>
             <property name="Position">0</property>
             <property name="AutoSize">True</property>
+            <property name="Expand">False</property>
+            <property name="Fill">False</property>
           </packing>
         </child>
       </widget>
@@ -5623,7 +5608,7 @@ You can add new tags using the text entry and clicking "Add Tag"</property>
       </widget>
     </child>
   </widget>
-  <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.ProjectSelectionDialog" design-size="298 176">
+  <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.ProjectSelectionDialog" design-size="298 179">
     <property name="MemberName" />
     <property name="Title" translatable="yes">New Project</property>
     <property name="Icon">stock:longomatch Menu</property>
@@ -5634,7 +5619,6 @@ You can add new tags using the text entry and clicking "Add Tag"</property>
     <property name="SkipTaskbarHint">True</property>
     <property name="Buttons">2</property>
     <property name="HelpButton">False</property>
-    <property name="HasSeparator">False</property>
     <child internal-child="VBox">
       <widget class="Gtk.VBox" id="dialog1_VBox">
         <property name="MemberName" />
@@ -5823,7 +5807,6 @@ You can add new tags using the text entry and clicking "Add Tag"</property>
     <property name="Modal">True</property>
     <property name="Buttons">1</property>
     <property name="HelpButton">False</property>
-    <property name="HasSeparator">False</property>
     <child internal-child="VBox">
       <widget class="Gtk.VBox" id="dialog1_VBox">
         <property name="MemberName" />
diff --git a/LongoMatch/gtk-gui/objects.xml b/LongoMatch/gtk-gui/objects.xml
index 57bff05..20e4b9e 100644
--- a/LongoMatch/gtk-gui/objects.xml
+++ b/LongoMatch/gtk-gui/objects.xml
@@ -182,10 +182,6 @@
       </itemgroup>
     </signals>
   </object>
-  <object type="LongoMatch.Gui.Component.PlayerProperties" palette-category="General" allow-children="false" base-type="Gtk.Bin">
-    <itemgroups />
-    <signals />
-  </object>
   <object type="LongoMatch.Gui.Component.ProjectTemplateWidget" palette-category="LongoMatch" allow-children="false" base-type="Gtk.Bin">
     <itemgroups>
       <itemgroup label="ProjectTemplateWidget Properties">
@@ -208,16 +204,6 @@
       </itemgroup>
     </signals>
   </object>
-  <object type="LongoMatch.Gui.Component.PlayListWidget" palette-category="LongoMatch" allow-children="false" base-type="Gtk.Bin">
-    <itemgroups />
-    <signals>
-      <itemgroup label="PlayListWidget Signals">
-        <signal name="PlayListNodeSelected" />
-        <signal name="ApplyCurrentRate" />
-        <signal name="Progress" />
-      </itemgroup>
-    </signals>
-  </object>
   <object type="LongoMatch.Gui.Component.TaggerWidget" palette-category="General" allow-children="false" base-type="Gtk.Bin">
     <itemgroups />
     <signals />
@@ -273,4 +259,18 @@
       </itemgroup>
     </signals>
   </object>
+  <object type="LongoMatch.Gui.Component.PlayerProperties" palette-category="General" allow-children="false" base-type="Gtk.Bin">
+    <itemgroups />
+    <signals />
+  </object>
+  <object type="LongoMatch.Gui.Component.PlayListWidget" palette-category="LongoMatch" allow-children="false" base-type="Gtk.Bin">
+    <itemgroups />
+    <signals>
+      <itemgroup label="PlayListWidget Signals">
+        <signal name="PlayListNodeSelected" />
+        <signal name="ApplyCurrentRate" />
+        <signal name="Progress" />
+      </itemgroup>
+    </signals>
+  </object>
 </objects>
\ No newline at end of file
diff --git a/libcesarplayer/liblongomatch.mdp b/libcesarplayer/liblongomatch.mdp
index 8a7867c..550de96 100644
--- a/libcesarplayer/liblongomatch.mdp
+++ b/libcesarplayer/liblongomatch.mdp
@@ -3,33 +3,32 @@
     <Configuration name="Debug" SourceDirectory="." ctype="CProjectConfiguration">
       <Output directory="../LongoMatch/bin/Debug" output="libcesarplayer.dll" />
       <Build debugmode="True" target="SharedLibrary" />
-      <Execution runwithwarnings="True" consolepause="True" />
-      <EnvironmentVariables />
+      <Execution consolepause="True" runwithwarnings="True" />
       <CodeGeneration WarningLevel="Normal" WarningsAsErrors="False" OptimizationLevel="0" ExtraCompilerArguments="" ExtraLinkerArguments="" DefineSymbols="DEBUG MONODEVELOP" ctype="CCompilationParameters" />
     </Configuration>
     <Configuration name="Release" SourceDirectory="." ctype="CProjectConfiguration">
       <Output directory="../LongoMatch/bin/Release/" output="libcesarplayer.dll" />
       <Build debugmode="True" target="SharedLibrary" />
-      <Execution runwithwarnings="True" consolepause="True" />
+      <Execution consolepause="True" runwithwarnings="True" />
       <CodeGeneration WarningLevel="All" WarningsAsErrors="True" OptimizationLevel="3" ExtraCompilerArguments="" ExtraLinkerArguments="" DefineSymbols="MONODEVELOP" ctype="CCompilationParameters" />
     </Configuration>
   </Configurations>
   <Contents>
-    <File name="src/bacon-video-widget.h" subtype="Code" buildaction="Nothing" />
-    <File name="src/bacon-video-widget-gst-0.10.c" subtype="Code" buildaction="Compile" />
-    <File name="src/baconvideowidget-marshal.c" subtype="Code" buildaction="Compile" />
-    <File name="src/baconvideowidget-marshal.h" subtype="Code" buildaction="Nothing" />
-    <File name="src/macros.h" subtype="Code" buildaction="Nothing" />
-    <File name="src/gstscreenshot.c" subtype="Code" buildaction="Compile" />
-    <File name="src/gstscreenshot.h" subtype="Code" buildaction="Nothing" />
-    <File name="src/gst-video-editor.c" subtype="Code" buildaction="Compile" />
-    <File name="src/gst-video-editor.h" subtype="Code" buildaction="Nothing" />
-    <File name="src/bacon-resize.c" subtype="Code" buildaction="Compile" />
-    <File name="src/bacon-resize.h" subtype="Code" buildaction="Nothing" />
-    <File name="src/video-utils.c" subtype="Code" buildaction="Compile" />
-    <File name="src/video-utils.h" subtype="Code" buildaction="Nothing" />
-    <File name="src/gst-camera-capturer.c" subtype="Code" buildaction="Compile" />
-    <File name="src/gst-camera-capturer.h" subtype="Code" buildaction="Nothing" />
+    <File subtype="Code" buildaction="Nothing" name="src/bacon-video-widget.h" />
+    <File subtype="Code" buildaction="Compile" name="src/bacon-video-widget-gst-0.10.c" />
+    <File subtype="Code" buildaction="Compile" name="src/baconvideowidget-marshal.c" />
+    <File subtype="Code" buildaction="Nothing" name="src/baconvideowidget-marshal.h" />
+    <File subtype="Code" buildaction="Nothing" name="src/macros.h" />
+    <File subtype="Code" buildaction="Compile" name="src/gstscreenshot.c" />
+    <File subtype="Code" buildaction="Nothing" name="src/gstscreenshot.h" />
+    <File subtype="Code" buildaction="Compile" name="src/gst-video-editor.c" />
+    <File subtype="Code" buildaction="Nothing" name="src/gst-video-editor.h" />
+    <File subtype="Code" buildaction="Compile" name="src/bacon-resize.c" />
+    <File subtype="Code" buildaction="Nothing" name="src/bacon-resize.h" />
+    <File subtype="Code" buildaction="Compile" name="src/video-utils.c" />
+    <File subtype="Code" buildaction="Nothing" name="src/video-utils.h" />
+    <File subtype="Code" buildaction="Compile" name="src/gst-camera-capturer.c" />
+    <File subtype="Code" buildaction="Nothing" name="src/gst-camera-capturer.h" />
   </Contents>
   <compiler ctype="GccCompiler" />
   <Packages>



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