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 templates

d8c07e0b1472c6e0360dc27aca6816f704e2213c authored over 10 years ago
(*) CTL-456 Allow DoubleClickToCommand timeout specific and default to 500ms

2f89e29a78c9ddc5bb9ebf80650a243d0aefaed9 authored over 10 years ago
(*) CTL-455 Improved handling of parents in visual trees. Still need to clean up and create a generic one that works on all platforms.

589df75e1042d424b0602fb8006412963ca708fd authored over 10 years ago
DataWindow calls RaisecanExecuteChangedForAllCommands at startup

f574039e180fa588190d4ffb8f4acf7741744393 authored over 10 years ago
(-) CTL-454 Removed the RemoveInstance methods from the IServiceLocator interface. Use IServiceLocator.RemoveType instead

a52158983f2f350852c4d020d39d6ad806d957dc authored over 10 years ago
(-) CTL-453 Remove CommandManager code from Command

962b63ab4d9ed97c9de2c14c3d8e5873204158f0 authored over 10 years ago
Removed IViewModelContainer.ViewModelPropertyChanged

b84163836c2bc8b5b72ec110a092b4fd348fc553 authored over 10 years ago
Added caching to PropertyHelper expression parsing

cb32db83adf7f5a008317263f14125ae4fb2c4f5 authored over 10 years ago
Added extension method IModel.GetValidationContextForObjectGraph()

2624093f2c52c75758f11f6282a8f9b73dea3325 authored over 10 years ago
(*) CTL-451 Convert IUIVisualizerService to async implementation

a028fc1ed44f3810db30b127c7582d1adeaf37d3 authored over 10 years ago
(*) CTL-452 Make it simple to use Catel on 3rd party controls (major changes internally, but it is now much easier to use Catel on other views)

a0e49a852a768a51e2073cc70af5b9605ec4291a authored over 10 years ago
Build fix

2a71f1bdeaed31bcaa814f947568c10482785642 authored over 10 years ago
Improved PropertyHelper so it throws less first chance exceptions when using Try[x]PropertyValue

9b252ba8577b1fe5e3c47d986492cfdda3714028 authored over 10 years ago
Small improvement in PropertyHelper.TrySetPropertyValue

173eabb5c331d4d7eaca916c2122531260b4c3df authored over 10 years ago
DataWindow in Silverlight now automatically raises the CanExecute changed for all commands

577393473a0944fbf4df61dffc67056b0a706c8b authored over 10 years ago
Build fix

21abac60f4596985d55fd875944557c8d4c7544b authored over 10 years ago
MessageService for Android fix

2d731d1803b1619f2e3bafb110a60767b033a985 authored over 10 years ago
(*) CTL-449 Convert all methods in the IMessageService to async so it works the same on all platforms. Note that this is a breaking change and users should use await or Task.ContinueWith to await the result

d729749f3f73e94a22f335eaa13370bdcc39ddd7 authored over 10 years ago
Filter improvements

8c3654e7061171ce54a126b05c0b40d16e1600f2 authored over 10 years ago
CompositeCommand can now be executed without any actions or commands (allows dummy commands)

70334ce2fcea55014354c277ef3c15bc14c4cbf5 authored over 10 years ago
Fix in NavigationService.RemoveBackEntry for WIN81

1f54ed395071c4cca31195b67c4bddc0061b8d0c authored over 10 years ago
(+) CTL-446 Create InteractivityManager to allow events when behaviors are created

ba3de1d9022fe35e31736d984e03476d5b098541 authored over 10 years ago
(+) Added DependencyObjectExtensions.FindVisualDescendentByName

ec970b8d32f3dcbfd2ed53830081821f8868f38b authored over 10 years ago
Code improvements thanks to NDepend

9fef150190c263c1e09ad3149e4fedb2242964fb authored over 10 years ago
Removed StackTraceHelper (was unused class)

d1d90998c60190156bca62ba0fc1c3384a7534ed authored over 10 years ago
Re-added UpdateBindingOnPasswordChanged behavior

4be4683064a67b6639b0578d5d43ff7d8f0f4837 authored over 10 years ago
(+) CTL-445 Support command parameters with application-wide commands

86c7bf68845517a52011d1a2084c6be47c040be3 authored over 10 years ago
(*) CTL-444 Remove Activator.CreateInstance from TypeFactory (it will automatically determine what to use now)

7d4de34e4d88c2f84ee13b795cda49db0a2ef9fb authored over 10 years ago
Added additional checks in ChangeNotificationWrapper to prevent cast exceptions

65b4257285e8f69537dfc2587374778e5e96a97f authored over 10 years ago
Unit test fix in TypeFactory

ab7813029a5509c86e6711538de169c3f361ceec authored over 10 years ago
Minor code changes

b2767645614ccbec289b4b90299e543d5458de34 authored over 10 years ago
Updated default namespaces for shared projects

5c40ba2003229cbee5276661ce4fcf011abe22a4 authored over 10 years ago
Updated sln file to remove Caitlyn.xml

14d779bf4e97479a99c2f9052ce54cdec0195d09 authored over 10 years ago
Converted Catel.MVVM to shared project, all projects are done now

