summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/kernel.pri
Commit message (Collapse)AuthorAgeFilesLines
* move drag handling back to GuiLars Knoll2011-05-201-0/+5
| | | | | | | | | | Move the DnD related classes back into QtGui. Parts of the implementation is currently commented out and needs to be moved to QWidgetWindow. SC incompatible change: APIs taking QWidget * now take QObject *
* move files in src/gui into their final locationsLars Knoll2011-05-111-0/+88
| | | | | Rename the guikernel subdir to kernel and guiutil to util.
* library splitLars Knoll2011-05-071-246/+0
|
* split up qguivariant into two filesLars Knoll2011-05-061-2/+3
| | | | | | 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-061-4/+2
| | | | | also add QGuiApplication::palette() for the default application palette.
* moving some more files around.Lars Knoll2011-05-041-2/+11
|
* split kernel/ up according to the future library splitLars Knoll2011-05-041-82/+6
| | | | | | | 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 more QT3_SUPPORT codeLars Knoll2011-05-031-2/+2
|
* rename qwindow_qpa to qwindowLars Knoll2011-05-031-3/+3
|
* QGuiApplication is not QPA specificLars Knoll2011-05-031-3/+3
| | | | | Rename files to reflect that QGuiApplication is going to be used everywhere.
* split the HexString template class out of qstylehelperLars Knoll2011-05-031-0/+1
| | | | | | The class is used in quite a few places and has no relation to styles. Split it out into it's own file to remove a dependency between Gui and Widgets.
* QWS removal, part 2Lars Knoll2011-05-021-27/+1
|
* remove Qt/Embedded.Lars Knoll2011-05-021-2/+2
| | | | Everybody use Lighhouse instead :)
* Add QWidgetWindow to bridge events from QWindow to QWidget.Samuel Rødal2011-04-291-0/+2
| | | | | Gets rid of QWidget dependencies in QWindow and QWindowSurface. Events are not delivered to the correct child widget yet.
* Add resize event support to QWindow.Samuel Rødal2011-04-281-0/+1
| | | | (cherry picked from commit 12b4e7e5a2b18cdd23f540821e1f2785f62b0b9a)
* QGuiApplication refactor in progress.Samuel Rødal2011-04-281-0/+3
| | | | | Things are a bit broken now... At least wiggly runs :) (cherry picked from commit 6cdcf395ffe1e051d109a45ecd71141173a4a4c0)
* Added QWindowContext and got wiggly up and running with xcb.Samuel Rødal2011-04-281-0/+2
| | | | (cherry picked from commit c980e4ef4ebc7699a6c3a7529d3f08ebafc21ffe)
* Make QtGui compile again....Jørgen Lind2011-04-281-3/+3
| | | | | Comment out stuff in QWidget::create_sys (cherry picked from commit 1bbc6a6bb2bf1175080e7a5ba6834ff642fd47ab)
* QPlatformWindowFormat -> QWindowFormat fixes.Samuel Rødal2011-04-281-2/+2
| | | | (cherry picked from commit 4c2eba33ca0433386fa1273fb1bc14adb852d9ac)
* Just some more on QWindow. Nothing worksJørgen Lind2011-04-281-11/+13
| | | | (cherry picked from commit 3acf7aa979630a57791e2a039b1b7b0b85b0aac8)
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+329
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