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

Forcing VS 14 (somehow it returns 12 on the WIN 10 build agent)

github.com/catel/catel - a61cf4b9d792f5a996f4769e067c91cf3b4b6c4a authored over 9 years ago
Small csproj file to support new WIN 10 build agent

github.com/catel/catel - 9026bb723cb99687810257a16fac6de125120523 authored over 9 years ago
Compilation fixes

github.com/catel/catel - 80d0931c1723901c48e1ad8672347c65158aba69 authored over 9 years ago
Refactorings to ChangeNotificationWrapper

github.com/catel/catel - c88db43e62a847d0e12987eadd708af46516bab9 authored over 9 years ago
Use BeginInvoke instead of Invoke in FastObservableCollection

github.com/catel/catel - bb29c3fee261948c8fd3e7f82c222f41346a7068 authored over 9 years ago
Several dispatcher / dispatcherservice improvements

github.com/catel/catel - 5b7bf1cdec0d5a2adfecad302daab8e34bca7884 authored over 9 years ago
Updated Catel.Fody

github.com/catel/catel - 3169a618c81b24be270341184d56b7f1d2d002a1 authored over 9 years ago
Using centralized task start code for async extensions

github.com/catel/catel - b26c9bf6bc0acb18809a40d38210ca4e203b6347 authored over 9 years ago
Added Start methods to TaskHelper in order to start tasks the right way on each platform

github.com/catel/catel - 4953e8f9ea20bc90c06d9878103b6dc632fcfd56 authored over 9 years ago
(x) CTL-663 ViewModelCommandManager sometimes throws KeyNotFoundException in multithreaded scenarios

github.com/catel/catel - 7c469d1e7fdaace1c7e033f827e22aeb7ef16f34 authored over 9 years ago
Merge pull request #49 from Khomutov/develop

use the same action for replacing as for adding and removing of TabItem in TabControl

github.com/catel/catel - 41dd6e9b437dd89257fb9da710830c86b011d849 authored over 9 years ago
(+) CTL-660 Allow AssemblyHelper.GetEntryAssembly with custom EntryAssembly resolver

github.com/catel/catel - 85b3c2fb7905e85cf40c45eae0ce735bae1348d6 authored over 9 years ago
use the same action for replacing as for adding and removing of TabItem in TabControl

github.com/catel/catel - 3795ca87a237c81b6d4f3fc9cc3c30223be4cab2 authored over 9 years ago
(x) CTL-659 AssemblyHelper.GetEntryAssembly fails with Dynamic Assemblies

github.com/catel/catel - e8c26d4a8a7d09e2799f24f7f547650c4bf79433 authored over 9 years ago
Dummy commit

github.com/catel/catel - ff1d22d283a9f871ad6ca3a676adc758f6823f08 authored over 9 years ago
(x) CTL-658 LanguageService doesn't work for WinRT and resources inside the app itself

github.com/catel/catel - 79ee257e6b390ae5f6afc589bd96f398dc04e521 authored over 9 years ago
(x) Fixed AssemblyHelper.GetEntryAssembly() for Windows Runtime (NETFX_CORE)

github.com/catel/catel - cc7846f9b80fc0660c070a454740e5ec9044da53 authored over 9 years ago
Updated GitVersion mode to ContinuousDeployment

github.com/catel/catel - 4f3bda314488836279b0dd16aed204cc4688e8ee authored over 9 years ago
Added IsEnabled property to all behaviors and triggers

github.com/catel/catel - 0f4826ebb431f028898eb3d49eca0a135d8f49b0 authored over 9 years ago
(x) Turned IgnoreDependencies property to false as default at NuGetBasedModuleCatalogParentChildBehavior

github.com/catel/catel - f6d673eb472878416044d2598a6285546569dd8e authored over 9 years ago
Merge branch 'develop' of https://github.com/Catel/Catel into develop

github.com/catel/catel - 1b0a38ceb315ef0be4d1c8d6d612e14abd9d381c authored over 9 years ago
(x) CTl-646 Used StringComparison.CurrentCultureIgnoreCase for query package by id

github.com/catel/catel - 4be621e1a061da4e4ad198d1c40b62ea0fca9652 authored over 9 years ago
Updated comment

github.com/catel/catel - 16a777e1378e2492f3a0dc56d842c8f3613ea9d4 authored over 9 years ago
Improvements to focus behaviors

github.com/catel/catel - 0dcc15aa0eb786eb7dd6216b97d6de36fa6d2f75 authored over 9 years ago
(+) CTL-657 Create FocusOnKeyPress behavior to allow to set the focus when a specific KeyDown event occurs

