Fork: CaliburnMicro

commits

date

comment

0f2249a0618a
by Sean
Jun 25 2011
1:00 PM
default tip

Upgrade to Windows Phone 7.1 SDK (Mango)

df5cd0df55c6
by DanielChambers
Jun 18 2011
3:12 AM

Fixed the ViewLocator's {basename}PageViewModel -> {basename}Page name transformer rule which was actually producing {basename}PageViewModel -> {basename}PagePage results

5764a107cea0
by EisenbergEffect
Jun 1 2011
3:54 PM

Fixed up the assembly metadata for the extensions assembly.

d677bbc484d0
by EisenbergEffect
Jun 1 2011
1:48 PM

Added back the OnViewReady override to the WP7 version of ViewAware with a better implementation this time.

7e8b50de548b
by EisenbergEffect
Jun 1 2011
12:53 PM

Some improvements to the NameTransformer.

4c2a9daf9828
by EisenbergEffect
Jun 1 2011
2:07 AM

Removed the "code in" templates. This was a maintenance nightmare for me and created issues for developers using these template who wanted to stay up to date with bug fixes. I recommend either using the NuGet support or directly linking the actualy Caliburn.Micro project(s) into your solution. It would be relatively little effort for the developer to merge the project's source into their tree if they need to.

e3aa5f13aa36
by EisenbergEffect
Jun 1 2011
2:00 AM

Removed the WP7 OnViewReady functionality that was temporarily added yesterday. Hopefully no one misses it...

caf1fd4fa459
by EisenbergEffect
May 31 2011
9:40 PM

Added another fall-through convention for view/viewmodel location that keeps compat with what worked in the previous version.

2ab4e6bccda2
by EisenbergEffect
May 31 2011
12:44 PM

Enabled the MessageBinder to properly handle Guids out of the box.

1952597c82b9
by EisenbergEffect
May 30 2011
7:30 PM

Updated the GameLibrary sample to use the new RegEx features of the ViewLocator.

2604fb8f5bf5
by EisenbergEffect
May 30 2011
3:31 PM

Fixed a spelling error in the IEventAggregator interface and implementation.

4c9ea1cf35a4
by EisenbergEffect
May 30 2011
2:39 PM

Some improvements to the event agg sample.

7576816155af
by EisenbergEffect
May 30 2011
2:26 PM

Extended the HelloEventAggregator sample to demonstrate polymorphic events. Fixed an incorrect xml code comment.

7122c57c5cf6
by EisenbergEffect
May 30 2011
1:28 PM

Added OnViewReady to the WP7 version of ViewAware. Override this to execute screen logic after the first LayoutUpdated event fires. Added RestoreAfterViewReady as a resurrection timing option.

eb6a209aae75
by EisenbergEffect
May 30 2011
12:59 PM

Fixed a bug in conductors.

032084a198ba
by EisenbergEffect
May 30 2011
12:52 PM

Fixed a bug in conductors.

1de3a75d73e5
by EisenbergEffect
May 30 2011
1:01 AM

Fixing the Nuget package so that it is ready for v1.1

438be2636135
by EisenbergEffect
May 29 2011
11:37 PM

Fixed the ViewLocator and ViewModelLocator so that they now support all previous extentions using the new RegEx system.

bb6b7dd04400
by EisenbergEffect
May 28 2011
7:24 PM

Fixed the HelloWP7 sample by making the sample follow consistent naming conventions.

64203855205b
by EisenbergEffect
May 28 2011
7:01 PM

Fixing some samples. GameLibrary and WP7 are currently broken. Do not use this code yet...

7fe3257f9cca
by EisenbergEffect
May 28 2011
6:46 PM

Some style and API changes to the new view/viewmodel name transformers. Fixing some samples. There are still some things broken here. Use at your own risk.

7728926c250b
by Chin Bae
May 28 2011
1:37 PM

Merge

244bd5ab71f7
by Chin
May 27 2011
2:35 PM

Added static property on ViewLocator class to allow changing of the separator used when resolving View names for context instnaces.

7d06992df31b
by Chin
May 27 2011
5:33 AM

Added extensibility to View and ViewModel resolution

837da930a77b
by Chin
May 26 2011
6:41 AM

-Added some safety measures through regular expressions to string transforms used in View resolution
-Add extensibility mechanism to allow project-specific View resolution conventions or ViewModel-specific special cases