# HG changeset patch # User Steven Hollidge # Date 1335218843 -3600 # Node ID 5172a9b9800cfa5be40245a3a8e5230ab6c29793 # Parent dd6bcd2535b692a43a66b002661a3bbdce5377c7 Ready to upload to codeplex diff -r dd6bcd2535b6 -r 5172a9b9800c SilverlightGlimpse/SilverlightGlimpse.sln --- a/SilverlightGlimpse/SilverlightGlimpse.sln Mon Apr 23 22:43:53 2012 +0100 +++ b/SilverlightGlimpse/SilverlightGlimpse.sln Mon Apr 23 23:07:23 2012 +0100 @@ -3,8 +3,6 @@ # Visual Studio 2010 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SilverlightGlimpse", "SilverlightGlimpse\SilverlightGlimpse.csproj", "{BB51026B-2864-4389-AACA-0BBDF1926E46}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SilverlightGlimpse.Test", "SilverlightGlimpse.Test\SilverlightGlimpse.Test.csproj", "{212DBD25-6C98-45EB-9974-51D04D8B6549}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SilverlightValidation", "SilverlightValidation\SilverlightValidation.csproj", "{0C1CC1FC-915A-4428-8952-CDC79EABC3F4}" EndProject Global @@ -17,10 +15,6 @@ {BB51026B-2864-4389-AACA-0BBDF1926E46}.Debug|Any CPU.Build.0 = Debug|Any CPU {BB51026B-2864-4389-AACA-0BBDF1926E46}.Release|Any CPU.ActiveCfg = Release|Any CPU {BB51026B-2864-4389-AACA-0BBDF1926E46}.Release|Any CPU.Build.0 = Release|Any CPU - {212DBD25-6C98-45EB-9974-51D04D8B6549}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {212DBD25-6C98-45EB-9974-51D04D8B6549}.Debug|Any CPU.Build.0 = Debug|Any CPU - {212DBD25-6C98-45EB-9974-51D04D8B6549}.Release|Any CPU.ActiveCfg = Release|Any CPU - {212DBD25-6C98-45EB-9974-51D04D8B6549}.Release|Any CPU.Build.0 = Release|Any CPU {0C1CC1FC-915A-4428-8952-CDC79EABC3F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {0C1CC1FC-915A-4428-8952-CDC79EABC3F4}.Debug|Any CPU.Build.0 = Debug|Any CPU {0C1CC1FC-915A-4428-8952-CDC79EABC3F4}.Release|Any CPU.ActiveCfg = Release|Any CPU diff -r dd6bcd2535b6 -r 5172a9b9800c SilverlightGlimpse/SilverlightGlimpse/Bugs.txt --- a/SilverlightGlimpse/SilverlightGlimpse/Bugs.txt Mon Apr 23 22:43:53 2012 +0100 +++ b/SilverlightGlimpse/SilverlightGlimpse/Bugs.txt Mon Apr 23 23:07:23 2012 +0100 @@ -1,2 +1,3 @@ Colours for the numbers -Numbers on tab headers \ No newline at end of file +Numbers on tab headers +Margin on the open position \ No newline at end of file diff -r dd6bcd2535b6 -r 5172a9b9800c SilverlightGlimpse/SilverlightGlimpse/Services/Glimpse.cs --- a/SilverlightGlimpse/SilverlightGlimpse/Services/Glimpse.cs Mon Apr 23 22:43:53 2012 +0100 +++ b/SilverlightGlimpse/SilverlightGlimpse/Services/Glimpse.cs Mon Apr 23 23:07:23 2012 +0100 @@ -19,7 +19,7 @@ private static Glimpse _instance; private DispatcherTimer _refreshBindingCountTimer; private static readonly TimeSpan FiveSeconds = new TimeSpan(0, 0, 0, 5); - private const int MAX_LOG_ITEMS = 5; + private const int MAX_LOG_ITEMS = 9; private readonly ILogWriter _logWriter; private readonly IBrokenBindingsService _brokenBindingsService; #endregion diff -r dd6bcd2535b6 -r 5172a9b9800c SilverlightGlimpse/SilverlightGlimpse/Views/ValidationsViewer.xaml --- a/SilverlightGlimpse/SilverlightGlimpse/Views/ValidationsViewer.xaml Mon Apr 23 22:43:53 2012 +0100 +++ b/SilverlightGlimpse/SilverlightGlimpse/Views/ValidationsViewer.xaml Mon Apr 23 23:07:23 2012 +0100 @@ -12,7 +12,7 @@ Margin="5,0,0,0" Text="Action" /> - + @@ -22,7 +22,7 @@ - + diff -r dd6bcd2535b6 -r 5172a9b9800c SilverlightGlimpse/SilverlightValidation/Views/UserView.xaml --- a/SilverlightGlimpse/SilverlightValidation/Views/UserView.xaml Mon Apr 23 22:43:53 2012 +0100 +++ b/SilverlightGlimpse/SilverlightValidation/Views/UserView.xaml Mon Apr 23 23:07:23 2012 +0100 @@ -99,16 +99,17 @@ Width="20" Description="Required" /> - - + Text="{Binding DescriptionWithATypeo}" /> +