summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove superfluous setter / getter for QWindowFormat in QWindow.Samuel Rødal2011-05-232-14/+0
* | clean up unused codeLars Knoll2011-05-221-148/+1
* | implement dragging between top levelsLars Knoll2011-05-221-28/+23
* | Add QGuiApp::topLevelAt and fix visibility flagLars Knoll2011-05-223-2/+30
* | re-add in-process DnD implementationLars Knoll2011-05-223-50/+46
* | Added QGuiApplication::activeWindow().Samuel Rødal2011-05-204-2/+14
* | remove an unused classLars Knoll2011-05-202-28/+0
* | move drag handling back to GuiLars Knoll2011-05-206-0/+1721
* | Better setWindowFlags() support in XCB window.Samuel Rødal2011-05-191-3/+0
* | Add QWindow::setWindowModality().Samuel Rødal2011-05-183-1/+23
* | Re-implement transient window support in XCB backend.Samuel Rødal2011-05-164-6/+24
* | Implement QWindow minimum/maximum/base size hints and size increments.Samuel Rødal2011-05-165-13/+94
* | Initial QPlatformWindow window state setting API and xcb implementation.Samuel Rødal2011-05-135-8/+33
* | move files in src/gui into their final locationsLars Knoll2011-05-1168-0/+19903
* | move to the right locationLars Knoll2011-05-071-213/+0
* | library splitLars Knoll2011-05-0780-49922/+0
* | split up qguivariant into two filesLars Knoll2011-05-062-2/+216
* | move QPalette into QtGuiLars Knoll2011-05-066-1306/+3
* | Get rid of qt_qpa_set_cursor from QGuiApplication for now.Samuel Rødal2011-05-061-0/+2
* | Get rid of stale QWidget-stuff from QGuiApplication.Samuel Rødal2011-05-061-0/+2
* | move gesture event into qgesture.*Lars Knoll2011-05-053-0/+412
* | Get rid of more QWidget / QApplication dependencies.Samuel Rødal2011-05-043-8/+11
* | Move some cursor handling to QGuiApplication from QApplication.Samuel Rødal2011-05-044-299/+0
* | that signal has moved to QGuiApplicationLars Knoll2011-05-041-1/+0
* | Move KeyPlatform and currentPlatform() to QGuiApplicationPrivate.Samuel Rødal2011-05-042-31/+0
* | Closing of popups in QWidgetWindow.Samuel Rødal2011-05-042-1/+5
* | Remove unused variable.Samuel Rødal2011-05-041-1/+0
* | move platform specific files out of the wayLars Knoll2011-05-0464-45756/+0
* | Implemented enter / leave events for QWidget.Samuel Rødal2011-05-042-0/+26
* | Improved handling of child windows.Samuel Rødal2011-05-042-13/+18
* | moving some more files around.Lars Knoll2011-05-0410-2/+2926
* | 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