aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QmlDesigner: Fix scene root finding logicqds/v1.5.0-beta1Miikka Heikkinen2020-03-301-1/+1
* QmlDesigner: Do not support rectangle gradient in Qt for MCUsThomas Hartmann2020-03-302-2/+3
* Qbs: Suppress spurious warnings about mismatching compiler pathsChristian Kandeler2020-03-301-1/+2
* QmlDesigner: Enable toggling the helper grid on/offMahmoud Badri2020-03-3013-213/+90
* Fix compile issue when there is no quick3dassetimport moduleMiikka Heikkinen2020-03-301-0/+2
* Doc: Fix MinGW linkKai Koehne2020-03-301-1/+1
* Doc: Do not suggest to put sed in PATHKai Koehne2020-03-301-1/+1
* QmlDesigner: Create thumbnail for imported 3D assetsMiikka Heikkinen2020-03-3014-59/+506
* ClangTools: Add "Analyze Current File" to Tools menu and context menuEike Ziller2020-03-306-12/+31
* QmlDesigner: Fix crash when selecting ISO iconEike Ziller2020-03-301-10/+11
* Android: Make sure that to be accepted licenses are visible to the userOliver Wolff2020-03-284-389/+445
* Doc: Update the project template screen captureVenugopal Shivashankar2020-03-272-13/+26
* Doc: Update images on the front pageLeena Miettinen2020-03-2724-7/+293
* QmlDesigner: Fix ItemLibraryEntry serializationMiikka Heikkinen2020-03-271-0/+4
* Fix for Pane not being visible in the form editorUnseon Ryu2020-03-271-1/+0
* Doc: Describe GDB settingsLeena Miettinen2020-03-273-0/+87
* qmljs: Do not use app.qmltypes and lib.qmltypes anymoreMaximilian Goldstein2020-03-273-20/+25
* QmlDesigner: Enable setting a material's diffuseMap by drag and dropMahmoud Badri2020-03-263-20/+50
* QmlDesigner: why not delay it everywhereTim Jenssen2020-03-261-3/+2
* QmlDesigner: remove unclear "clearItems" functionTim Jenssen2020-03-262-9/+0
* QmlDesigner: introduce DisableItemLibraryUpdateTimerTim Jenssen2020-03-262-1/+6
* AutoTest: Fix flakyness of plugin testChristian Stenger2020-03-263-13/+24
* Fix exampleThomas Hartmann2020-03-261-4/+4
* LanguageClient: Resolve recursive includeDavid Schulz2020-03-262-1/+5
* QmlDesigner: Do not allow keyboard focus on macOS for puppetThomas Hartmann2020-03-262-13/+3
* Android: Fix download link for JDKOliver Wolff2020-03-261-1/+1
* LanguageClient: Fix setting trigger chars for function hint providerDavid Schulz2020-03-261-1/+1
* QmlDesigner.PropertyEditor: Hide action indidactors on controlsThomas Hartmann2020-03-2512-2/+21
* Add the ability to unify keyframe handlesKnud Dollereder2020-03-2522-30/+207
* AutoTest: Fix handling of GTEST_SKIPChristian Stenger2020-03-252-28/+53
* Qmake: Work around crashhjk2020-03-251-0/+1
* QmlDesigner: Draw FlowDecision and FlowWildcard as diamondThomas Hartmann2020-03-251-1/+11
* McuSupport: Register Qt for MCUs .qch filesAlessandro Portale2020-03-256-8/+43
* Doc: Fix more documentation warnings for Extending Qt Creator ManualTopi Reinio2020-03-254-19/+18
* TextEditor: Make accidentally activating a link more difficult againDavid Schulz2020-03-251-28/+27
* Editor: Fix crash after resetting clangbackendreceiverDavid Schulz2020-03-251-1/+4
* Doc: Update info on Python run settingsLeena Miettinen2020-03-252-0/+3
* QmlDesigner: Improve painting code for connectionThomas Hartmann2020-03-241-4/+15
* QmlDesigner: Implement proper connection of FlowDecision and FlowWildcardThomas Hartmann2020-03-241-1/+25
* QmlDesigner: Relax conditionThomas Hartmann2020-03-241-1/+1
* QmlDesigner: Implement joinConnectionThomas Hartmann2020-03-241-1/+4
* QmlDesigner: Fix crashThomas Hartmann2020-03-241-0/+2
* QmlDesigner: Paint indicator for start in flowThomas Hartmann2020-03-241-0/+40
* QmlDesigner: Create decision and wildcard items in form editorThomas Hartmann2020-03-243-1/+21
* QmlDesigner: Add FormEditorFlowDecisionItem and FormEditorFlowWildcardItemThomas Hartmann2020-03-242-0/+97
* QmlDesigner: Add missing constThomas Hartmann2020-03-241-1/+1
* QmlDesigner: Fix checkThomas Hartmann2020-03-241-1/+1
* QmlDesigner.PropertyEditor: Add joinConnection supportThomas Hartmann2020-03-241-1/+3
* QmlDesigner: Implement isFlowDecision() and isFlowWildcard()Thomas Hartmann2020-03-242-1/+27
* QmlDesigner: Add support for Flow items to QmlItemNodeThomas Hartmann2020-03-242-2/+42