summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | | Remove normalization of "default" categoryKai Koehne2014-07-304-77/+3
* | | Add qFormatLogMessage()Kai Koehne2014-07-304-13/+83
* | | Android: extract ListView divider & selectionJ-P Nurmi2014-07-301-0/+29
* | | Doc: remove old FORMS3 snippetJoerg Bornemann2014-07-301-8/+1
* | | remove FORMS3 support from VS project generatorJoerg Bornemann2014-07-301-4/+0
* | | make module-by-module build work when old builds are installedOswald Buddenhagen2014-07-301-3/+5
* | | add priority sorting to $$resolve_depends()Oswald Buddenhagen2014-07-303-14/+30
* | | remove pointless 'group' parameterOswald Buddenhagen2014-07-301-4/+4
* | | Correct the list of files included in "make dist"Thiago Macieira2014-07-303-1/+6
* | | Add initializer list support in QJsonObject.Jędrzej Nowacki2014-07-303-2/+95
* | | Reduce the default frame rate of style animationsJ-P Nurmi2014-07-303-4/+38
* | | QMdiArea: Store focus widget when new QMdiSubWindow is added.Friedemann Kleint2014-07-303-17/+75
* | | Streamline debug output of QMainWindowLayout.Friedemann Kleint2014-07-302-42/+44
* | | Do not show warning on null result in getProcAddressLaszlo Agocs2014-07-292-2/+2
* | | don't compile the xcode generator on WindowsJoerg Bornemann2014-07-292-1/+5
* | | turn off multi-pass RCC for Visual Studio projectsJoerg Bornemann2014-07-291-1/+1
* | | Export QAbstractState active property.BogDan Vatra2014-07-295-18/+937
|/ /
* | Windows/Direct2D platform plugins: Add Q_DECL_OVERRIDE.Friedemann Kleint2014-07-2918-142/+142
* | Don't reset the window type on window showAleix Pol2014-07-291-2/+4
* | Add debug output for input method related events.Friedemann Kleint2014-07-281-0/+67
* | QTabletEvent documentation improvementsShawn Rutledge2014-07-281-35/+58
* | Windows: Streamline rawfont-lookup code.Friedemann Kleint2014-07-281-10/+9
* | add buttons to QTabletEventShawn Rutledge2014-07-2813-52/+208
* | Windows: correct tablet stylus rotation to range -180..180 degreesShawn Rutledge2014-07-281-1/+3
* | tst_QFont: remove unused static functionMarc Mutz2014-07-281-14/+0
* | Logging: support %{backtrace} in QT_MESSAGE_PATTERNOlivier Goffart2014-07-284-7/+169
* | Don't track the sharable bit upon detachJoão Abecasis2014-07-281-4/+0
* | Refactor QString::split functions.Jędrzej Nowacki2014-07-281-57/+73