summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge master -> api_changesRohan McGovern2012-02-2919-361/+1559
|\
| * Rename remaining references to QInputPanelPekka Vuorela2012-02-281-1/+1
| * Make accessible interfaces private for Qt 5.0Jan-Arve Saether2012-02-281-1/+1
| * QClipboard: Fix autotest failsDebao Zhang2012-02-272-2/+2
| * Remove deprecated usage of QKeySequence from qguivariantOlivier Goffart2012-02-271-2/+3
| * Cleanup usage of QVariant::Type.Jędrzej Nowacki2012-02-271-1/+1
| * QWheelEvent high-resolution delta support.Morten Johan Sorvig2012-02-246-21/+140
| * Use "OpenGL" instead of just "GL" in documentation.Samuel Rødal2012-02-241-1/+1
| * Added documentation for QOpenGLContext and QOpenGLContextGroup.Samuel Rødal2012-02-231-43/+233
| * Fleshed out the QWindow documentation to be less sparse.Samuel Rødal2012-02-231-53/+541
| * Added documentation for QSurfaceFormat.Samuel Rødal2012-02-231-15/+136
| * Handle theme change in QApplication/QGuiApplication.Friedemann Kleint2012-02-232-12/+61
| * Fix rounding error in QInputMethod::cursorRectangle().Andrew den Exter2012-02-231-2/+2
| * Remove use of Q_BROKEN_DEBUG_STREAM.Stephen Kelly2012-02-223-14/+2
| * Add further theme hints to QPlatformTheme.Friedemann Kleint2012-02-227-182/+212
| * Updated QApplication / QGuiApplication to match Qt 5 reality.Samuel Rødal2012-02-221-12/+224
* | Inline and mark as deprecated images's serialNumber()Olivier Goffart2012-02-262-6/+5
|/
* Streamline QPalette initialization code.Friedemann Kleint2012-02-211-26/+32
* Remove QPlatformIntegration/QPlatformTheme from QGuiAppPrivate.Friedemann Kleint2012-02-208-2/+9
* Added note in QPlatformWindow::setGeometry() docs about position policy.Samuel Rødal2012-02-201-0/+4
* qpa: Verify that the platform returns a WId that is not WId(0)Holger Hans Peter Freyther2012-02-201-1/+5
* Introduced QWindow::isExposed().Gunnar Sletta2012-02-184-0/+51
* Fixed API in QWindow: visible() -> isVisible().Samuel Rødal2012-02-174-6/+14
* Add palette() and further hints to QtGui/QPlatformTheme.Friedemann Kleint2012-02-174-31/+90
* Fix naming of plugins for QPA plugins and use new plugin system.Friedemann Kleint2012-02-172-2/+2
* Fix ref counted window close handling.Stephen Kelly2012-02-163-19/+18
* Add a ThemeChange event.Friedemann Kleint2012-02-165-0/+29
* Move the removal of the Quit event to QWindow.Stephen Kelly2012-02-151-0/+3
* Move desktopSettingsAware to QGuiApplication.Friedemann Kleint2012-02-153-0/+31
* Compile without OpenGL.Samuel Rødal2012-02-122-0/+4
* Add QPlatformServices class.Friedemann Kleint2012-02-105-2/+151
* Avoid crash when windows with active mouse synthesization are deletedLaszlo Agocs2012-02-102-3/+7
* Handle TouchCancel in gui and widgetsLaszlo Agocs2012-02-105-2/+79
* Improvement to font database cleanupjian liang2012-02-101-0/+4
* Introduce QScreen::grabWindow(), deprecate QPixmap::grabWindow().Friedemann Kleint2012-02-092-0/+51
* Add event type for TouchCancel.Laszlo Agocs2012-02-091-3/+9
* Fix compile with QT_NO_OPENGL.Andreas Holzammer2012-02-092-0/+6
* Change WId to be a quintptr.Jonathan Liu2012-02-071-1/+2
* Fixed typo in QOpenGLContext warning message.Samuel Rødal2012-02-061-1/+1
* Destroy the QWindow children in destroy() instead of close()Laszlo Agocs2012-02-061-10/+9
* Fix a typo TypeDefiniton -> TypeDefinition.Jędrzej Nowacki2012-02-031-17/+17
* Remove QInputContextPekka Vuorela2012-02-031-1/+1
* Build with -pedanticStephen Kelly2012-02-031-2/+2
* Improve QSurface / QWindow API a bit and use that to avoid errorsGunnar Sletta2012-02-026-15/+79
* Update wrong docs for TouchPoint::id().Laszlo Agocs2012-02-021-3/+2
* Fix qmlscene segfault on startup on Mac OS 10.6.Morten Johan Sørvig2012-02-021-2/+4
* Renamed QInputPanel as QInputMethodPekka Vuorela2012-02-0210-186/+315
* qopenglcontext not checking for null and failing with platform minimalKurt Korbatits2012-02-021-0/+2
* Move QPlatformDialogs from QtWidgets to QtGui.Friedemann Kleint2012-02-013-2/+874
* Use QBasicMutex instead of Q_GLOBAL_STATIC QMutexOlivier Goffart2012-02-012-8/+8