openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Caliburn.Micro
Settings
|
Report Duplicate
15
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
11 months
ago. based on code collected
11 months
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 49 of 55
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Made a few more methods on WindowManager virtual.
EisenbergEffect
More...
about 14 years ago
Added a non-generic IChild interface which the generic version inherits from. Implemented on Screen.
EisenbergEffect
More...
about 14 years ago
Added ConventionManager.IncludeStaticProperties to tell CM to include static properties in convention name matching checks.
EisenbergEffect
More...
about 14 years ago
Fixed a bug in nested name binding.
EisenbergEffect
More...
about 14 years ago
Made a couple more methods of WindowManager protected virtual.
EisenbergEffect
More...
about 14 years ago
Changed the implementation of Bootstrapper.IsInDesignMode. Fixes #61.
EisenbergEffect
More...
about 14 years ago
A minor change in the template generation documentation.
EisenbergEffect
More...
about 14 years ago
Added generated-templates to the .hgignore file.
EisenbergEffect
More...
about 14 years ago
Fixed a bug in ExtentionsMethods.GetNamedElementsInScope which prevented UserControls from being included in conventions application. The fix adds named user controls to the list of available elements but excludes the child controls of those user controls unless the user control is the definer of the scope.
EisenbergEffect
More...
about 14 years ago
Fixed a bug in coroutine execution that caused some errors to go undetected. Fix brought over from Caliburn.
EisenbergEffect
More...
about 14 years ago
Improved the WPF WindowManager to more intelligently detect which window should be the owner of a dialog. Fix brought over from Caliburn.
EisenbergEffect
More...
about 14 years ago
Added some code to FrameAdapter to throw exceptions if pages do not inherit from PhoneApplicationPage or one of its descendents. While the WP7 framework allows other views to be navigated to, in some scenarios it will unexpected cause an application termination that is very hard to track down. This was added to help prevent developers from making that mistake.
EisenbergEffect
More...
about 14 years ago
Fixed an issue with the FrameAdapter when using TransitionFrame. TransitionFrame causes the Loaded event to be fired before calling OnNavigated, which is different from the standard PhoneApplicationFrame, which calls OnNavigated first. This difference in behavior breaks Actions. I have added a second paramter to the FrameAdapter which when set to true allows the framework to treat pages as already loaded. This should be set to true when using TransitionFrame. By default, it is set to false.
EisenbergEffect
More...
about 14 years ago
Enabled WindowManager's call to CanClose to process the callback on the UI thread automatically.
EisenbergEffect
More...
about 14 years ago
Added IdleDetectionMode properties back to the WP7 IPhoneService (ROFLOL)
EisenbergEffect
More...
about 14 years ago
Made Parser.CreateMessage public.
EisenbergEffect
More...
about 14 years ago
Fixed a long standing, but difficult to track down, memory leak in ActionMessage.
EisenbergEffect
More...
about 14 years ago
Enabled the WPF version of GetNamedElementsInScope to search HeaderedContentControl and HeaderedItemsControl. Fixes #48
EisenbergEffect
More...
about 14 years ago
Extened the SurviveTombstone attribute by adding a SerializeComplexType. Setting this property to true indicates that the entire value of the attributed property should be stored in the phone state.
EisenbergEffect
More...
about 14 years ago
Fixed some issues with lifecycle during resurrection. Pertains to ticket #40
EisenbergEffect
More...
about 14 years ago
Fixed an ArgumentOutOfRangeException in SurviveTombstoneAttribute related to Conductors that are not activated. Fixes #44
EisenbergEffect
More...
about 14 years ago
Added the IClose interface with a TryClose method. Made IGuardClose inherit from IClose.
EisenbergEffect
More...
about 14 years ago
Added thread marshalling to Screen.TryClose.
EisenbergEffect
More...
about 14 years ago
Added a doc with instructions on how to generate the project templates.
EisenbergEffect
More...
about 14 years ago
The generated templates will not be copied to your VS2010 project templates folder if the folder exists
bennage
More...
about 14 years ago
Removed the WP7 IPhoneService.UserIdleDetectionMode just in case...
EisenbergEffect
More...
about 14 years ago
Removed IPhoneService.ApplicationIdleDetectionMode since even referencing this property apparently causes marketplaice certification failure.
EisenbergEffect
More...
about 14 years ago
Improved the WP7 template by adding some custom conventions for Pivot and Panorama.
EisenbergEffect
More...
about 14 years ago
-Some refactoring in the ConventionManager. -Enabled auto generation of header templates for TabControl if the model implements IHaveDisplayName. -Generisized the ability to conventionally apply selected item bindings.
EisenbergEffect
More...
about 14 years ago
Enabled action messages created through the Parser to contain the work "Action"
EisenbergEffect
More...
about 14 years ago
←
1
2
…
45
46
47
48
49
50
51
52
53
54
55
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree