Author: qmathe
Date: Sat Jun 22 18:02:18 2013
New Revision: 8507

URL: http://svn.gna.org/viewcvs/etoile?rev=8507&view=rev
Log:
Fixed drop indicator lookup crashes due to items that should belong to 
-[ETLayoutItemFactory windowGroup] but aren't. 
-_buildLayoutItemTree was overwriting any window group built by 
-[ETApp rebuildMainNib] and the original items lost their parent items when 
the original window group was released (while the original items were still 
retained as top-level objects by the Nib).

* Removed -setWindowGroup: in ETLayoutItemFactory

* Rewrote -renderApplication: in ETLayoutItemBuilder to return an item array

* Updated _rebuildLayoutItemTree

Modified:
    trunk/Etoile/Frameworks/EtoileUI/Headers/ETApplication.h
    trunk/Etoile/Frameworks/EtoileUI/Headers/ETLayoutItemFactory.h
    trunk/Etoile/Frameworks/EtoileUI/Source/ETApplication.m
    trunk/Etoile/Frameworks/EtoileUI/Source/ETEventProcessor.m
    trunk/Etoile/Frameworks/EtoileUI/Source/ETLayoutItemBuilder.m
    trunk/Etoile/Frameworks/EtoileUI/Source/ETLayoutItemFactory.m


_______________________________________________
Etoile-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-cvs

Reply via email to