github.com/catel/catel - d9761cf70955d9c8a879a797b5f9d0f9f21cb170 authored over 9 years ago
(+) CTL-656 Added Async overloads in ViewModel to prepare for async and sync methods support in ViewModelBase in v5

github.com/catel/catel - ec12ccdf0dedd1da1fc591acf51f5a99858f5a90 authored over 9 years ago
(x) CTL-654 CompositeCommand.UnregisterAction doesn't work when directly passing in a method

github.com/catel/catel - d288cad190a2d8e9aff2c4607251f9dc83b0f127 authored over 9 years ago
Command manager fix

github.com/catel/catel - d62c38dd6de8c024aeb65cfebd49f807545dcec4 authored over 9 years ago
(x) CTL-653 The type initializer for 'Catel.IoC.IoCFactory' threw an exception for types where FullName is empty

github.com/catel/catel - e14764323d6ec590ef0afad292047acaf1c80315 authored over 9 years ago
(+) CTL-652 Create a CommandManagerWrapper so every window can support application-wide commands

github.com/catel/catel - ad180017d1c0a3717d1dcb82466c9c1604a9e93b authored over 9 years ago
Don't handle already handled KeyDown events in the CommandManager

github.com/catel/catel - 0989836d311462762917fdd3cd52aee2ad7a8576 authored over 9 years ago
(x) CTL-650 ParallelHelper is not executing anything in parallel

github.com/catel/catel - dfbb3285ff7300bcf43263ee99560436b7f071ef authored over 9 years ago
Improved LogManager behavior in multithreaded scenarios

github.com/catel/catel - 928c0418f3968cbcd1a5b58c2d77f1dc4fc83ab2 authored over 9 years ago
Merge branch 'develop' of https://github.com/catel/catel into develop

github.com/catel/catel - bdf43c80c08f4ca10c114d1f0e8274fcb039af2b authored over 9 years ago
(+) CTL-649 Implement command containers for application-wide commands

github.com/catel/catel - 7778108a0bbc192f83fdf98e24a993650ca2290f authored over 9 years ago
Small improvement

github.com/catel/catel - 3c4c7f20081efb75e0ebff6fe610ede988a83780 authored over 9 years ago
Merge branch 'feature/nugetprism' into develop

github.com/catel/catel - 27c5fabcd6e26d5bb8311069ab687420b78f1275 authored over 9 years ago
(x) Ensured the module assembly reference for package with unexpected structure

github.com/catel/catel - 0ca53ca5de79ad94b7f1e2eccab29bbcdfbde49c authored over 9 years ago
Restored module check when assembly resolution fails

github.com/catel/catel - 21a9c496cbfc7ac3765a0cb09c836e5d5c2dd304 authored over 9 years ago
Merge branch 'feature/nugetprism' into develop

github.com/catel/catel - 08db763fe44b107229bc3d1307e69b315f1603de authored over 9 years ago
Fixed versioning of nuget dependencies

github.com/catel/catel - 11981d9bfe9b9c4a9cc78b9a2fab6775914280f9 authored over 9 years ago
Minor type load improvement

github.com/catel/catel - 8ec8109a73d988a805c24813864baa5f72a5df81 authored over 9 years ago
True composite nuget based module catalogs for prism

github.com/catel/catel - 409975dcb348ccb15608413b555a5d24aaf3afad authored over 9 years ago
(*) Small improvement to lookup only into the requested modules

github.com/catel/catel - 0cb63fe42f83cc32bffc519ae623a97cea826cb7 authored over 9 years ago
Merge branch 'feature/nugetprism' of https://github.com/Catel/Catel into feature/nugetprism

github.com/catel/catel - bf5227a6e5468fab30fa41c828ca7f8f755096e2 authored over 9 years ago
(+) Added method EnsureAssemblyFileRef to InstallPackageRequest in order to fix AssemblyFileRef for package with unexpected structure

github.com/catel/catel - e333c0b85e63cab97fcdd7890cd4228b39f98116 authored over 9 years ago
Use FindPackage instead of TryFindPackage

github.com/catel/catel - cd7f9c5524c8afb6d82c9b9df89a6d523dd3771a authored over 9 years ago
Additional checks

github.com/catel/catel - 7464dbd9e65f46077fdae5d67f4ebebc6419c0e0 authored over 9 years ago
Merge branch 'feature/nugetprism' of https://github.com/Catel/Catel into feature/nugetprism

github.com/catel/catel - d7f65fa14d6fa514c7b2e997ca211c5d97ba0dfc authored over 9 years ago
(x) Assemblies modules are ignored at the event that tries to resolve assemblies libraries

github.com/catel/catel - 6fc547157a0918bc1022025dfd51441fcf72457c authored over 9 years ago
Updated dotsettings

