summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move some cursor handling to QGuiApplication from QApplication.Samuel Rødal2011-05-041-270/+0
|
* Move KeyPlatform and currentPlatform() to QGuiApplicationPrivate.Samuel Rødal2011-05-041-19/+0
|
* split kernel/ up according to the future library splitLars Knoll2011-05-041-3/+3
| | | | | | | 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.
* remove dependency to QStyle::visualAlignmentLars Knoll2011-05-041-1/+1
| | | | | | | The current position of the code in QGuiAppPrivate is a bit messy, but we can later on consider consolidating some of this in some helper namespace.
* move keyboardInputLocale and keyboardInputDirection into QGuiApplicationLars Knoll2011-05-041-24/+0
|
* Remove more QApp dependenciesLars Knoll2011-05-041-11/+0
| | | | | | platformIntegration() lives in QGuiApplication QFont and QFontDatabase can live with QGuiApp only as well.
* move layoutDirection from QApplication to QGuiApplicationLars Knoll2011-05-031-75/+25
| | | | | The concept is needed in both QWidgets and QML, so it has to be in QGuiApplication.
* remove the graphicssystem code paths.Lars Knoll2011-05-031-79/+0
| | | | | QPA's platform integration layer replaces the graphics system now.
* QApplication: Baseclass fixupJørgen Lind2011-04-281-11/+11
| | | | (cherry picked from commit 5bbdf65632feed1a2e3f30e97bcdd47950f2b8d4)
* FontJørgen Lind2011-04-281-0/+13
| | | | (cherry picked from commit 050925ccac957dea3d4e138babdd7aa93925dffc)
* clipboardJørgen Lind2011-04-281-6/+7
| | | | (cherry picked from commit 3f5c0e26e0f8b6876c3fb4d3822df49c748b2eea)
* QGuiApplication refactor in progress.Samuel Rødal2011-04-281-18/+17
| | | | | Things are a bit broken now... At least wiggly runs :) (cherry picked from commit 6cdcf395ffe1e051d109a45ecd71141173a4a4c0)
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+6139
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12