aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qml/qmlpuppet/qmlprivategate/qmlprivategate.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlDesigner: improve fixResourcePath()Tim Jenssen2017-04-261-9/+14
* Use qEnvironmentVariableIsEmpty or qEnvironmentVariableIsSet directlyMontel Laurent2017-04-191-1/+1
* Use QFileInfo::exists(...) which is faster that QFileInfo(..).existsMontel Laurent2017-04-141-2/+2
* QmlDesigner: fix urlTim Jenssen2016-06-221-1/+1
* QmlDesigner: Support .qrc files in the qml2puppetThomas Hartmann2016-06-101-0/+4
* QmlPuppet: Don't compare C string literals with ==Ulf Hermann2016-04-211-1/+2
* QmlPuppet: fix Qt 5.5 buildsTim Jenssen2016-03-221-9/+9
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-10/+10
* Qt Quick Designer: License change to Qt Commercial + GPLv3Alessandro Portale2015-09-181-12/+7
* QmlDesigner.QmlPuppet: Fix compile for Qt 5.6Thomas Hartmann2015-07-141-1/+1
* QmlPuppet: Remove dependency on ObjectNodeInstance in MetaInfoThomas Hartmann2015-05-211-4/+4
* QmlPuppet: Register callback for notifyPropertyChangeThomas Hartmann2015-05-211-0/+5
* QmlPuppet: Clean up private API usage in ServerNodeInstanceThomas Hartmann2015-05-211-0/+26
* QmlPuppet: Clean up private API usage in QmlPropertyChangesNodeInstanceThomas Hartmann2015-05-211-0/+93
* QmlPuppet: Clean up private API usage in QmlStateNodeInstanceThomas Hartmann2015-05-211-0/+80
* QmlPuppet: Bring back simplified NodeInstanceSignalSpyThomas Hartmann2015-05-211-3/+13
* QmlPuppet: Remove unused codeThomas Hartmann2015-05-201-9/+0
* QmlPuppet: Remove private dependencies from NodeInstanceServerThomas Hartmann2015-05-201-0/+7
* QmlPuppet: Remove private dependencies from BehaviorNodeInstanceThomas Hartmann2015-05-201-1/+9
* QmlPuppet: Remove private dependencies from QmlTransitionNodeInstanceThomas Hartmann2015-05-201-0/+9
* QmlPuppet: Move functions from QuickItemNodeInstance to QmlPrivateGateThomas Hartmann2015-05-201-1/+33
* QmlPuppet: Adding objectWasDeleted to QmlPrivateGateThomas Hartmann2015-05-201-0/+8
* QmlPuppet: Adding keepBindingFromGettingDeleted to QmlPrivateGateThomas Hartmann2015-05-201-0/+5
* QmlPuppet: Move setPropertyBinding() to QmlPrivateGateThomas Hartmann2015-05-201-6/+11
* QmlPuppet: Move doComponentCompleteRecursive to QmlPrivateGateThomas Hartmann2015-05-201-0/+33
* QmlPuppet: Introduce DesignerCustomObjectDataThomas Hartmann2015-05-201-0/+26
* QmlPuppet: Move hasFullImplementedListInterface to QmlPrivateGateThomas Hartmann2015-05-201-0/+5
* QmlPuppet: Move fixResourcePaths to QmlPrivateGateThomas Hartmann2015-05-191-1/+52
* QmlPuppet: Move ComponentCompleteDisabler into QmlPrivateGateThomas Hartmann2015-05-191-2/+1
* QmlPuppet: Fix warningsThomas Hartmann2015-05-191-2/+2
* QmlPuppet: Move createComponent to QmlPrivateGateThomas Hartmann2015-05-191-1/+20
* QmlPuppet: move allPropertyNames() to QmlPrivateGateThomas Hartmann2015-05-191-1/+48
* QmlPuppet: Move createPrimitive() to QmlPrivateGateThomas Hartmann2015-05-191-2/+277
* Qml2Puppet: Introduce QmlPrivateGateThomas Hartmann2015-05-191-0/+65