summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QOCIDriver: optimize string handling in tables()Marc Mutz2016-02-171-31/+49
* mimetypes: Declare some types as sharedMarc Mutz2016-02-173-2/+31
* Remove QMimeMagicRule's pimplMarc Mutz2016-02-172-151/+95
* QShortcutMap: re-use an existing bool variableMarc Mutz2016-02-171-1/+1
* QDaemonThread: replace a function pointer with a lambdaMarc Mutz2016-02-171-6/+2
* QDialogButtonBox: replace a QList copy + pop_front() with mid(1)Marc Mutz2016-02-171-7/+2
* Say hello to Android ServicesBogDan Vatra2016-02-1720-760/+1533
* Disable XCTest support in QtTestLibTor Arne Vestbø2016-02-171-2/+2
* QStandardItemModel: Reset the flags on clear()Stephen Kelly2016-02-171-0/+1
* QDate: mark getDate() as const.Anton Kudryavtsev2016-02-172-2/+18
* Add attribute Qt::AA_DontUseNativeDialogs.Friedemann Kleint2016-02-175-9/+17
* QDateTimeParser: de-duplicate calls and cache resultsAnton Kudryavtsev2016-02-161-19/+26
* Improve sql allocated cache reuseEric Lemanissier2016-02-161-1/+0
* Add QStyleHints::setTabFocusBehavior() for testing purposesJ-P Nurmi2016-02-162-2/+24
* Reduce allocations in QSQLiteDriver::open()'s connection options parsingMarc Mutz2016-02-151-7/+11
* Fix crash when using .NoActionBar theme.BogDan Vatra2016-02-151-0/+2
* 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
* Suppress memory allocation due to temporary containerSérgio Martins2016-02-111-1/+1
* 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-114-25/+22
* uic: replace an inefficient QList with QVectorMarc Mutz2016-02-112-4/+6
* Move waylandfunctions from qtwayland to qtbaseLaszlo Agocs2016-02-113-0/+88
* Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-02-1179-880/+707
|\
| * Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-1179-880/+707
| |\
| | * QLocale: Use QVariant::toStringList() instead of template instantiationSérgio Martins2016-02-101-1/+1
| | * Fix usage of QMutexLocker, destroy it only at end of scopeSérgio Martins2016-02-102-5/+5
| | * Windows accessibility: Add override declaration.Friedemann Kleint2016-02-101-1/+1
| | * Windows accessibility: Remove some cruft.Friedemann Kleint2016-02-103-367/+0
| | * QWindowsVistaStyle: Suppress animation when QLineEdit's base color is set.Friedemann Kleint2016-02-101-5/+22
| | * QWindowsXPStyle: Introduce utility function for QLineEdit's palette.Friedemann Kleint2016-02-103-39/+21
| | * Provide QCss with the correct font for <pre> blocksAleix Pol2016-02-091-7/+1
| | * Readability fix for MS isRelative, isAbsolute.Edward Welbourne2016-02-091-6/+10
| | * QWindow::setMask(): Apply High DPI scaling.Friedemann Kleint2016-02-092-4/+3
| | * Don't force antialiasing when it is turned offEskil Abrahamsen Blomfeldt2016-02-091-2/+4
| | * dbustray: Support late registering of tray icon menuDmitry Shachnev2016-02-093-8/+14
| | * dbustray: Do not change m_menu in QDBusTrayIcon::createMenu()Dmitry Shachnev2016-02-091-5/+1
| | * Fix clang 3.7 developer build [Werror, Winconsistent-missing-override]Sérgio Martins2016-02-081-1/+1
| | * dbusmenu: Refactor the code to allow dynamic updating of menusDmitry Shachnev2016-02-086-54/+102
| | * Reduce allocations by using reserve()Sérgio Martins2016-02-0714-20/+44
| | * Make QWindowGeometrySpecification suitable to use as globalSérgio Martins2016-02-071-3/+5