Commit Graph

21 Commits

Author SHA1 Message Date
Antony Male e8d9f95dfd Remove unnecessary usings 2015-09-24 13:37:29 +01:00
Antony Male 1fd12fd54b Keep ReSharper happy 2015-01-15 10:35:27 +00:00
Antony Male 20c708ddbe Conductor optionally disposes children, and WindowConductor never does 2015-01-15 09:28:24 +00:00
Antony Male 9e9355ffe0 Add StyleCop support
Most of the violations were documentation changes
2015-01-10 14:22:28 +00:00
Antony Male 94d4a31b85 Be draconian about using readonly where appropriate 2014-12-04 17:06:12 +00:00
Antony Male 1d9a5d4248 Remove and sort usings 2014-07-21 11:04:08 +01:00
Antony Male 7203b02cdf Add a load of missing XML documentation 2014-05-26 18:54:56 +01:00
Antony Male bfd9ac3f06 Refactor Conductor.DetermineNextItemToActivate, so it's a bit more self-contained 2014-05-26 18:54:46 +01:00
Antony Male 956c9e970a Modify SetParent so it only sets the parent, not clears it 2014-05-26 18:53:53 +01:00
Antony Male 5962c1c8bb Fiddle with Condcutor.EnsureItem, so that it does one thing, rather than two 2014-05-26 18:53:30 +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 1e904dd586 Fix up things I apparently didn't save before 2014-04-18 23:50:50 +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
Antony Male f004e29119 Fix ConductorOneActive Deactivate method 2014-04-14 13:11:07 +01:00
Antony Male 6accd02c27 Lots more docs 2014-04-07 13:14:43 +01:00
Antony Male abb1d340b8 Tidy up / fix the conductors a bit more 2014-03-26 12:59:16 +00:00
Antony Male 0f6994721a Attempt to change Deactivate(true) to Close()
Probably needs a bit more testing and verifying, but the tests pass
2014-03-26 08:36:19 +00:00
Antony Male 31c9844c47 Add more conductor tests, and tests for Execute, PropertyChangedBase 2014-03-25 13:20:31 +00:00
Antony Male 907c59acf1 Add documentation to the conductors 2014-03-15 14:09:38 +00:00
Antony Male faa1b9a2b5 Finish off the conductors (still needs testing) 2014-02-06 12:45:36 +00:00
Antony Male db2c9bfeee WIP on Conductors 2014-02-05 17:03:37 +00:00