Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Catel

Catel is an application development platform with the focus on MVVM
Collective - Host: opensource - https://opencollective.com/catel - Website: https://www.catelproject.com - Code: https://github.com/catel/catel

(+) CTL-340 Added LogManager.IgnoreCatelLogging to apply the setting to all ILogListener instances at once

github.com/catel/catel - 708c0faac738541d44957f6a6b752f1c291a767b authored almost 11 years ago by Geert van Horrik <[email protected]>
(*) Improvement on ServiceHostFactory.CreateServiceHost method (used TypeCache.GetType method instead of Type.GetType).

github.com/catel/catel - ef38395bcd2b730b041ffee30ddb09e6b760fc2e authored almost 11 years ago by Rajiv Précieux Mounguengue <[email protected]>
Fixed issue caused by the none parameterless constructor

github.com/catel/catel - ba2146697e13bb64a5f0da3b7914f438d7ca8083 authored almost 11 years ago by Rajiv Précieux Mounguengue <[email protected]>
(x) CTL-338 ViewModelManager gets double instance when it is injected before any ViewModel is used

github.com/catel/catel - b51c3fcbc12168fcadf275b5d10d7fac607fc863 authored almost 11 years ago by Geert van Horrik <[email protected]>
(*) CTL-337 Allow UserControlLogic to be used on ContentControl in WPF

github.com/catel/catel - 22d03575aa8c30b568905fabc23aa4cc1283fe3f authored almost 11 years ago by Geert van Horrik <[email protected]>
Additional improvements in data annotations validation

github.com/catel/catel - 252699b348400ed67abc3132d2c87f9019946d52 authored almost 11 years ago by Geert van Horrik <[email protected]>
Improved data annotation validation on ModelBase

github.com/catel/catel - bfdb216a9051cf641f06c40b8ac7878e32d87cca authored almost 11 years ago by Geert van Horrik <[email protected]>
(*) 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

github.com/catel/catel - b041edcefe8da7372d72e75659a530da4ba95b8c authored almost 11 years ago by Geert van Horrik <[email protected]>
(x) CTL-332 Fixed StackOverflow in TypeHelper.IsBasicType for Nullable<> implementations

github.com/catel/catel - 49446df72ccab98a1274d1768be82464c9fe9bd1 authored almost 11 years ago by Geert van Horrik <[email protected]>
Removed unnecessary code

github.com/catel/catel - cf075681e7d536500ca09b2f328439c9aa8fb36a authored almost 11 years ago by Geert van Horrik <[email protected]>
More compilation fixes

github.com/catel/catel - c829fae4cc1fb3f824062b54312fa3420989c6af authored almost 11 years ago by Geert van Horrik <[email protected]>
Merge branch 'develop' of https://github.com/Catel/Catel into develop

github.com/catel/catel - 8cc230b5a99db89c09c567862382cb4d68fc76a7 authored almost 11 years ago by Geert van Horrik <[email protected]>
Compilation fixes for exception service

github.com/catel/catel - ded6bcba720595c9dd56f24bdeaef66660de7986 authored almost 11 years ago by Geert van Horrik <[email protected]>
(*) CTL-333 Added missed unit tests.

github.com/catel/catel - 48670e781392f9d0dd7a42ffdd1f88ce7ca3e6fe authored almost 11 years ago by Rajiv Précieux Mounguengue <[email protected]>
(+) CTL-333 Now NET40 also support the IExceptionService.ProcessAsync

github.com/catel/catel - 3b89ac7eb97ed11912ba51b2398f82e3c4d10363 authored almost 11 years ago by Rajiv Précieux Mounguengue <[email protected]>
Merge branch 'develop' of https://github.com/Catel/Catel into develop

