Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 330225 - [client] move/merge/delete classes remaining in qx namespace
Summary: [client] move/merge/delete classes remaining in qx namespace
Status: RESOLVED FIXED
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: 1.4   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 329681 330031 314763 321106 329999
Blocks: 320993 327542
  Show dependency tree
 
Reported: 2010-11-15 06:27 EST by Tim Buschtoens CLA
Modified: 2013-07-01 05:34 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Buschtoens CLA 2010-11-15 06:27:50 EST
Move to rwt namespace (with minor refactoring):
- ListItem
- Spinner (as BasicSpinner, see Bug 330031)
- TextField (as BasicText)
- Separator
- ToolTip (might be a bit more time-consuming)

Merge:
- Group into GroupBox
- Iframe into Browser

Delete once no longer used:
- Atom
- Image
- Label
- ScrollArea / ScrollBar (with Bug 314763)
- Button (with Bug 329999)
- qx.ui.pageview.* (with Bug 329681)

All other remaining Widget will require a second look.
We might also consider if/how to do legacy-support for custom-widgets that might use these widgets.
Comment 1 Tim Buschtoens CLA 2012-03-29 06:33:35 EDT
changed the bug name to cover all qx classes, not just widgets.
Comment 2 Tim Buschtoens CLA 2012-10-10 06:07:35 EDT
Updates: 

* Moving to new namespaces is covered in Bug 321106 
** "pageview" classes now use the name "tabfolder" instead
** Group and GroupBox have been merged
** ScrollArea no longer exists
* Atom (and thereby Image/Label) is currently still used by CTabItem, ExpandItem, Group, TabItem, ToolTip, the old button widget and forms. We will probably not get rid of it in 2.0
Comment 3 Tim Buschtoens CLA 2013-07-01 05:34:55 EDT
The stated goal of this bug has been achieved by fixing bug 321106. 

It's a bit annoying, but I don't think we will ever have enough resources to specifically work on geting rid of/adapting the remaining qooxdoo-syle widgets.