Ecosyste.ms: OpenCollective

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

github.com/catel/catel

An application development platform
https://github.com/catel/catel

Updated catel.iss

3edb36a3375a448685eb6bb9eacd25ebeeac7479 authored over 11 years ago
Added Finalize build script

0f7e7b12b72a7175564467a708c65fe1e85b87bf authored over 11 years ago
(*) CTL-187 Access to PropertyDataManager is now public to query properties of types

af44b27a621967d617f2a4551d9e3769ca756a8a authored over 11 years ago
Wrong version text label fix in catel.iss

5b08b42c771fefb0da4465e84ec776a6a45e464e authored over 11 years ago
Another fix in inno setup

e2877594b4458cb06b7a6648041ce52b79861c82 authored over 11 years ago
Updated catel.iss (inno setup script)

52512c5c79c61f32ee1b5736a8199a97d03c2db8 authored over 11 years ago
Setup fix with version display names

e77342d52f83f3f124dc83cb1d747224e1325a10 authored over 11 years ago
Updated CreateSetupPackage finalbuilder script

05a21d6db036cc5b5f866946fe6474aded13141b authored over 11 years ago
Updated all urls in all documentation files to match the new website catelproject.com

c9fb19bd61132370006cae4e6c33c2866cebd7f2 authored over 11 years ago
Added version items to finalbuilder projects for the build server

9a012192c0b8910551f39d653012b97bffdec7bf authored over 11 years ago
Added VS2013 support in Catel installer

41b5020a06de63553e7851efd78d4aa5f9462dcb authored over 11 years ago
Fix in Continua.CreateSetupPackage where DisplayVersion is no longer available

7526e5894e30bc87078811ecde21ace6c3e63081 authored over 11 years ago
Updated FinalBuilder projects for build server

353c90e19d66a5cde0f4125b2c4b6c9d86b54580 authored over 11 years ago
(x) CTL-185 Unloading a view via UserControlLogic might resolve in memory leaks

7dd8b3bd04a98ad100e74516f95858cce1441ed2 authored over 11 years ago
(x) CTL-182 Fixed memory leak in nested view models and view models that had SupportIEditableObject set to false

10ae7e6c2941169807bae664b442570f93d60a23 authored over 11 years ago
(+) Added support to install or distribute NuGet based modules trough NuGetBasedModuleCatalog

bf36e75d1972afc89497ffb1f6524b900f01004f authored over 11 years ago
ModelBase.Equals fix to prevent exceptions during equal checks because of the Microsoft implementation of EqualityComparer (which does throw exceptions against their own guidelines)

2279d3d967004481e075a6e1a67dde3792926077 authored over 11 years ago
(+) CTL-178 Added possibility to implement a custom the ModelEqualityComparer. It can be overridden by instance (setting the EqualityComparer) or for all models (registering it in the ServiceLocator)

2538cc31b358dfee06bcc035631e1ee017409482 authored over 11 years ago
Additional safety checks in XmlSerializer.Warmup

0ef39fef9d5b6eb29a5b3840d90b0ae71f5753af authored over 11 years ago
(x) CTL-179 Fixed issue when Modifiers="None" was used on behaviors (default value), pressing SHIFT and a character wouldn't trigger the events

e4d20c89398f50710bf98827e4f97a0b65686542 authored over 11 years ago
Small fix in serialization warmup code

af79631a144ba7bcd882c45875e421adc94da64d authored over 11 years ago
Added Enum<TEnum>.Parse

481fb7dd87225c18b6f1528c1185941832d2de4e authored over 11 years ago
Added Castle.Core dependency for Catel.Extensions.Interception

e6ed76156223c8d73ce81425e7bcac66cff586ad authored over 11 years ago
DataContractSerializerFactory is now thread-safe

22a2d45c3760d0a4f4bdd3cfa3104697343add8b authored over 11 years ago
Small doc improvement

667cd9cdff15849e592c0ab639b9e0f69b08e592 authored over 11 years ago
Added ISerializer.Warmup to allow pre-initialization of the serializers to improve the performance during the first serialization sequence

