3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 03, 2024 — Sep 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(+) Added first classes for ApiCop (*) Moved LogListener classes to separate folder (-) Removed class diagrams in core assemblies More... over 11 years ago
Fixed unit tests More... over 11 years ago
(+) Added ModelBase.DefaultSuspendValidationValue for models so the setting can be overridden per model More... over 11 years ago
(x) CTL-335 Minus sign not working in Catel:NumericTextBox is NegativeAllowed="True" More... over 11 years ago
(*) CTL-339 Added unit tests for protected excluded Catel properties More... over 11 years ago
(x) CTL-339 Serialization of protected Catel properties in non-WPF environment are being serialized even when they are decorated with the ExcludeFromSerialization attribute More... over 11 years ago
(*) CTL-342 DebugLogListener also writes to System.Diagnostics.Debug.WriteLine for Silverlight More... over 11 years ago
(*) CTL-343 Improved logging performance by 10 % by small optimalizations More... over 11 years ago
Small DataWindow improvements More... over 11 years ago
(x) CTL-331 Fixed issue where validation errors in models where not cleared in the ValidationContext when the value was changed directly on the model More... over 11 years ago
(*) CTL-339 Added unit tests for serialization problem with protected properties (but could not reproduce) More... over 11 years ago
Merge branch 'develop' of https://github.com/Catel/Catel into develop More... over 11 years ago
(+) CTL-340 Added LogManager.IgnoreCatelLogging to apply the setting to all ILogListener instances at once More... over 11 years ago
(*) Improvement on ServiceHostFactory.CreateServiceHost method (used TypeCache.GetType method instead of Type.GetType).
Rajivhost
as Rajiv Précieux Mounguengue
More... over 11 years ago
Fixed issue caused by the none parameterless constructor
Rajivhost
as Rajiv Précieux Mounguengue
More... over 11 years ago
(x) CTL-338 ViewModelManager gets double instance when it is injected before any ViewModel is used More... over 11 years ago
(*) CTL-337 Allow UserControlLogic to be used on ContentControl in WPF More... over 11 years ago
Additional improvements in data annotations validation More... over 11 years ago
Improved data annotation validation on ModelBase More... over 11 years ago
(*) CTL-334 ViewModelBase now respects SuspendValidation during saving, which means that even if there are validation errors, the view model can be saved when SuspendValidation is set to true More... over 11 years ago
(x) CTL-332 Fixed StackOverflow in TypeHelper.IsBasicType for Nullable<> implementations More... over 11 years ago
Removed unnecessary code More... over 11 years ago
More compilation fixes More... over 11 years ago
Merge branch 'develop' of https://github.com/Catel/Catel into develop More... over 11 years ago
Compilation fixes for exception service More... over 11 years ago
(*) CTL-333 Added missed unit tests.
Rajivhost
as Rajiv Précieux Mounguengue
More... over 11 years ago
(+) CTL-333 Now NET40 also support the IExceptionService.ProcessAsync
Rajivhost
as Rajiv Précieux Mounguengue
More... over 11 years ago
Merge branch 'develop' of https://github.com/Catel/Catel into develop More... over 11 years ago
(x) CTL-330 ViewModel gets unloaded before the view is actually unloaded in Windows Phone. The view models are now being closed in the Navigated event so it will be after the navigation transition has completed More... over 11 years ago
(*) CTL-42 Added InstanceProvider unit tests.
Rajivhost
as Rajiv Précieux Mounguengue
More... over 11 years ago