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

(*) CTL-846 ObjectConverterService (and thus ConfigurationService) should respect culture on UWP

fccb70da91792e819cb09a73c6dee1c53c9ca008 authored almost 9 years ago
(+) CTL-844 Create Enum<TEnum>.Flags.GetValues(TEnum enum) to retrieve list of flags

640bd87b0f61c245d0e017bbaa21b0f1bcbeb540 authored almost 9 years ago
(+) CTL-843 Add ToString implementation for ValidationContext and ValidationSummary

845b9fbeffa3c6726a08be705549157f13c9b45d authored almost 9 years ago
Fixed build

0a222aaabb0f039f201b6aaf33d944f738e003be authored about 9 years ago
Updated year

54f0081220b977b0a1316819610f9431a6828bb5 authored about 9 years ago
Dummy commit to bump version

f90a836638a28fe8085bd270368521ab5dcfa460 authored about 9 years ago
Improved ProgressContext when it as more count than total items (you want to spread 4 items over 75 percentage points)

29565f02c8e10631e669ccd798cd5389183ea955 authored about 9 years ago
(x) CTL-839 Windows not exposing the Closed event (such as MahApps ContentDialog) don't close the view model

36dfc094e359b329415928998613ee11fa22f1fd authored about 9 years ago
Added authors and contributors

99c0246053d734262ef9a0aec2e44c349dabc87a authored about 9 years ago
Fixed build

7237a10123ba162be7c425e3a53f651e7e8f2919 authored about 9 years ago
(+) CTL-745 Allow DataWindowButton to be bindable (both text and visibility)

26dc1132af5f278c90f46f24dba8f539f0e39b7b authored about 9 years ago
Merge pull request #84 from michu/DataWindow

CTL-745 Make DataWindowButton content and visibility bindable

009f7f01951e511341afb7771d072b64c7a58106 authored about 9 years ago
Add support for bindable content and visibility to FromSync/FromAsync methods

5ab18a81419fb5a25bbe76d1aad3f29037682e94 authored about 9 years ago
Make DataWindowButton content and visibility bindable

e2cc770e0b216e833c3719764e49aa3acb8cce63 authored about 9 years ago
Make ProgressContext disposable (so we can add a stopwatch in the future)

7fa55b35a6729a0c05774a44b87f5efbab43d682 authored about 9 years ago
Made ProgressContext xplat

7186d59ee9a93425f28865e0431db721f841c62b authored about 9 years ago
(+) CTL-832 Added ProgressContext to easily allow progress calculation

e28d95d06bdb4d6a590155fecd80b4043216b12b authored about 9 years ago
Merge remote-tracking branch 'remotes/origin/develop' into feature/XamarinForms

0633c9d4957c5532cf65a056c1ea91a124c9e88a authored about 9 years ago
(*) CTL-824 ModelBase.editableobject should check for duplicated BeginEdit(), EndEdit(), CancelEdit()

b09d4ac3fd493d8ae18d4d5b0f3b7488f614628d authored about 9 years ago
Merge pull request #83 from michu/ModelBase

CTL-824

b7eb00ce7afb7bb1fa78672367698d55c72a7e0e authored about 9 years ago
Rename tests

cebb95de86d5c2edcb6a840ee9e81405c04f0627 authored about 9 years ago
Some performance improvements

07a0141117add2a93bd5b88cad83cf551fded415 authored about 9 years ago
Merge remote-tracking branch 'remotes/origin/develop' into feature/XamarinForms

b20d135157349e1b5bbd838cd89654a30769f696 authored about 9 years ago
Merge pull request #81 from joerg1985/develop

Avoid DynamicInvoke

26c8c7d0e0c51521b7e3213006c5287d398401d4 authored about 9 years ago
Merge pull request #82 from michu/DynamicExtensions

Add GetDynamicMemberNames() method to DynamicObservableObjectMetaObject

2f351cc1f6732f7a916d40eb7a5ad00e7cc2215b authored about 9 years ago
Avoid using private reflection in GetDynamicMemberNames() method

