summaryrefslogtreecommitdiffstats
path: root/src/gui/guikernel
Commit message (Collapse)AuthorAgeFilesLines
* Compile fixes after merge.Samuel Rødal2011-05-111-2/+2
|
* Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-113-2/+11
| | | | | | | | | | | | | | | Conflicts: src/gui/painting/qdrawhelper_p.h src/gui/painting/qgraphicssystemfactory.cpp src/gui/painting/qpainter.cpp src/gui/painting/qunifiedtoolbarsurface_mac.cpp src/gui/painting/qunifiedtoolbarsurface_mac_p.h src/openvg/openvg.pro src/openvg/qpaintengine_vg.cpp src/openvg/qwindowsurface_vg.cpp src/openvg/qwindowsurface_vgegl.cpp src/plugins/platforms/wayland/qwaylanddisplay.cpp src/widgets/graphicsview/qgraphicsscene.cpp
* get QtWidgets to linkLars Knoll2011-05-075-4/+30
| | | | | some more changes, mainly exporting methods from QtGui to get QtWidgets to link.
* make the new QtGui compileLars Knoll2011-05-071-0/+3
|
* library splitLars Knoll2011-05-072-1/+81
|
* split up qguivariant into two filesLars Knoll2011-05-061-35/+24
| | | | | | Move everything that will end up in QtWidgets into a qwidgetsvariant.cpp file. Currently this is QIcon and QSizePolicy only.
* move QPalette into QtGuiLars Knoll2011-05-066-0/+1312
| | | | | also add QGuiApplication::palette() for the default application palette.
* comment out references to QDragManager for nowLars Knoll2011-05-061-4/+6
|
* Get rid of qt_qpa_set_cursor from QGuiApplication for now.Samuel Rødal2011-05-062-5/+0
|
* Get rid of stale QWidget-stuff from QGuiApplication.Samuel Rødal2011-05-062-226/+8
|
* compile fixesLars Knoll2011-05-051-1/+0
|
* remove qwidget dependencies from keymapperLars Knoll2011-05-055-1/+427
| | | | | Remove the QWidget dependencies from keymapper and move it back into guikernel.
* move gesture event into qgesture.*Lars Knoll2011-05-053-415/+0
| | | | | Since QGesture stays in QtWidgets for now, move the event there as well.
* remove some more qapp dependenciesLars Knoll2011-05-058-25/+18
|
* special directory for stuff we want to move from widgets to guiLars Knoll2011-05-0513-3685/+1
| | | | | | | Create a special to_be_moved directory, that will contain files that are to be moved from QtWidgets to QtGui. This will allow us to do a first split of the libraries rather fast and we can then start pulling in these classes one by one.
* move some more files into proper placesLars Knoll2011-05-052-100/+1
|
* Get rid of more QWidget / QApplication dependencies.Samuel Rødal2011-05-0411-58/+53
|
* More QApplication prefixes changed.Samuel Rødal2011-05-046-10/+10
|
* Use base-class prefix instead of QApplication:: where possible.Samuel Rødal2011-05-043-17/+17
|
* Move some cursor handling to QGuiApplication from QApplication.Samuel Rødal2011-05-045-12/+317
|
* Move KeyPlatform and currentPlatform() to QGuiApplicationPrivate.Samuel Rødal2011-05-044-151/+185
|
* Remove unused variable.Samuel Rødal2011-05-042-5/+0
|
* move platform specific files out of the wayLars Knoll2011-05-0428-20618/+0
| | | | | | | Keep the files as reference to implement the lighthouse plugins, but move them away from the main directory hierachy as they won't be part of Qt5 in any case.
* Implemented enter / leave events for QWidget.Samuel Rødal2011-05-041-10/+6
|
* More fixes...Samuel Rødal2011-05-041-0/+6
|
* Improved handling of child windows.Samuel Rødal2011-05-043-24/+19
| | | | Don't force-create QWindows until they're explicitly created or shown.
* forgot this fileLars Knoll2011-05-041-0/+94
|
* split kernel/ up according to the future library splitLars Knoll2011-05-04102-0/+42683
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.