github.com/catel/catel - 2a697f4aaa233103b63fb40a119811aec4be58d8 authored over 9 years ago
Small improvements

github.com/catel/catel - 49978a46d3a35ef47f5aeff352450ae27a8258de authored over 9 years ago
Several improvements and bugfixes to prism implementation

github.com/catel/catel - 16df6e6468a46dd41e2a38038f6f65bb00de4c3b authored over 9 years ago
Merge branch 'feature/nugetprism' of https://github.com/Catel/Catel into feature/nugetprism

github.com/catel/catel - c9fe3d6adf2b8738b423b361f1dacc8f71c0c9ba authored over 9 years ago
(+) CTL-646 Added support to load library dependencies looking for the assembly on the output directory also filtering by FrameworkNameIdentifier

github.com/catel/catel - b48bd2dc8a504ee57cdf8d65c564fccc4f800cf5 authored over 9 years ago
Merge branch 'feature/nugetprism' of https://github.com/catel/catel into feature/nugetprism

Conflicts:
src/Catel.Extensions.Prism/Catel.Extensions.Prism.Shared/Modules/NuGetBasedModuleCat...

github.com/catel/catel - 1a41d2529687ce267b430e6a89e5afa78bfa2b89 authored over 9 years ago
Updated resharper settings

github.com/catel/catel - 51b7a9bacf15f64300a52c39a2885cb5ec1e6ac4 authored over 9 years ago
Prism improvements

github.com/catel/catel - 259f7609feb7ac5f942e1a951e022007d69c70db authored over 9 years ago
(x) Improved module listing approach in order to merge Modules and PackageModules avoiding duplication by module name

github.com/catel/catel - 5ff7972c58ebfe7a00b72afd3f300d15bfb7cdec authored over 9 years ago
(x) Library dependencies are resolved from all package source when an aggregation of catalog (CompositeNuGetBasedModuleCatalog) is used.

github.com/catel/catel - 692ab05dcd7e40a99de7853e42be438116be2814 authored over 9 years ago
Reverted some changes to multiple repositories on NuGetModuleCatalog, already implemented in CompositeNuGetBasedModuleCatalog

github.com/catel/catel - 810c00c38ecba43e62cf447f3af5b216a17b0ffa authored over 9 years ago
Refactorings for NuGet and Prism

github.com/catel/catel - 6a51e099ff858d2bb4acf347e050b8182567d9d9 authored over 9 years ago
(*) CTL-648 Ensure ShowDialogAsync works the same (blocking) on all platforms

github.com/catel/catel - 268a77322f4d86c4b1c660e1704f658dd6499a1c authored over 9 years ago
Enabled Xamarin builds again

github.com/catel/catel - a5778082ea4056f1cadcb925221d7cddd366501e authored over 9 years ago
Code style improvements

github.com/catel/catel - 5b9eea0bf1346b7a0521512516c2d167875a9942 authored over 9 years ago
Updated sln

github.com/catel/catel - 3937e687eb6edfd4853cfa18c5216cf2ef3a370e authored over 9 years ago
Fixed more Xamarin.iOS references

github.com/catel/catel - 6131730ffca91d180a778301a3c1d018278a36a8 authored over 9 years ago
Bind UpdateBindingOnPasswordChanged TwoWay by default in WPF

github.com/catel/catel - cec0ee599de96edbfa02f1f4474eb8fb8811a663 authored over 9 years ago
Fixed iOS references (might be VS 2015 RC issue, but it seems to work)

github.com/catel/catel - 2d938c9abe20a14d2aa5e81631aaf0da52f61685 authored over 9 years ago
(x) CTL-646 Fixed exceptions when not using NuGetCatalog in Prism

github.com/catel/catel - 4e440cd7ffa8a408ad5b9ccad7a5e4138e5ff0f3 authored over 9 years ago
Fix for SL5

github.com/catel/catel - 8c7b202875fafa79e60a3283b6fe69cea03beec2 authored over 9 years ago
Fixed missing reference in Xamarin.iOS implementation of the json serializer

github.com/catel/catel - 624ee4e59a64b5881b1c391653f5f5d00edbc4c5 authored over 9 years ago
(x) CTL-646 Prism and CompositeNuGetBasedModuleCatalog throw ModuleTypeLoaderNotFoundException

github.com/catel/catel - 54198900d68c29dcb8ba7a8f9c631e79641cd25b authored over 9 years ago
(x) Fixed possible crash in UpdatableMarkupExtension

github.com/catel/catel - 62b06ea2e2d59a8b3c032094de0d3512b039d2a9 authored over 9 years ago
(x) CTL-555 Non Catel models with GraphId are not correctly deserialized using XmlSerializer and JsonSerializer

