Commit Graph

16 Commits

Author SHA1 Message Date
Antony Male 14f1c4a4d5 Rename StyletLogManager -> LogManager and IStyletLogger -> ILogger, but put in Logger namespace 2014-07-27 18:21:14 +01:00
Antony Male 7952d15e83 Rename ILogger and LogManager to not conflict with NLog 2014-07-26 18:17:49 +01:00
Antony Male 2fa14d3d7f Add LogManager, and logging 2014-07-25 12:46:10 +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 240a543de8 Remove all instances of 'throw new Exception' 2014-07-23 15:21:02 +01:00
Antony Male 1d9a5d4248 Remove and sort usings 2014-07-21 11:04:08 +01:00
Antony Male eeeb761e0d ViewManager methods should have been protected... 2014-05-26 19:13:08 +01:00
Antony Male 7203b02cdf Add a load of missing XML documentation 2014-05-26 18:54:56 +01:00
Antony Male a914d58668 Refactor the ViewManager, splitting out a few methods to make it easier to customize 2014-05-26 18:54:55 +01:00
Antony Male f5f406596d Split out ViewManager a bit more 2014-05-26 17:05:58 +01:00
Antony Male b89c61a91e Move View into the Xaml namespace, so it's accessible through https://github.com/canton7/Stylet 2014-05-11 20:02:21 +01:00
Antony Male 43fe090fa9 Add more unit tests 2014-05-07 13:20:36 +01:00
Antony Male 5884592c07 Split out ViewManager.LocateViewForModel, and fix a sample 2014-04-10 20:35:32 +01:00
Antony Male 0d3538c932 Document ViewManager a bit 2014-04-10 13:14:17 +01:00
Antony Male ac83c4967d Rename View.Target -> View.ActionTarget 2014-03-03 21:32:07 +00:00
Antony Male 40c9d4ed88 Get rid of the static ViewLocator and ViewModelBinder, and replace with the singleton ViewManager 2014-02-23 20:02:18 +00:00