3546e73a8a6e56cbfb0722b026ba5027f5be5e50 authored about 9 years ago
Add GetDynamicMemberNames() implementation to DynamicObservableObjectMetaObject

c56dd4ab1fbe9a8e52d339bd4b575b6857c5fa15 authored about 9 years ago
Use DynamicInvoce as fallback

Use DynamicInvoce as fallback, if the cast failed.

0e31687e0e9628717c92a6a606b4232423a2369f authored about 9 years ago
Avoid DynamicInvoke

DynamicInvoke is expensive, it can easily avoided by implementing the
SplitInvoke for the needed...

fe983418663b3ca7ecacbb8d3a486699aba088c0 authored about 9 years ago
Merge remote-tracking branch 'remotes/origin/develop' into feature/XamarinForms

727380ca1a7c588bad3de7784923727004e78046 authored about 9 years ago
Merge pull request #80 from michu/ChangeNotificationWrapper

Fix warning message

2411ad8f6cb22791f3736f6a3d272f70d8bb7a9f authored about 9 years ago
Fix warning message

7bdb77731d1f55aaa13680a0a3746cfc73fb22cb authored about 9 years ago
Fixed wrong obsolete messages

66876a607ddc8b421f82419e4616887d0613000d authored about 9 years ago
(*) CTL-828 Prevent unnecessary creation of empty dictionary entries in ModelBase

7ed72489b1f86dd31f7bde344fac7ae1e14836de authored about 9 years ago
DispatcherHelper improvements for UAP

7aed6c614de8b7219d556718a5235fcd2e12cc55 authored about 9 years ago
Merge pull request #79 from michu/ISuspendChangeNotificationsCollection

Add ISuspendChangeNotificationsCollection

9ef089de359904c3f23659de6bdd1eb86398b44c authored about 9 years ago
Merge remote-tracking branch 'remotes/origin/develop' into feature/XamarinForms

f6f0882f670c8dca07da647015e435e99da426da authored about 9 years ago
Add ISuspendChangeNotificationsCollection interface and implement this interface by FastObservableCollection

55054b4c81842750188d52d1ccf00ffe7b3e00ff authored about 9 years ago
Fixed checking whether model is in edit state

129c7850e94600f6d4381006360e7f1d380d1fcc authored about 9 years ago
Merge pull request #78 from michu/AreEqualMultiValueConverter

Small improvements to AreEqualMultiValueConverter

a0c6cbb0171284ec05bb4c09274db6fd186f95f7 authored about 9 years ago
Fix some xml docs in the Argument class

7f1ae2019fd98cdfe4ee9328b688f74095694aff authored about 9 years ago
(*) CTL-825 Use NuGet package for behaviors SDK instead of local reference for UWP

8fde30488aca243c02fc1b161e04d7f035875950 authored about 9 years ago
Fixed possible NullReferenceException when command container cannot be found

6724a39222bc2c64b495e83ccbd7ca01431f0beb authored about 9 years ago
Improve equals code in AreEqualMultiValueConverter

6b6d12b49767ba04ffd54caaee2b0cc3ea3deba8 authored about 9 years ago
Make AreEqualMultiValueConverter a MarkupExtension

43340454d41dc743b7dcc4a45c24280ac8794032 authored about 9 years ago
Merge remote-tracking branch 'remotes/origin/develop' into feature/XamarinForms

8b53570883bae0aa6576cec3e4aa22d9f19586a2 authored about 9 years ago
Small fix

8f4283a720b9ea07967dc86134ed2cc085d69fee authored about 9 years ago
(*) Refactored UIVisualizerService ShowAsync method implementation

067fb5e6fa3a9a3181fe7dcf6a4ad81b54c49056 authored about 9 years ago
Added NavigationHelper class

1f15bd63bc5a539f712c81a1643ab253f3af1a89 authored about 9 years ago
Fixes on namespaces usage

b3f2a6e2e60b41e856025e89a734180e6877e0ac authored about 9 years ago
Log warning when command container cannot be found in the ICommandManager.CreateCommandWithGesture extension method

