Commit Graph

748 Commits

Author SHA1 Message Date
Antony Male 8a2b3bdd01 Update changelog 2014-04-24 12:59:50 +01:00
Antony Male 4711e3fefa Fix tests involving changes to Execute 2014-04-24 12:58:09 +01:00
Antony Male a716ac84f9 EventAction defaults to Enable if the ActionTarget is null 2014-04-24 12:46:58 +01:00
Antony Male bac1d37e8a Fix StyletConductorItemsControl style 2014-04-24 09:20:31 +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 559277d809 Tidy up Execute, and add a new method which dispatches asynchronously, or runs synchronously 2014-04-23 21:49:54 +01:00
Antony Male 7cc888d090 Make Execute.OnUIThread synchronous, with BeginOnUIThread being the async version 2014-04-23 21:19:50 +01:00
Antony Male 8cc0ce1ba9 Add style for using ItemsControls with a Conductor 2014-04-23 20:58:05 +01:00
Antony Male bbaef0ff78 Merge branch 'release/0.9.4' into develop
* release/0.9.4:
  Bump version
  Update changelog
2014-04-23 20:29:49 +01:00
Antony Male 6f7e2d4b5f Bump version 2014-04-23 20:29:33 +01:00
Antony Male dcd90f87da Update changelog 2014-04-23 20:29:04 +01:00
Antony Male 242690e95b Re-instate AssemblyVersion and AssemblyFileVersion 2014-04-23 20:25:37 +01:00
Antony Male 580ba7f865 Change stylet namespace to https://github.com/canton7/Stylet 2014-04-23 17:47:42 +01:00
Antony Male f7210b8aa9 Rename IPropertyChangedBinding -> IEventBinding 2014-04-23 17:45:26 +01:00
Antony Male afe8b9c20f Remove tests which were no longer relevant, since Bind/BindWeak refactor 2014-04-23 17:44:55 +01:00
Antony Male c8e5ef3715 We can't use NotifyCollectionChangedAction.Add or Remove with a list of items, apparently 2014-04-23 17:41:20 +01:00
Antony Male 1512ea56a6 Update Actions to support things like Hyperlinks 2014-04-23 15:34:02 +01:00
Antony Male b6fd8754fe Add options to ActionExtension to control the behaviour if target/action are null 2014-04-23 14:59:25 +01:00
Antony Male ec3cf5e440 PropertyChangeBase: Don't try to serialize the PropertyChangedDispatcher 2014-04-23 14:06:40 +01:00
Antony Male 6f01d44edf First stab at a proper README 2014-04-22 19:06:08 +01:00
Antony Male 258ff690b9 Merge branch 'release/0.9.3' into develop 2014-04-22 14:55:56 +01:00
Antony Male a081a8f2c3 Bump version 2014-04-22 14:55:38 +01:00
Antony Male 765a982910 Update changelog 2014-04-22 14:55:24 +01:00
Antony Male 12dde3a024 Re-jig what in the bootstrapper gets called on construction, and what on application startup 2014-04-22 14:51:07 +01:00
Antony Male 8e571dc4c6 Correctly capture SynchronizationContext 2014-04-22 14:36:54 +01:00
Antony Male 562722328e Add BootstrapperBase.Configure 2014-04-22 14:31:32 +01:00
Antony Male 1de019aa48 Default the PropertyChangedDispatcher to Execute.OnUIThread 2014-04-22 14:24:26 +01:00
Antony Male 100c344436 Merge branch 'release/0.9.2' into develop 2014-04-22 12:55:11 +01:00
Antony Male c7245f7324 Bump version 2014-04-22 12:54:42 +01:00
Antony Male 3374bddab0 Update changelog 2014-04-22 12:54:31 +01:00
Antony Male 43271b18fd Remove debugging from install.ps1 2014-04-22 12:53:53 +01:00
Antony Male c7fd004354 Merge branch 'release/0.9.1' into develop 2014-04-22 12:49:07 +01:00
Antony Male 676b19bba3 Bump version 2014-04-22 12:48:20 +01:00
Antony Male 541ad9fb7a Update changelog 2014-04-22 12:47:57 +01:00
Antony Male 8b177386d1 Add a readme which is added by NuGet 2014-04-22 12:40:13 +01:00
Antony Male f538c55391 Don't force user to call base.ConfigureIoC when overriding Bootstrapper<T> 2014-04-22 12:04:03 +01:00
Antony Male 9da35d85fb First attempt at a nuget package 2014-04-19 01:08:49 +01:00
Antony Male c8f76a82dd Require that TRootViewModel is a class 2014-04-19 01:08:48 +01:00
Antony Male e23344af44 First attempt at an icon 2014-04-19 00:17:08 +01:00
Antony Male 1e904dd586 Fix up things I apparently didn't save before 2014-04-18 23:50:50 +01:00
Antony Male f555a0e65e Rename ConductorUtilities to StyletConductorExtensions, and get rid of the SlightlyInternal namespace 2014-04-17 14:58:05 +01:00
Antony Male a33d1333a8 Add LICENSE.txt 2014-04-17 13:34:47 +01:00
Antony Male 7086b62fb3 Add some documentation to Screen 2014-04-17 11:22:52 +01:00
Antony Male 401a69af63 Proxy BindWeak on Screen 2014-04-17 10:19:15 +01:00
Antony Male 6eb9c6dbef Replace BindWeak with a WeakEventManager, and let Screen have an instance 2014-04-17 10:11:53 +01:00
Antony Male f8bb1838d3 Delete StyletIoC.md (it's documented property on the wiki) 2014-04-15 13:09:50 +01:00
Antony Male 66fdec28f8 BoolToVisibilityConverter returns null if input isn't a Visbility 2014-04-15 13:05:18 +01:00
Antony Male ae371cc42f Derive LabelledValue<T> from PropertyChangedBase 2014-04-15 12:39:23 +01:00
Antony Male 6a1e8e688e Finish off having conductors with collections respond property to that collection being manipulated 2014-04-15 12:22:05 +01:00
Antony Male d0ce17ec17 Some work towards reacting appropriately to changes in Items in ConductorOneActive
Will need some more work
2014-04-14 13:22:17 +01:00