summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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-227-44/+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
* Fix typosPekka Vuorela2012-02-221-1/+1
* Add GL_BGR to the list of defined GL constants, right next to GL_BGRASimon Hausmann2012-02-211-0/+3
* replace 'const QChar &' with 'QChar ' where appropriateKonstantin Ritt2012-02-218-13/+13
* Streamline QPalette initialization code.Friedemann Kleint2012-02-211-26/+32
* Remove QPlatformIntegration/QPlatformTheme from QGuiAppPrivate.Friedemann Kleint2012-02-2017-2/+18
* Remove QAccessibleInterface::relationTo().Jan-Arve Saether2012-02-202-43/+4
* Added note in QPlatformWindow::setGeometry() docs about position policy.Samuel Rødal2012-02-201-0/+4
* Remove QAccessibleInterface::navigate()Jan-Arve Saether2012-02-202-59/+4
* qpa: Verify that the platform returns a WId that is not WId(0)Holger Hans Peter Freyther2012-02-201-1/+5
* Remove dead method.Richard Moore2012-02-202-9/+0
* Remove unnecessary image height adjustments from layout.Andrew den Exter2012-02-201-3/+3
* Introduced QWindow::isExposed().Gunnar Sletta2012-02-184-0/+51
* Ensure that Qt public headers compile with strict flagsDavid Faure2012-02-171-3/+3
* 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
* Don't render glyph with FT with fetchMetricsOnlyJiang Jiang2012-02-171-1/+1
* Remove historical +1 from font height calculationEskil Abrahamsen Blomfeldt2012-02-176-14/+13
* Avoid loading and keeping unused fallback font enginesEskil Abrahamsen Blomfeldt2012-02-179-4/+74
* Add support for querying an elided sub-string from QTextEngine.Andrew den Exter2012-02-162-20/+24
* Use english name to match font in windows platformjian liang2012-02-162-3/+37
* Redirect libjpeg messages via qWarningDonald Carr2012-02-161-0/+9
* 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
* Corrected the size of mipmaps in framebuffer objects.Kim Motoyoshi Kalland2012-02-151-2/+2
* Remove a couple of QtGui/QtGui header entriesAndy Shaw2012-02-152-2/+2
* Added support for resetting QOpenGLFramebufferObject attachments.Samuel Rødal2012-02-153-27/+82
* Produce unimplemented warning for QOpenGLBuffer::map only onceAlex Wilson2012-02-151-2/+10
* Move desktopSettingsAware to QGuiApplication.Friedemann Kleint2012-02-153-0/+31
* Added static keyword to blend_transformed_tiled_argb/rgb565().Kim Motoyoshi Kalland2012-02-141-2/+2
* Removed unused qStorePixel[] array.Kim Motoyoshi Kalland2012-02-141-12/+0
* Use newly-added QFileInfo::isNativePathJoão Abecasis2012-02-142-7/+8
* Compile without OpenGL.Samuel Rødal2012-02-122-0/+4
* Add QPlatformServices class.Friedemann Kleint2012-02-109-460/+114
* Avoid crash when windows with active mouse synthesization are deletedLaszlo Agocs2012-02-102-3/+7
* Move all usages of Relation enum values to QAccessible::relations()Jan-Arve Saether2012-02-102-5/+6
* Handle TouchCancel in gui and widgetsLaszlo Agocs2012-02-105-2/+79
* Add qt_pixmapFromWinHICON again for Windows CE.Andreas Holzammer2012-02-101-0/+179
* Update docs for QAccessibleEvent.Frederik Gladhorn2012-02-101-46/+10
* Improvement to font database cleanupjian liang2012-02-103-21/+38
* Introduce QScreen::grabWindow(), deprecate QPixmap::grabWindow().Friedemann Kleint2012-02-095-54/+64
* Add event type for TouchCancel.Laszlo Agocs2012-02-091-3/+9