aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* QmlDesigner: Port Edit 3D View to 5.15Miikka Heikkinen2020-03-0432-226/+230
* QmlPuppet: Initialize InputEventTypeTobias Hunger2020-03-031-1/+1
* Dumper: avoid redundant labelingDavid Schulz2020-03-029-236/+220
* Dumper: remove unused importsDavid Schulz2020-03-022-3/+0
* QmlDesigner: Implement usage of qtForMCUs propertyThomas Hartmann2020-02-286-3/+40
* Handle the case when there is no 3D Nodes in the qml docMahmoud Badri2020-02-282-52/+63
* Dumper: unify CodestyleDavid Schulz2020-02-2813-830/+1209
* Dumper: replace xrange with rangeDavid Schulz2020-02-267-33/+32
* Merge remote-tracking branch 'origin/4.11' into 4.12Eike Ziller2020-02-263-6/+5
|\
| * Fix the Python templatesAndy Shaw2020-02-183-6/+5
* | Dumper: replace import * with explicit importsDavid Schulz2020-02-2511-20/+19
* | QmlDesigner: Fix compile with Qt5.11 and building testsChristian Stenger2020-02-241-1/+9
* | Integrate Edit3D view into CreatorMiikka Heikkinen2020-02-2426-436/+908
* | Dumper: move global enums and functions to utilsDavid Schulz2020-02-2411-602/+636
* | Debugger: Fix std::optional dumperAndre Hartmann2020-02-231-1/+1
* | QmlDesigner: Annotation MultiselectAleksei German2020-02-201-13/+13
* | QmlDesigner: minor fixes for AnnotationsAleksei German2020-02-191-0/+1
* | Qml tooling: Support Qt 5.15Thomas Hartmann2020-02-195-5/+50
* | Work around QLocalSocket::error deprecationhjk2020-02-191-1/+8
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-02-173-6/+27
|\ \
| * | Plugin wizard: Enable building against Qt Creator snapshots in github workflowEike Ziller2020-02-172-6/+12
| * | QmlPuppet: Fix unused parameter warningsAndre Hartmann2020-02-171-0/+15
* | | QmlDesigner: QDS AnnotationsAleksei German2020-02-171-4/+110
|/ /
* | QmlDesigner: Add property editor sheets for animationsThomas Hartmann2020-02-1410-0/+567
* | QmlDesigner: Add new icon fontHenning Gruendl2020-02-142-31/+34
* | Android: Fix qbs buildChristian Stenger2020-02-121-0/+1
* | QmlDesigner: Store tool state on per-scene basisMiikka Heikkinen2020-02-1110-96/+182
* | QmlDesigner: Maintain grid size while zoomingMahmoud Badri2020-02-101-2/+2
* | Android: Automatically download SDK tools and essential packagesAssam Boudjelthia2020-02-073-2/+28
* | QmlDesigner: Implement grid zoomingMahmoud Badri2020-02-075-30/+92
* | QmlDesigner: Insert a node dragged to 3d edit view into correct sceneMiikka Heikkinen2020-02-075-9/+23
* | QmlDesigner: Fix build with Qt 5.14.1Miikka Heikkinen2020-02-061-1/+37
* | QmlDesigner: Fix camera frustum visualization in 3d edit viewMiikka Heikkinen2020-02-062-2/+12
* | QmlDesigner: Support adding/removing/reparenting 3D scenesMiikka Heikkinen2020-02-047-52/+292
* | QmlDesigner: Add support for multiple views to 3D edit viewMiikka Heikkinen2020-01-3111-165/+374
* | QmlDesigner: Fix far away gizmo scalingMiikka Heikkinen2020-01-314-48/+89
* | Python: Add PySide 5.14 to the QtQuick application wizardAlessandro Portale2020-01-281-1/+9
* | QmlDesigner: Fix qml warning in edit 3D viewMiikka Heikkinen2020-01-271-1/+1
* | Wizards: Split Application categoryChristian Stenger2020-01-2710-20/+20
* | QmlDesigner: Use double precision to calculate ray-plane intersectionsMiikka Heikkinen2020-01-241-10/+60
* | QmlDesigner: Restore 3D edit view geometry on restartMiikka Heikkinen2020-01-233-2/+87
* | QtQuickPrototype wizard: Set example importPaths to "asset_imports"Alessandro Portale2020-01-221-1/+1
* | Merge remote-tracking branch 'origin/4.11'Eike Ziller2020-01-202-2/+2
|\|
| * Dumper: Fix syntax errorOrgad Shaneh2020-01-161-1/+1
| * QmlPuppet: Fix MSVC warningOrgad Shaneh2020-01-151-1/+1
| * QmlPuppet: Fix GCC warningOrgad Shaneh2020-01-151-1/+1
* | QmlDesigner: Initialize 3D edit view tool state at initial showMiikka Heikkinen2020-01-1711-26/+190
* | [lldb] Fix lldbridge.py to work in standalone lldb on macOS 10.15Alexandru Croitor2020-01-161-2/+2
* | Merge remote-tracking branch 'origin/4.11'Eike Ziller2020-01-1517-23/+9
|\|
| * Debugger: Do not waste CPU when using LLDBChristian Stenger2020-01-141-4/+7