summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* split kernel/ up according to the future library splitLars Knoll2011-05-04108-42773/+1957
* Merge remote branch 'origin/master' into refactorLars Knoll2011-05-045-11/+17
|\
| * Compile on WindowsEskil Abrahamsen Blomfeldt2011-05-041-1/+1
| * Remove warningsJørgen Lind2011-05-042-1/+2
| * Lighthouse: Fix virtual desktopwidgetJørgen Lind2011-05-042-9/+4
| * Support gamma correction of text on GLEskil Abrahamsen Blomfeldt2011-05-031-1/+12
| * Initial import from qtquick2.Qt by Nokia2011-04-272-1/+2
* | remove dependency to QStyle::visualAlignmentLars Knoll2011-05-042-1/+14
* | Proper sub-widget mouse grabbing in QWidgetWindow.Samuel Rødal2011-05-042-1/+8
* | Clean up some QWidget dependencies in gui/image.Samuel Rødal2011-05-041-20/+0
* | Get rid of remaining QWidget dependencies in QPainter.Samuel Rødal2011-05-042-1/+24
* | Remove QWidget dependency in QPainter::initFrom().Samuel Rødal2011-05-042-0/+11
* | move keyboardInputLocale and keyboardInputDirection into QGuiApplicationLars Knoll2011-05-044-27/+28
* | Remove more QApp dependenciesLars Knoll2011-05-0413-34/+37
* | even less QT3_SUPPORTLars Knoll2011-05-033-31/+0
* | remove more QT3_SUPPORT codeLars Knoll2011-05-0311-754/+2
* | move layoutDirection from QApplication to QGuiApplicationLars Knoll2011-05-036-82/+106
* | rename qwindow_qpa to qwindowLars Knoll2011-05-038-10/+10
* | QGuiApplication is not QPA specificLars Knoll2011-05-038-9/+11
* | Wheel event forwarding.Samuel Rødal2011-05-032-0/+19
* | remove the graphicssystem code paths.Lars Knoll2011-05-036-105/+4
* | split the HexString template class out of qstylehelperLars Knoll2011-05-032-0/+99
* | QWS removal, part 2Lars Knoll2011-05-022-28/+2
* | remove Qt/Embedded.Lars Knoll2011-05-0214-6669/+2
* | Implemented close event for QWindow and QWidgetWindow.Samuel Rødal2011-05-025-14/+30
* | Properly handle the expose event for QWindow.Samuel Rødal2011-05-023-1/+11
* | Set the window title even if it was set before calling create().Samuel Rødal2011-05-021-0/+2
* | Resizing support in QWidgetWindow.Samuel Rødal2011-05-022-0/+22
* | Proper child delivery of mouse and key events.Samuel Rødal2011-05-024-4/+47
* | Make the wayland plugin compilePaul Olav Tvete2011-04-292-2/+2
* | Add QWidgetWindow to bridge events from QWindow to QWidget.Samuel Rødal2011-04-2914-35/+168
* | Key and wheel events.Samuel Rødal2011-04-292-49/+61
* | Add resize event support to QWindow.Samuel Rødal2011-04-284-39/+129
* | Preliminary QWindow event delivery.Samuel Rødal2011-04-285-19/+66
* | QApplication: Baseclass fixupJørgen Lind2011-04-282-13/+15
* | FontJørgen Lind2011-04-285-5/+39
* | clipboardJørgen Lind2011-04-286-8/+48
* | QGuiApplication refactor in progress.Samuel Rødal2011-04-2818-673/+1059
* | Fix QWindow::destroyJørgen Lind2011-04-281-5/+5
* | Lazy init of QWindowJørgen Lind2011-04-281-11/+33
* | Added a visible state to QWindowJørgen Lind2011-04-282-0/+11
* | Add isWindow type to QObjectJørgen Lind2011-04-281-1/+1
* | For QWindow we need topLevelExtra to be created when we haveJørgen Lind2011-04-281-0/+3
* | use QObject parent logic when setting parent for QWindowJørgen Lind2011-04-282-3/+10
* | Fix compile warningsJørgen Lind2011-04-282-1/+2
* | Lighthouse: use maybetopdata instead of creating topdata for allJørgen Lind2011-04-281-2/+5
* | Get rid of QWindow::WindowType and clean up Qt::WindowFlags instead.Samuel Rødal2011-04-285-45/+19
* | Don't create a platform window if we already have one.Samuel Rødal2011-04-281-1/+2
* | Add proper parent logic for qwidgetJørgen Lind2011-04-281-11/+11
* | Added QWindowContext and got wiggly up and running with xcb.Samuel Rødal2011-04-2812-226/+484