ec5face412d7bd94cb1743824df7d707a97d0aec authored about 9 years ago
Fixes and improvements

068e8611b74f833dcce2ca69d0a36869fedfbb9e authored about 9 years ago
Improved implementation for RemoveParentChildRelationship and EnsureParentChildRelationship methods

920b70835f0e9fac1d167708d530f486ad72626a authored about 9 years ago
Small improvements

913108d8ba59b7774b3288547e3474fda2867308 authored about 9 years ago
Configured parent child relationship between View Models on ViewModel changed.

ccfe858caacb5f866841ea4e741b88b6ff0c3b01 authored about 9 years ago
Merge remote-tracking branch 'remotes/origin/develop' into feature/XamarinForms

32c1c82945cf9c6c959d4d4751c77836b3db5bb4 authored about 9 years ago
(x) Fixed embedded resource file configuration

35c126132c5555a9e38da2dd3b124cc48b79804a authored about 9 years ago
Merge pull request #77 from matthijskoopman/develop

(x) CTL-823 Enum<TEnum>.TryParse with case insensitive does not work

ab607465cdc848ba0b8e9aae4172e21c22f80e41 authored about 9 years ago
(x) CTL-823 Enum<TEnum>.TryParse with case insensitive does not work

3623f1993a309d6daf679fa00583c0be6cd80b7e authored about 9 years ago
(+) Added PCL implementation for GetAssemblies method of AppDomain

(*) Turn MessagingCenter into an helper private and static class

67a1b79555f1ce5d616f4a52ad3b4d9f9c11c771 authored about 9 years ago
Merge remote-tracking branch 'remotes/origin/develop' into feature/XamarinForms

87ea2350589f66ecb73d5fd71da022404afa7b25 authored about 9 years ago
(*) CTL-819 Prevent unnecessary creation of event args in .SafeInvoke when handler is null

5a9c44122b4aaa42164063acf3a473851f262aa4 authored about 9 years ago
Don't use dispatcher to replace root content in nested user controls for Windows UAP

f6aa36d26310d0fe654b97e869e3ef23d00c3706 authored about 9 years ago
Some minor tweaks

75aad2dce469eeb6b443c7399427de746ddb51e5 authored about 9 years ago
Possible performance improvements by replacing Argument expressions by regular checks

ba91b7aa40eddf078fe8b1f5832e2b7538f9fd9c authored about 9 years ago
Don't automatically invalidate commands when creating a new command in the CommandManager

9b5e18d52a98729b7703935b9fdb2539bd7ec2cb authored about 9 years ago
Improved performance of initial TypeCache initialization

714db63cffed10b699b870923bd02b5882e1ca80 authored about 9 years ago
Merge branch 'develop' into feature/XamarinForms

0e541d2ae2a663e8c457591992d20cbd93cdda54 authored about 9 years ago
Updated Catel.BuildServer.sln to include Xamarin.Forms and Extensions.FluentValidation (PCL)

e87e6fec79321ff1d0cc0184109306d1781e1f6c authored about 9 years ago
Fixed NuSpec for FluentValidation extension

aef003080267242ca561ee472ea1b8563d88d922 authored about 9 years ago
Review of Xamarin.Forms implementations for services

f441676fd2b56010275c8df83cc08ef998ed39da authored about 9 years ago
Compilation fix

2b2930beea7b8014f9cddba3082d5afabb35c3e4 authored about 9 years ago
Code review

99c2313876cc4cf29482f46bd6a6242a4a30e9f9 authored about 9 years ago
Added ReSharper settings for Xamarin.Forms solution

c9727cca34c657ad3851266ce20352f386ab2f4f authored about 9 years ago
(*) CTL-814 Improve Argument.IsValid implementation to allow more options

1426a4361f201f877f66edea76b1f3d878652562 authored about 9 years ago
Merge pull request #76 from michu/feature_CTL-814

CTL-814 Argument.IsValid<T> will no longer check whether paramValue is null

e4e6f6470f1df38d8c2129f0bf73fe2adc1aa112 authored about 9 years ago
(+) CTL-817 Add DynamicObservableObject implementation