github.com/catel/catel - 951637c6245081246a66bb8ed2187e4d2a4ccd34 authored almost 11 years ago by Geert van Horrik <[email protected]>
(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

github.com/catel/catel - 4abf3389139799cd6e7555188f1275e8cb91bdd9 authored almost 11 years ago by Geert van Horrik <[email protected]>
(*) CTL-42 Added InstanceProvider unit tests.

github.com/catel/catel - e019fb8d465410d5467f066441d383eecd1b8f43 authored almost 11 years ago by Rajiv Précieux Mounguengue <[email protected]>
CreateNugetPackages script fix to prevent dummy directories

github.com/catel/catel - ed59e3b100845b7f4681cbd4143e8ccc6c59ee4d authored almost 11 years ago by Geert van Horrik <[email protected]>
(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)

github.com/catel/catel - e1ece7147f84889cc0e9f49eb7497420112883f8 authored almost 11 years ago by Geert van Horrik <[email protected]>
Merge branch 'feature/CTL328_Xamarin' into develop

* feature/CTL328_Xamarin:
(+) Created Catel.MVVM.PCL project (-) Removed AutoDisposeHelper

github.com/catel/catel - baf854e03611d161e0dd5ced7b55ccd858848873 authored almost 11 years ago by Geert van Horrik <[email protected]>
(+) Created Catel.MVVM.PCL project

(-) Removed AutoDisposeHelper

github.com/catel/catel - 2cc0f05bdebaf9001224227f9426a7c145183c3c authored almost 11 years ago by Geert van Horrik <[email protected]>
(*) CTL-42 Added ServiceHost unit tests.

github.com/catel/catel - 91d423442580d76a2a42baa45b61e0d3c6d00057 authored almost 11 years ago by Rajiv Précieux Mounguengue <[email protected]>
(*) [CTL-42] Small code improvements and added first unit tests.

github.com/catel/catel - f4cee4f59d322e3e9d46b1ef327c8c044be7d212 authored almost 11 years ago by Rajiv Précieux Mounguengue <[email protected]>
Added RestorePackages.bat to increase restore NuGet package performance

github.com/catel/catel - 26f24d64a1304160fbcc9c20c0343898863cd506 authored almost 11 years ago by Geert van Horrik <[email protected]>
(*) CTL-325 Update description of all nuget packages

github.com/catel/catel - aea2a234496bc5544dd88ae5770ddfa9149ed199 authored almost 11 years ago by Geert van Horrik <[email protected]>
(x) CTL-327 ListCollectionView not supported in ChangeNotificationWrapper (causes InvalidCastException)

github.com/catel/catel - dd4ea5f36539dbd304ed465af0651132adc1694b authored almost 11 years ago by Geert van Horrik <[email protected]>
(*) 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

github.com/catel/catel - b35c23cd82af52e7493881dfe12e51a18fb71254 authored almost 11 years ago by Geert van Horrik <[email protected]>
Removed all types and members for types that were marked obsolete and were to be released in 4.0

github.com/catel/catel - ab1a7257f08d9d33ecc2de4d727444531af55a19 authored almost 11 years ago by Geert van Horrik <[email protected]>
Updated history.txt

github.com/catel/catel - da32c6bfc47a0e0353c9846f74ff794dd5e95d77 authored almost 11 years ago by Geert van Horrik <[email protected]>
Merge branch 'release/3.9.0'

github.com/catel/catel - 91b090452b67d03b45955eec39336e1f23355dd7 authored almost 11 years ago by Geert van Horrik <[email protected]>
Updated history.txt in preparation of 3.9.0 release

github.com/catel/catel - 5da2ec51e04ef160bd2fea4e274affc89c146c37 authored almost 11 years ago by Geert van Horrik <[email protected]>
Merge branch 'feature/CTL310_JsonSupport' into develop

github.com/catel/catel - ae19280b6eae9d96262456e27b3a6dccd9ddba58 authored almost 11 years ago by Geert van Horrik <[email protected]>
Improved unit tests for json support

github.com/catel/catel - 096563b1646bdef2106a89aea7c7503490a0ded2 authored almost 11 years ago by Geert van Horrik <[email protected]>
(x) CTL-314 Catel + Json.NET model causes ArgumentNullException during deserialization from json => ModelBase

github.com/catel/catel - cdfbdc6e029a865a7514d6210aeaf906d0512106 authored almost 11 years ago by Geert van Horrik <[email protected]>
Small doc improvements in CollectionExtensions

github.com/catel/catel - 463f387d576594d42a453e525cfa351913f6f916 authored almost 11 years ago by Geert van Horrik <[email protected]>
Disabled SymbolSource packages, still giving errors

github.com/catel/catel - f9007b0ec0bccde25f6b5ae4dd6d200996b992fa authored almost 11 years ago by Geert van Horrik <[email protected]>
Added SourceRoot variable to CreateNuGetPackage script

github.com/catel/catel - 2d7ef5157b6ec847132418613d5e0d9f955cbcbe authored almost 11 years ago by Geert van Horrik <[email protected]>
(+) Added ISerializationContext.Depth which provides the depth level of the element currently being serialized

github.com/catel/catel - 895bd6182227b1a797f270c4fdc7fc81fbc5be64 authored almost 11 years ago by Geert van Horrik <[email protected]>
Trying to push sources & symbols to symbolsource.org again

github.com/catel/catel - 5bf8918afb6523783400ca4289c4c6b38406df52 authored almost 11 years ago by Geert van Horrik <[email protected]>
TypeFactory change to improve behavior when types cannot be resolved from the DependencyResolver

github.com/catel/catel - 2c5d7ff38629f9b53565647ebe36c152c41e8eda authored almost 11 years ago by Geert van Horrik <[email protected]>
(*) 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 cre...

github.com/catel/catel - 14a46df0c697a0e8b5ed34937d54ff59275559c0 authored almost 11 years ago by Geert van Horrik <[email protected]>
(*) 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 com...

github.com/catel/catel - 0db452fa909b6c76999b3ca45f894538b1b8c61f authored almost 11 years ago by Geert van Horrik <[email protected]>
(+) 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 ar...

github.com/catel/catel - 9fceeae97a9fe1bc3841c9dfaa50ff728596c032 authored almost 11 years ago by Geert van Horrik <[email protected]>
Merge branch 'feature/viewmodelcontainer' into develop

github.com/catel/catel - 7c98e853fb38ba93b95eaf37af458da58b5a13d0 authored almost 11 years ago by Geert van Horrik <[email protected]>
(*) 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)

