summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qdockwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | | | | | Reviewed-by: Trust Me
* | QMenu, QMenuBar: small cleanupThierry Bastian2009-06-121-1/+1
| | | | | | | | | | Removed calls to the widget getters because we have the members directly in the private class.
* | remove q->layout() and q->parentWidget() code where unnecessaryThierry Bastian2009-06-111-37/+38
| |
* | small code cleanup that improves some loopsThierry Bastian2009-06-101-3/+4
| | | | | | | | it uses les foreach
* | introduce Q_WS_WINCEMaurice Kalinowski2009-04-291-1/+1
|/ | | | | | | | | | | Task-number: 246130 Reviewed-by: joerg Introduce Q_WS_WINCE for Windows CE only windowing parts. So far we decided to stick with Q_WS_WIN32, but having a separate define makes the code more readable. In addition Q_WS_WINCE_WM is available for Windows Mobile only parts, where we do not check for the OS on runtime.
* Fix layout problem in QMainWindowThierry Bastian2009-03-251-4/+8
| | | | | | | | | QDockWidget's minimum title width was not computed correctly and was thus provoking some strange layout issues. We need to ask for the widget's sizeHint for the close and float buttons. Task-number: 241577 Reviewed-by: ogoffart
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+1594