e21c44610c232e127839a24f6198901bbbd6e88f authored over 11 years ago
Improvements to ReaderWriterLockSlim on platforms it is not supported by default

8756f0903d311c8a597b2fa12814b003c099401a authored over 11 years ago
(x) CTL-177 TypeFactory scoping too strict to allow inner type construction. The TypeRequestPath now removes types from the path when they are successfully instantiated to provide a better and less strict scoping mechanism

27c6c67475574d1c58672a05bafe0a3752b1e98f authored over 11 years ago
Merge branch 'develop' of https://github.com/Catel/Catel into develop

d37da9bdea64f7d062df04ee9eb3283fd0442f2a authored over 11 years ago
Major performance improvements to initialization of the RedirectDeserializationBinder (from 4000 ms to 30 ms)

9e79283af0cf80952b27cf7db239cb3217364546 authored over 11 years ago
(*) Small changes in Interception.

8400759d848f9e7b52e87a05937c33755571d304 authored over 11 years ago
Added initialization of the BinarySerializer to the constructor so it is possible to "pre-initialize"

467738beab55975645e437ff2ff5754311f095a5 authored over 11 years ago
Added performance profiler project

688fc7cb6d866902314cc6a5eb7923db068c4baf authored over 11 years ago
TypeCache improvements where fallback types are now cached as well

cd89638c3f3b3b4244385075c210ca3924ba1118 authored over 11 years ago
DispatcherObservableObject now uses BeginInvokeIfRequired instead of BeginInvoke

74714ca60f6afbbd39b155b0fb34f263206dfa22 authored over 11 years ago
Small improvements to FastObservableCollection

cebdd34dd04627441e186602a82b38a310fd8d13 authored over 11 years ago
Added unit test for complex serialization modifier that serializes as completely different types

f626b1d1c7331ca88abf99c4e6549780ddbbd76c authored over 11 years ago
(x) CTL-176 Fixed issue in TypeHelper.GetTypeName for generic types where the inner types would not be handled

393ad2a56bdf05ae1c2d1935395a7ce5baab33b3 authored over 11 years ago
(+) CTL-175 It is now possible to customize and replace of IoC components (for example, to use an external IoC container)

bdcf44d7cdee2e1518eb14e7fd35a954485e659e authored over 11 years ago
Added ReaderWriterLockSlim for all target platforms

0795d9f5dd909fbb8287c48fa8a1c319294bf145 authored over 11 years ago
(*) CTL-170 Updated release steps to include generated PDF documentation

be2b65487b63bd1d5cbe0a9f9759bf37881ecbc3 authored over 11 years ago
Merge pull request #13 from Taggersoft/develop

Updates for WP8 and WIN81 projects.

95ce1bf0d25519f35feeb1649c327dbf68e324a0 authored over 11 years ago
Added new sources refs to WIN81 Catel.Core project.

f458afcbfbbf3b83a60840b1f5b87eb0ef5cae29 authored over 11 years ago
Added configrations for x86 WP8 Core and MVVM projects.

6900435cb133a41e0a462bb6bd9dd73fbb7791b7 authored over 11 years ago
Linked files for prism extension

bf6e83bd70e9dbe29bf48d85fc457a199068bea5 authored over 11 years ago
(+) Added RegisterViewWithRegion<TView> method extension for IRegionManager to easily register a view type for a region

3dcdcc6f6af97304ce56b0b02f4673ea41795ce8 authored over 11 years ago
Improvements to serializer modifiers

56bb8d1048a0f0a9c8dac7c4c7942f9fdbd8ccf5 authored over 11 years ago
Added serializer modifiers to be able to fully control serialization per model type

8465ed5c2bc9027a6fa811938491d8496facf6f1 authored over 11 years ago
Small fix in FrameworkelementLoadedManager

d67fa7ce7e5d18cd864cc2ca557f8d3f9291c6a1 authored over 11 years ago
Added ObjectToStringHelper.GetFullTypeString

17121dec0522ba19f88572e05be2298cc86e8cdb authored over 11 years ago
Updated Nuget.exe to the latest version

cd88e710c33aa1ab3ba179e572b7bd2e1a0fe859 authored over 11 years ago
Added SerializationContextHelper to generate the context name in a generic way

57ccf0708ca99111d31a4aeebd89a6f13432be45 authored over 11 years ago
(*) CTL-169 Binary serialization now supports circular references in complex serialization graphs

dd8b33090f9ed92405a4caa06f0224b0b10f04d6 authored over 11 years ago
Scoping for ReferenceManager during serialization is now based on the thread id

6941c58390e2f62f29ba3106d8fec910320df5b9 authored over 11 years ago
(*) CTL-169 Xml serialization now supports circular references in complex serialization graphs

3347e094144a80a13080e09a0b506dcf4b1318a0 authored over 11 years ago
(+) CTL-171 Added ReferenceManager to create a dictionary of references and unique identifiers

c0b89c559039f4331c5944ea0f206c1e5fd767d3 authored over 11 years ago
(+) CTL-172 Added ScopeManager to create custom scopes for any objects

5f4f3f127e3e93f3fa0c72d6031013fea10b0c9f authored over 11 years ago
Removed double lock approach from CacheStorage

08ac5db9733c3fdce5bfbc69ebed30ba6ffba744 authored over 11 years ago
Merge branch 'develop' of https://github.com/Catel/Catel into develop

47ece72aa77e23459faa1e1f0e02e3960abc2ec7 authored over 11 years ago
Updated Get, Clear and Remove approach to take in account the key specific lock

1452e69f841ccbddc501a6e2e0cfc082e6ea15d8 authored over 11 years ago
Small performance improvements in CacheStorage

8beb74490d560f95dc2dba17fd7c45547f7293d3 authored over 11 years ago
Merge branch 'develop' of https://github.com/Catel/Catel into develop

c50463891fb33cace052c4e2436f612c0b59c20b authored over 11 years ago
(*) Improved GetFromCacheOrFetch performance avoiding the serialization of multiples threads calls with different keys

f3fe9ac55b95a7413d3273d7ae873a3727a9c9cb authored over 11 years ago
(*) CTL-168 Added exception handling code to all projects using Caitlyn

5c6772d55f5a4ca323c4e686b81e5c239f3d7baa authored over 11 years ago
Merge remote-tracking branch 'origin/develop' into develop

4d7fffcc6027730d8018059d62bfc1315e6e4be3 authored over 11 years ago
CTL-168 Added support of buffering exception in Exception Handling

f7f44c05e216a3ed894ad0447bb33fdbf895f312 authored over 11 years ago
Disable documentation generation in finalbuilder

a39bef45011b236185afcd26c03addfbf8b2d8ba authored over 11 years ago
(+) CTL-167 Implemented SafeDirectoryModuleCatalog in Extensions.Prism because the default Prism directory catalog is not safe

0fb26cc260cf29070e50d0d85332e5f7aba27da5 authored over 11 years ago
Updated Fody to the latest version

c93c2d7a1001b2f105497e44c80650caeb0421a0 authored over 11 years ago
Merge pull request #12 from Taggersoft/develop

Developing for WIN81

7f259dc1037a0ecd6ffbbfbfe63de15531e84017 authored over 11 years ago
Improvements in IExceptionService

8a6fe2cacb05371df9ed0fb4d8e2c6128bdbfc59 authored over 11 years ago
Added references to the new files in Catel.Core.WIN81 project.

e01aa14dc5f3d9fd88395726a5fc9ce034ee4cbd authored over 11 years ago
(*) Added parameterless constructor to the ViewModelBase.

(*) Added 'using' to support correct xml-documentation in NETFX_CORE.

73f3ad7a0475457522ec93c712f5bd20e22e8d06 authored over 11 years ago
Added unit test to make sure FastObservableCollection supports linq

71a63553da7da4008a781c2a6432c4febba363c5 authored over 11 years ago
ServiceBase.GetService<> treated as error delayed until 3.8 instead of 3.7

5d317921876b2a4665e04b55af64a90d4e8f0ea7 authored over 11 years ago
ViewModelBase.GetService<> treated as error delayed until 3.8 instead of 3.7