github.com/catel/catel - 2fd070e782b42b70d6b5bc240a2364bc3846da03 authored almost 11 years ago by Geert van Horrik <[email protected]>
(+) 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.

github.com/catel/catel - 65cc216c802534273626800f45fc3fc90f78b633 authored almost 11 years ago by Geert van Horrik <[email protected]>
(x) CTL-317 MVC DependencyResolver does not support dynamic new pages

github.com/catel/catel - f928709e1b5be7e9a9abbc7071f19971ea4cda9d authored almost 11 years ago by Geert van Horrik <[email protected]>
(*) Performance improvements in LanguageService

github.com/catel/catel - b537c64a87e9c6063ed5079b8c38cd5ea49fb61d authored almost 11 years ago by Geert van Horrik <[email protected]>
(x) CTL-308 Serialization now omits the the default namespace for value types and strings which allows WCF services to use encryption

github.com/catel/catel - 8867695874478f5bee687c2b632bade202f0b322 authored almost 11 years ago by Geert van Horrik <[email protected]>
Small code style change

github.com/catel/catel - 07cfe199b9ffcea3b7c184579b19134a758b0324 authored almost 11 years ago by Geert van Horrik <[email protected]>
(x) CTL-311 MessageMediator issues when removing subscription

github.com/catel/catel - 4f288f7d6eb642def626b5b9156fb89518e7cb12 authored almost 11 years ago by Geert van Horrik <[email protected]>
Updated history.txt for CTL-10

