summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Compile fix for -qpa/Linux.Friedemann Kleint2011-05-231-0/+1
| | | | Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
* Add QGuiApp::topLevelAt and fix visibility flagLars Knoll2011-05-221-0/+21
| | | | | | | Add and remove windows to the list of top level windows. Correctly set the visibility flag for windows and implement a QGuiApplication::topLevelAt() method that uses the QPlatformScreen.
* Added QGuiApplication::activeWindow().Samuel Rødal2011-05-201-2/+8
|
* move files in src/gui into their final locationsLars Knoll2011-05-111-0/+1059
| | | | | Rename the guikernel subdir to kernel and guiutil to util.
* split kernel/ up according to the future library splitLars Knoll2011-05-041-925/+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/+25
|
* Remove more QApp dependenciesLars Knoll2011-05-041-0/+11
| | | | | | platformIntegration() lives in QGuiApplication QFont and QFontDatabase can live with QGuiApp only as well.
* move layoutDirection from QApplication to QGuiApplicationLars Knoll2011-05-031-0/+70
| | | | | The concept is needed in both QWidgets and QML, so it has to be in QGuiApplication.
* rename qwindow_qpa to qwindowLars Knoll2011-05-031-1/+1
|
* QGuiApplication is not QPA specificLars Knoll2011-05-031-0/+819
Rename files to reflect that QGuiApplication is going to be used everywhere.