summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* OS X: add buttons to tablet eventsShawn Rutledge2014-07-311-2/+13
* QTabletEvent manual test: show buttons, pressure, eraserShawn Rutledge2014-07-314-39/+127
* OS X: correct tablet airbrush tangentialPressure to range -1..1Shawn Rutledge2014-07-311-1/+1
* Windows plugin: Refactor input context.Friedemann Kleint2014-07-311-18/+7
* Micro-optimize QXmlStreamReaderPrivate.Jędrzej Nowacki2014-07-311-3/+3
* Add QString::splitRef functions.Jędrzej Nowacki2014-07-313-15/+198
* Micro-optimize uicJędrzej Nowacki2014-07-311-1/+1
* Micro-optimize qdocJędrzej Nowacki2014-07-311-3/+3
* Doc: update the list of typical values for xxxCpuArchitectureThiago Macieira2014-07-311-2/+12
* Attempt to add support for Solaris sysinfo callThiago Macieira2014-07-311-3/+24
* Add the detection of the compiler macros for more AVX512 featuresThiago Macieira2014-07-311-0/+12
* Use an enum to check that the OS is saving the register stateThiago Macieira2014-07-311-1/+18
* QProgressDialog: make the cancel button retranslate on LanguageChangeMarc Mutz2014-07-302-2/+46
* QProgressDialog: Extract Method QProgressDialogPrivate::setCancelButtonText()Marc Mutz2014-07-301-7/+14
* QProgressDialog: don't crash when setting the same {bar,button,label} againMarc Mutz2014-07-302-0/+64
* tst_QProgressDialog: enable topLevelWindows() check in cleanup()Marc Mutz2014-07-301-1/+7
* Clean up tst_QProgressDialogMarc Mutz2014-07-301-14/+2
* Add EglDisplay case to nativeResourceForContext on eglfsAndras Becsi2014-07-301-0/+4
* Allow lower case resource names in native interface on WindowsAndras Becsi2014-07-301-7/+43
* Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-3022-27/+189
|\
| * Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-2922-27/+189
| |\
| | * Fix compilation if EC is disabled in OpenSSLJoni Poikelin2014-07-293-0/+8
| | * Improve dbus cross compilationBernd Weimer2014-07-286-7/+24
| | * Fix buffer overrun error with some proxy serversArtem Shevchenko2014-07-281-3/+0
| | * tst_QSet: verify that {}-style initialization drops duplicatesMarc Mutz2014-07-251-1/+1
| | * tst_QMap: replace QVERIFY(x == y) with QCOMPARE(x,y)Marc Mutz2014-07-251-2/+2
| | * tst_QMap: verify that {}-style initialization drops duplicatesMarc Mutz2014-07-251-1/+6
| | * tst_QHash: replace QVERIFY(x == y) with QCOMPARE(x,y)Marc Mutz2014-07-251-2/+2
| | * tst_QHash: verify that {}-style initialization drops duplicatesMarc Mutz2014-07-251-1/+6
| | * QNAM: Fix CPU load for limited upload QIODeviceMarkus Goetz2014-07-253-0/+115
| | * qmake: Document the "aux" template type.Christian Kandeler2014-07-251-0/+12
| | * Use the stateless UTF-8 encoder in QStringRef::toUtf8Thiago Macieira2014-07-251-1/+1
| | * Doc: corrected autolink errors in qnamespace.qdocNico Vertriest2014-07-231-5/+5
| | * Windows: Fix assignment of margins in QPageSetupDialog.Friedemann Kleint2014-07-221-3/+2
| | * QPixmap::fromImage() should detach when changing QImage formatAllan Sandfeld Jensen2014-07-221-0/+1
| | * Windows: Add Qt Creator PATH update tip for missing SQL client dllsSamuel Gaist2014-07-221-1/+4
* | | Accessibility: Top level widgets should only be in the hierarchy onceFrederik Gladhorn2014-07-304-16/+73
* | | Accessibility Linux: Also send meta key as modifierFrederik Gladhorn2014-07-301-0/+2
* | | Fix documented default value of QProgressDialog::maximumMarc Mutz2014-07-301-1/+1
* | | Support RGB30 formats in OpenGL framebuffers and paint engineAllan Sandfeld Jensen2014-07-303-4/+172
* | | Use runtime check instead of ifdef to detect ES3 in QVertexArrayObjectHelperTor Arne Vestbø2014-07-301-6/+7
* | | QOpenGLVAO: refactor the helper class and export itGiuseppe D'Angelo2014-07-303-55/+153
* | | Don't parse /etc/os-release every time we need to do uname(2)Thiago Macieira2014-07-301-39/+16
* | | Fix QByteArray::to{Upper,Lower} when the array contains embedded nullsThiago Macieira2014-07-302-2/+31
* | | Rework of QSysInfo OS and kernel version functionsThiago Macieira2014-07-303-105/+149
* | | Add QSysInfo::currentCpuArchitecture()Thiago Macieira2014-07-302-2/+91
* | | Xcode: Don't show QMAKE_INTERNAL_INCLUDED_FILES from Qt (prf/pri)Tor Arne Vestbø2014-07-301-2/+11
* | | Fix iOS simulator build after 1f0823c (Rewrite simd.prf to share more code)Tor Arne Vestbø2014-07-301-0/+2
* | | Cache the parsed drawables.BogDan Vatra2014-07-301-0/+22
* | | QDebug: Improve QDebug stream operator for QFlagsKai Koehne2014-07-302-6/+29