github.com/catel/catel - a27a0dd400e884712b4e38a55e5313f2c43eda5c authored almost 11 years ago by Geert van Horrik <[email protected]>
(+) CTL-10 Added multilingual support

github.com/catel/catel - ec8c2899ec724432e15dabac3a91952fc24ff626 authored almost 11 years ago by Geert van Horrik <[email protected]>
(*) CTL-302 Added unit tests for TextToUpperCaseConverter and TextToLowerCaseConverter converters

github.com/catel/catel - ec4cf8521a784f6188532e3661a18dc101223761 authored almost 11 years ago by Geert van Horrik <[email protected]>
(+) CTL-302 Added TextToUpperCaseConverter and TextToLowerCaseConverter converters

github.com/catel/catel - f0446a41c5ca7e860397c0b3968574c7a6381f73 authored almost 11 years ago by Geert van Horrik <[email protected]>
(*) IPhoneApplicationPage now implements IView interface

github.com/catel/catel - c932b9fd646771475511b0599924db009bc2fe91 authored almost 11 years ago by Geert van Horrik <[email protected]>
Updated to year 2014

github.com/catel/catel - 447f8a428fea5cb5087e97b8c58ac7cad969400a authored almost 11 years ago by Geert van Horrik <[email protected]>
Fixed unit test issue

github.com/catel/catel - 42473a39f3cc0e2f4ce5e04f9ea3039e1c7b51b8 authored almost 11 years ago by Geert van Horrik <[email protected]>
(+) CTL-301 Added ChangeNotificationWrapper.UpdateCollectionSubscriptions to update subscriptions of collections at any time

github.com/catel/catel - 922cfbf7f52a94026ab6f943429573a2ce202de0 authored almost 11 years ago by Geert van Horrik <[email protected]>
(x) CTL-299 ChangeNotificationWrapper does not handle NotifyCollectionChangedAction.Reset correctly

(+) CTL-300 Added ChangeNotificationWrapper methods to unsubscribe and subscribe collections item...

github.com/catel/catel - dfb22f8a31210a867c0a92fab3f972190f569f9a authored almost 11 years ago by Geert van Horrik <[email protected]>
(x) CTL-298 Nested view models with default constructor behave incorrectly. Now the child views are correctly closed as part of closing a nested hierarchy inside a DataWindow

github.com/catel/catel - 35350049cf925ac13a16965fb72be7f5ad538d12 authored almost 11 years ago by Geert van Horrik <[email protected]>
Added CollectionToCountConverter

github.com/catel/catel - 1e48975cfe3a1758e07089cf0331a46293ad5447 authored almost 11 years ago by Geert van Horrik <[email protected]>
(*) CTL-295 Improved LocationService for Windows Phone 8

github.com/catel/catel - 2dfe78779d93a10cefe2918bd2dd866b7a3d27e6 authored almost 11 years ago by Geert van Horrik <[email protected]>
(x) CTL-294 ServiceLocator does not throw CircularDependencyException for some cases

github.com/catel/catel - d406d2240ac21c2e8cec0a61f5e9644890457a92 authored almost 11 years ago by Geert van Horrik <[email protected]>
(x) CTL-292 New overloads for RegisterTypeIfNotRegisteredWithTag

github.com/catel/catel - 767c0acc7e0fd68464ca52add2a28445beb415f8 authored almost 11 years ago by Geert van Horrik <[email protected]>
(x) CTL-292 Added RegisterTypeWithTag instead of new overloads because it was causing issues

github.com/catel/catel - 089f19ff47605b016f97c2d270dd6b3c35ef0499 authored almost 11 years ago by Geert van Horrik <[email protected]>
Added DebugDisplay attributes to servicelocator registrations

github.com/catel/catel - 5b1926d90b52fe2e0a1e57fa7e0d542c75ced37b authored almost 11 years ago by Geert van Horrik <[email protected]>
Unit test fix