47e4fb3ae03f5f6beca885b7754cf23bccc879b3 authored over 10 years ago
Unit test fix

1c38d687ca57241a951590a0425479781e793485 authored over 10 years ago
Converted test projects to shared project

e27ad1e2ff9695956bbace1b576e5449861bb156 authored over 10 years ago
Converted Catel.Extensions.Controls to a shared project

4accf4a532c280a1055f1296812df8592fa6d74e authored over 10 years ago
Build fix

ae016ef750dfee14e9e6c9c56f44e2c252e9d8e6 authored over 10 years ago
First major move to shared project structure

35544cd0cfda06b15812c0fa8fa6107bb2e4ba5d authored over 10 years ago
(+) CTL-427 Added support for Prism5 in a new extension (Catel.Extensions.Prism5)

effbb046fb60a09ee215a8f676c6646a2c67a81e authored over 10 years ago
(*) CTL-425 Introduced IAdvancedEditableObject.CancelEditingCompleted to receive more information on how the IEditableObject has been canceled (was it canceled at all)

1ab6f9b38b15b30f35fc2655ac60b035fd8d3c5e authored over 10 years ago
Merge pull request #20 from SOHODeveloper/develop

Add a Edit "CancelCompleted" event and provide consistent events for edi...

43da7af022a62b55288a889c4f2cf80095871142 authored over 10 years ago
(x) Fixed issue that ServiceLocator could not resolve the same type again after the TypeNotRegisteredException was thrown, and after that the type was registered

5fd460630db70e4dfa9297660d73f76a746ce500 authored over 10 years ago
Changed to edting event handling to meet initial review comments

30a181433ebf9f523d7b13b54f218eaa6171a7ca authored over 10 years ago
Add a Edit "CancelCompleted" event and provide consistent events for editbegin, editend and edit cancel.

0f3b3b54bd03a81d0f635ec02a522325aee57c83 authored over 10 years ago
Auditing improvements

2878f73c74750f4de482a520843b64a73448e9fd authored over 10 years ago
Improvement in multithreading initialization of modelbase

b44b9223ad49f1392b9371f5de0835e21b848eb9 authored over 10 years ago
Minor prism improvements

8a0eb2cd89b3b97e0ab1711ce14985c3dc6fd0aa authored over 10 years ago
WeakEventListener improvements

00931c91ddbd4e992920a2cc97e03d7755294696 authored over 10 years ago
(*) CTL-440 Support nested view models (parent / child relations) when views are in ContentPresenter

26fefbfd14617f5b2b602c94968c4ae5f6f691e6 authored over 10 years ago
(x) CTL-439 Catch up of property validation validates the same propery multiple times

5c77f7ec4f497ea3401a460c5fb31f58b697559d authored over 10 years ago
Added ViewModelBase.ResetModel

e90b90e5506619b8b71752617dab3c2a1a8be3bc authored over 10 years ago
Build fix

b82908f7fe6cb0ea1757863c7a16c53e4ad0e7a2 authored almost 11 years ago
Removed all SL4 & WP7 defines (code cleanup)

f669779d6b57f4fd9a308563de555b39f85d4933 authored almost 11 years ago
(+) Added ContextHelper to Android

(+) Implemented MessageService for Android

c392767d3b815d84cf10492b3c932cc29aecdb87 authored almost 11 years ago
Added TabActivity for Android

67c50d1acbdd72128736fb9030c0e60bac0aaa12 authored almost 11 years ago
Binding system improvements

e0c21ac849a813a339e681d8da58d7c1b9a9148b authored almost 11 years ago
Navigation and binding improvements

2ecdf9837e732be0b0db16e8d9c8e396a4d1926d authored almost 11 years ago
(x) CTL-437 Possible deadlock in ServiceLocator.ResolveType

c311d430081804be850830f5abef51aa2992e591 authored almost 11 years ago
Added first version of binding system for xamarin platforms

b55264bc60d0a561817ff385d5185b5270a433c0 authored almost 11 years ago
ExpressionHelper.GetOwner() now supports () => obj.SomProperty where obj will be returned

fc2e9441160be3d61eeb99c9f937b7cdf502f58b authored almost 11 years ago
NullReference fix in LocationService for Android

7afdf9b21b6ee562b11282e2d0d19fdb21a64d25 authored almost 11 years ago
(+) CTL-436 Add generic ICatelCommand interfaces

07242e3ddfc269a29acecdd60c98d353ef012f62 authored almost 11 years ago
(*) CTL-428 Simplified navigation on all platforms. This means that Catel will no longer keep viewmodels in memory to provide a back stack. This is to make the navigation the same on all platforms. If there is a need to keep state, the developer will be responsible to implement that

aeed2647ed451fe6858398400846a869ae19612e authored almost 11 years ago
Merge branch 'feature/navigation' into develop

0b3b96681a00bd20b5cd34ddcabaae790bacdb8e authored almost 11 years ago
Lots of navigation improvements (especially on the Universal App platforms)

c6c6d705db9990f5814fb4b270db7a9a84d65998 authored almost 11 years ago
Merge branch 'develop' into feature/navigation

