This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 89110

Summary: review changes in windows system properties xml
Product: platform Reporter: Stanislav Aubrecht <saubrecht>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED FIXED    
Severity: blocker CC: apireviews, dsimonek
Priority: P2 Keywords: API_REVIEW_FAST
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 73766    
Attachments: patch

Description Stanislav Aubrecht 2006-11-10 13:57:57 UTC
the window system needs to be enhanced according to ui specification of new
'maximized mode':
http://ui.netbeans.org/docs/ui/fullscreen/fullscreen.html

the window system must now persist extra information to know how to layout the
components when switching to/from maximized mode. so i have extended the DTDs
for window modes, window manager properties and topcomponent references.

the only changes are in the DTDs, no java api classes are affected
Comment 1 Stanislav Aubrecht 2006-11-10 14:04:25 UTC
Created attachment 35967 [details]
patch
Comment 2 Stanislav Aubrecht 2006-11-10 14:05:09 UTC
note: unit tests will be part of the integration
Comment 3 Jesse Glick 2006-11-10 15:50:51 UTC
s/dockingStatus/docking-status/g for consistency. Similar for maximizedMode,
defaultMode, slideInStatus, slidingSize, slideInSize, whatever is new.


Don't forget www/www/dtds/{catalog,*.dtd}.


Typo in DTD: "falso"
Comment 4 Jesse Glick 2006-11-10 15:53:59 UTC
BTW unified diffs (cvs diff -u) are generally preferred for readability over
context diffs.
Comment 5 Stanislav Aubrecht 2006-11-15 10:29:00 UTC
if there are no more comments i'll integrate it to trunk tomorrow
Comment 6 Stanislav Aubrecht 2006-11-16 08:27:50 UTC
integrated in trunk