f5128e06e011cc57108cb85558342bdf1a1ffc23 authored about 9 years ago
Merge pull request #75 from michu/develop

Add DynamicObservableObject implementation + tests

172da7303acf05a3696a0fd8c168b4f9d56f7fb7 authored about 9 years ago
Argument.IsValid<T> will no longer check whether paramValue is null

a23d247499755ce861387f61fd44e637242d3578 authored about 9 years ago
Add missing projitems for DynamicObservableObject

90820c5f2c3fa4697d60bbf0c42a66bf5409be95 authored about 9 years ago
Added PCL to /lib/dotnet so it can be picked up by dnxcore as well

405f2d466eed4cb0745b44e14ee7385da9b94075 authored about 9 years ago
Added Configuration extensions (IsConfigurationKey)

badaca7f9dbc5e61aeec147c80f94e7a1cf1e4b8 authored about 9 years ago
Merge remote-tracking branch 'remotes/origin/develop' into feature/XamarinForms

6533fab40663b6053fb70963fb6e4b081a772211 authored about 9 years ago
(+) Added a PopupLayout to allow display dialogs from UIVisualizerService instead the usage of Navigation only.

a8f68be3baeb0ad592adc3f6f723553c9bd06da9 authored about 9 years ago
Add DynamicObservableObject implementation + tests

a7bc019094b2648558a379f11eaeb8175f4a962b authored about 9 years ago
Merge pull request #74 from michu/develop

Make IsLockAcquired volatile in SynchronizationContext

973415413a111bbb08ffb7a3f3bc5b7d94848935 authored about 9 years ago
Make IsLockAcquired volatile in SynchronizationContext

bc8f784929ef41bc32435bbbaab262c2d41d76bb authored about 9 years ago
(x) CTL-813 BehaviorBase - AssociatedObject.Unloaded can be called multiple times

174d7cccdeedb3f8ab6ab22d6f1f9c6d668d3acc authored about 9 years ago
Bugfix in UpdatableMarkupExtension (always use both ProvideDynamicValue)

4ff2a11a7834f2f824afef21de704aa28a725e80 authored about 9 years ago
Merge remote-tracking branch 'remotes/origin/develop' into feature/XamarinForms

334a027e72c2859b7a88b65cb2f3d74fb8b3a636 authored about 9 years ago
(*) CTL-797 Only set owner window for modal dialogs in UIVisualizerService

68baa0caaca5c42bab5b286dd6d771fe573d514e authored about 9 years ago
Merge pull request #72 from fxam/develop

CTL-797: UIVisualizerService will set Owner to active window only when isModal is true

438521776d15e2318090733a2cc3b2daed251fed authored about 9 years ago
CTL-797: set Owner to active window only when isModal is true.

6309c704a108e129e4bea582a580b09ebf897475 authored about 9 years ago
(+) CTL-796 Add Activate existing window methods in IUIVisualizerService

e4e333bdc2efa1f534cb422280bad959d45def53 authored about 9 years ago
Merge pull request #69 from fxam/develop

IUIVisualizerServiceExtensions.ShowOrActivate() which creates a new window or activates an exist...

bcd73a26176ecf298fe262d2e92e833e007a7cc7 authored about 9 years ago
(*) CTL-810 Marked QueryableExtensions.Include(Expression) as obsolete for EF6 and higher

a9e6c63f55feab2b5be5b5d18cabfd74bd559b9d authored about 9 years ago
Updated history.txt for CTL-811

f5762af6dd84d75ae055c338353a7cd24960f2a3 authored about 9 years ago
Merge pull request #71 from michu/develop

CTL-811 Fixed thread racing against IsLockAcquired property

e0fc9c30babd67c3ab9b0abdb8bf6bfcdf7f0447 authored about 9 years ago
Removed unnecessary calls on Application base class thanks to Fody.

5243f0e74205c43226a2e207d925347bec6900ef authored about 9 years ago
CTL-811 Fixed thread racing against IsLockAcquired property

13df8fc36c505b2ac0f4e7244203dec937e095ea authored about 9 years ago