# HG changeset patch # User totetm <> # Date 1265905763 -3600 # Node ID 594fdedecf7f3e2982a746eb151c3e36dce227a2 # Parent b51a10574e7ffb0f0712f7825da2da5bc7d42c16 Fixed| bouton close sur BookTimeLine Fixed| loading blocker sur les éléments du corpus vidéolivre (book a charger) Fixed| afficher l'état sur on load et loader sur les éléments du corpus vidéolivre ("book a charger") Fixed| bug du title sur book timline Fixed| Actualisation de l'affichage des annotations sur seek de la timline sans play Fixed| Seek possible quand play Fixed| Bug sur le placement tetris ? Fixed| texte par default sur les champs d'annotations diff -r b51a10574e7f -r 594fdedecf7f client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs --- a/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs Wed Feb 10 14:56:46 2010 +0100 +++ b/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs Thu Feb 11 17:29:23 2010 +0100 @@ -552,20 +552,22 @@ static BookTimeLine() { - SaveAnnotations = new Command("SaveAnnotations"); + LeftClickOnElement = new Command("LeftClickOnElement"); + CloseBookTimeLine = new Command("CloseBookTimeLine"); } + public static Command CloseBookTimeLine + { + get; + private set; + } public static Command LeftClickOnElement { get; private set; } - public static Command SaveAnnotations - { - get; - private set; - } + public static void Initialize() { diff -r b51a10574e7f -r 594fdedecf7f client/src/Iri.Modernisation.Controls/Iri.Modernisation.Controls.csproj --- a/client/src/Iri.Modernisation.Controls/Iri.Modernisation.Controls.csproj Wed Feb 10 14:56:46 2010 +0100 +++ b/client/src/Iri.Modernisation.Controls/Iri.Modernisation.Controls.csproj Thu Feb 11 17:29:23 2010 +0100 @@ -115,6 +115,7 @@ + diff -r b51a10574e7f -r 594fdedecf7f client/src/Iri.Modernisation.Controls/View/BookTimeLine/BookTimeLine.xaml --- a/client/src/Iri.Modernisation.Controls/View/BookTimeLine/BookTimeLine.xaml Wed Feb 10 14:56:46 2010 +0100 +++ b/client/src/Iri.Modernisation.Controls/View/BookTimeLine/BookTimeLine.xaml Thu Feb 11 17:29:23 2010 +0100 @@ -22,7 +22,8 @@ - + +