3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added CommandLineHelper and its tests.
alexfdezsauco
as Igr Alexánder Fernández Saúco
More... about 12 years ago
Small refactoring
alexfdezsauco
as Igr Alexánder Fernández Saúco
More... about 12 years ago
(+) CTL-39 Added IStartUpInfoProvider to allow the access to information such as InitParams (SL) or Arguments (NET) from any application point via ServiceLocator
alexfdezsauco
as Igr Alexánder Fernández Saúco
More... about 12 years ago
Merge pull request #8 from inTagger/develop More... about 12 years ago
(x) CTL-141 'ResourceMap Not Found' in WIN80 project More... about 12 years ago
Added InitialDirectory and Title to ISelectDirectoryService More... about 12 years ago
Tasks in the SplashScreenService can now be dispatched to the UI thread automatically More... about 12 years ago
Fixed CTL-141 ('ResourceMap Not Found' in WIN80 project). More... about 12 years ago
(+) Added the CreateCallBackHandler method in InterceptorHandler class to make the callback handler instanciation easier. More... about 12 years ago
Compilation fixes More... about 12 years ago
(*) CTL-11 IOpenFileService and ISaveFileService for NET40 and NET45 now implement all FileDialog properties that are available. The ISelectDirectorService no long implements interface IFileSupport More... about 12 years ago
Updated order in history.txt More... about 12 years ago
(+) Added some additionnals members in IViewManager. More... about 12 years ago
(*) Changed the returned type of IViewModelManager.GetFirstOrDefaultInstance to the specified view model type. More... about 12 years ago
Merge branch 'SplashScreenService' into develop
alexfdezsauco
as Igr Alexánder Fernández Saúco
More... about 12 years ago
ProgressNotifyableViewModel by default dispatch property changed events
alexfdezsauco
as Igr Alexánder Fernández Saúco
More... about 12 years ago
Merge branch 'SplashScreenService' into develop
alexfdezsauco
as Igr Alexánder Fernández Saúco
More... about 12 years ago
Small fixed to make SplashScreenService compatible with SILVERLIGHT
alexfdezsauco
as Igr Alexánder Fernández Saúco
More... about 12 years ago
Updated all docs More... about 12 years ago
Fix in LogManager for Silverlight More... about 12 years ago
Updated Castle.Windsor to the latest version More... about 12 years ago
Updated all FodyWeavers.xml (some were missing Obsolete) More... about 12 years ago
(*) CTL-135 Moved TaskCommand files to NET40 project so we can quickly enable it for older platforms in the future More... about 12 years ago
Merge pull request #7 from inTagger/develop More... about 12 years ago
Fix in property values restore when deserialized property values are null More... about 12 years ago
Added default constructor to ProgressNotifyableViewModel More... about 12 years ago
(*) TaskCommand now supports WP8 platform. More... about 12 years ago
Added comment to a public TaskCommand method. More... about 12 years ago
(*) TaskCommand now supports WIN80 platform. More... about 12 years ago
(*) Added Command as base class for TaskCommand. (+) Added base class for generic command classes. Contains protected static services for using in derived classes. (-) Removed bad check in Command class in CanExecuteChanged {add/remove} methods causes prevention of subscribing to the event in case when can-execute Func<bool> and Func<TCanExecuteParameter,bool> functions are nulls, but there could be other conditions to check can command be executed or not (e.g. AuthenticationProvider check and any other conditions in overridden Command<>.CanExecute method). More... about 12 years ago