summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Iikka Eklund2014-04-02141-1121/+1673
|\
| * Merge remote-tracking branch 'origin/stable' into devIikka Eklund2014-04-01141-1121/+1673
| |\
| | * Item views: respect selection mode when closing an editorJ-P Nurmi2014-04-011-2/+3
| | * Item views: respect focus policy when closing an editorJ-P Nurmi2014-04-013-11/+9
| | * d3dcompiler_qt: Improve shader source structureAndrew Knight2014-03-311-22/+38
| | * Propagate textureChildSeen properlyLaszlo Agocs2014-03-311-1/+1
| | * Send touch update events to widget if there is a gesture pending for it.Friedemann Kleint2014-03-313-1/+12
| | * Make QWindowsMultiFontEngine support deferred fallback families queryKonstantin Ritt2014-03-313-33/+9
| | * Fix QFontCache::Key comparison for custom font fallbacks caseKonstantin Ritt2014-03-311-1/+1
| | * Drop dead codeKonstantin Ritt2014-03-311-4/+1
| | * Android: input method fixes for SwiftEdit keyboardPaul Olav Tvete2014-03-311-10/+42
| | * iOS: Share default-FBO for windows between contexts in a share-groupTor Arne Vestbø2014-03-311-4/+9
| | * QNX: use QStringList::join(QChar) overloadMarc Mutz2014-03-311-2/+2
| | * Update copyright year in tools outputKai Koehne2014-03-313-6/+6
| | * Fix compile for embedded Androidaavit2014-03-311-1/+1
| | * OS X QSettings auto test/writing check updateSamuel Gaist2014-03-312-19/+27
| | * NSScreen screens may be empty so add the main screen in that caseAndy Shaw2014-03-291-2/+8
| | * XCB: use requested primary screen DISPLAY=:0.1 when possibleDavid Fries2014-03-291-2/+6
| | * If no screens, attempting to create a window results in clean exitShawn Rutledge2014-03-293-5/+15
| | * Remove a duplicate code of else-if statementluyikei2014-03-291-3/+0
| | * QEvent: document and check when registerEventTypes() returns -1Marc Mutz2014-03-291-0/+3
| | * QNX: don't copy a QStringList twice every loop iterationMarc Mutz2014-03-291-2/+2
| | * Fix build on [older] MinGWKonstantin Ritt2014-03-291-1/+1
| | * Fix drawing paths with constant opacity onto PDFAllan Sandfeld Jensen2014-03-291-1/+1
| | * iOS: don't scroll towards cursor during touch pressRichard Moe Gustavsen2014-03-291-0/+19
| | * iOS: stop keyboard from reopending after the gesture finishesRichard Moe Gustavsen2014-03-291-2/+38
| | * iOS: animate screen from current in-flight geometryRichard Moe Gustavsen2014-03-291-1/+1
| | * iOS: keep keyboard rect in syncRichard Moe Gustavsen2014-03-291-3/+0
| | * [QtSql]QIBASE]add support for prepared queries in numRowsAffectedIsrael Lins Albuquerque2014-03-291-2/+12
| | * Android: eglBindAPI() won't return on certain devices.Christian Strømme2014-03-291-3/+3
| | * Accessibility Mac: CheckBoxes need value attributeFrederik Gladhorn2014-03-291-1/+6
| | * Accessibility: Set checkable state for checkbox and buttonsFrederik Gladhorn2014-03-291-0/+2
| | * Fix typosFrederik Gladhorn2014-03-291-1/+9
| | * Do not rely on the list of standard font sizes for QFontDialog.Leonard Lee2014-03-281-8/+10
| | * Avoid out of bounds memory reads when scaling imagesLars Knoll2014-03-287-26/+54
| | * Fix disappearing transient scrollbarsJ-P Nurmi2014-03-282-5/+19
| | * Android: implement batch editing for input methodsPaul Olav Tvete2014-03-283-8/+57
| | * Pass events to QGestureManager from the main (GUI) thread only.Friedemann Kleint2014-03-281-9/+12
| | * Reduce clang compilation time of tst_qmetatype by ~2%Jędrzej Nowacki2014-03-281-35/+7
| | * iOS: Add support for offscreen GL surfaces without using hidden windowsTor Arne Vestbø2014-03-283-0/+24
| | * Android: Convert plain text to html text for native dialogs.BogDan Vatra2014-03-281-4/+15
| | * d3dcompiler_qt: Directly link the d3dcompiler DLL on WinRT 8.1Andrew Knight2014-03-282-1/+15
| | * ANGLE: Don't export DLLMain functions for static buildsAndrew Knight2014-03-283-0/+71
| | * Deprecate QFont::setRawName() and QFont::rawName()Sergio Ahumada2014-03-272-2/+6
| | * Mark QPoint, QPointF, QRect, QRectF as reentrant.Mitch Curtis2014-03-272-0/+4
| | * Fix typos in QFont documentation.Mitch Curtis2014-03-271-2/+2
| | * iOS: Check FBO status and return failure from QIOSContext::makeCurrent()Tor Arne Vestbø2014-03-272-6/+36
| | * Keep track of destroyed QOpenGLContexts in QOpenGLVertexArrayObjectTor Arne Vestbø2014-03-271-2/+6
| | * Fix race condition in QOpenGLMultiGroupSharedResourceLiang Jian2014-03-271-0/+1
| | * Mac: make FSEvents-based QFileSystemWatcherEngine more robust.Erik Verbruggen2014-03-272-42/+105