github.com/catel/catel - 8a8c0c9f23ad51b493af23e7029bf26b4512e44f authored over 9 years ago
Updated build scripts

github.com/catel/catel - 70623102518329ca727429bce93be0b471966293 authored over 9 years ago
Disabled Xamarin builds for now (expired license)

github.com/catel/catel - fa9c00b78fa609595ffb1b578951aa9ccdbaec46 authored over 9 years ago
(+) CTL-602 Added methods to ICompositeCommand to retrieve the actual commands and actions registered to it

github.com/catel/catel - 3cc3fc6d00167eb12eb879b31494be9b01301672 authored over 9 years ago
(*) CTL-645 Only invoke auditor methods when at least 1 auditor is registered

github.com/catel/catel - 4038f56bd6fbb537d6f565be4d764fdcf8edbd56 authored over 9 years ago
(x) CTL-627 ViewModel validation throws "property not found" errors

github.com/catel/catel - 9c6a354e8ed4a884fd77b5027ba5493aa7774f77 authored over 9 years ago
(+) CTL-644 Allow specification of the serializer to be used for backup scenarios on ModelBase

github.com/catel/catel - 602eb9e74fe639caba8bdc722e5e2602d399dca5 authored over 9 years ago
(*) CTL-643 Change async logging flush calls to sync and add async extensions. This means that all flushing will now be

done on the same thread by default. To flush async, call FlushAsync(). The final signature ch...

github.com/catel/catel - 6a64ca3b41b5d88d1f6ca9ffcb7f60d90e720be3 authored over 9 years ago
(+) CTL-642 Add Path.GetApplicationDataDirectoryForAllUsers which points to C:\ProgramData\

github.com/catel/catel - 64ff8d53b54899d077fc064114a886161806ef4b authored over 9 years ago
Script fix

github.com/catel/catel - 83e1fee14c4e25768f9a6c7dfe29e23b73f1971b authored over 9 years ago
(*) CTL-640 Convert iOS projects to new iOS project structure (remove classic API)

github.com/catel/catel - 4988ebccb6af2e31efa760f1ace16395e789244a authored over 9 years ago
CTL-640 Updated Fody to support new iOS unified API

github.com/catel/catel - e5e330317d740ab3343e35527c2eb5033329df2d authored over 9 years ago
Merge branch 'feature/JsonSerializerv2' into develop

github.com/catel/catel - ee64b32cd776e2c3970e5a624c4d7bf5c0d6dcec authored over 9 years ago
(+) CTL-635 Support Json serialization. This is implemented in Catel.Serialization.Json and is fully compatible

with all the Catel serialization features (such as serialization modifiers)

github.com/catel/catel - d3ade889495d0da86edbfaba1cfa25a419c69695 authored over 9 years ago
CTL-635 Complex collections with different class instances are supported as well in the json serializer

github.com/catel/catel - 2a92a2ce1c311b294f202c41f4ff4f518d2be09b authored over 9 years ago
(*) CTL-635 Circular references are now correctly serialized in a complex object graph

github.com/catel/catel - e3b7766f5bfa0f5490e3ea026177e2b8a09de706 authored over 9 years ago
CTL-635 Complex object trees can now be serialized and deserialized

github.com/catel/catel - d3cbdfd8dbdfbdae3a27b7e1c6df120f7d2c1ff9 authored over 9 years ago
CTL-635 First json serialization working

github.com/catel/catel - 6e31fb7f54554d0575400e0876864748128df304 authored over 9 years ago
CTL-635 First implementation of the serializers

github.com/catel/catel - d53e63128b7373340a74886b8715ae0dd3cc6b30 authored over 9 years ago
CTL-635 Added json projects to the build scripts

github.com/catel/catel - 38f31b1c0e73239399e89c5e1c68494b202901eb authored over 9 years ago
CTL-635 Added projects for json serialization

github.com/catel/catel - 3b54e9b9bf784692c8c1946e7b6e9604f2943f39 authored over 9 years ago
(x) CTL-638 Triggers don't work when combined with Modifiers

github.com/catel/catel - 175ce99c5574ce201a4eb518bfa2ea88868e9e46 authored over 9 years ago
(x) CTL-630 Xml serialization problem on Xamarin project

github.com/catel/catel - 2982eb26422aca10acac14dcf45dc9e7cd95c21f authored over 9 years ago
(x) CTL-636 UpdatableMarkupExtension in DataTemplate is not updatable

github.com/catel/catel - 61c62a0aa738b62a13573e4d7aace649d53ec187 authored over 9 years ago
(x) CTL-634 Model to ViewModel mappings don't work in explicit mode

github.com/catel/catel - 070315122c3885b2bd736cbdcd46dd22bff21288 authored over 9 years ago