# HG changeset patch # User Matthieu Totet # Date 1260178615 -3600 # Node ID 66911d0f0eb6552a1601682b760df2965cd37219 # Parent 0e4e63f6f5671b3cce95c7116396d35523abecc5 Update ProductionView diff -r 0e4e63f6f567 -r 66911d0f0eb6 client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs --- a/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs Thu Dec 03 16:05:57 2009 +0100 +++ b/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs Mon Dec 07 10:36:55 2009 +0100 @@ -375,12 +375,18 @@ static ProductionTimeLine() { EditorPartSelected = new Command("EditorPartSelected"); + EditorPartFinished = new Command("EditorPartFinished"); } public static Command EditorPartSelected { get; private set; } + public static Command EditorPartFinished + { + get; + private set; + } static public void Initialize() { } } diff -r 0e4e63f6f567 -r 66911d0f0eb6 client/src/Iri.Modernisation.Controls/Converter/PolemicTypeColorConverter.cs --- a/client/src/Iri.Modernisation.Controls/Converter/PolemicTypeColorConverter.cs Thu Dec 03 16:05:57 2009 +0100 +++ b/client/src/Iri.Modernisation.Controls/Converter/PolemicTypeColorConverter.cs Mon Dec 07 10:36:55 2009 +0100 @@ -54,11 +54,11 @@ VideoChapterType dt = (VideoChapterType)value; switch (dt) { - case VideoChapterType.Modernite: - returnBrush = new SolidColorBrush(new Color() { A = 255, R = 0xD6, G = 0xA3, B = 0x82 }); + case VideoChapterType.Modernite: + returnBrush = new SolidColorBrush(new Color() { A = 255, R = 0xBF, G = 0xA8, B = 0x4E }); break; - case VideoChapterType.Modernisation: - returnBrush = new SolidColorBrush(new Color() { A = 255, R = 0xBF, G = 0xA8, B = 0x4E }); + case VideoChapterType.Modernisation: + returnBrush = new SolidColorBrush(new Color() { A = 255, R = 0xD6, G = 0xA3, B = 0x82 }); break; case VideoChapterType.Postmodernite: returnBrush = new SolidColorBrush(new Color() { A = 255, R = 0xB5, G = 0xCB, B = 0x29 }); diff -r 0e4e63f6f567 -r 66911d0f0eb6 client/src/Iri.Modernisation.Controls/View/BookTimeLine/BookTimeLine.xaml --- a/client/src/Iri.Modernisation.Controls/View/BookTimeLine/BookTimeLine.xaml Thu Dec 03 16:05:57 2009 +0100 +++ b/client/src/Iri.Modernisation.Controls/View/BookTimeLine/BookTimeLine.xaml Mon Dec 07 10:36:55 2009 +0100 @@ -20,11 +20,12 @@ - + - + +