summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Qt Designer/DnD: Take device pixel ratio of grabbed pixmaps into account.v5.6.1-1v5.6.1Friedemann Kleint2016-05-312-4/+9
* lupdate: Fix parsing of class template specializationsKai Pastor2016-05-273-4/+29
* Fix macdeployqt with certain library paths.Jake Petroules2016-05-261-10/+20
* Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-126-6/+6
* Remove extraneous . at the end of the optionThiago Macieira2016-05-101-1/+1
* Don't use qDebug for formatted output - but QDebug is okThiago Macieira2016-05-101-1/+8
* Fix macdeployqt usage when client application has no rpath to Qt libs.Jake Petroules2016-05-102-49/+91
* Qt Designer: Base ObjectInspectorDelegate on QStyledItemDelegate.Friedemann Kleint2016-05-021-4/+5
* Qt Designer: Fix a crash when deleting an automatically promoted class.Friedemann Kleint2016-05-021-0/+17
* qtdiag: Output the application's palette.Friedemann Kleint2016-04-291-0/+14
* declare that the designer example installs are okOswald Buddenhagen2016-04-284-0/+4
* lupdate: Explicitly handle C++ member initializer listsKai Pastor2016-04-284-16/+226
* Qt Designer Examples: Remove empty JSON files.Friedemann Kleint2016-04-258-8/+4
* Qt Assistant: Set Qt::AA_EnableHighDpiScaling for Windows only.Friedemann Kleint2016-04-141-0/+2
* lupdate: Treat NULL and Q_NULLPTR like literal 0Kai Pastor2016-04-123-0/+31
* qttools: Fix building clucene with Intel compiler.Karsten Heimrich2016-04-111-1/+1
* Qt Property Browser: Fix usage of the deprecated QStyleOptionViewItemV2.Friedemann Kleint2016-04-081-1/+1
* Qt Designer: Fix Clang warnings about missing/inconsistent overrides.Friedemann Kleint2016-04-0839-160/+155
* 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: 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.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
* | 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