commits |
date |
b7fd762474f2
by
TheBlueSky
|
Jan 27
5:39 AM
|
default
tip
Maintaining code-style consistency: - remove extra spaces, - add some spaces, - change tabs to spaces, - use Compact Control Readability style, - sort using directives, - remove un-referenced asseblies - ... etc. I did the dirty work, so you don't have to :)
|
9e6d561365f1
by
EisenbergEffect
|
Jan 21
12:15 AM
|
Adding nuget info needed for WinRT packages.
|
4956d124861b
by
EisenbergEffect
|
Jan 20
8:51 PM
|
Added a Bind.ModelWithoutContext for View-first scenarios inside of DataTemplate.
|
219e404c5ff4
by
EisenbergEffect
|
Jan 20
7:33 PM
|
More code cleanup.
|
464982064537
by
EisenbergEffect
|
Jan 20
6:28 PM
|
Some code cleanup.
|
aafe90938fb1
by
cb55555
|
Jan 20
5:56 PM
|
-Added ability customize name formatting in type mappings -Added new and safter way to annotate transformation rules as interface names to filter out when when needed
|
7c42d010c47d
by
cb55555
|
Jan 20
2:09 PM
|
-Changed TransformName from method to Func -Changed some formatting to Java-style
|
e66ed896a4a0
by
cb55555
|
Jan 19
10:34 PM
|
-Added configurability of locator classes -Added TypeMappingConfiguration class -Added references to projects
|
a161874ad61d
by
EisenbergEffect
|
Jan 18
8:43 PM
|
Fixed a certain long-standing bug which caused problems when conventions were applied via the Bind.Model property inside of a virtualizing control with container recycling enabled. This may have fixed some other intermitent issues related to the Bind.Model property as well.
|
6a83df699a3f
by
EisenbergEffect
|
Jan 18
5:45 PM
|
Enabled ValidatesOnExceptions when conventional validation is turned on for a binding.
|
919548d181bf
by
EisenbergEffect
|
Jan 18
5:31 PM
|
Cleaning up some conditional compilation and making sure that WP71 features are the same as SL4.
|
16ab6bcb3e64
by
EisenbergEffect
|
Jan 17
8:24 PM
|
Determined that SL's TabControl is not fixable via conventions.
|
7e4078aa6b0c
by
EisenbergEffect
|
Jan 17
6:24 PM
|
Started work on fixing TabControl in SL through conventions. Not there yet.
|
1329d33e1308
by
EisenbergEffect
|
Jan 17
5:37 PM
|
Fixed some Xml serialization issues with INPC.
|
6724a302f1a7
by
EisenbergEffect
|
Jan 17
5:25 PM
|
Updated the SL5 build to use the new native UpdateSourceTrigger.
|
97f5b2f50145
by
robertheisenberg
|
Jan 16
9:24 PM
|
Fixed a bug in the WinRT dispatcher code.
|
06712a0650f2
by
EisenbergEffect
|
Jan 16
9:12 PM
|
Fixed up some Nuget package metadata.
|
6b0f9a9de67f
by
EisenbergEffect
|
Jan 16
8:51 PM
|
-Added a new Func to ViewLocator called DeterminePackUriFromType. This function maps a View Type to pack Uri for use in navigation scenarios. Since there is no way to reliable way to determine the Uri from a type, a default implementation is provided which should work for most cases, but can be replaced for other scenarios. This function is used internally by the WP7 UriBuilder.
|
3c386f67e0fa
by
EisenbergEffect
|
Jan 16
8:09 PM
|
Added an override called CanCloseOnNavigating to the NavigationService. This can be used to customize IDeactive.Deactivate() calls when navigating away from a VM-backed page view.
|
484930267c99
by
EisenbergEffect
|
Jan 16
7:48 PM
|
-Marked all assemblies as CLSCompliant. -Fixed a build problem with the WP71 Extensions.
|
7236963d90e7
by
EisenbergEffect
|
Jan 16
7:40 PM
|
Removed an erroneous comment from the GameLibrary sample.
|
d97dc821505d
by
cb55555
|
Jan 9
2:05 AM
|
- Added filter on ViewLocator.TransformName to return only the names for given context - For ViewLocator and ViewModelLocator, modified the LINQ that locates the Type in AssemblySource.Instance collection to base the sequence on the name list returned from the NameTransformer rather than the order in which the types are found the assemblies
|
c39225e8d285
by
EisenbergEffect
|
Jan 3
1:33 PM
|
-Some improvements to the PhoneContainer to enable overriding the default services, such as INavigationService.
|
c454af911414
by
EisenbergEffect
|
Jan 2
3:27 PM
|
Some breaking changes in the ConventionManager to better handle ItemsSource binding with pre-existing collections. Added some helper methods and renamed a few things for greater clarity.
|
accd7843f20b
by
EisenbergEffect
|
Jan 1
6:38 PM
|
-Changed the visibility of the Application property on the Bootstrapper to protected so it's harder to abuse. -Added some documentation to clarify the use of the "useApplication" parameter of the Bootstrapper's ctor.
|