This repository has been archived by the owner on Aug 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 in XK/xenko from benlitz/quantum5 to master-1.9
* commit '706fe8253f0f9bb4bd91ffa277abd589a66b73bc': (28 commits) [Quantum] Introduce CollectionUpdate as ContentChangeType [Quantum] Remove any PrepareChange/FinalizeChange from public API [Quantum] Remove PrepareChange and FinalizeChange from public interface IMemberNode [Quantum] Remove contentUpdating variable, using UpdatingPropertyFromBase instead [Quantum] Don't use PrepareChange and FinalizeChange directly on member node, we would like to remove these events. Seems to work with normal Changing/Changed events [Quantum] Remove obsolete GraphNodeChangeListener [Quantum] Split Reference into TargetReference and ItemReferences [Quantum] Fix refresh of references to boxed contents when the actual value changes type (when container is "object" for instance) [Quantum] Remove an assert that doesn't make sense anymore [Quantum] Fix creation of BoxedContent for non-struct boxed primitive types [Quantum] Remove the Content member of IContentNode [Quantum] Clean up content node and derived classes [Quantum] TargetNode is now a member of IMemberNode instead of IContentNode [Quantum] Remove several members of IReference [Quantum] Remove index from ReferenceEnumerable [Quantum] Add more tests [Quantum] Move TryGetChild into IObjectNode [Quantum] Move node events into IMemberNode [Quantum] Move the indexer accessor into IObjectNode [Quantum] Move the Children collection into IObjectNode and rename it Members ...
- Loading branch information
Showing
60 changed files
with
1,714 additions
and
1,532 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.