d1cf3c2db21e71604fc80c410e31430bbfdca3d2 authored over 11 years ago
Unit test fixes

927dd8604821862f512a857f7a91e42122390611 authored over 11 years ago
Unit test fixes

57c5bd4cccdc7b56b9ef0830d99a3c9cb1d2280d authored over 11 years ago
(*) CTL-153 Small textual changes to IViewModelManager (renamed GetChildrenViewModels to GetChildViewModels)

4168209dc7133378021a241c8abcc8ddf3fbaec2 authored over 11 years ago
Merge branch 'develop' of https://github.com/Catel/Catel into develop

e81020784756bbdf04386da7edf27f875da12bd1 authored over 11 years ago
(+) CTL-153 Added GetChildrenViewModels on IViewModelManager to allow retrieving of all alive children view models instances of a specified view model.

b9fa1d97bcda30c6b6b2f2fdf2acacdc6d90bcc8 authored over 11 years ago
Fixed unit test

53406603902c163899fedf29caefb0ea0e4ee838 authored over 11 years ago
(x) CTL-156 PleaseWaitService.Push doesn't show correct message

90aa72d55db98aa58420de1be9bd0e1c9b9e026c authored over 11 years ago
(x) CTL-160 Null-values are not correctly restored by IEditableObject and the XmlSerializer now correctly serializes null objects (and restores them as such)

c7307a345399fe58e7decb8184b1abb28d656275 authored over 11 years ago
Fix for TypeFactory.InitializeAfterConstruction and null objects

6d44534ef47dbbf846e0f00fa4e50a3a8fa9d287 authored over 11 years ago
Added IoC.ObjectExtensions.GetDependencyResolver(this object)

66a2de99e715f14e2c88305d055be6f868f1c5ab authored over 11 years ago
Added ObjectExtensions.GetTypeFactory in Catel.IoC namespace to easily retrieve the TypeFactory of any object to get the TypeFactory which was used to create it

212958cba40069dee5ac092b444af30d26c6c2a0 authored over 11 years ago
Merge remote-tracking branch 'origin/Interception' into develop

f19335ce38fc4a833d834dc1946d32f2572548fc authored over 11 years ago
[CTL-5] Added target instance providing

d16888e9c0e572a6e2d38673c0930604397c4614 authored over 11 years ago
(+) CTL-154 Added DependencyResolver and DependencyResolverManager

288e625e843efd89e0934905af9ba7d70e1d7374 authored over 11 years ago
Updated finalbuilder (CreateNugetPackages)

d2038df08865fd4b74137198790e22d47f329fc4 authored over 11 years ago
NuGetPackages fix (FinalBuilder)

bca37fa2ba9887826a6a694ecb901099f4f3dcf3 authored over 11 years ago
Added Continua.BuildSolution.fpb7

18943821683366420b7c6316e3250256362204d0 authored over 11 years ago
Updated finalbuilder projects

39123d59090aadd2b64aaf389b60e1fe7e4ba031 authored over 11 years ago
Removed IViewModelExtensions form the prism extension

a22ab50667cbfee3aa423e22623958cc299a8b80 authored over 11 years ago
Updated finalbuilder projects for Continua CI

100e343f24d345576c97d76629fda84245556c39 authored over 11 years ago
(+) CTL-152 Added MementoService.IsEnabled to temporarily disable addition of batches and actions

4f102c6ed8d589f0bcdf54b8bc5cd00b7e1b1428 authored over 11 years ago
(*) CTL-151 Marked GetService on ViewModelBase and ServiceBase as obsolete => use dependency injection instead

215996acd9e859d2e5ef07377d406cf563520f32 authored over 11 years ago
Updated unit test projects

c91e0e769a0e95fa365bd3a2e1c62016a295fea2 authored over 11 years ago
Merge remote-tracking branch 'origin/Interception' into develop

Conflicts:
src/Catel.Extensions.Interception/Catel.Extensions.Interception.NET40/Catel.Extensio...

b1e247c74cb929e9f732d4b95544cc35cf1a3d52 authored over 11 years ago