summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-2210-68/+81
* Crash fix in ~QVariantJędrzej Nowacki2012-03-212-11/+0
* Merge master into api_changesKent Hansen2012-03-194-3/+53
|\
| * Make copy and assign private for QAccessibleEvent.Frederik Gladhorn2012-03-181-2/+4
| * Add QWindowSystemInterface::tryHandleSynchronousShortcutEvent()Bradley T. Hughes2012-03-172-0/+46
| * Fix font cache check in QFontEngineFT::recalcAdvances()Miikka Heikkinen2012-03-161-1/+3
* | Merge master into api_changesKent Hansen2012-03-1634-68/+273
|\|
| * Add a note to QTouchEvent docs about empty touchpoint listsLaszlo Agocs2012-03-151-3/+4
| * Added missing \since 5.0 and tweaked some docs in QtGui.Samuel Rødal2012-03-158-4/+19
| * Make QWindow::isActive return false when the application loses the focusAnselmo L. S. Melo2012-03-151-0/+5
| * Fix compiling with --no-accessibilityJerome Leclanche2012-03-152-0/+6
| * Use pointers for QAccessibleEvent.Frederik Gladhorn2012-03-156-9/+9
| * implement virtual destructor in QPlatformSurfaceGunnar Sletta2012-03-152-0/+6
| * Add a way to query for global handles in QPlatformNativeInterfaceJørgen Lind2012-03-152-0/+6
| * Refactor theme plugin loading.Friedemann Kleint2012-03-153-6/+24
| * Add QGuiApplication::platformName.Friedemann Kleint2012-03-143-2/+22
| * Use the lazily-queried families for all QPA multi font engines.Pierre Rossi2012-03-147-32/+47
| * Removed invalid assert in BMP loader code.Kim Motoyoshi Kalland2012-03-141-2/+0
| * Add support for IAccessible2 on WindowsJan-Arve Saether2012-03-131-0/+3
| * Move variant animation interpolators from QtWidgets to QtGuiCharles Yin2012-03-133-1/+99
| * Cleanup after the qsf cache file if it fails to be written toAndy Shaw2012-03-121-8/+25
* | QPlatformSurface: add missing virtual dtorMarc Mutz2012-03-152-0/+3
* | 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