|
|
|
|
|
|
Sun, 28 Mar 2010 14:34:34 GMT: Source code checked in, #65069
Created view VS C# item template. When working in a WPF project, one can now choose to create a new Calcium View, and a ViewControl and ViewModel will be generated.
Fixed issue with modal window where views weren't able to be reopened after the child window is closed.
|
|
|
|
|
|
|
|
|
|
|
Fri, 19 Mar 2010 17:58:28 GMT: Source code checked in, #64831
Metadata generation T4 templates now generate PackUris for all non code files. Image files also have a BitmapSource property in the metadata which means rather than this <Image Source="/DanielVaughan.Calcium.Client;component/Resources/Images/Splash.png" /> we can do this <Image Source="{x:Static m:SplashPng.Source}"/> and we gain the benefit of compile time validation!
|
|
|
Fri, 12 Mar 2010 18:53:51 GMT: Source code checked in, #64669
The standard ToolBarTray and the standard Menu can now be easily customized by creating a style for either. This means one doesn't need to create a style overload for the entire ShellView anymore! See StandardMenuStyle.xaml and StandardToolBarTray.xaml.
|
|
|
|
|
|
|
Mon, 08 Mar 2010 22:30:23 GMT: Source code checked in, #64562
TitleBanner has been replaced in WindowDictionary.xaml with ShellBanner. Please update any custom ShellTemplates as I will be removing TitleBanner.
The ShellBanner is more easily styled. To change the banner image simply add a style for the type ShellBanner in your application resources. See ShellBannerStyle.xaml for the template.
|
|
|
|
|
|
|
|
|