# HG changeset patch # User riley # Date 1253727899 -7200 # Node ID 3a0b48be34bdfb200b38274a234a775899031f8e # Parent 0f29e2660bb74c926d62bc296a4aab5a1b9bf4a4 New positions for the player's button diff -r 0f29e2660bb7 -r 3a0b48be34bd src/FingersDance.Control.Pivot/FingersDance.Control.Pivot.Ressource.xaml --- a/src/FingersDance.Control.Pivot/FingersDance.Control.Pivot.Ressource.xaml Wed Sep 23 17:11:43 2009 +0200 +++ b/src/FingersDance.Control.Pivot/FingersDance.Control.Pivot.Ressource.xaml Wed Sep 23 19:44:59 2009 +0200 @@ -200,4 +200,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -r 0f29e2660bb7 -r 3a0b48be34bd src/FingersDance.Control.Pivot/UserControlPivot.xaml --- a/src/FingersDance.Control.Pivot/UserControlPivot.xaml Wed Sep 23 17:11:43 2009 +0200 +++ b/src/FingersDance.Control.Pivot/UserControlPivot.xaml Wed Sep 23 19:44:59 2009 +0200 @@ -6,7 +6,7 @@ mc:Ignorable="d" xmlns:Custom="http://schemas.microsoft.com/surface/2008" xmlns:Microsoft_Surface_Presentation_Generic="clr-namespace:Microsoft.Surface.Presentation.Generic;assembly=Microsoft.Surface.Presentation.Generic" x:Class="FingersDance.Control.Pivot.UserControlPivot" - x:Name="UserControl" Width="90" Height="90"> + x:Name="UserControl" Width="90" Height="90" Foreground="{x:Null}"> diff -r 0f29e2660bb7 -r 3a0b48be34bd src/FingersDance.Control.Player/UserControlPlayer.xaml --- a/src/FingersDance.Control.Player/UserControlPlayer.xaml Wed Sep 23 17:11:43 2009 +0200 +++ b/src/FingersDance.Control.Player/UserControlPlayer.xaml Wed Sep 23 19:44:59 2009 +0200 @@ -4,21 +4,134 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" + xmlns:Custom="http://schemas.microsoft.com/surface/2008" xmlns:Microsoft_Surface_Presentation_Generic="clr-namespace:Microsoft.Surface.Presentation.Generic;assembly=Microsoft.Surface.Presentation.Generic" x:Class="FingersDance.Control.Player.UserControlPlayer" x:Name="UserControl" - Width="560" Height="400" xmlns:Custom="http://schemas.microsoft.com/surface/2008"> + Width="560" Height="400"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + - - - + + + diff -r 0f29e2660bb7 -r 3a0b48be34bd src/FingersDance.Control.TimeLine/FingersDance.Control.TimeLine.csproj --- a/src/FingersDance.Control.TimeLine/FingersDance.Control.TimeLine.csproj Wed Sep 23 17:11:43 2009 +0200 +++ b/src/FingersDance.Control.TimeLine/FingersDance.Control.TimeLine.csproj Wed Sep 23 19:44:59 2009 +0200 @@ -25,6 +25,7 @@ OnBuildSuccess + 3.0.1927.0 true @@ -75,6 +76,10 @@ + + MSBuild:Compile + Designer + MSBuild:Compile Designer @@ -116,6 +121,7 @@ + diff -r 0f29e2660bb7 -r 3a0b48be34bd src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml --- a/src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml Wed Sep 23 17:11:43 2009 +0200 +++ b/src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml Wed Sep 23 19:44:59 2009 +0200 @@ -4,15 +4,773 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" + xmlns:vw="clr-namespace:FingersDance.Views;assembly=FingersDance.Views" + xmlns:Custom="http://schemas.microsoft.com/surface/2008" xmlns:Microsoft_Surface_Presentation_Generic="clr-namespace:Microsoft.Surface.Presentation.Generic;assembly=Microsoft.Surface.Presentation.Generic" x:Class="FingersDance.Control.TimeLine.UserControlTimeLine" - xmlns:vw="clr-namespace:FingersDance.Views;assembly=FingersDance.Views" x:Name="UserControl" - d:DesignWidth="383" xmlns:Custom="http://schemas.microsoft.com/surface/2008" Background="{x:Null}" d:DesignHeight="33"> + d:DesignWidth="383" Background="{x:Null}" d:DesignHeight="33"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thumb.DragStarted="sliderPosition_DragStarted" Thumb.DragCompleted="sliderPosition_DragCompleted" ContactTapGesture="slider_ContactTapGesture" Background="#19FFFFFF" Style="{DynamicResource FingersDance.Control.Slider}" /> \ No newline at end of file diff -r 0f29e2660bb7 -r 3a0b48be34bd src/FingersDance/App.xaml --- a/src/FingersDance/App.xaml Wed Sep 23 17:11:43 2009 +0200 +++ b/src/FingersDance/App.xaml Wed Sep 23 19:44:59 2009 +0200 @@ -8,6 +8,7 @@ +