Feature #162
split the QML specific stuff out of PlexydeskWidget
| Status: | New | Start: | 01/11/2012 | ||
|---|---|---|---|---|---|
| Priority: | Normal | Due date: | 01/14/2012 | ||
| Assigned to: | % Done: | 20% |
|||
| Category: | Core Library | Spent time: | 2.00 hours | ||
| Target version: | 0.6.5 | Estimated time: | 7.00 hours |
Description
current Plexydesk widget has become bloated with qml code move that out of it..
Associated revisions
Revision 2d1c037625f28418669fe1d2593ae66fe3c1962b
refs #162 - split the QML specific stuff out of PlexydeskWidget
New QmlWidgetClass to hold qml specific stuff
Revision 65a400474d9a366b891cbf297a92b6f134878d07
refs #162 - remove qml specific code from desktop widget
The commit also tells the qml widgets to handle the double click
events.
Revision cca23d37ad871df7c6a30dbbcbe801c330276af6
refs #162 - Hide the qml children when docking the desktop widget
Introduces a new API, DesktopWidget::setContentRect to notify the base widget
about the size of the child widget so it can restore back to it's original size.
Revision ca6720ae683459e8c6469d25b95796308fbfeb48
refs #162 Rename NORMALSIDE to VIEW
change the variable to make more sense
Revision 670e937b8794188c67c86725bc2a1bdb49336a66
refs #162 - Document Plexydesk Desktop Widget
Revision eb841e2213210dc1ae022ba42cafe7941dbda8c8
refs #162 - Add a Qt model/view compatibility Layer
Revision f1e78566a16becbfba54d43fe70be2da7929ee96
refs #162 - Document Plexydesk Desktop Widget
Revision 792b6378b3b315ec8ffc5162825d0342c7df7e62
refs #162 Rename NORMALSIDE to VIEW
change the variable to make more sense
Revision 1cf37ea761eb5175156de6131d4ef7c48df659f8
refs #162 - Hide the qml children when docking the desktop widget
Introduces a new API, DesktopWidget::setContentRect to notify the base widget
about the size of the child widget so it can restore back to it's original size.
Revision 2431e7f5666aae31666febba79cc33b5becf794a
refs #162 - remove qml specific code from desktop widget
The commit also tells the qml widgets to handle the double click
events.
Revision ab78b32087709db91a89810ba2d6d22737f67491
refs #162 - split the QML specific stuff out of PlexydeskWidget
New QmlWidgetClass to hold qml specific stuff
Revision 1ded391c0ae5ad7795ce00e0f176b9d4947e4c7b
Adds : Abstract Desktop View
Currently PlexyDesktopView is hard coded into the source tree so
any one who want to have their own view will have to fork the runtime.
With this abstract class the developers can use the API and write
their own DesktopView which can be loaded as a plugin.
refs #162
History
Updated by Siraj Razick about 1 month ago
- Due date set to 01/14/2012
- % Done changed from 0 to 10
- Estimated time set to 7.00
Updated by Siraj Razick about 1 month ago
- % Done changed from 10 to 20