summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Cleanup QRegExp includesSamuel Gaist2017-03-0713-0/+13
* | | windeployqt: Fix deployment of the Qt 3D renderer pluginsFriedemann Kleint2017-03-071-3/+3
* | | androiddeployqt: don't include plugins that are not necessaryOleg Yadrov2017-03-041-0/+10
* | | Qt Designer: Fix Coverity Scan warning about missing return checkFriedemann Kleint2017-02-281-3/+1
* | | Pixeltool: Add "About Pixeltool" displaying copyright and screen infoFriedemann Kleint2017-02-172-0/+46
* | | qtattributionsscanner: Fix warning about comparing enumsFriedemann Kleint2017-02-161-1/+1
* | | windeployqt: Remove obsolete WinPhone platformsFriedemann Kleint2017-02-141-2/+0
* | | qdoc: Improve \brief handlingTopi Reinio2017-02-145-45/+39
* | | Remove obsolete linguist/qdoc.confv5.9.0-alpha1Friedemann Kleint2017-02-091-15/+0
* | | Use apksigner by default if available to sign the APKsBogDan Vatra2017-02-031-1/+109
* | | windeployqt: Add an option to turn off patching Qt5Core.dllFriedemann Kleint2017-02-031-1/+8
* | | Merge dev into 5.9Oswald Buddenhagen2017-02-013-209/+72
|\ \ \
| * | | Qt Designer: Use Q_DISABLE_COPY in DomUI classesFriedemann Kleint2017-01-312-209/+69
| * | | qtdiag: Show screen product informationPier Luigi Fiorini2017-01-281-0/+3
* | | | Qt Designer: Exclude form templates from translationsFriedemann Kleint2017-01-261-0/+2
|/ / /
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-2530-223/+196
|\ \ \ | |/ /
| * | Update the tools' .plist filesFriedemann Kleint2017-01-255-26/+25
| * | Improve error message in QHelpProjectDataPrivate::readKeywords()Friedemann Kleint2017-01-241-8/+19
| * | Windows: Fix copyright and product version of Assistant/Designer/LinguistFriedemann Kleint2017-01-236-99/+24
| * | move project file statements to canonical locationsOswald Buddenhagen2017-01-192-3/+3
| * | avoid race condition in modular x-buildsOswald Buddenhagen2017-01-181-0/+10
| * | qdoc: Implement C++11 'override' specifier supportRainer Keller2017-01-128-4/+23
| * | Doc: QDoc manual: Document \badcodeTopi Reinio2017-01-052-4/+22
| * | Doc: QDoc manual: clean up command indexTopi Reinio2017-01-053-20/+21
| * | Be more explicit about linguist's module dependenciesUlf Hermann2017-01-041-2/+1
| * | Bump versionOswald Buddenhagen2017-01-031-1/+1
| * | windeployqt: Use relative path output by qmlimportscannerFriedemann Kleint2017-01-022-29/+8
| * | Fix licenses in Qt Designer's XSLT style sheetsFriedemann Kleint2016-12-212-28/+40
* | | Qt Designer: Remove some C-style casts of int, doubleFriedemann Kleint2017-01-248-28/+26
* | | Qt Designer: Remove obsolete version check #ifdefsFriedemann Kleint2017-01-242-12/+0
* | | Added check of surrounding whitespaceMateusz Starzycki2017-01-197-0/+67
* | | Fix grammar error in enum value PunctuationDiffer[s]Mateusz Starzycki2017-01-193-3/+3
* | | Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-194-47/+6
* | | Qt Designer: Fix signedness comparison warningsFriedemann Kleint2017-01-161-3/+3
* | | Use atan2 for simpler angle calculationsEdward Welbourne2017-01-111-20/+2
* | | Refactor for loopsJarek Kobus2017-01-1019-81/+78
* | | Refactor QLatin1Strings / QLatin1CharsJarek Kobus2017-01-1018-59/+47
* | | windeployqt: Compile with QT_NO_FOREACHFriedemann Kleint2017-01-107-61/+75
* | | Qt Designer: Remove C-style pointer castsFriedemann Kleint2017-01-102-5/+5
* | | Qt Designer: Remove foreachFriedemann Kleint2017-01-1057-313/+334
* | | Refactor Assistant's iteratorsJarek Kobus2017-01-1035-387/+323
* | | foreach cleanup in the the smaller toolsFriedemann Kleint2016-12-2214-26/+37
* | | Qt Designer: Refactor some code preparing for QT_NO_FOREACHFriedemann Kleint2016-12-222-37/+9
* | | Qt Designer: Refactor QDesignerActions::fixActionContext()Friedemann Kleint2016-12-212-17/+13
* | | Assistant: Add missing override and remove redundant virtualAlexander Volkov2016-12-1439-113/+113
* | | Examples: Add missing overrideAlexander Volkov2016-12-143-3/+3
* | | Examples: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-12-1412-63/+63
* | | windeployqt: Use member initializationFriedemann Kleint2016-12-141-31/+22
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1275-452/+756
|\ \ \ | |/ /
| * | QCLuceneDocument: use the right delete operatorGiuseppe D'Angelo2016-12-121-1/+1