summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Make qobject_p.h not need qvariant.h.Stephen Kelly2012-02-291-2/+0
* Merge master -> api_changesRohan McGovern2012-02-2939-532/+1740
|\
| * Rename remaining references to QInputPanelPekka Vuorela2012-02-281-1/+1
| * Make accessible interfaces private for Qt 5.0Jan-Arve Saether2012-02-286-1/+17
| * Fix divide by zero when glyphWidth is 0Jiang Jiang2012-02-281-0/+2
| * Prevent stack corruption when using OpenGL Core ProfileSean Harmer2012-02-281-1/+2
| * QClipboard: Fix autotest failsDebao Zhang2012-02-272-2/+2
| * Fix icon loading in style sheets.Friedemann Kleint2012-02-272-28/+33
| * Remove deprecated usage of QKeySequence from qguivariantOlivier Goffart2012-02-271-2/+3
| * Cleanup usage of QVariant::Type.Jędrzej Nowacki2012-02-271-1/+1
| * QFixed: make constexprMarc Mutz2012-02-261-68/+68
| * QFixed{,Size}: reformulate some functions in a constexpr-friendly wayMarc Mutz2012-02-261-23/+24
| * QWheelEvent high-resolution delta support.Morten Johan Sorvig2012-02-246-21/+140
| * Minor fixes for RelationFlag.Jan-Arve Saether2012-02-242-4/+6
| * Use "OpenGL" instead of just "GL" in documentation.Samuel Rødal2012-02-245-38/+38
| * Added documentation for QOpenGLContext and QOpenGLContextGroup.Samuel Rødal2012-02-231-43/+233
| * QTextEngine - treat a fullstop (0x2E) as the same script as the preceeding te...John Tapsell2012-02-231-1/+14
| * 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
* | QFontMetrics: make conversion from QFont to QFontMetrics explicitMarc Mutz2012-02-281-2/+2
* | QFontEngine: remove unused and buggy grayPalette()Marc Mutz2012-02-272-20/+0
* | Inline and mark as deprecated images's serialNumber()Olivier Goffart2012-02-268-27/+16
|/
* 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