github.com/catel/catel - 46da32f7a93222767e239d15238d778474b7b6eb authored about 11 years ago by Geert van Horrik <[email protected]>
(+) CTL-292 Added ServiceLocator extension methods for registrations with tags and RemoveType

github.com/catel/catel - 28ac4814f32053273608e6628268ea2f178a6d5e authored about 11 years ago by Geert van Horrik <[email protected]>
(+) CTL-288 Added additionnal ProcessAsync methods on IExceptionService

github.com/catel/catel - cd685891d8937825a6d43343bb060f26ef7ac941 authored about 11 years ago by Rajiv Précieux Mounguengue <[email protected]>
(*) CTL-286 NavigationContext will now only be updated on the initial navigation for a view model

github.com/catel/catel - 56ca7690eb2158519ad9d1983621abfea3f9c10e authored about 11 years ago by Geert van Horrik <[email protected]>
(+) Added ICompositeCommand.CheckCanExecuteOfAllCommandsToDetermineCanExecuteForCompositeCommand

github.com/catel/catel - c5e31a65c802437c3b1e92df9564f52b664f9f67 authored about 11 years ago by Geert van Horrik <[email protected]>
(+) CTL-45 ServiceLocator can now register types using conventions

Merge branch 'feature/AutoRegistration' into develop

Conflicts:
src/Catel.Core/Catel.Core.NET4...

github.com/catel/catel - 7d45678e7cf5ebe28ddb5503cf9b1cb440d64700 authored about 11 years ago by Geert van Horrik <[email protected]>
(*) CTL-285 Windows Phone navigation will now keep view models tight to their page instantiations and will only actively close a view model when the back button is used

github.com/catel/catel - 0acfe2db783cbbfe56bad8ac4a9e80cd2864236a authored about 11 years ago by Geert van Horrik <[email protected]>
Added overloads for CommandManager to allow customized CompositeCommand implementations

github.com/catel/catel - ec05905cf2e231e4907c056a70f29f3d108ed772 authored about 11 years ago by Geert van Horrik <[email protected]>
Fixed small typos in Command class

github.com/catel/catel - 18bc1ae307a68bdee22652d158fecc576422ce02 authored about 11 years ago by Geert van Horrik <[email protected]>
(*) CTL-45 Added unit tests

github.com/catel/catel - 9c2f25fe880fbe7c15a12b5cbf7091482f4f5eda authored about 11 years ago by Rajiv Précieux Mounguengue <[email protected]>
(*) CTL-45 Small fix

github.com/catel/catel - fff6a54793250859799e83d68dfeebc8b59252c2 authored about 11 years ago by Rajiv Précieux Mounguengue <[email protected]>
(*) CTL-211 Renamed resource files of simple chinese from zh-CHS to zh-Hans

github.com/catel/catel - cbacddf07566f65f70ec7e00f9b4dfe50f111c64 authored about 11 years ago by Geert van Horrik <[email protected]>
(*) CTL-230 XmlSchemaHelper now supports the new serialization engine introduced in Catel 3.7

github.com/catel/catel - c85632d08fed470fe72ac7e4567d4f52431f628f authored about 11 years ago by Geert van Horrik <[email protected]>
Unit test fix

github.com/catel/catel - 656016a597b772e35bfe55af9edfb7d49b28c00d authored about 11 years ago by Geert van Horrik <[email protected]>
(x) CTL-232 XmlSerialization of complex types (interface collections of interfaces with each element of diff. class)

github.com/catel/catel - b38001210864f5ad69ca4c31834fbfc61d2f4bee authored about 11 years ago by Geert van Horrik <[email protected]>
(-) CTL-273 Removed external container helper implementations (no longer supported)

