Skip Navigation Links
Home
Videos
Download
Documentation
Source

Source Code

Download from CodePlex

Change History

Fri, 23 Jul 2010 11:45:05 GMT: Source code checked in, #73626
Added ModuleCreatedEvent to indicate when a module has been created.
Tue, 08 Jun 2010 18:00:56 GMT: Source code checked in, #67366
Splash screen now completely stylable, with output message display. This checkin is not recommended. Still a work in progress.
Sun, 28 Mar 2010 16:07:27 GMT: Source code checked in, #65074
Removed constraint that ShellBanner requires an Image part.
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.
Sat, 27 Mar 2010 23:54:37 GMT: Source code checked in, #65066
C# Launcher and module projects now have MetadataGeneration.tt placed in project.
Sat, 27 Mar 2010 21:18:44 GMT: Source code checked in, #65058
Added metadata generation T4 templates to installation application directory. Add Width and Height properties to ViewModelBase and updated VS template view to bind to ViewModel Width and Height properties.
Sat, 27 Mar 2010 18:37:20 GMT: Source code checked in, #65052
Updated installer projects to use Active build configuration for output assemblies. (It was using debug for some projects)
Sat, 27 Mar 2010 16:32:46 GMT: Source code checked in, #65050
Added Modal support for WindowRegionAdapter. It is done by implementing IProvider<IViewOptions> on a view or viewmodel. Katka will be providing an example in her soon to be released Calcium FAQ.
Mon, 22 Mar 2010 17:50:12 GMT: Source code checked in, #64895
Implemented an NLog LogStrategy for Clog. Sample is included in the Example website in the Clog solution.
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 19:43:23 GMT: Source code checked in, #64670
Added missing ServiceLocator Registration methods for singletons.
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.
Fri, 12 Mar 2010 13:06:09 GMT: Source code checked in, #64661
WPF ShellView restyling no longer raises exception on wrong PART types. CLS Complient attributes added to main projects. T4 metadata generation templates now output pragma to disable warnings.
Wed, 10 Mar 2010 22:47:14 GMT: Source code checked in, #64637
Added BureauBlue theme to installer packages. This was missing, and required manual referencing. Updated T4 metadata generation templates to include Relative Pack URIs. This makes registering theme resources nice and clean.
Tue, 09 Mar 2010 22:33:31 GMT: Source code checked in, #64613
WCF Security Token Expiry fixed. ChannelManagerSingleton now performs connection retry to detect timeouts. Also fixed a subtle bug with the duplex channel keys.
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.
Mon, 08 Mar 2010 11:24:05 GMT: Source code checked in, #64556
Bureau Blue Theme: Tab control top border adjusted to correct the cut-off appearance.
Mon, 08 Mar 2010 08:31:05 GMT: Source code checked in, #64549
Bureau Blue adapted theme is now complete. To set the theme change the app.config setting to <add key="Theme" value="Bureau Blue"/>. Enjoy!
Sun, 07 Mar 2010 23:39:35 GMT: Source code checked in, #64544
Removed small font in OutputView and ModuleManager. Improved ListView header style in default theme.
Sun, 07 Mar 2010 19:41:25 GMT: Source code checked in, #64541
Cleaned up default style. Removed 'Black' from control templates as not to prevent customization.