summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge dev into 5.7" into refs/staging/5.7Oswald Buddenhagen2016-02-179-14/+38
|\
| * Merge dev into 5.7Oswald Buddenhagen2016-02-179-14/+38
| |\
| | * QIcon::fromTheme(): add support for absolute paths.David Faure2016-02-151-0/+3
| | * QRegion: add move ctorMarc Mutz2016-02-132-0/+12
| | * Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-122-9/+3
| | * QTextFrame::iterator: restore nothrow move special membersMarc Mutz2016-02-122-5/+9
| | * QBitmap: restore nothrow move special membersMarc Mutz2016-02-122-0/+11
* | | QShortcutMap: re-use an existing bool variableMarc Mutz2016-02-171-1/+1
* | | QStandardItemModel: Reset the flags on clear()Stephen Kelly2016-02-171-0/+1
|/ /
* | Add QStyleHints::setTabFocusBehavior() for testing purposesJ-P Nurmi2016-02-162-2/+24
* | Cache results of multiple render target supportSean Harmer2016-02-141-2/+3
* | Provide optimised version of QOpenGLFramebufferObject::blitFramebufferSean Harmer2016-02-142-3/+83
|/
* QtGui: eradicate Q_FOREACH loops [const-& returns]Marc Mutz2016-02-113-5/+9
* QtGui: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-02-119-20/+19
* QtGui: eradicate Q_FOREACH loops [already const]Marc Mutz2016-02-1116-26/+27
* Optimize string building in QImage::text()Marc Mutz2016-02-111-5/+4
* QMatrix, QTransform: restore nothrow move special membersMarc Mutz2016-02-114-10/+34
* QtGui: replace a Q_FOREACH loop with qDeleteAll()Marc Mutz2016-02-111-4/+2
* QtGui: replace a Q_FOREACH loop with QList::op+=Marc Mutz2016-02-111-4/+2
* QtGui: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-02-119-17/+32
* QImage: split strings with splitRef() in convertWithPalette()Marc Mutz2016-02-111-4/+4
* QtGui: eradicate Q_FOREACH loops [QVarLengthArray]Marc Mutz2016-02-112-4/+4
* QPainter: replace an inefficient QList with QVectorMarc Mutz2016-02-113-24/+21
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-1110-30/+51
|\
| * Provide QCss with the correct font for <pre> blocksAleix Pol2016-02-091-7/+1
| * QWindow::setMask(): Apply High DPI scaling.Friedemann Kleint2016-02-091-1/+1
| * Reduce allocations by using reserve()Sérgio Martins2016-02-074-9/+16
| * Make QWindowGeometrySpecification suitable to use as globalSérgio Martins2016-02-071-3/+5
| * Fix rounding error in fetchTransformedBilinearAllan Sandfeld Jensen2016-02-021-2/+4
| * dbusmenu: Add support for shortcutsDmitry Shachnev2016-02-022-8/+24
* | dbusmenu: Use proper toggle-type for items that are part of groupDmitry Shachnev2016-02-091-0/+1
* | QKeySequence: replace an inefficient QList with QVectorMarc Mutz2016-02-081-7/+7
* | Replace some QList<int> with QVector<int>Marc Mutz2016-02-083-12/+12
* | Drop most "#ifndef QT_NO_LIBRARY"Ulf Hermann2016-02-0811-61/+18
* | QStandardItemModel: avoid premature pessimizationMarc Mutz2016-02-081-6/+4
* | Doc: Fix grammar in QOpenGLContext::openGLModuleType() docsAndy Maloney2016-02-061-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-028-47/+83
|\|
| * Remove warning about being unable to instantiate accessibility interfaceFrederik Gladhorn2016-02-021-8/+1
| * Stop Q_AUTOTEST_EXPORTing QKeyBinding and QKeySequencePrivateDmitry Shachnev2016-02-021-2/+2
| * Revert "QWindow::destroy(): only reset QGuiApp::focus_window and friends as a...Tor Arne Vestbø2016-02-022-37/+11
| * QWindow::destroy(): only reset QGuiApp::focus_window and friends as a last re...Tor Arne Vestbø2016-01-292-11/+37
| * Doc: Properly document old platform-specific functionsSze Howe Koh2016-01-291-0/+17
| * Don't send regular key press event if it matched a shortcutTor Arne Vestbø2016-01-291-2/+3
| * QFont: Fix possible cache misses due to misprepared cache keyKonstantin Ritt2016-01-291-12/+12
| * Doc: a QScreen can be a placeholder if there are no screens attachedShawn Rutledge2016-01-281-6/+1
| * QFontCache: Centralize the engine type safety checkKonstantin Ritt2016-01-282-3/+8
| * Move shortcut handling back into QGuiApplicationTor Arne Vestbø2016-01-282-0/+15
| * QFont*: Optimize by caching the QFontCache::instance() resultKonstantin Ritt2016-01-262-11/+17
| * on failure to load platform plugin, show the path(s) checkedShawn Rutledge2016-01-261-1/+1
| * Deduplicate and clarify the code a bitKonstantin Ritt2016-01-261-2/+5