summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QtGui: make some constructors explicitMarc Mutz2012-03-1428-42/+42
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-1241-2070/+429
|\
| * Add documenation about QAccessibleStateChange event.Frederik Gladhorn2012-03-121-0/+23
| * Delete QPlatformDragPrivate object in QPlatformDrag's destructorjian liang2012-03-122-0/+3
| * Line up underlines if fallback fonts are used (QTBUG-21832)Stefan Hundhammer2012-03-126-44/+200
| * Add a movable type declaration to QGlyphRun.Andrew den Exter2012-03-121-0/+2
| * Remove Mac multiple-arch support.Morten Johan Sorvig2012-03-121-52/+6
| * Remove QAccessible2::TableModelChange.Frederik Gladhorn2012-03-121-29/+0
| * Update accessibility StateChange by custom event.Frederik Gladhorn2012-03-122-1/+17
| * Migrate QWindowSystemInterface to use QElapsedTimerLaszlo Agocs2012-03-123-6/+5
| * Remove unneeded check.Sergio Martins2012-03-101-1/+1
| * Fix some duplication between QGuiApplication and QApplication,David Faure2012-03-094-2/+52
| * Start eventTime timer so that the .elapsed method will work.Jon Trulson2012-03-091-0/+4
| * Remove legacy pre-QPA gui/egl implementationDonald Carr2012-03-088-1855/+0
| * QAccessibleEvent needs a virtual destructor.Frederik Gladhorn2012-03-081-0/+3
| * Enablers for shared graphics cache in raster paint engineJiang Jiang2012-03-0814-51/+113
| * Remove dead code.Pierre Rossi2012-03-084-32/+0
| * Add accessible role Desktop.Frederik Gladhorn2012-03-082-0/+3
| * Fix typo: remember not remembetFrederik Gladhorn2012-03-081-1/+1
* | Merge "Merge remote-tracking branch 'origin/containers' into api_changes" int...Friedemann Kleint2012-03-091-2/+2
|\ \
| * \ Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-0886-1948/+1697
| |\ \
| * | | Rename QMetaMethod::signature() to methodSignature()Kent Hansen2012-02-291-2/+2
* | | | {QTouchEvent,QWindowSystemInterface}::TouchPoint: replace QList<QPointF> with...Marc Mutz2012-03-094-7/+8
| |/ / |/| |
* | | Merge remote-tracking branch 'origin/master' into api_changesJoão Abecasis2012-03-0818-94/+196
|\ \ \ | | |/ | |/|
| * | QCursor: Associate cursor with screen.Friedemann Kleint2012-03-078-47/+103
| * | Add fonts to QPlatformTheme.Friedemann Kleint2012-03-075-13/+40
| * | Fix double click handling.Laszlo Agocs2012-03-071-23/+19
| * | Make cache of opentype tables in Harfbuzz face lazyEskil Abrahamsen Blomfeldt2012-03-063-6/+12
| * | Cocoa: Implement widget palettes.Morten Johan Sorvig2012-03-061-0/+13
| * | qpa: Document a requirement of the backing store implementationHolger Hans Peter Freyther2012-03-061-0/+3
| * | Remove AccessibilityPrepare event.Frederik Gladhorn2012-03-051-4/+0
| * | Update QTouchEvent docs with regards to raw positionsLaszlo Agocs2012-03-051-1/+6
* | | QTouchEvent::TouchPoint: make it a proper value classMarc Mutz2012-03-062-13/+21
* | | Merge an overloaded QKeySequence constructor.Stephen Kelly2012-03-062-12/+1
|/ /
* | Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-0414-74/+40
|\ \
| * | QtGlobal: remove qIsDetached()Marc Mutz2012-03-011-2/+0
| * | QInputMethodEvent::Attribute: mark as Q_MOVABLE_TYPEMarc Mutz2012-03-011-0/+1
| * | QEvent (and subclasses): make ctors explicitMarc Mutz2012-03-011-21/+21
| * | Make qobject_p.h not need qvariant.h.Stephen Kelly2012-02-291-2/+0
| * | Merge master -> api_changesRohan McGovern2012-02-2939-532/+1740
| |\|
| * | 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
* | | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-0239-676/+676
* | | Mark overload of QAccessible::updateAccessibility as deprecated.Frederik Gladhorn2012-03-022-3/+1
* | | Improve debugging in the windows accessibility bridge.Jan-Arve Saether2012-03-021-4/+16
* | | Export QPaintEnginePrivate from QtGuiBradley T. Hughes2012-03-021-1/+1
* | | Revert "Don't render glyph with FT with fetchMetricsOnly"Jiang Jiang2012-03-011-1/+1
* | | Allow using multi fontengine in QTextLayout with QRawFont.Pierre Rossi2012-03-017-22/+108
* | | Add support for QRawFont in QTextLayout.Pierre Rossi2012-03-016-64/+171