# HG changeset patch # User totetm <> # Date 1263890996 -3600 # Node ID 4d9ebc6fbbe810b8f8b10bc70a9c1ce359128291 # Parent 8a41c4969cc1bb3e070c47ad99c43364550b82a7 Web Migration Update diff -r 8a41c4969cc1 -r 4d9ebc6fbbe8 .hgignore --- a/.hgignore Tue Jan 19 09:49:26 2010 +0100 +++ b/.hgignore Tue Jan 19 09:49:56 2010 +0100 @@ -9,3 +9,4 @@ glob:Content/* glob:ClientBin/* glob:bin/* +glob:*.mp4 diff -r 8a41c4969cc1 -r 4d9ebc6fbbe8 client/src/Iri.Modernisation.Controls/View/AnnotationMaker/AnnotationMaker.xaml --- a/client/src/Iri.Modernisation.Controls/View/AnnotationMaker/AnnotationMaker.xaml Tue Jan 19 09:49:26 2010 +0100 +++ b/client/src/Iri.Modernisation.Controls/View/AnnotationMaker/AnnotationMaker.xaml Tue Jan 19 09:49:56 2010 +0100 @@ -32,7 +32,7 @@ - + diff -r 8a41c4969cc1 -r 4d9ebc6fbbe8 client/src/Iri.Modernisation.Controls/View/BookTimeLine/BookTimeLine.xaml --- a/client/src/Iri.Modernisation.Controls/View/BookTimeLine/BookTimeLine.xaml Tue Jan 19 09:49:26 2010 +0100 +++ b/client/src/Iri.Modernisation.Controls/View/BookTimeLine/BookTimeLine.xaml Tue Jan 19 09:49:56 2010 +0100 @@ -6,7 +6,7 @@ mc:Ignorable="d" xmlns:Converter="clr-namespace:Iri.Modernisation.Controls.Converter" xmlns:SLExtensions_Data="clr-namespace:SLExtensions.Data;assembly=SLExtensions" - x:Class="Iri.Modernisation.Controls.View.BookTimeLine" Height="272" Width="640"> + x:Class="Iri.Modernisation.Controls.View.BookTimeLine" Height="272" Width="640" Background="Transparent"> diff -r 8a41c4969cc1 -r 4d9ebc6fbbe8 client/src/Iri.Modernisation.Controls/View/ProductionTimeLine/CustomableIndexElement.xaml.cs --- a/client/src/Iri.Modernisation.Controls/View/ProductionTimeLine/CustomableIndexElement.xaml.cs Tue Jan 19 09:49:26 2010 +0100 +++ b/client/src/Iri.Modernisation.Controls/View/ProductionTimeLine/CustomableIndexElement.xaml.cs Tue Jan 19 09:49:56 2010 +0100 @@ -28,6 +28,7 @@ SetValue(TrimRightProperty, value); ((CustomableIndexElementVM)DataContext).TimerOut = ((CustomableIndexElementVM)DataContext).TimerOut.Subtract(new TimeSpan(0, 0, 0, 0, (int)((value) / ProductionTimeLine.ScaleTime))); this.Width = ((CustomableIndexElementVM)DataContext).Duration; + } } } diff -r 8a41c4969cc1 -r 4d9ebc6fbbe8 client/src/Iri.Modernisation.Controls/View/ProductionView/ProductionView.xaml --- a/client/src/Iri.Modernisation.Controls/View/ProductionView/ProductionView.xaml Tue Jan 19 09:49:26 2010 +0100 +++ b/client/src/Iri.Modernisation.Controls/View/ProductionView/ProductionView.xaml Tue Jan 19 09:49:56 2010 +0100 @@ -14,8 +14,8 @@ - - + + diff -r 8a41c4969cc1 -r 4d9ebc6fbbe8 client/src/Iri.Modernisation.Controls/View/VideoViewer/VideoViewer.xaml --- a/client/src/Iri.Modernisation.Controls/View/VideoViewer/VideoViewer.xaml Tue Jan 19 09:49:26 2010 +0100 +++ b/client/src/Iri.Modernisation.Controls/View/VideoViewer/VideoViewer.xaml Tue Jan 19 09:49:56 2010 +0100 @@ -7,12 +7,12 @@ xmlns:Converter="clr-namespace:Iri.Modernisation.Controls.Converter" xmlns:Input="clr-namespace:SLExtensions.Input;assembly=SLExtensions" xmlns:View="clr-namespace:Iri.Modernisation.Controls.View" - x:Class="Iri.Modernisation.Controls.View.VideoViewer" Width="223" Height="173"> + x:Class="Iri.Modernisation.Controls.View.VideoViewer" Height="173"> - - + + @@ -20,7 +20,7 @@