summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Added QGuiApplication::activeWindow().Samuel Rødal2011-05-201-0/+2
|
* move files in src/gui into their final locationsLars Knoll2011-05-111-0/+146
| | | | | Rename the guikernel subdir to kernel and guiutil to util.
* split kernel/ up according to the future library splitLars Knoll2011-05-041-132/+0
| | | | | | | Create a guikernel/ directory that contains the files that'll go into libQtGui. What remains in kernel/ will go into QtWidgets. In addition to that image/, painting/ and text will end up int QtGui.
* move keyboardInputLocale and keyboardInputDirection into QGuiApplicationLars Knoll2011-05-041-0/+3
|
* Remove more QApp dependenciesLars Knoll2011-05-041-0/+4
| | | | | | platformIntegration() lives in QGuiApplication QFont and QFontDatabase can live with QGuiApp only as well.
* move layoutDirection from QApplication to QGuiApplicationLars Knoll2011-05-031-0/+7
| | | | | The concept is needed in both QWidgets and QML, so it has to be in QGuiApplication.
* QGuiApplication is not QPA specificLars Knoll2011-05-031-0/+118
Rename files to reflect that QGuiApplication is going to be used everywhere.