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 - review changes in windows system properties xml
Summary: review changes in windows system properties xml
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks: 73766
  Show dependency tree
 
Reported: 2006-11-10 13:57 UTC by Stanislav Aubrecht
Modified: 2008-12-22 20:42 UTC (History)
2 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
patch (181.65 KB, patch)
2006-11-10 14:04 UTC, Stanislav Aubrecht
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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