summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QProgressDialog: make the cancel button retranslate on LanguageChangeMarc Mutz2014-07-301-2/+1
* 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-301-0/+14
* 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-3014-16/+47
|\
| * Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-2914-16/+47
| |\
| | * Fix compilation if EC is disabled in OpenSSLJoni Poikelin2014-07-293-0/+8
| | * Improve dbus cross compilationBernd Weimer2014-07-283-3/+3
| | * Fix buffer overrun error with some proxy serversArtem Shevchenko2014-07-281-3/+0
| | * QNAM: Fix CPU load for limited upload QIODeviceMarkus Goetz2014-07-252-0/+23
| | * 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-303-16/+12
* | | 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-302-3/+63
* | | 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-301-2/+4
* | | Rework of QSysInfo OS and kernel version functionsThiago Macieira2014-07-303-105/+149
* | | Add QSysInfo::currentCpuArchitecture()Thiago Macieira2014-07-302-2/+91
* | | Cache the parsed drawables.BogDan Vatra2014-07-301-0/+22
* | | QDebug: Improve QDebug stream operator for QFlagsKai Koehne2014-07-301-6/+6
* | | Remove normalization of "default" categoryKai Koehne2014-07-304-77/+3
* | | Add qFormatLogMessage()Kai Koehne2014-07-303-12/+22
* | | Android: extract ListView divider & selectionJ-P Nurmi2014-07-301-0/+29
* | | Add initializer list support in QJsonObject.Jędrzej Nowacki2014-07-302-0/+42
* | | 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-302-16/+29
* | | 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
* | | Export QAbstractState active property.BogDan Vatra2014-07-294-2/+49
|/ /
* | 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
* | Logging: support %{backtrace} in QT_MESSAGE_PATTERNOlivier Goffart2014-07-281-0/+105
* | 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
* | Ensure mutating operations are NOT performed on immutable dataJoão Abecasis2014-07-281-0/+16
* | A basic justification algorithm for HarfBuzz-NGKonstantin Ritt2014-07-271-0/+80
* | Windows: Use common code paths for default font families.Friedemann Kleint2014-07-263-53/+27