summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-beta1Liang Qi2016-04-084-4/+6
|\
| * QDoc: Add a space between "Note:" and "Signal"hjk2016-04-081-1/+1
| * lupdate: Add two missing tr()Kai Pastor2016-04-071-2/+2
| * QDesignerDialogGuiInterface: Remove endless recursion.Friedemann Kleint2016-04-071-1/+1
| * Qt Designer: Simplify selection when moving selections by arrow keys.Friedemann Kleint2016-04-061-0/+2
* | qdoc: Warn about non-existing sourcedirs and headerdirsTopi Reinio2016-04-061-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Simon Hausmann2016-04-0632-152/+346
|\ \
| * \ Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-04-0632-152/+346
| |\ \ | | |/
| | * qdoc: Fix double backslash in link referenceOrgad Shaneh2016-04-061-1/+1
| | * qdoc: Fix incorrect formatting of QML method signaturesTopi Reinio2016-04-051-7/+11
| | * qdoc: Avoid trailing spaces in HTML <title>Topi Reinio2016-04-051-4/+6
| | * qdoc: Correct source line numbers in index fileMartin Smith2016-04-052-8/+27
| | * Fix compiling windeployqt on linux targeting windows.David Schulz2016-03-302-2/+2
| | * qdoc: Add Q_DECL_OVERRIDE to virtual functionMartin Smith2016-03-241-1/+1
| | * Qt Designer: No longer load layout icons from the icon theme.Friedemann Kleint2016-03-231-11/+0
| | * Qt Designer: Refactor loading of the Edit menu theme icons.Friedemann Kleint2016-03-231-11/+7
| | * Purge sRGB chunks from PNGsEdward Welbourne2016-03-224-0/+0
| | * Assistant: Fix warnings about constructing/concatenating QString from char *.Friedemann Kleint2016-03-223-8/+8
| | * qdoc: Provide better threadsafeness reportingMartin Smith2016-03-213-94/+156
| | * Merge remote-tracking branch 'origin/5.6.0' into 5.6Frederik Gladhorn2016-03-171-0/+2
| | |\
| | | * Assistant: Compile fix, missing header include.v5.6.05.6.0Karsten Heimrich2016-02-261-0/+2
| | * | lupdate: Treat nullptr like literal 0Kai Pastor2016-03-153-0/+49
| | * | qdoc: Allows properties in QML basic typesMartin Smith2016-03-091-4/+6
| | * | qdoc: Let qdoc run without QtDeclarativeMartin Smith2016-03-0910-1/+70
* | | | purge symbian vestigesOswald Buddenhagen2016-04-063-10/+0
|/ / /
* | | qdoc: Use '//!' as a documentation commentTopi Reinio2016-04-053-15/+38
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-0754-300/+499
|\ \ \ | |/ /
| * | Make more ctors explicitMarc Mutz2016-03-0616-16/+16
| * | Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-0626-43/+42
| * | qdoc: Fix link disambiguationMartin Smith2016-03-042-19/+26
| * | Purge sRGB chunks from PNGs in documentation.Edward Welbourne2016-03-044-0/+0
| * | qdoc: Ensure all aggregate nodes are processed and added to QHPTopi Reinio2016-02-261-5/+5
| * | qdoc: Clear node's URL and index flag when reparenting itTopi Reinio2016-02-262-1/+3
| * | qdoc: Avoid more unnecessary qdoc warningsMartin Smith2016-02-2610-186/+230
| * | qdoc: Avoid unnecessary qdoc warningsMartin Smith2016-02-2610-64/+116
| * | windeployqt: Silence message about deploying the web engine process.Friedemann Kleint2016-02-261-1/+2
| * | standardize statement order in project files a bitOswald Buddenhagen2016-02-252-2/+3
| * | consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-255-17/+18
| * | macdeployqt: Fix code-signing errors.Alexandru Croitor2016-02-232-24/+53
| * | qdoc: QML basic types can now have methodsMartin Smith2016-02-2210-32/+95
* | | Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-alpha1Liang Qi2016-02-1924-45/+641
|\ \ \ | |/ /
| * | qdoc: Don't print unnecessary qdoc warningsMartin Smith2016-02-175-9/+54
| * | qdoc: Second try on Q_PROPERTY with default and final.Karsten Heimrich2016-02-152-3/+7
| * | qdoc: accepts C++11 variadic templates ellipsis operatorKarsten Heimrich2016-02-151-1/+1
| * | Merge "Merge remote-tracking branch 'origin/5.6.0' into 5.6" into refs/stagin...Liang Qi2016-02-153-8/+88
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-153-8/+88
| | |\ \ | | | |/
| | | * Fix WEC7 buildv5.6.0-rc1Andreas Holzammer2016-02-041-0/+10
| | | * Merge 5.6 into 5.6.0Oswald Buddenhagen2016-02-0222-155/+250
| | | |\
| | | * | Remove deprecated signing option that causes warnings.Alexandru Croitor2016-01-291-1/+1
| | | * | Fix macdeployqt to properly sign inner bundles.Alexandru Croitor2016-01-282-7/+77