071e381fa7a143544dea935a73e11a0cea8f087f authored almost 11 years ago
Minor improvements

a18d17d1ae00ec2dde86bf828cc0b79cde33fbb7 authored almost 11 years ago
(x) CTL-429 Several code improvements for StyleHelper

7abc81fecf6427347b1d23f60b8f617abe700264 authored almost 11 years ago
Added several behaviors to WP 8.1 RT

75cd9a9c964b1733bdf8cfe42660f05a0bd7bb4d authored almost 11 years ago
Moved several files to NET40 in preparation to an eventual shared project refactoring

336f10b58561b24edfb19505f5fd83327afd9527 authored almost 11 years ago
Merge pull request #19 from SinghsX/develop

IMessageService for WIN81 and WPRT81, fixed Behavior.cs bug.

c4509e75bdce400ee83cec353a2378d49aed5341 authored almost 11 years ago
Navigation improvements

97a6f3bac1445b922e26d0a2a7d2bab959baf304 authored almost 11 years ago
Enabled UseLayoutRounding on default styles

27cf28b60e8aade17668399ec9bc82a29de82d45 authored almost 11 years ago
updated Behavior to support more control

as suggested by Geert

ca793608383f67dbf16b43203cb8e8e09dc950d5 authored almost 11 years ago
Imessageservice and behavior fixes WIN81WPRT81

WIN81 & WPRT81 fix for ImessageService and Behavior for PasswordBox

f556f720fc72e5ce4397ba6f5c99d46ee146aca4 authored almost 11 years ago
Disabled unit test because it changes every build (can be tested manually)

e6074bdc0f51d108f5ee4ea1c5e703734ca037df authored almost 11 years ago
Fixed name issue in ServiceLocatorExtensions

c2c9eb42b0975c9b21f12c7703e57c34c11cafb9 authored almost 11 years ago
(x) CTL-429 Call to StyleHelper.CreateStyleForwardersForDefaultStyles(); leads to exception

282624af37a43764a6a48f8069d2879542719af1 authored almost 11 years ago
Fixed unit tests

122bb7766a24bd6f8002afab940e13fa59261f6a authored almost 11 years ago
Fix in location service for WIN80

afb6836fd7f4f079a16509b257401660333d4ae5 authored almost 11 years ago
(*) CTL-428 Improvements for universal apps (fixed navigation issues, implemented LocationService)

b052f02190acd348d54999245dfc5800fab6330b authored almost 11 years ago
(*) CTL-423 Preparations for eventual strong naming of assemblies

bc3da28af331473859b19cbdf23ca7fc3d20ef8a authored almost 11 years ago
(*) CTL-426 DataWindow automatically use application icon if no icon specified

d52c637160483ff617c0dcf66755dbe6ff34efbf authored almost 11 years ago
(*) CTL-419 Changed license to MIT instead of Ms-PL

32dbb6c3ed9b77828fbdd44f8f0d7564b2994696 authored almost 11 years ago
(x) CTL-422 ViewLoadedManager does not release strong reference to views

601f6f83298e07493f9b50a4e09a74fe557d90c5 authored almost 11 years ago
(x) CTL-421 UserControl doesn't refresh on DataContextChanged when used as data template

1d1376bd8a8d00a694a08624b1511f6c6da56162 authored almost 11 years ago
Added try/catch to SetOwnerWindow

495ab49f8563665f85518ebddcde54fad89a90cc authored almost 11 years ago
LanguageService is now implemented for Android

22aea584386d580ac991db6a2d707ea5007d3f4c authored almost 11 years ago
(x) CTL-420 Catel.MVVM.IAuthenticationProvider not registered after port from Catel 3.9 to 4.0 beta

ade984a0640925b8a5d0467a2190f06ed5b4da60 authored almost 11 years ago
(x) CTL-418 ConsoleLogListener doesn't reset colors after logging

4a0d3a8ad4b0eaf788a325d1e930f7c111dbd345 authored almost 11 years ago
Updated GitHubLink to the latest version

252b50991fe67070bf1115356e570c9f3928128c authored almost 11 years ago
Build fix for CTL-409

d10bd26ef87dec61e6491eb055ab4079f72e1fdd authored almost 11 years ago
(*) CTL-409 Fixed SplashScreenService implementation to be used in the Application.OnStartup method context

4f55bc124b0b6cb8acddb09073fdb847d88846de authored almost 11 years ago
Fixed some issues with windows runtime components

d5d40e2789e37f5f49a9a0a8ea261fbcddfad6be authored almost 11 years ago
Updated GitHubLink

0919844f4ebc1356b7680e93dbbd7acc8d208da1 authored almost 11 years ago
Improved performance of some behaviors

64d329804c4c1ecc4c417740899fddbe0dc5bf0f authored almost 11 years ago
Updated GitHubLink

b42fed9adc33a5a1d94516d66d99d347b61046db authored almost 11 years ago
Updated GitHubLink

261438aae3e9b9fc44dd9b799bd0c1458fab64f2 authored almost 11 years ago
NuGet package improvements

86c8be212a59235a0de0227f18f6bd3ce14ea726 authored almost 11 years ago