Commit Graph

433 Commits

Author SHA1 Message Date
Antony Male bc9362eeee Change DebugLogger to TraceLogger, which logs even in Release builds 2014-07-30 15:22:29 +01:00
Antony Male 2f250355ee Move OnStart to before the IViewManager is resolved, so the IViewManager gets a logger 2014-07-28 20:52:10 +01:00
Antony Male c657894fc3 Info, rather than Warn, when the ActionTarget is null 2014-07-28 20:44:33 +01:00
Antony Male 2372c2b5e0 Fix broken .csproj 2014-07-28 20:41:11 +01:00
Antony Male 14f1c4a4d5 Rename StyletLogManager -> LogManager and IStyletLogger -> ILogger, but put in Logger namespace 2014-07-27 18:21:14 +01:00
Antony Male 92002326b1 Merge branch 'release/0.9.11' into develop
* release/0.9.11:
  Bump version
  Update changelog
2014-07-26 18:21:58 +01:00
Antony Male 5778460c38 Bump version 2014-07-26 18:19:36 +01:00
Antony Male e24120c89a Update changelog 2014-07-26 18:19:08 +01:00
Antony Male 7952d15e83 Rename ILogger and LogManager to not conflict with NLog 2014-07-26 18:17:49 +01:00
Antony Male 642a038488 Add Execute.PostToUIThreadAsync 2014-07-26 11:51:46 +01:00
Antony Male a7a63d5ae1 Merge branch 'release/0.9.10' into develop 2014-07-25 13:20:30 +01:00
Antony Male a913ea3503 Bump version 2014-07-25 13:17:23 +01:00
Antony Male d8bfef242b Update changelog 2014-07-25 13:16:40 +01:00
Antony Male 61b3d3778b Remove and sort usings 2014-07-25 13:14:59 +01:00
Antony Male 4ed753e89e Bring unit test code coverage back to par 2014-07-25 13:11:51 +01:00
Antony Male 2fa14d3d7f Add LogManager, and logging 2014-07-25 12:46:10 +01:00
Antony Male 0fb379fc77 Correct unintentional change to StyletIntegrationTests/ShellView.xaml 2014-07-25 12:38:29 +01:00
Antony Male 7147f4cb43 ActionExtension.NullTarget and .ActionNotFound are no longer nullable, leading to clearer XAML 2014-07-25 12:36:15 +01:00
Antony Male 60aca05dd2 Simplify IViewManager, by aligning it to what someone actually wants the ViewManager to do 2014-07-24 16:39:26 +01:00
Antony Male b53d0f5195 Ensure that we don't throw if actions are bound before the ActionTarget is assigned 2014-07-24 16:30:57 +01:00
Antony Male 3e4e09a598 Prevent double closure of a Screen 2014-07-24 09:45:20 +01:00
Antony Male d51ef4a0a4 Avoid invalid binding notice when showing a MessageBox with the default title 2014-07-24 09:31:29 +01:00
Antony Male 240a543de8 Remove all instances of 'throw new Exception' 2014-07-23 15:21:02 +01:00
Antony Male b254f92fe8 Add OnStart hook for when Stylet starts up, and rename the existing hooks to avoid confusion 2014-07-23 13:24:12 +01:00
Antony Male e611367ab5 Replace the isSingleton bool with a RegistrationFactory lambda, which should more easily allow other scopes 2014-07-23 12:07:07 +01:00
Antony Male 092cf02599 Fix bug in BoolToVisibilityConverter, causing exception with some argument types 2014-07-21 11:20:29 +01:00
Antony Male 1d9a5d4248 Remove and sort usings 2014-07-21 11:04:08 +01:00
Antony Male 6533b34757 Split out the type which were all previously in StyletIoCContainer.cs 2014-07-21 10:57:18 +01:00
Antony Male 95f0f8b3e4 Add more system type aliases 2014-07-21 10:53:06 +01:00
Antony Male 96fdcd3e3c Move MessageBoxView back out of Xaml, so it's in the same location as its VM 2014-07-21 10:52:55 +01:00
Antony Male 58d5a6e55e Change the handler type for Bind and BindWeak, to include the sender and property name 2014-06-22 17:22:24 +01:00
Antony Male c18563267f Remove the WeakEventManager, as it was too complex
It's replaced with a BindWeak extension method, similar to the existing
Bind. This rejects delegates with compiler-generated targets
2014-06-22 16:41:52 +01:00
Antony Male 61d387d1ad Move MessageBoxView into Xaml 2014-06-22 15:30:51 +01:00
Antony Male 6f63c5cc2d Add channels to the EventAggregator 2014-06-17 17:44:35 +01:00
Antony Male ad4aa28b64 Extend BoolToVisibilityConverter to handle more types 2014-06-07 13:50:38 +01:00
Antony Male 17d280a898 Rename LambdaComparer to LambdaEqualityComparer, and create actual LambdaComparer 2014-06-06 13:14:20 +01:00
Antony Male 41542665f4 Change how Stylet.Samples.RedditBrowser's SubredditViewModel closes itself 2014-05-29 16:41:00 +01:00
Antony Male 556d25ef15 Fix typo in Stylet.Samples.RedditBrowser 2014-05-29 16:34:48 +01:00
Antony Male 835d6326f2 Update README with better symbol settings instructions 2014-05-29 16:23:27 +01:00
Antony Male 8511f32c50 Another little README tweak 2014-05-29 16:06:55 +01:00
Antony Male 1be747cdee Correct project title in README 2014-05-28 09:34:31 +01:00
Antony Male daa392ae03 Merge branch 'release/0.9.9' into develop 2014-05-27 13:31:45 +01:00
Antony Male 13248a97c5 Bump version 2014-05-27 13:29:41 +01:00
Antony Male 0beef2843d Update changelog 2014-05-27 13:29:22 +01:00
Antony Male 9f59c21f51 Fix bug where Stylet would launch before resources were loaded 2014-05-27 13:28:50 +01:00
Antony Male 9e0cfa0ea5 Merge branch 'release/0.9.8' into develop 2014-05-27 13:28:33 +01:00
Antony Male 15f216af0b Bump version 2014-05-27 13:00:57 +01:00
Antony Male 8614840280 Update changelog 2014-05-27 13:00:23 +01:00
Antony Male a45b4be523 Include .xaml files in the symbols package 2014-05-27 13:00:03 +01:00
Antony Male 4f9c0a5e04 Merge branch 'release/0.9.7' into develop 2014-05-27 12:56:42 +01:00