3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Aug 30, 2024 — Aug 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
CreateNugetPackages script fix to prevent dummy directories More... over 11 years ago
(x) CTL-329 VisualStateManager doesn't change state in WP8 in UserControl => introduced option to transfer styles and transitions: UserControl.TransferStylesAndTransitionsToViewModelGrid (default value is true) More... over 11 years ago
Merge branch 'feature/CTL328_Xamarin' into develop More... over 11 years ago
(+) Created Catel.MVVM.PCL project (-) Removed AutoDisposeHelper More... over 11 years ago
(*) CTL-42 Added ServiceHost unit tests.
Rajivhost
as Rajiv Précieux Mounguengue
More... over 11 years ago
(*) [CTL-42] Small code improvements and added first unit tests.
Rajivhost
as Rajiv Précieux Mounguengue
More... over 11 years ago
Added RestorePackages.bat to increase restore NuGet package performance More... over 11 years ago
(*) CTL-325 Update description of all nuget packages More... over 11 years ago
(x) CTL-327 ListCollectionView not supported in ChangeNotificationWrapper (causes InvalidCastException) More... over 11 years ago
(*) CTL-326 Data annotation validation will no longer be invoked for properties with non-public getters to prevent first chance exceptions the first time such a property is being validated More... over 11 years ago
Removed all types and members for types that were marked obsolete and were to be released in 4.0 More... over 11 years ago
Updated history.txt More... over 11 years ago
Merge branch 'release/3.9.0' More... over 11 years ago
Updated history.txt in preparation of 3.9.0 release More... over 11 years ago
Merge branch 'feature/CTL310_JsonSupport' into develop More... over 11 years ago
Improved unit tests for json support More... over 11 years ago
(x) CTL-314 Catel + Json.NET model causes ArgumentNullException during deserialization from json => ModelBase More... over 11 years ago
Small doc improvements in CollectionExtensions More... over 11 years ago
Disabled SymbolSource packages, still giving errors More... over 11 years ago
Added SourceRoot variable to CreateNuGetPackage script More... over 11 years ago
(+) Added ISerializationContext.Depth which provides the depth level of the element currently being serialized More... over 11 years ago
Trying to push sources & symbols to symbolsource.org again More... over 11 years ago
TypeFactory change to improve behavior when types cannot be resolved from the DependencyResolver More... over 11 years ago
(*) CTL-320 All initialization modules in Catel now implement the IServiceLocatorInitializer interface. This allows developers to create IServiceLocator initializers which will automatically be called when creating a service locator More... over 11 years ago
(*) CTL-313 Improved IoCConfiguration so it is easier to replace specific IoC components in Catel. This is a breaking change for users that manually instantiate the ServiceLocator or that have customized any component. For more information, visit https://catelproject.atlassian.net/wiki/display/CTL/Replacing+the+default+components (+) CTL-319 Added ParallelHelper to invoke actions on very large sets of items with a customizable batch size More... over 11 years ago
(+) CTL-307 Added IViewModelContainer events for view load states (Loading, Loaded, Unloading, Unloaded). Catel now correctly handles large nested trees which are correctly unloaded and no dummy view models are being created any longer for sub views which are not yet (but about to be) unloaded. Catel is now aware that a view model is about to be unloaded when the DataContextChanged event occurs (before a view is actually unloaded). This is a breaking change for users that have implemented a custom base class for views. To fix the issue, implement the required events on the views as explained at https://catelproject.atlassian.net/wiki/display/CTL/Using+a+custom+control More... over 11 years ago
Merge branch 'feature/viewmodelcontainer' into develop More... over 11 years ago
(*) CTL-307 Catel is now aware that a view model is about to be unloaded when the DataContextChanged event occurs (before a view is actually unloaded) More... over 11 years ago
(+) Added IViewModelContainer events for view load states (Loading, Loaded, Unloading, Unloaded). Catel now correctly handles large nested trees which are correctly unloaded and no dummy view models are being created any longer for sub views which are not yet (but about to be) unloaded. More... over 11 years ago
(x) CTL-317 MVC DependencyResolver does not support dynamic new pages More... over 11 years ago