Commit Graph

13 Commits

Author SHA1 Message Date
Antony Male 151371f9f6 Conductor.OneActive should close children removed with items.Clear()
Conductor.AllActive reacts appropriately to the Reset event on its items
collection. Conductor.OneActive doesn't, and should.

Fixes #18
2016-12-03 13:15:14 +00:00
Antony Male eedd886e3e Remove usage of expression-based NotifyOfPropertyChange in library code
Using a string is faster. When I (finally) bring this project up to C# 6, I'll move to nameof
2016-11-17 13:03:12 +00:00
Antony Male 9ae20807e6 Fix the samples - they weren't building 2016-01-29 12:46:44 +00:00
Antony Male 7bc6a6b863 Update NuGet packages 2015-09-24 17:55:38 +01:00
Antony Male 260bfee4c3 Remove and sort usings in samples and bootstrappers 2015-01-05 13:14:33 +00:00
Antony Male fc5958c537 Minor tweaks to the examples 2014-11-27 10:40:28 +00:00
Antony Male f5d215b0b8 Fix the samples 2014-08-02 17:50:19 +01:00
Antony Male 9e96e8c052 Rename Conductor<T>.Collections to Conductor<T>.Collection, and move Conductor<T>.Collections.Nagivation to Conductor<T>.StackNavigation 2014-04-24 08:11:21 +01:00
Antony Male 580ba7f865 Change stylet namespace to https://github.com/canton7/Stylet 2014-04-23 17:47:42 +01:00
Antony Male 7758a2716c BootstrapperBase is no longer a ResourceDictionary 2014-03-18 21:16:54 +00:00
Antony Male b13908e762 Re-arrange bootloaders
Bootloader is now abstract, and called BootstrapperBase. The default
implmentations of the IoC functions have been removed - we include an IoC
container, no point in providing a Bootstrapper implementation which
doesn't use it.

IoCBootstrapper has been renamed Bootstrapper, to make it more obvious
that it's the primary bootstrapper.
2014-02-23 20:08:35 +00:00
Antony Male 1607dc9ad3 Add Stylet ResourceDictionary, and automatically load on startup 2014-02-23 19:31:24 +00:00
Antony Male 64cdced116 Add TabNavigation sample 2014-02-22 21:29:27 +00:00