github.com/catel/catel - df0fe6d997e09e457c9e4c839e1e76236fbb12ab authored about 11 years ago by Geert van Horrik <[email protected]>
(-) CTL-273 Removed external container registration and synchronization support for the ServiceLocator. The reason for this is complex maintenance, bad performance (all done via reflection) and there are now better alternatives

github.com/catel/catel - 1946d4e41a5f071c7c739ad9201365232f83c492 authored about 11 years ago by Geert van Horrik <[email protected]>
(*) CTL-45 the two first unit tests works now.

github.com/catel/catel - e4cd6a2f8637736cac03d4c683f3190401ee7a96 authored about 11 years ago by Rajiv Précieux Mounguengue <[email protected]>
Merge commit 'f134e62bca9cc78276421487298b27657ad6933f' into feature/AutoRegistration

github.com/catel/catel - cdac95c9361c79a6892005837fbdeb018b801687 authored about 11 years ago by Rajiv Précieux Mounguengue <[email protected]>
(*) CTL-45 lot of improvements in auto registration feature.

github.com/catel/catel - bdebe91917b8fc2b452e6ac28a41a407b3fc5d63 authored about 11 years ago by Rajiv Précieux Mounguengue <[email protected]>
Unit test fix

github.com/catel/catel - d9987d67aa5fde10e2247eff6d0aabccf4aabc0e authored about 11 years ago by Geert van Horrik <[email protected]>
Unit test fix

github.com/catel/catel - f683d238115ac235cee256cd2dd563748ef4152b authored about 11 years ago by Geert van Horrik <[email protected]>
Updated history file

github.com/catel/catel - 1ea11c0f366966c50150d808bcd2fc82e2949103 authored about 11 years ago by alexfdezsauco <[email protected]>
Merge branch 'develop' of https://github.com/Catel/Catel into develop

github.com/catel/catel - 8abb062fb80ab9b2ce65478327f483b0d607ec1c authored about 11 years ago by alexfdezsauco <[email protected]>
Merge remote-tracking branch 'remotes/origin/StartUpInfoProvider' into develop

github.com/catel/catel - a6265eb6ba849fd9ed7d85610cd2e34c683b0d80 authored about 11 years ago by alexfdezsauco <[email protected]>
(x) CTL-275 Fixed implementation of StartUpInfoProvider Arguments property

github.com/catel/catel - 51a3d7adcc3d7b099d9b8335f6c57ecdb52b0568 authored about 11 years ago by alexfdezsauco <[email protected]>
(x) Fixed small issue with singleton registrations in ServiceLocator (occurred only in combination with Remove)

github.com/catel/catel - 9c7d8b28954481c022ff27c114890e24a41adab8 authored about 11 years ago by Geert van Horrik <[email protected]>
Merge branch 'feature/ServiceLocatorCallbackRegistration' into develop

github.com/catel/catel - 4ed375ea91dd3788e013c096c8890fe29151e056 authored about 11 years ago by Geert van Horrik <[email protected]>
(+) CTL-24 ServiceLocator can now register types with a callback so types can be created using a function callback

github.com/catel/catel - 8d83a9f2bff37bdcd55ff45d4833e13270f8cf6c authored about 11 years ago by Geert van Horrik <[email protected]>
Added some premature registration overloads

github.com/catel/catel - cd7c2d196503f688ed03074e1bb5652f343cbf66 authored about 11 years ago by Geert van Horrik <[email protected]>
(+) CTL-283 Added ExcludeFromSerialization attribute to prevent annotation validation on properties where it should not be called on

github.com/catel/catel - 4fab0aef7f371c1a0b37e27b510ac572e59e87d2 authored about 11 years ago by Geert van Horrik <[email protected]>
(-) CTL-282 Removed AllowNonSerializedMembers attribute because it is no longer required because of the new serialization engine introduced in Catel 3.7

github.com/catel/catel - 877234e8a84e2575ba910137e3b52ab9b3f7afa8 authored about 11 years ago by Geert van Horrik <[email protected]>