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
Merge pull request #42 from Khomutov/develop
Added converter from string to Type into StringToObjectHelper
03c2003f52f1a181b8b53818e4e6e2481a506aa7 authored about 10 years ago
Added converter from string to Type into StringToObjectHelper
3a586ba9a7f3bb7e2aa831d51d503ebcccc857ee authored about 10 years ago
3a586ba9a7f3bb7e2aa831d51d503ebcccc857ee authored about 10 years ago
Added overload for DynamicConfigurationExtensions
3e29fbb11bb7464afbdf8463f2eba692c04f843b authored about 10 years ago
3e29fbb11bb7464afbdf8463f2eba692c04f843b authored about 10 years ago
Added AutoCompletion.UseAutoCompletionService to allow the usage without AutoCompletionService
15c40bec47ead0ae400c7f08a909e050abae7a9a authored about 10 years ago
15c40bec47ead0ae400c7f08a909e050abae7a9a authored about 10 years ago
Added framework element extensions to check if a framework element is really visible to the user
74a0172694244760156e4683bce7b9855f73ed94 authored about 10 years ago
74a0172694244760156e4683bce7b9855f73ed94 authored about 10 years ago
Disabled sl5 verifications
9ebba4b9095caed9014b9efb61509ae5f76e045f authored about 10 years ago
9ebba4b9095caed9014b9efb61509ae5f76e045f authored about 10 years ago
Disabled verification of Catel.Extensions.FluentValidation (SL5)
c31c37748d1b6b732c155c8dd0979ffb7740101a authored about 10 years ago
c31c37748d1b6b732c155c8dd0979ffb7740101a authored about 10 years ago
(*) CTL-595 Disabled assembly verification for all projects that are not succeeding right now
5c6cfd2d22f69834f737eb556856424413cdd0c9 authored about 10 years ago
5c6cfd2d22f69834f737eb556856424413cdd0c9 authored about 10 years ago
Updated Fody and enabled assembly verification for all projects
0c5bc7c83352342dd98242fc3107693b39d0ee47 authored about 10 years ago
0c5bc7c83352342dd98242fc3107693b39d0ee47 authored about 10 years ago
Updated Catel.Fody
2ce17a9477be03923425982fa4a43ad3dd85394e authored about 10 years ago
2ce17a9477be03923425982fa4a43ad3dd85394e authored about 10 years ago
(+) CTL-545 Added IDataContextSubscriptionService to allow customization of DataContext subscriptions to be direct (element.DataContext only) or inherited
d531f480fe2f7e323b558a27ec4175e2ffabb471 authored about 10 years ago
d531f480fe2f7e323b558a27ec4175e2ffabb471 authored about 10 years ago
(+) CTL-591 Add more naming conventions to locators so views and view models can be located in same namespace
d0a09b327ee7fd7c1963f0960902c92b9476755f authored about 10 years ago
d0a09b327ee7fd7c1963f0960902c92b9476755f authored about 10 years ago
(+) CTL-394 CacheStorage Constructor with IEqualityComparer parameter support for Dictionary
e7db95dbaf0cc2fa59a62a7ae464ab1d25616984 authored about 10 years ago
e7db95dbaf0cc2fa59a62a7ae464ab1d25616984 authored about 10 years ago
(x) CTL-594 ViewModelCommandManager might throw NullReferenceException for closed view models
199845ec37bb77f287aa2de995e7d09ae69ac015 authored about 10 years ago
199845ec37bb77f287aa2de995e7d09ae69ac015 authored about 10 years ago
Additional unit tests for cache storage
761de3bf94eafa1578d96046f57111c5a4156850 authored about 10 years ago
761de3bf94eafa1578d96046f57111c5a4156850 authored about 10 years ago
(x) CTL-593 PleaseWaitService implementation missing from Silverlight
eb61fe81217f623702125b416683fdc4ef7e1414 authored about 10 years ago
eb61fe81217f623702125b416683fdc4ef7e1414 authored about 10 years ago
Fix unique control name for WPF
cb34a0e28073a71294b3e851376075e730d82383 authored about 10 years ago
cb34a0e28073a71294b3e851376075e730d82383 authored about 10 years ago
Merge pull request #41 from Khomutov/develop
Added ListDictionary + added it's usage into the CatelTypeInfo
6558b4491a61b4070d6c6699576149c1d3fc0e14 authored about 10 years ago
ListDictionary moved from the Catel.Cache to the Catel.Collections. Improved xml documrntation
f3b6798f00c605398c6e752dd62aed584030d052 authored about 10 years ago
f3b6798f00c605398c6e752dd62aed584030d052 authored about 10 years ago
Added simple test for the ListDictionary
561e24b1e89f724e6a9abab5f756f11baff14374 authored about 10 years ago
561e24b1e89f724e6a9abab5f756f11baff14374 authored about 10 years ago
Added implementation of IDictionary<,> which keeps items order in order which they was added.
814d6088b0272d4db5739787951d075d326c2fea authored about 10 years ago
814d6088b0272d4db5739787951d075d326c2fea authored about 10 years ago
(x) CTL-589 Nested user controls with same name might cause unhandled exception in Silverlight
5eebb822721ecfae4b815a4ff4fcea1b2ee071ed authored about 10 years ago
5eebb822721ecfae4b815a4ff4fcea1b2ee071ed authored about 10 years ago
Unsealed interactivity members
208998d5e6261f527bc930e922db0d74b6d94477 authored about 10 years ago
208998d5e6261f527bc930e922db0d74b6d94477 authored about 10 years ago
Added IList.Sort extension
c37a9885785ffccdd2d4ffe384572d4ae34a1f76 authored about 10 years ago
c37a9885785ffccdd2d4ffe384572d4ae34a1f76 authored about 10 years ago
Updated history.txt
a32cf1797280f5b6fd57baa1b877d7a4cb38c082 authored about 10 years ago
a32cf1797280f5b6fd57baa1b877d7a4cb38c082 authored about 10 years ago
Merge pull request #40 from LukeKolodziej/TaskCommands-SL-NET40
Enable TaskCommands and ProgressiveTaskCommands in SL and NET40
b9b09de954a3acbcba529ebe9e57a44c16d66b3e authored about 10 years ago
Cleanup and simplify #if stuff
e18727cbaea46036207878c50f76f32204d5896b authored about 10 years ago
e18727cbaea46036207878c50f76f32204d5896b authored about 10 years ago
Merge pull request #39 from LukeKolodziej/ProjectFileFix
Remove duplicate import from project file
3172181257fd2aef04df3e7d5217d8eb05bcd7d0 authored about 10 years ago
Remove duplicate import from project file
a345d68e3b75d3d204fb7b93de34c19131296e3e authored about 10 years ago
a345d68e3b75d3d204fb7b93de34c19131296e3e authored about 10 years ago
Correct spelling mistakes in doc comments
e6d4182e7a46eb95dd1ed985bcbd8b20725e06e0 authored about 10 years ago
e6d4182e7a46eb95dd1ed985bcbd8b20725e06e0 authored about 10 years ago
Enable TaskCommands and ProgressiveTaskCommands in SL and NET40
c3526cfff59b811f1120675cd13af5f9718b9aa4 authored about 10 years ago
c3526cfff59b811f1120675cd13af5f9718b9aa4 authored about 10 years ago
(+) CTL-580 Add base class for disposable objects
16178c2aa23d5831335741b3b430233da9cf0190 authored about 10 years ago
16178c2aa23d5831335741b3b430233da9cf0190 authored about 10 years ago
Moved change notification of PropertyBag outside lock
6279a43955abed7c1076a606a86e5b092b5882a4 authored about 10 years ago
6279a43955abed7c1076a606a86e5b092b5882a4 authored about 10 years ago
(*) CTL-579 Use Application.Shutdown instead of MainWindow.Close in NavigationService::CloseApplication
90017eb4d6e2e3f89b025c406fa2c7503e47dbd7 authored about 10 years ago
90017eb4d6e2e3f89b025c406fa2c7503e47dbd7 authored about 10 years ago
Improved async handling
0d96f8f88227348bfccb2962a6fbca9dd87625b9 authored about 10 years ago
0d96f8f88227348bfccb2962a6fbca9dd87625b9 authored about 10 years ago
(x) CTL-578 CancelViewModel with model mappings allows corrupt model
fa1bee8dcb357b2dab923d5bf28c22be79478aaa authored about 10 years ago
fa1bee8dcb357b2dab923d5bf28c22be79478aaa authored about 10 years ago
Updated to NUnit 2.6.4
2dea9ba06e9af4459a64ed80c4ad9171a0de9eda authored about 10 years ago
2dea9ba06e9af4459a64ed80c4ad9171a0de9eda authored about 10 years ago
Improvements to dynamic configuration
eb5a3022d202c44c228a81113830f3e0e189d76c authored about 10 years ago
eb5a3022d202c44c228a81113830f3e0e189d76c authored about 10 years ago
DynamicConfiguration now supports checks whether a property is actually set
5491b45de3f99d143c2482296efd8d135ec86be0 authored about 10 years ago
5491b45de3f99d143c2482296efd8d135ec86be0 authored about 10 years ago
(x) CTL-575 XmlSchemaHelper does not check for duplicate type entries
446ebbeb841b0bc2bee82410545396fb24e52bbb authored about 10 years ago
446ebbeb841b0bc2bee82410545396fb24e52bbb authored about 10 years ago
(x) CTL-574 Possible deadlock when mapping properties from VM to M in multithreaded scenarios
2a4ceb8eebb5516b0cc191cbbd9af9c218c86425 authored about 10 years ago
2a4ceb8eebb5516b0cc191cbbd9af9c218c86425 authored about 10 years ago
Updated history.txt for CTL-573
d859b5ca58fee81118334735459d5021ef0912da authored about 10 years ago
d859b5ca58fee81118334735459d5021ef0912da authored about 10 years ago
Merge pull request #38 from ccHanibal/develop
Fixed property injection with same type and different tag not working.
b4375e9b34969843a7f4b53a7359d4ece90ea6e4 authored about 10 years ago
Fixed property injection with same type and different tag not working.
Fixed service locator throwing CircularDependencyException when using property injection with sa...
38936fcb78053151edc13c5ec264a999e0937c5d authored about 10 years ago
(+) CTL-571 Add ObjectConverterService to allow customization of conversions
d28bf71f634e91136292489911d7fd233f80111b authored about 10 years ago
d28bf71f634e91136292489911d7fd233f80111b authored about 10 years ago
It's 2015
5234dcf4f66188ab1cc5c35089375a6bccb139fd authored about 10 years ago
5234dcf4f66188ab1cc5c35089375a6bccb139fd authored about 10 years ago
Changed position of thread id in LogListenerBase
7c4643740ffef9220279feae3802a057b35821c2 authored about 10 years ago
7c4643740ffef9220279feae3802a057b35821c2 authored about 10 years ago
(x) CTL-568 MessageBox in WPF does not set owner correctly when application is not activated
b571d401a7ee60526ac7d2613afc4b57d49dfa96 authored about 10 years ago
b571d401a7ee60526ac7d2613afc4b57d49dfa96 authored about 10 years ago
(*) CTL-567 Minor serialization improvements
d142cf80719b029f7b436896a00ae7ca6a53ce9b authored about 10 years ago
d142cf80719b029f7b436896a00ae7ca6a53ce9b authored about 10 years ago
Minor improvements to logging
72185b65ceca9df2349fcb3be00b7359aa261554 authored about 10 years ago
72185b65ceca9df2349fcb3be00b7359aa261554 authored about 10 years ago
(+) CTL-565 Add thread id to default FormatLogEvent in LogListenerBase
851f143eb6603bb004d5da6e72e4c336c01ee1d3 authored about 10 years ago
851f143eb6603bb004d5da6e72e4c336c01ee1d3 authored about 10 years ago
(+) CTL-564 Add DisposableToken class that makes it possible to easily suspend objects temporarily using an IDisposable token that can initalize / dispose the object automatically
7bcab85b3ce8f6d58ac03bfeac730f4eefa28c31 authored about 10 years ago
7bcab85b3ce8f6d58ac03bfeac730f4eefa28c31 authored about 10 years ago
(x) CTL-561 Changing TraceOutputControl.SelectedLevel doesn't work
8f927484e0b7ecd49ba80306b6805c79432e02bf authored about 10 years ago
8f927484e0b7ecd49ba80306b6805c79432e02bf authored about 10 years ago
(x) CTL-551 Memory leak with Behaviours caused by InteractivityManager. The InteractivityManager is now marked obsolete and will be removed in 5.0, logic has already been removed from the codebase
0252e1a17ffec050b287aea3a93435c8e6a6284a authored about 10 years ago
0252e1a17ffec050b287aea3a93435c8e6a6284a authored about 10 years ago
(x) CTL-563 InputGestures accepts key gesture with modifiers when Modifiers == ModifierKeys.None, now the check is strict and only works if all the modifiers match
adc94cd4650cdb28beff9f5852a45a14b9d1f00d authored about 10 years ago
adc94cd4650cdb28beff9f5852a45a14b9d1f00d authored about 10 years ago
Updated history.txt
134e9b43eb8423036ba86c3ba18797aaa8963062 authored about 10 years ago
134e9b43eb8423036ba86c3ba18797aaa8963062 authored about 10 years ago
Merge pull request #37 from Khomutov/develop
SelectDirectoryService.InitialDirectory property fixed.
cbd235ef4d0726256e8c13869b43b44edd744036 authored about 10 years ago
Merge remote-tracking branch 'origin/develop' into develop
Conflicts:
src/Catel.MVVM/Catel.MVVM.Shared/Services/SelectDirectoryService.cs
changed usage of the variable initialDirectory
7146a353ce6034a59d2d65bce762e4c9983aa4b8 authored about 10 years ago
7146a353ce6034a59d2d65bce762e4c9983aa4b8 authored about 10 years ago
removed unused variable InitialDirectory
e311a884df3ef49ba1512d71a12c06a4febc04fe authored about 10 years ago
e311a884df3ef49ba1512d71a12c06a4febc04fe authored about 10 years ago
changed strategy of using SelectedPath and RootFolder
c7ae512e635a4f2b27037b91d1e7687290fac757 authored about 10 years ago
c7ae512e635a4f2b27037b91d1e7687290fac757 authored about 10 years ago
SelectDirectoryService.InitialDirectory property fixed.
81bebbf91ff79a51770b1424d005b76cfb2b2e16 authored about 10 years ago
81bebbf91ff79a51770b1424d005b76cfb2b2e16 authored about 10 years ago
SelectDirectoryService.DirectoryName setter is now protected instead of private
f4a8d8a30fee3f756de0b7634fadb8a54ad40934 authored about 10 years ago
f4a8d8a30fee3f756de0b7634fadb8a54ad40934 authored about 10 years ago
Added extension methods to write empty lines to log
c6156d458f79752c926f4263ca0b849c22c6eb50 authored about 10 years ago
c6156d458f79752c926f4263ca0b849c22c6eb50 authored about 10 years ago
Fixed possible null reference exception in the ViewStack for Silverlight
b9a26e30371d9271f41b75b8ad418ae52988f739 authored about 10 years ago
b9a26e30371d9271f41b75b8ad418ae52988f739 authored about 10 years ago
Sln file update
3a515ec6f7f24835a1cc8b1da1df632f09e28a1e authored about 10 years ago
3a515ec6f7f24835a1cc8b1da1df632f09e28a1e authored about 10 years ago
Removed SL5 unit test project (doesn't support NUnit)
520c6a5de17d4a44d4dd73f9e79eada4f2c507e1 authored about 10 years ago
520c6a5de17d4a44d4dd73f9e79eada4f2c507e1 authored about 10 years ago
Fixed unit tests
954f21992e93aa4f2b9496f6cf4a6bfc0e05d6e6 authored about 10 years ago
954f21992e93aa4f2b9496f6cf4a6bfc0e05d6e6 authored about 10 years ago
Introduced AtLeastOneMustBeExecutable in CompositeCommand
256226325ef04f8d9ab089ccb5e6729376ddc070 authored about 10 years ago
256226325ef04f8d9ab089ccb5e6729376ddc070 authored about 10 years ago
(*) CTL-557 ServiceLocator should support IDisposable
23d62fc74fdeb10e4f39e34d335be90e853d2178 authored about 10 years ago
23d62fc74fdeb10e4f39e34d335be90e853d2178 authored about 10 years ago
(*) CTL-560 Allow ICommand to be added to CompositeCommand
19a998cbab8d39a084c47ee0339b2c384cc7ae11 authored about 10 years ago
19a998cbab8d39a084c47ee0339b2c384cc7ae11 authored about 10 years ago
Updated Fody packages
8f543dc3a3983c2c4d4fd18900392bbe3cd90f52 authored about 10 years ago
8f543dc3a3983c2c4d4fd18900392bbe3cd90f52 authored about 10 years ago
Added build scripts
e2a4c735699d5f627e200f28d8d243e7e5a57c05 authored about 10 years ago
e2a4c735699d5f627e200f28d8d243e7e5a57c05 authored about 10 years ago
Fixed unit tests
7b1bb5362992848495a854c8d9733c435fae922d authored about 10 years ago
7b1bb5362992848495a854c8d9733c435fae922d authored about 10 years ago
(*) CTL-559 IoC ObjectExtensions DefaultDependencyResolver improvement
b93b1230fdfbe7fda37d3ae9772826c03ea1c264 authored about 10 years ago
b93b1230fdfbe7fda37d3ae9772826c03ea1c264 authored about 10 years ago
(*) CTL-558 Use LayoutRounding and SnapToDevicePixels in DataWindow and UserControl to prevent blurriness. Also available as extension method FrameworkElement.FixBlurriness()
de6c63843dc1ee3d211f739fc6c0574a82f7a209 authored about 10 years ago
de6c63843dc1ee3d211f739fc6c0574a82f7a209 authored about 10 years ago
(+) CTL-556 Add support for SharpDevelop XAML visual designer
32797c613eb6bd865cda267a61fe15de96b28dca authored about 10 years ago
32797c613eb6bd865cda267a61fe15de96b28dca authored about 10 years ago
(+) CTL-554 Allow suspension of notifications in ConfigurationService
73b516883eae65f84b3924da50aad6de607e4796 authored about 10 years ago
73b516883eae65f84b3924da50aad6de607e4796 authored about 10 years ago
Updated .gitignore for new VS
a6b6ccf930e4e5e054e10bfd86a099ef4613b4d4 authored about 10 years ago
a6b6ccf930e4e5e054e10bfd86a099ef4613b4d4 authored about 10 years ago
Fixed unit tests
fc54ae3f084420bb10f06ab79531c6389b4c0715 authored about 10 years ago
fc54ae3f084420bb10f06ab79531c6389b4c0715 authored about 10 years ago
Doc updates
98714dda0ff9ef8bbfce847d97172697ac5751a2 authored about 10 years ago
98714dda0ff9ef8bbfce847d97172697ac5751a2 authored about 10 years ago
Removed nextversion.txt
d1842b9e893699fd9cddee1d51976bcfe5ccb579 authored about 10 years ago
d1842b9e893699fd9cddee1d51976bcfe5ccb579 authored about 10 years ago
Updated release date
b0cdbb94446f1a1be4289fe5c641a45cb8145ae2 authored about 10 years ago
b0cdbb94446f1a1be4289fe5c641a45cb8145ae2 authored about 10 years ago
Updated release date
0d44723e2553e5d5ebd929e21dcddf03f082ccfb authored about 10 years ago
0d44723e2553e5d5ebd929e21dcddf03f082ccfb authored about 10 years ago
Merge branch 'release/4.0.0'
b9622fb953d9a03f21271c1b4a79e746680356bd authored about 10 years ago
b9622fb953d9a03f21271c1b4a79e746680356bd authored about 10 years ago
Fix in UpdateBindingBehaviorBase
9f133d1c3609c9bf13313589970776a9cc1cb7d0 authored about 10 years ago
9f133d1c3609c9bf13313589970776a9cc1cb7d0 authored about 10 years ago
(+) Added IServiceLocator extension methods to register and immediately resolve (great for listening services that need to be registered and kept alive)
10e585edb801f30067b2c601b5ada9f0fa79aa85 authored about 10 years ago
10e585edb801f30067b2c601b5ada9f0fa79aa85 authored about 10 years ago
Build fix
230a4ec2489ba76244d81a46f1ffa8338aea8624 authored about 10 years ago
230a4ec2489ba76244d81a46f1ffa8338aea8624 authored about 10 years ago
(+) CTL-552 Create catel:Window that derives from DataWindow with a customized features
83de5df7a056ef642e6b67c148301c4242b39600 authored about 10 years ago
83de5df7a056ef642e6b67c148301c4242b39600 authored about 10 years ago
(+) Added extension methods to get the build date/time of an assembly
084bc2685eef2b820e273a25a37e4d15ae366a87 authored over 10 years ago
084bc2685eef2b820e273a25a37e4d15ae366a87 authored over 10 years ago
(x) Fixed deadlock when multiple threads are loading assemblies into the AppDomain while instantiating types (creating type will lock, as will the clear cache, caused by AppDomain.AssemblyLoaded, will). This is fixed by trying to enter the monitor when clearing the cache. If that fails, it's just the way it is, but we cannot cause a deadlock
e429b3dcdc397dba8d1588aab211dacbedbedd0d authored over 10 years ago
e429b3dcdc397dba8d1588aab211dacbedbedd0d authored over 10 years ago
Added overload for TaskHelper.RunAndWaitAsync that takes tasks (better for full async support)
eda58f92950eeaefb139566f73a8f76c9e174f65 authored over 10 years ago
eda58f92950eeaefb139566f73a8f76c9e174f65 authored over 10 years ago
Build fix
b4161f9c5c038a6aecf97e567600364d9d772dc3 authored over 10 years ago
b4161f9c5c038a6aecf97e567600364d9d772dc3 authored over 10 years ago
(*) Updated to latest version of Fody and related packages
e2064157c5ecd6e682e2d7caadca21cc83c8b8f7 authored over 10 years ago
e2064157c5ecd6e682e2d7caadca21cc83c8b8f7 authored over 10 years ago
(+) Added async method TaskHelper.RunAndWaitAsync
1872963ca49102bf7fdf30bbc35c81134cb9505b authored over 10 years ago
1872963ca49102bf7fdf30bbc35c81134cb9505b authored over 10 years ago
Improved TypeNotRegisteredException description
b284d8b1ff9c05dc3a6c644c6b3c21dfe972bc84 authored over 10 years ago
b284d8b1ff9c05dc3a6c644c6b3c21dfe972bc84 authored over 10 years ago
Fixed some deadlocks caused by CTL-543
9b3e8fc5f6eef7c9048040642af84efb96cdf1e5 authored over 10 years ago
9b3e8fc5f6eef7c9048040642af84efb96cdf1e5 authored over 10 years ago
(x) CTL-543 App crash on startup with CLR Assert Failure - mscorlib recursive resource lookup bug ReflectionTypeLoad_LoadFailed
87bc19b7b6a6402c113b96c949930e53d66e9aca authored over 10 years ago
87bc19b7b6a6402c113b96c949930e53d66e9aca authored over 10 years ago
Merge pull request #36 from IvanKupriyanov/develop
Fix for CTL-543
1951b8e27c2e7aa2056804af34e37a59ca7ba6ee authored over 10 years ago
better solution.
9da3947a37e98f3331ed323bc3b3bd41bd7a2852 authored over 10 years ago
9da3947a37e98f3331ed323bc3b3bd41bd7a2852 authored over 10 years ago