Skip Navigation Links
Home
Videos
Download
Documentation
Source

Source Code

Download from CodePlex

Change History

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.
Sun, 07 Mar 2010 17:55:31 GMT: Source code checked in, #64533
Title banner image swapped depending on theme.
Sun, 07 Mar 2010 11:40:25 GMT: Source code checked in, #64530
BureauBlue theme check in. Work in progress.
Sun, 07 Mar 2010 00:07:49 GMT: Source code checked in, #64525
First cut of theme support. No real alternate theme yet, but the infrastructure is in place. Removed DesktopShellView, it is replaced by ShellView.
Sat, 06 Mar 2010 15:08:27 GMT: Source code checked in, #64507
Any or all default modules can now be prevented from loading via the AppStarter. To exclude default modules use the ExcludedModules list. // starter.StartupOptions.ModuleCatalogOptions.ExcludedModules.Add(ModuleNames.OutputDisplay); // starter.StartupOptions.ModuleCatalogOptions.ExcludedModules.AddRange(ModuleNames.DefaultModuleNames); IModuleCatalog can now be substituted using the IOC container.
Fri, 05 Mar 2010 12:37:38 GMT: Source code checked in, #64480
Fixed broken designer view caused by ActiveAwareUIElementAdapter being initialized at design time.
Wed, 03 Mar 2010 22:25:05 GMT: Source code checked in, #64420
Important update. I'm pleased to announce that the Shell is now easily customizable, and that any or all elements can be replaced using a ControlTemplate! RegionNames can even be defined in the ControlTemplate! (Not possible in Prism out of the box). Simply define a style in your application resources based on <Style TargetType="{x:Type Gui:ShellView}">. See WindowDictionary.xaml I will provide further documentation on this via my blog soon. I've also updated the MetadataGeneration T4 templates to produce XAML pack URIs compatible with XAML binding. Now the ResourceDictionary Source property can be defined in XAML using a compile time validatable constant. No more worries about breaking resource references when moving XAML files!
Mon, 01 Mar 2010 17:56:02 GMT: Source code checked in, #64371
Added CS Metadata Generation T4 templates to Core directory. Fixed 'implicit' keyword causing bad output.
Wed, 24 Feb 2010 18:55:41 GMT: Source code checked in, #64157
Fixed StandardMenu issue preventing designer from loading. Improved WPF active view change management so that commands are disabled and enabled properly.
Sun, 21 Feb 2010 00:11:51 GMT: Source code checked in, #64108
Changed Task and UndoableTask to use Actions. TaskService now adds tasks to stacks after tasks are performed to better provide for task chaining.
Fri, 19 Feb 2010 05:46:22 GMT: Source code checked in, #64078
Added support for parallel tasks. Moved Message Service Demo module to new Modules project.
Sun, 14 Feb 2010 18:00:15 GMT: Source code checked in, #63972
Linked Task Model to Silverlight base library.
Fri, 12 Feb 2010 22:08:46 GMT: Source code checked in, #63945
Fixed incorrect VS2010 template assembly reference.
Thu, 11 Feb 2010 21:40:00 GMT: Source code checked in, #63919
WPF Focus changes between views now appear to exhibit acceptable behaviour. Many hours of tinkering :|