summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@theqtcompany.com>2015-09-03 14:43:01 +0200
committerRobert Loehning <robert.loehning@theqtcompany.com>2015-09-03 14:58:53 +0000
commite873f872ef2a2ba1342dd013ab2e184e6676a71a (patch)
treef32a6021e90a11afca13ef5f6a34ca5ebb48b215 /tests
parentd58002dd4674ed5632714482c9639a2d259007db (diff)
downloadqt-creator-e873f872ef2a2ba1342dd013ab2e184e6676a71a.tar.gz
Squish: Reanimate tst_opencreator_qbs
Change-Id: I00d1d1baea71e5b63a1a6b7c11aaf47e74082a21 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/system/suite_general/tst_opencreator_qbs/test.py18
-rw-r--r--tests/system/suite_general/tst_opencreator_qbs/testdata/projecttree_creator.tsv3073
2 files changed, 2108 insertions, 983 deletions
diff --git a/tests/system/suite_general/tst_opencreator_qbs/test.py b/tests/system/suite_general/tst_opencreator_qbs/test.py
index eb431996bf..c3b204f23c 100644
--- a/tests/system/suite_general/tst_opencreator_qbs/test.py
+++ b/tests/system/suite_general/tst_opencreator_qbs/test.py
@@ -31,8 +31,9 @@
source("../../shared/qtcreator.py")
def main():
- test.warning("This test is known to fail, see QTCREATORBUG-14828. Skipping it.")
- return
+ if platform.system() == 'Darwin':
+ test.warning("This needs a Qt 5.4 kit. Skipping it.")
+ return
pathCreator = os.path.join(srcPath, "creator", "qtcreator.qbs")
if not neededFilePresent(pathCreator):
return
@@ -41,12 +42,19 @@ def main():
if not startedWithoutPluginError():
return
openQbsProject(pathCreator)
+ switchViewTo(ViewConstants.PROJECTS)
+ clickButton(waitForObject(":*Qt Creator.Add Kit_QPushButton"))
+ menuItem = Targets.getStringForTarget(Targets.DESKTOP_541_GCC)
+ activateItem(waitForObjectItem("{type='QMenu' unnamed='1' visible='1' "
+ "window=':Qt Creator_Core::Internal::MainWindow'}", menuItem))
+ switchToBuildOrRunSettingsFor(2, 1, ProjectSettings.BUILD)
+ switchViewTo(ViewConstants.EDIT)
test.log("Start parsing project")
- naviTreeView = "{column='0' container=':Qt Creator_Utils::NavigationTreeView' text~='qtcreator( \[\S+\])?' type='QModelIndex'}"
- ntwObject = waitForObject(naviTreeView)
+ rootNodeTemplate = "{column='0' container=':Qt Creator_Utils::NavigationTreeView' text~='%s( \[\S+\])?' type='QModelIndex'}"
+ ntwObject = waitForObject(rootNodeTemplate % "qtcreator.qbs")
if waitFor("ntwObject.model().rowCount(ntwObject) > 2", 200000): # No need to wait for C++-parsing
test.log("Parsing project done") # we only need the project
else:
test.warning("Parsing project timed out")
- compareProjectTree(naviTreeView, "projecttree_creator.tsv")
+ compareProjectTree(rootNodeTemplate % "Qt Creator", "projecttree_creator.tsv")
invokeMenuItem("File", "Exit")
diff --git a/tests/system/suite_general/tst_opencreator_qbs/testdata/projecttree_creator.tsv b/tests/system/suite_general/tst_opencreator_qbs/testdata/projecttree_creator.tsv
index 3ce401efbb..72a703ea06 100644
--- a/tests/system/suite_general/tst_opencreator_qbs/testdata/projecttree_creator.tsv
+++ b/tests/system/suite_general/tst_opencreator_qbs/testdata/projecttree_creator.tsv
@@ -1,9 +1,11 @@
"text" "nestinglevel"
"qtcreator.qbs" "0"
+"autotest-runner" "0"
+"qtcreator.qbs:68" "1"
"SharedContent" "0"
"share.qbs:3" "1"
"Conditional" "1"
-"share.qbs:28" "2"
+"share.qbs:31" "2"
"lrelease.xml" "3"
"lupdate.xml" "3"
"qmlscene.xml" "3"
@@ -12,19 +14,753 @@
"Unconditional" "1"
"share.qbs:6" "2"
"qtcreator" "2"
+"cplusplus/wrappedQtHeaders/QtCore" "3"
+"qobjectdefs.h" "4"
"debugger" "3"
+"boosttypes.py" "4"
+"creatortypes.py" "4"
+"dumper.py" "4"
+"gdbbridge.py" "4"
+"LGPL_EXCEPTION.TXT" "4"
+"LICENSE.LGPL" "4"
+"lldbbridge.py" "4"
+"misctypes.py" "4"
+"pdbbridge.py" "4"
+"personaltypes.py" "4"
+"qttypes.py" "4"
+"README.txt" "4"
+"stdtypes.py" "4"
"designer" "3"
+"templates" "4"
+"Dialog_with_Buttons_Bottom.ui" "5"
+"Dialog_with_Buttons_Right.ui" "5"
+"Dialog_without_Buttons.ui" "5"
+"Main_Window.ui" "5"
+"Widget.ui" "5"
+"templates.xml" "4"
"generic-highlighter" "3"
+"alert.xml" "4"
+"autoconf.xml" "4"
+"bash.xml" "4"
+"cmake.xml" "4"
+"css.xml" "4"
+"doxygen.xml" "4"
+"dtd.xml" "4"
+"html.xml" "4"
+"ini.xml" "4"
+"java.xml" "4"
+"javadoc.xml" "4"
+"makefile.xml" "4"
+"perl.xml" "4"
+"ruby.xml" "4"
+"valgrind-suppression.xml" "4"
+"xml.xml" "4"
+"yacc.xml" "4"
"glsl" "3"
+"glsl_120.frag" "4"
+"glsl_120.vert" "4"
+"glsl_120_common.glsl" "4"
+"glsl_es_100.frag" "4"
+"glsl_es_100.vert" "4"
+"glsl_es_100_common.glsl" "4"
"qml" "3"
+"qmldump" "4"
+"Info.plist.in" "5"
+"LGPL_EXCEPTION.TXT" "5"
+"LICENSE.LGPL" "5"
+"main.cpp" "5"
+"qmldump.pro" "5"
+"qmlstreamwriter.cpp" "5"
+"qmlstreamwriter.h" "5"
+"qmlpuppet" "4"
+"commands" "5"
+"changeauxiliarycommand.cpp" "6"
+"changeauxiliarycommand.h" "6"
+"changebindingscommand.cpp" "6"
+"changebindingscommand.h" "6"
+"changefileurlcommand.cpp" "6"
+"changefileurlcommand.h" "6"
+"changeidscommand.cpp" "6"
+"changeidscommand.h" "6"
+"changenodesourcecommand.cpp" "6"
+"changenodesourcecommand.h" "6"
+"changestatecommand.cpp" "6"
+"changestatecommand.h" "6"
+"changevaluescommand.cpp" "6"
+"changevaluescommand.h" "6"
+"childrenchangedcommand.cpp" "6"
+"childrenchangedcommand.h" "6"
+"clearscenecommand.cpp" "6"
+"clearscenecommand.h" "6"
+"commands.pri" "6"
+"completecomponentcommand.cpp" "6"
+"completecomponentcommand.h" "6"
+"componentcompletedcommand.cpp" "6"
+"componentcompletedcommand.h" "6"
+"createinstancescommand.cpp" "6"
+"createinstancescommand.h" "6"
+"createscenecommand.cpp" "6"
+"createscenecommand.h" "6"
+"debugoutputcommand.cpp" "6"
+"debugoutputcommand.h" "6"
+"endpuppetcommand.cpp" "6"
+"endpuppetcommand.h" "6"
+"informationchangedcommand.cpp" "6"
+"informationchangedcommand.h" "6"
+"pixmapchangedcommand.cpp" "6"
+"pixmapchangedcommand.h" "6"
+"puppetalivecommand.cpp" "6"
+"puppetalivecommand.h" "6"
+"removeinstancescommand.cpp" "6"
+"removeinstancescommand.h" "6"
+"removepropertiescommand.cpp" "6"
+"removepropertiescommand.h" "6"
+"removesharedmemorycommand.cpp" "6"
+"removesharedmemorycommand.h" "6"
+"reparentinstancescommand.cpp" "6"
+"reparentinstancescommand.h" "6"
+"statepreviewimagechangedcommand.cpp" "6"
+"statepreviewimagechangedcommand.h" "6"
+"synchronizecommand.cpp" "6"
+"synchronizecommand.h" "6"
+"tokencommand.cpp" "6"
+"tokencommand.h" "6"
+"valueschangedcommand.cpp" "6"
+"valueschangedcommand.h" "6"
+"container" "5"
+"addimportcontainer.cpp" "6"
+"addimportcontainer.h" "6"
+"container.pri" "6"
+"idcontainer.cpp" "6"
+"idcontainer.h" "6"
+"imagecontainer.cpp" "6"
+"imagecontainer.h" "6"
+"informationcontainer.cpp" "6"
+"informationcontainer.h" "6"
+"instancecontainer.cpp" "6"
+"instancecontainer.h" "6"
+"propertyabstractcontainer.cpp" "6"
+"propertyabstractcontainer.h" "6"
+"propertybindingcontainer.cpp" "6"
+"propertybindingcontainer.h" "6"
+"propertyvaluecontainer.cpp" "6"
+"propertyvaluecontainer.h" "6"
+"reparentcontainer.cpp" "6"
+"reparentcontainer.h" "6"
+"sharedmemory.h" "6"
+"sharedmemory_qt.cpp" "6"
+"sharedmemory_unix.cpp" "6"
+"html" "5"
+"welcome.html" "6"
+"images" "5"
+"template_image.png" "6"
+"webkit.png" "6"
+"instances" "5"
+"instances.pri" "6"
+"nodeinstanceclientproxy.cpp" "6"
+"nodeinstanceclientproxy.h" "6"
+"interfaces" "5"
+"commondefines.h" "6"
+"interfaces.pri" "6"
+"nodeinstanceclientinterface.h" "6"
+"nodeinstanceglobal.h" "6"
+"nodeinstanceserverinterface.cpp" "6"
+"nodeinstanceserverinterface.h" "6"
+"mockfiles" "5"
+"Window.qml" "6"
+"qml2puppet" "5"
+"instances" "6"
+"anchorchangesnodeinstance.cpp" "7"
+"anchorchangesnodeinstance.h" "7"
+"behaviornodeinstance.cpp" "7"
+"behaviornodeinstance.h" "7"
+"childrenchangeeventfilter.cpp" "7"
+"childrenchangeeventfilter.h" "7"
+"componentnodeinstance.cpp" "7"
+"componentnodeinstance.h" "7"
+"dummycontextobject.cpp" "7"
+"dummycontextobject.h" "7"
+"dummynodeinstance.cpp" "7"
+"dummynodeinstance.h" "7"
+"instances.pri" "7"
+"layoutnodeinstance.cpp" "7"
+"layoutnodeinstance.h" "7"
+"nodeinstanceserver.cpp" "7"
+"nodeinstanceserver.h" "7"
+"nodeinstancesignalspy.cpp" "7"
+"nodeinstancesignalspy.h" "7"
+"objectnodeinstance.cpp" "7"
+"objectnodeinstance.h" "7"
+"positionernodeinstance.cpp" "7"
+"positionernodeinstance.h" "7"
+"qmlpropertychangesnodeinstance.cpp" "7"
+"qmlpropertychangesnodeinstance.h" "7"
+"qmlstatenodeinstance.cpp" "7"
+"qmlstatenodeinstance.h" "7"
+"qmltransitionnodeinstance.cpp" "7"
+"qmltransitionnodeinstance.h" "7"
+"qt5informationnodeinstanceserver.cpp" "7"
+"qt5informationnodeinstanceserver.h" "7"
+"qt5nodeinstanceclientproxy.cpp" "7"
+"qt5nodeinstanceclientproxy.h" "7"
+"qt5nodeinstanceserver.cpp" "7"
+"qt5nodeinstanceserver.h" "7"
+"qt5previewnodeinstanceserver.cpp" "7"
+"qt5previewnodeinstanceserver.h" "7"
+"qt5rendernodeinstanceserver.cpp" "7"
+"qt5rendernodeinstanceserver.h" "7"
+"qt5testnodeinstanceserver.cpp" "7"
+"qt5testnodeinstanceserver.h" "7"
+"quickitemnodeinstance.cpp" "7"
+"quickitemnodeinstance.h" "7"
+"servernodeinstance.cpp" "7"
+"servernodeinstance.h" "7"
+"Info.plist" "6"
+"qml2puppet.pri" "6"
+"qml2puppet.pro" "6"
+"qml2puppetmain.cpp" "6"
+"qmlprivategate" "5"
+"designercustomobjectdata.cpp" "6"
+"designercustomobjectdata.h" "6"
+"designersupportdelegate.h" "6"
+"metaobject.cpp" "6"
+"metaobject.h" "6"
+"qmlprivategate.cpp" "6"
+"qmlprivategate.h" "6"
+"qmlprivategate.pri" "6"
+"types" "5"
+"enumeration.cpp" "6"
+"enumeration.h" "6"
+"types.pri" "6"
+"qmlpuppet.qrc" "5"
+"qmlpuppet_utilities.pri" "5"
"qml-type-descriptions" "3"
+"builtins.qmltypes" "4"
+"qbs-bundle.json" "4"
+"qbs.qmltypes" "4"
+"qmlproject-bundle.json" "4"
+"qmlproject.qmltypes" "4"
+"qmlruntime.qmltypes" "4"
+"qmltypes-bundle.json" "4"
+"qt-labs-folderlistmodel.qmltypes" "4"
+"qt-labs-gestures.qmltypes" "4"
+"qt-labs-particles.qmltypes" "4"
+"qt4QtQuick1-bundle.json" "4"
+"qt5QtQuick1-bundle.json" "4"
+"qt5QtQuick2-bundle.json" "4"
+"qtmobility-connectivity.qmltypes" "4"
+"qtmobility-contacts.qmltypes" "4"
+"qtmobility-feedback.qmltypes" "4"
+"qtmobility-gallery.qmltypes" "4"
+"qtmobility-location.qmltypes" "4"
+"qtmobility-messaging.qmltypes" "4"
+"qtmobility-organizer.qmltypes" "4"
+"qtmobility-publishsubscribe.qmltypes" "4"
+"qtmobility-sensors.qmltypes" "4"
+"qtmobility-serviceframework.qmltypes" "4"
+"qtmobility-systeminfo.qmltypes" "4"
+"qtmultimediakit.qmltypes" "4"
+"qtwebkit.qmltypes" "4"
"qmldesigner" "3"
+"common" "4"
+"DesignerScrollViewStyle.qml" "5"
+"itemLibraryQmlSources" "4"
+"ItemDelegate.qml" "5"
+"ItemsView.qml" "5"
+"propertyEditorQmlSources" "4"
+"HelperWidgets" "5"
+"images" "6"
+"alignmentbottom-h-icon.png" "7"
+"alignmentbottom-icon.png" "7"
+"alignmentcenterh-h-icon.png" "7"
+"alignmentcenterh-icon.png" "7"
+"alignmentleft-h-icon.png" "7"
+"alignmentleft-icon.png" "7"
+"alignmentmiddle-h-icon.png" "7"
+"alignmentmiddle-icon.png" "7"
+"alignmentright-h-icon.png" "7"
+"alignmentright-icon.png" "7"
+"alignmenttop-h-icon.png" "7"
+"alignmenttop-icon.png" "7"
+"anchor-bottom.png" "7"
+"anchor-fill.png" "7"
+"anchor-horizontal.png" "7"
+"anchor-left.png" "7"
+"anchor-right.png" "7"
+"anchor-top.png" "7"
+"anchor-vertical.png" "7"
+"apply.png" "7"
+"bold-h-icon.png" "7"
+"bold-icon.png" "7"
+"cancel.png" "7"
+"down-arrow.png" "7"
+"expression.png" "7"
+"icon_color_gradient.png" "7"
+"icon_color_none.png" "7"
+"icon_color_solid.png" "7"
+"italic-h-icon.png" "7"
+"italic-icon.png" "7"
+"placeholder.png" "7"
+"strikeout-h-icon.png" "7"
+"strikeout-icon.png" "7"
+"submenu.png" "7"
+"underline-h-icon.png" "7"
+"underline-icon.png" "7"
+"up-arrow.png" "7"
+"AligmentHorizontalButtons.qml" "6"
+"AligmentVerticalButtons.qml" "6"
+"AnchorButtons.qml" "6"
+"BoolButtonRowButton.qml" "6"
+"Button.qml" "6"
+"ButtonRow.qml" "6"
+"ButtonRow2.qml" "6"
+"ButtonRowButton.qml" "6"
+"CheckBox.qml" "6"
+"ColorButton.qml" "6"
+"ColorCheckButton.qml" "6"
+"ColorEditor.qml" "6"
+"ColorLogic.qml" "6"
+"ComboBox.qml" "6"
+"Constants.js" "6"
+"CustomCheckBoxStyle.qml" "6"
+"CustomComboBoxStyle.qml" "6"
+"CustomSpinBoxStyle.qml" "6"
+"ExpandingSpacer.qml" "6"
+"ExtendedFunctionButton.qml" "6"
+"FlickableSection.qml" "6"
+"FontComboBox.qml" "6"
+"FontSection.qml" "6"
+"FontStyleButtons.qml" "6"
+"GradientLine.qml" "6"
+"GroupBox.qml" "6"
+"HueSlider.qml" "6"
+"IconLabel.qml" "6"
+"Label.qml" "6"
+"LineEdit.qml" "6"
+"OriginControl.qml" "6"
+"qmldir" "6"
+"RoundedPanel.qml" "6"
+"ScrollView.qml" "6"
+"SecondColumnLayout.qml" "6"
+"Section.qml" "6"
+"SectionLayout.qml" "6"
+"SliderSpinBox.qml" "6"
+"SpinBox.qml" "6"
+"StandardTextSection.qml" "6"
+"Tab.qml" "6"
+"TabView.qml" "6"
+"ToolTipArea.qml" "6"
+"UrlChooser.qml" "6"
+"PropertyTemplates" "5"
+"BooleanEditorTemplate.template" "6"
+"ColorEditorTemplate.template" "6"
+"IntEditorTemplate.template" "6"
+"RealEditorTemplate.template" "6"
+"StringEditorTemplate.template" "6"
+"TemplateTypes.qml" "6"
+"UrlEditorTemplate.template" "6"
+"QtQuick" "5"
+"Window" "6"
+"WindowSpecifics.qml" "7"
+"AdvancedSection.qml" "6"
+"AnchorRow.qml" "6"
+"BorderImageSpecifics.qml" "6"
+"ColumnSpecifics.qml" "6"
+"emptyPane.qml" "6"
+"FlickableSpecifics.qml" "6"
+"FlipableSpecifics.qml" "6"
+"FlowSpecifics.qml" "6"
+"GeometrySection.qml" "6"
+"GridSpecifics.qml" "6"
+"GridViewSpecifics.qml" "6"
+"ImageSpecifics.qml" "6"
+"ItemPane.qml" "6"
+"LayoutPoperties.qml" "6"
+"LayoutSection.qml" "6"
+"ListViewSpecifics.qml" "6"
+"MouseAreaSpecifics.qml" "6"
+"PathViewSpecifics.qml" "6"
+"project.qmlproject" "6"
+"QtObjectPane.qml" "6"
+"RectangleSpecifics.qml" "6"
+"RowSpecifics.qml" "6"
+"TargetComboBox.qml" "6"
+"TextEditSpecifics.qml" "6"
+"TextInputSection.qml" "6"
+"TextInputSpecifics.qml" "6"
+"TextSpecifics.qml" "6"
+"statesEditorQmlSources" "4"
+"images" "5"
+"darkclose.png" "6"
+"plus.png" "6"
+"DesignerTextFieldStyle.qml" "5"
+"StatesDelegate.qml" "5"
+"StatesList.qml" "5"
"qmlicons" "3"
+"Qt/16x16" "4"
+"BorderImage.png" "5"
+"BusyIndicator.png" "5"
+"Button.png" "5"
+"ButtonColumn.png" "5"
+"ButtonRow.png" "5"
+"CheckBox.png" "5"
+"ChoiceList.png" "5"
+"ColorAnimation.png" "5"
+"Component.png" "5"
+"CountBubble.png" "5"
+"DatePickerDialog.png" "5"
+"Flickable.png" "5"
+"Flipable.png" "5"
+"FocusScope.png" "5"
+"GridView.png" "5"
+"Image.png" "5"
+"InfoBanner.png" "5"
+"item-icon16.png" "5"
+"Item.png" "5"
+"ListButton.png" "5"
+"ListDelegate.png" "5"
+"ListView.png" "5"
+"MoreIndicator.png" "5"
+"MouseArea.png" "5"
+"PageIndicator.png" "5"
+"ParallelAnimation.png" "5"
+"PathView.png" "5"
+"PauseAnimation.png" "5"
+"ProgressBar.png" "5"
+"PropertyChanges.png" "5"
+"RadioButton.png" "5"
+"RatingIndicator.png" "5"
+"Rectangle.png" "5"
+"SequentialAnimation.png" "5"
+"Slider.png" "5"
+"State.png" "5"
+"Switch.png" "5"
+"TabBar.png" "5"
+"TabButton.png" "5"
+"Text.png" "5"
+"TextArea.png" "5"
+"TextEdit.png" "5"
+"TextField.png" "5"
+"TextInput.png" "5"
+"TimePickerDialog.png" "5"
+"ToolBar.png" "5"
+"Transition.png" "5"
+"Tumbler.png" "5"
+"TumblerButton.png" "5"
+"TumblerColumn.png" "5"
+"TumblerDialog.png" "5"
+"Window.png" "5"
+"QtWebkit/16x16" "4"
+"WebView.png" "5"
"schemes" "3"
+"MS_Visual_C++.kms" "4"
+"Xcode.kms" "4"
"snippets" "3"
+"cpp.xml" "4"
+"qml.xml" "4"
+"text.xml" "4"
"styles" "3"
+"dark.xml" "4"
+"default.xml" "4"
+"grayscale.xml" "4"
+"inkpot.xml" "4"
+"intellij.xml" "4"
"templates" "3"
+"qt4project" "4"
+"customwidgetwizard" "5"
+"tpl_collection.cpp" "6"
+"tpl_collection.h" "6"
+"tpl_plugin.pro" "6"
+"tpl_resources.qrc" "6"
+"tpl_single.cpp" "6"
+"tpl_single.h" "6"
+"tpl_widget.cpp" "6"
+"tpl_widget.h" "6"
+"tpl_widget_include.pri" "6"
+"tpl_widget_lib.pro" "6"
+"main.cpp" "5"
+"mywidget.cpp" "5"
+"mywidget.h" "5"
+"mywidget_form.cpp" "5"
+"mywidget_form.h" "5"
+"widget.ui" "5"
+"shared" "4"
+"qrcdeployment.pri" "5"
+"wizards" "4"
+"classes" "5"
+"cpp" "6"
+"file.cpp" "7"
+"file.h" "7"
+"wizard.json" "7"
+"python" "6"
+"file.py" "7"
+"wizard.json" "7"
+"qtquickui" "6"
+"file.qml.tpl" "7"
+"fileForm.ui.qml.tpl" "7"
+"wizard.json" "7"
+"codesnippet" "5"
+"main.cpp" "6"
+"project.pro" "6"
+"wizard.xml" "6"
+"files" "5"
+"cppheader" "6"
+"file.h" "7"
+"wizard.json" "7"
+"cppsource" "6"
+"file.cpp" "7"
+"wizard.json" "7"
+"form" "6"
+"file.ui" "7"
+"wizard.json" "7"
+"glsl" "6"
+"gl" "7"
+"fragment" "8"
+"file.frag" "9"
+"wizard.json" "9"
+"vertex" "8"
+"file.vert" "9"
+"wizard.json" "9"
+"gles" "7"
+"fragment" "8"
+"file.fsh" "9"
+"wizard.json" "9"
+"vertex" "8"
+"file.vsh" "9"
+"wizard.json" "9"
+"java" "6"
+"source.java" "7"
+"wizard.json" "7"
+"js" "6"
+"file.js" "7"
+"wizard.json" "7"
+"python" "6"
+"file.py" "7"
+"wizard.json" "7"
+"qrc" "6"
+"file.qrc" "7"
+"wizard.json" "7"
+"qtquick1" "6"
+"file.qml" "7"
+"wizard.json" "7"
+"qtquick2" "6"
+"file.qml" "7"
+"wizard.json" "7"
+"scratch" "6"
+"file.txt" "7"
+"wizard.json" "7"
+"text" "6"
+"file.txt" "7"
+"wizard.json" "7"
+"global" "5"
+"consoleapplication.png" "6"
+"genericfilewizard.png" "6"
+"guiapplication.png" "6"
+"projects" "5"
+"plainc" "6"
+"CMakeLists.txt" "7"
+"file.pro" "7"
+"file.qbs" "7"
+"main.c" "7"
+"wizard.json" "7"
+"plaincpp" "6"
+"CMakeLists.txt" "7"
+"file.pro" "7"
+"file.qbs" "7"
+"main.cpp" "7"
+"wizard.json" "7"
+"qmake" "6"
+"consoleapp" "7"
+"file.pro" "8"
+"main.cpp" "8"
+"wizard.json" "8"
+"empty" "7"
+"file.pro" "8"
+"wizard.json" "8"
+"qtcanvas3dapplication" "7"
+"plaincanvas3d" "8"
+"glcode.js" "9"
+"threejs" "8"
+"3rdparty" "9"
+"three.js" "10"
+"glcode.js" "9"
+"3dapplication.png" "8"
+"app.pro" "8"
+"main.cpp" "8"
+"main.qml" "8"
+"qml.qrc" "8"
+"wizard.json" "8"
+"qtquickapplication" "7"
+"app.pro" "8"
+"main.cpp" "8"
+"main.qml" "8"
+"MainForm.ui.qml" "8"
+"qml.qrc" "8"
+"qml_wizard.png" "8"
+"wizard.json" "8"
+"qtquickcontrolsapplication" "7"
+"app.pro" "8"
+"main.cpp" "8"
+"main.qml" "8"
+"MainForm.ui.qml" "8"
+"qml.qrc" "8"
+"wizard.json" "8"
+"qmlproject" "6"
+"qtquickapplication" "7"
+"app.qmlproject" "8"
+"wizard.json" "8"
+"qtquickcontrolsapplication" "7"
+"app.qmlproject" "8"
+"wizard.json" "8"
+"vcs" "6"
+"bazaar" "7"
+"icon.png" "8"
+"wizard.json" "8"
+"cvs" "7"
+"icon.png" "8"
+"wizard.json" "8"
+"git" "7"
+"icon.png" "8"
+"wizard.json" "8"
+"mercurial" "7"
+"icon.png" "8"
+"wizard.json" "8"
+"subversion" "7"
+"icon.png" "8"
+"wizard.json" "8"
+"git.ignore" "6"
+"qtcreatorplugin" "5"
+"myplugin.cpp" "6"
+"myplugin.h" "6"
+"MyPlugin.json.in" "6"
+"myplugin.pro" "6"
+"myplugin_global.h" "6"
+"mypluginconstants.h" "6"
+"qtcreator_logo_24.png" "6"
+"wizard.xml" "6"
+"qtquick1-extension" "5"
+"lib.png" "6"
+"object.cpp" "6"
+"object.h" "6"
+"plugin.cpp" "6"
+"plugin.h" "6"
+"project.pro" "6"
+"qmldir" "6"
+"wizard.xml" "6"
+"qtquick2-extension" "5"
+"lib.png" "6"
+"object.cpp" "6"
+"object.h" "6"
+"plugin.cpp" "6"
+"plugin.h" "6"
+"project.pro" "6"
+"qmldir" "6"
+"wizard.xml" "6"
+"README.txt" "5"
+"themes" "3"
+"dark.creatortheme" "4"
+"default.creatortheme" "4"
"welcomescreen" "3"
+"dummydata" "4"
+"examplesModel.qml" "5"
+"pagesModel.qml" "5"
+"projectList.qml" "5"
+"sessionList.qml" "5"
+"tutorialsModel.qml" "5"
+"widgets" "4"
+"dummydata" "5"
+"context" "6"
+"ExampleDelegate.qml" "7"
+"ExampleGridView.qml" "7"
+"examplesModel.qml" "6"
+"mockupTags.qml" "6"
+"pagesModel.qml" "6"
+"tabsModel.qml" "6"
+"images" "5"
+"icons" "6"
+"adressbook.png" "7"
+"androidapp.png" "7"
+"blogs.png" "7"
+"buildrun.png" "7"
+"clone.png" "7"
+"clone@2x.png" "7"
+"components.png" "7"
+"ddays13.png" "7"
+"ddays14.png" "7"
+"delete.png" "7"
+"delete@2x.png" "7"
+"developing_with_qt_creator.png" "7"
+"onlineCommunity.png" "7"
+"qt_account.png" "7"
+"qt_cloud.png" "7"
+"qt_sdk.png" "7"
+"qtquick.png" "7"
+"qwidget.png" "7"
+"rename.png" "7"
+"rename@2x.png" "7"
+"tutorialicon.png" "7"
+"userGuide.png" "7"
+"videoIcon.png" "7"
+"mockup" "6"
+"designer-examples.png" "7"
+"desktop-examples.png" "7"
+"draganddrop-examples.png" "7"
+"itemview-examples.png" "7"
+"layout-examples.png" "7"
+"mainwindow-examples.png" "7"
+"network-examples.png" "7"
+"opengl-examples.png" "7"
+"penguin.png" "7"
+"qtscript-examples.png" "7"
+"thread-examples.png" "7"
+"arrow_down.png" "6"
+"arrow_down@2x.png" "6"
+"arrow_up.png" "6"
+"arrow_up@2x.png" "6"
+"arrowBig.png" "6"
+"background.png" "6"
+"bullet.png" "6"
+"dropshadow.png" "6"
+"info.png" "6"
+"info@2x.png" "6"
+"more.png" "6"
+"new.png" "6"
+"open.png" "6"
+"project.png" "6"
+"project@2x.png" "6"
+"qtcreator.png" "6"
+"sessions.png" "6"
+"tab.png" "6"
+"Button.qml" "5"
+"ComboBox.qml" "5"
+"CustomFonts.qml" "5"
+"CustomizedGridView.qml" "5"
+"CustomTab.qml" "5"
+"Delegate.qml" "5"
+"IconAndLink.qml" "5"
+"LeftSideBar.qml" "5"
+"LinkedText.qml" "5"
+"LinksBar.qml" "5"
+"Logo.qml" "5"
+"NativeText.qml" "5"
+"PageCaption.qml" "5"
+"PageLoader.qml" "5"
+"ProjectItem.qml" "5"
+"qmldir" "5"
+"RecentProjects.qml" "5"
+"SearchBar.qml" "5"
+"SessionItem.qml" "5"
+"Sessions.qml" "5"
+"SideBar.qml" "5"
+"Tabs.qml" "5"
+"ToolTip.qml" "5"
+"develop.qml" "4"
+"examples.qml" "4"
+"images_areaofinterest.xml" "4"
+"qtcreator_tutorials.xml" "4"
+"tutorials.qml" "4"
+"welcomescreen.qml" "4"
+"welcomescreen.qmlproject" "4"
"Sources" "0"
"src.qbs" "1"
"app_version_header" "1"
@@ -33,14 +769,76 @@
"Libs" "1"
"libs.qbs" "2"
"Aggregation" "2"
-"aggregation.qbs:4" "3"
+"aggregation.qbs:3" "3"
"aggregate.cpp" "3"
"aggregate.h" "3"
"aggregation_global.h" "3"
+"ClangBackEndIpc" "2"
+"clangbackendipc.qbs:3" "3"
+"Group 1" "3"
+"clangbackendipc.qbs:12" "4"
+"clangbackendipc_global.h" "4"
+"clangbackendipcdebugutils.cpp" "4"
+"clangbackendipcdebugutils.h" "4"
+"cmbalivecommand.cpp" "4"
+"cmbalivecommand.h" "4"
+"cmbcodecompletedcommand.cpp" "4"
+"cmbcodecompletedcommand.h" "4"
+"cmbcommands.cpp" "4"
+"cmbcommands.h" "4"
+"cmbcompletecodecommand.cpp" "4"
+"cmbcompletecodecommand.h" "4"
+"cmbechocommand.cpp" "4"
+"cmbechocommand.h" "4"
+"cmbendcommand.cpp" "4"
+"cmbendcommand.h" "4"
+"cmbregisterprojectsforcodecompletioncommand.cpp" "4"
+"cmbregisterprojectsforcodecompletioncommand.h" "4"
+"cmbregistertranslationunitsforcodecompletioncommand.cpp" "4"
+"cmbregistertranslationunitsforcodecompletioncommand.h" "4"
+"cmbunregisterprojectsforcodecompletioncommand.cpp" "4"
+"cmbunregisterprojectsforcodecompletioncommand.h" "4"
+"cmbunregistertranslationunitsforcodecompletioncommand.cpp" "4"
+"cmbunregistertranslationunitsforcodecompletioncommand.h" "4"
+"codecompletion.cpp" "4"
+"codecompletion.h" "4"
+"codecompletionchunk.cpp" "4"
+"codecompletionchunk.h" "4"
+"connectionclient.cpp" "4"
+"connectionclient.h" "4"
+"connectionserver.cpp" "4"
+"connectionserver.h" "4"
+"container_common.h" "4"
+"filecontainer.cpp" "4"
+"filecontainer.h" "4"
+"ipcclientdispatcher.cpp" "4"
+"ipcclientdispatcher.h" "4"
+"ipcclientinterface.cpp" "4"
+"ipcclientinterface.h" "4"
+"ipcclientproxy.cpp" "4"
+"ipcclientproxy.h" "4"
+"ipcinterface.cpp" "4"
+"ipcinterface.h" "4"
+"ipcserverinterface.cpp" "4"
+"ipcserverinterface.h" "4"
+"ipcserverproxy.cpp" "4"
+"ipcserverproxy.h" "4"
+"lineprefixer.cpp" "4"
+"lineprefixer.h" "4"
+"projectpartcontainer.cpp" "4"
+"projectpartcontainer.h" "4"
+"projectpartsdonotexistcommand.cpp" "4"
+"projectpartsdonotexistcommand.h" "4"
+"readcommandblock.cpp" "4"
+"readcommandblock.h" "4"
+"translationunitdoesnotexistcommand.cpp" "4"
+"translationunitdoesnotexistcommand.h" "4"
+"writecommandblock.cpp" "4"
+"writecommandblock.h" "4"
"CPlusPlus" "2"
-"cplusplus.qbs:4" "3"
+"cplusplus.qbs:3" "3"
"General" "3"
-"cplusplus.qbs:90" "4"
+"cplusplus.qbs:88" "4"
"AlreadyConsideredClassContainer.h" "4"
"ASTParent.cpp" "4"
"ASTParent.h" "4"
@@ -57,8 +855,6 @@
"CppRewriter.h" "4"
"DependencyTable.cpp" "4"
"DependencyTable.h" "4"
-"DeprecatedGenTemplateInstance.cpp" "4"
-"DeprecatedGenTemplateInstance.h" "4"
"ExpressionUnderCursor.cpp" "4"
"ExpressionUnderCursor.h" "4"
"FastPreprocessor.cpp" "4"
@@ -107,8 +903,10 @@
"TypeOfExpression.h" "4"
"TypePrettyPrinter.cpp" "4"
"TypePrettyPrinter.h" "4"
+"TypeResolver.cpp" "4"
+"TypeResolver.h" "4"
"Images" "3"
-"cplusplus.qbs:131" "4"
+"cplusplus.qbs:129" "4"
"images" "4"
"class.png" "5"
"enum.png" "5"
@@ -123,6 +921,7 @@
"slot.png" "5"
"slot_priv.png" "5"
"slot_prot.png" "5"
+"struct.png" "5"
"var.png" "5"
"var_priv.png" "5"
"var_prot.png" "5"
@@ -156,7 +955,6 @@
"Lexer.h" "5"
"Literals.cpp" "5"
"Literals.h" "5"
-"LiteralTable.cpp" "5"
"LiteralTable.h" "5"
"Matcher.cpp" "5"
"Matcher.h" "5"
@@ -183,7 +981,6 @@
"Symbol.h" "5"
"Symbols.cpp" "5"
"Symbols.h" "5"
-"SymbolVisitor.cpp" "5"
"SymbolVisitor.h" "5"
"Templates.cpp" "5"
"Templates.h" "5"
@@ -196,7 +993,7 @@
"TypeVisitor.cpp" "5"
"TypeVisitor.h" "5"
"ExtensionSystem" "2"
-"extensionsystem.qbs:4" "3"
+"extensionsystem.qbs:3" "3"
"images" "3"
"error.png" "4"
"notloaded.png" "4"
@@ -230,7 +1027,7 @@
"pluginview.h" "3"
"pluginview.qrc" "3"
"GLSL" "2"
-"glsl.qbs:4" "3"
+"glsl.qbs:3" "3"
"glsl.g" "3"
"glsl.h" "3"
"glslast.cpp" "3"
@@ -261,14 +1058,14 @@
"glsltypes.cpp" "3"
"glsltypes.h" "3"
"LanguageUtils" "2"
-"languageutils.qbs:4" "3"
+"languageutils.qbs:3" "3"
"componentversion.cpp" "3"
"componentversion.h" "3"
"fakemetaobject.cpp" "3"
"fakemetaobject.h" "3"
"languageutils_global.h" "3"
"QmlDebug" "2"
-"qmldebug.qbs:4" "3"
+"qmldebug.qbs:3" "3"
"baseenginedebugclient.cpp" "3"
"baseenginedebugclient.h" "3"
"basetoolsclient.cpp" "3"
@@ -284,6 +1081,8 @@
"qmldebugclient.cpp" "3"
"qmldebugclient.h" "3"
"qmldebugconstants.h" "3"
+"qmlenginecontrolclient.cpp" "3"
+"qmlenginecontrolclient.h" "3"
"qmlenginedebugclient.h" "3"
"qmloutputparser.cpp" "3"
"qmloutputparser.h" "3"
@@ -298,9 +1097,9 @@
"qv8profilerclient.cpp" "3"
"qv8profilerclient.h" "3"
"QmlEditorWidgets" "2"
-"qmleditorwidgets.qbs:4" "3"
+"qmleditorwidgets.qbs:3" "3"
"Easing Pane" "3"
-"qmleditorwidgets.qbs:38" "4"
+"qmleditorwidgets.qbs:36" "4"
"easingpane" "4"
"easingcontextpane.cpp" "5"
"easingcontextpane.h" "5"
@@ -309,7 +1108,7 @@
"easinggraph.h" "5"
"easingpane.qrc" "5"
"General" "3"
-"qmleditorwidgets.qbs:17" "4"
+"qmleditorwidgets.qbs:15" "4"
"colorbox.cpp" "4"
"colorbox.h" "4"
"colorbutton.cpp" "4"
@@ -339,7 +1138,7 @@
"qmleditorwidgets_global.h" "4"
"resources.qrc" "4"
"QmlJS" "2"
-"qmljs.qbs:4" "3"
+"qmljs.qbs:3" "3"
"General" "3"
"qmljs.qbs:17" "4"
"consoleitem.cpp" "4"
@@ -366,10 +1165,10 @@
"qmljsconstants.h" "4"
"qmljscontext.cpp" "4"
"qmljscontext.h" "4"
-"qmljsdelta.cpp" "4"
-"qmljsdelta.h" "4"
"qmljsdescribevalue.cpp" "4"
"qmljsdescribevalue.h" "4"
+"qmljsdialect.cpp" "4"
+"qmljsdialect.h" "4"
"qmljsdocument.cpp" "4"
"qmljsdocument.h" "4"
"qmljsevaluate.cpp" "4"
@@ -452,12 +1251,39 @@
"qmljsparser.cpp" "5"
"qmljsparser_p.h" "5"
"qtcreator_ctrlc_stub" "2"
-"process_ctrlc_stub.qbs:4" "3"
+"process_ctrlc_stub.qbs:3" "3"
"process_ctrlc_stub.cpp" "3"
"qtcreator_process_stub" "2"
-"process_stub.qbs:4" "3"
+"process_stub.qbs:3" "3"
+"qtcreatorcdbext" "2"
+"qtcreatorcdbext.qbs:5" "3"
+"base64.cpp" "3"
+"base64.h" "3"
+"common.cpp" "3"
+"common.h" "3"
+"containers.cpp" "3"
+"containers.h" "3"
+"eventcallback.cpp" "3"
+"eventcallback.h" "3"
+"extensioncontext.cpp" "3"
+"extensioncontext.h" "3"
+"gdbmihelpers.cpp" "3"
+"gdbmihelpers.h" "3"
+"iinterfacepointer.h" "3"
+"knowntype.h" "3"
+"outputcallback.cpp" "3"
+"outputcallback.h" "3"
+"qtcreatorcdbextension.cpp" "3"
+"stringutils.cpp" "3"
+"stringutils.h" "3"
+"symbolgroup.cpp" "3"
+"symbolgroup.h" "3"
+"symbolgroupnode.cpp" "3"
+"symbolgroupnode.h" "3"
+"symbolgroupvalue.cpp" "3"
+"symbolgroupvalue.h" "3"
"QtcSsh" "2"
-"ssh.qbs:4" "3"
+"ssh.qbs:3" "3"
"botan.cpp" "4"
"botan.h" "4"
"sftpchannel.cpp" "3"
@@ -494,6 +1320,8 @@
"sshdirecttcpiptunnel_p.h" "3"
"ssherrors.h" "3"
"sshexception_p.h" "3"
+"sshhostkeydatabase.cpp" "3"
+"sshhostkeydatabase.h" "3"
"sshincomingpacket.cpp" "3"
"sshincomingpacket_p.h" "3"
"sshinit.cpp" "3"
@@ -521,24 +1349,144 @@
"sshremoteprocessrunner.h" "3"
"sshsendfacility.cpp" "3"
"sshsendfacility_p.h" "3"
+"Sqlite" "2"
+"sqlite.qbs:3" "3"
+"Group 2" "3"
+"sqlite.qbs:30" "4"
+"columndefinition.cpp" "4"
+"columndefinition.h" "4"
+"createtablecommand.cpp" "4"
+"createtablecommand.h" "4"
+"createtablesqlstatementbuilder.cpp" "4"
+"createtablesqlstatementbuilder.h" "4"
+"sqlitecolumn.cpp" "4"
+"sqlitecolumn.h" "4"
+"sqlitedatabase.cpp" "4"
+"sqlitedatabase.h" "4"
+"sqlitedatabasebackend.cpp" "4"
+"sqlitedatabasebackend.h" "4"
+"sqlitedatabaseconnection.cpp" "4"
+"sqlitedatabaseconnection.h" "4"
+"sqlitedatabaseconnectionproxy.cpp" "4"
+"sqlitedatabaseconnectionproxy.h" "4"
+"sqliteexception.cpp" "4"
+"sqliteexception.h" "4"
+"sqliteglobal.cpp" "4"
+"sqliteglobal.h" "4"
+"sqlitereadstatement.cpp" "4"
+"sqlitereadstatement.h" "4"
+"sqlitereadwritestatement.cpp" "4"
+"sqlitereadwritestatement.h" "4"
+"sqlitestatement.cpp" "4"
+"sqlitestatement.h" "4"
+"sqlitetable.cpp" "4"
+"sqlitetable.h" "4"
+"sqlitetransaction.cpp" "4"
+"sqlitetransaction.h" "4"
+"sqliteworkerthread.cpp" "4"
+"sqliteworkerthread.h" "4"
+"sqlitewritestatement.cpp" "4"
+"sqlitewritestatement.h" "4"
+"sqlstatementbuilder.cpp" "4"
+"sqlstatementbuilder.h" "4"
+"sqlstatementbuilderexception.cpp" "4"
+"sqlstatementbuilderexception.h" "4"
+"tablewriteworker.cpp" "4"
+"tablewriteworker.h" "4"
+"tablewriteworkerproxy.cpp" "4"
+"tablewriteworkerproxy.h" "4"
+"utf8string.cpp" "4"
+"utf8string.h" "4"
+"utf8stringvector.cpp" "4"
+"utf8stringvector.h" "4"
+"ThirdPartySqlite" "3"
+"sqlite.qbs:19" "4"
+"sqlite3.c" "5"
+"sqlite3.h" "5"
+"sqlite3ext.h" "5"
+"Timeline" "2"
+"timeline.qbs:5" "3"
+"General" "3"
+"timeline.qbs:11" "4"
+"README" "4"
+"timelineabstractrenderer.cpp" "4"
+"timelineabstractrenderer.h" "4"
+"timelineabstractrenderer_p.h" "4"
+"timelineitemsrenderpass.cpp" "4"
+"timelineitemsrenderpass.h" "4"
+"timelinemodel.cpp" "4"
+"timelinemodel.h" "4"
+"timelinemodel_p.h" "4"
+"timelinemodelaggregator.cpp" "4"
+"timelinemodelaggregator.h" "4"
+"timelinenotesmodel.cpp" "4"
+"timelinenotesmodel.h" "4"
+"timelinenotesmodel_p.h" "4"
+"timelinenotesrenderpass.cpp" "4"
+"timelinenotesrenderpass.h" "4"
+"timelineoverviewrenderer.cpp" "4"
+"timelineoverviewrenderer.h" "4"
+"timelineoverviewrenderer_p.h" "4"
+"timelinerenderer.cpp" "4"
+"timelinerenderer.h" "4"
+"timelinerenderer_p.h" "4"
+"timelinerenderpass.cpp" "4"
+"timelinerenderpass.h" "4"
+"timelinerenderstate.cpp" "4"
+"timelinerenderstate.h" "4"
+"timelinerenderstate_p.h" "4"
+"timelineselectionrenderpass.cpp" "4"
+"timelineselectionrenderpass.h" "4"
+"timelinezoomcontrol.cpp" "4"
+"timelinezoomcontrol.h" "4"
+"QML" "3"
+"timeline.qbs:32" "4"
+"qml" "4"
+"timeline.qrc" "5"
"Utils" "2"
-"utils.qbs:4" "3"
+"utils.qbs:3" "3"
"ConsoleProcess_unix" "3"
-"utils.qbs:223" "4"
+"utils.qbs:256" "4"
"consoleprocess_unix.cpp" "4"
+"FileUtils_osx" "3"
+"utils.qbs:264" "4"
+"fileutils_mac.mm" "4"
+"MimeTypes" "3"
+"utils.qbs:272" "4"
+"mimetypes" "4"
+"mimedatabase.cpp" "5"
+"mimedatabase.h" "5"
+"mimedatabase_p.h" "5"
+"mimeglobpattern.cpp" "5"
+"mimeglobpattern_p.h" "5"
+"mimemagicrule.cpp" "5"
+"mimemagicrule_p.h" "5"
+"mimemagicrulematcher.cpp" "5"
+"mimemagicrulematcher_p.h" "5"
+"mimeprovider.cpp" "5"
+"mimeprovider_p.h" "5"
+"mimetype.cpp" "5"
+"mimetype.h" "5"
+"mimetype_p.h" "5"
+"mimetypeparser.cpp" "5"
+"mimetypeparser_p.h" "5"
+"Theme" "3"
+"utils.qbs:225" "4"
+"theme" "4"
+"theme.cpp" "5"
+"theme.h" "5"
+"theme_p.h" "5"
"Tooltip" "3"
-"utils.qbs:200" "4"
+"utils.qbs:235" "4"
"tooltip" "4"
"effects.h" "5"
"reuse.h" "5"
-"tipcontents.cpp" "5"
-"tipcontents.h" "5"
"tips.cpp" "5"
"tips.h" "5"
"tooltip.cpp" "5"
"tooltip.h" "5"
"WindowsUtils" "3"
-"utils.qbs:215" "4"
+"utils.qbs:248" "4"
"consoleprocess_win.cpp" "4"
"images" "3"
"arrow.png" "4"
@@ -548,6 +1496,10 @@
"crumblepath-segment-selected-end.png" "4"
"crumblepath-segment-selected.png" "4"
"crumblepath-segment.png" "4"
+"progressindicator_big.png" "4"
+"progressindicator_big@2x.png" "4"
+"progressindicator_small.png" "4"
+"progressindicator_small@2x.png" "4"
"triangle_vert.png" "4"
"algorithm.h" "3"
"annotateditemdelegate.cpp" "3"
@@ -562,6 +1514,8 @@
"bracematcher.h" "3"
"buildablehelperlibrary.cpp" "3"
"buildablehelperlibrary.h" "3"
+"categorysortfiltermodel.cpp" "3"
+"categorysortfiltermodel.h" "3"
"changeset.cpp" "3"
"changeset.h" "3"
"checkablemessagebox.cpp" "3"
@@ -583,6 +1537,8 @@
"detailsbutton.h" "3"
"detailswidget.cpp" "3"
"detailswidget.h" "3"
+"dropsupport.cpp" "3"
+"dropsupport.h" "3"
"elfreader.cpp" "3"
"elfreader.h" "3"
"elidinglabel.cpp" "3"
@@ -593,6 +1549,9 @@
"environmentmodel.h" "3"
"execmenu.cpp" "3"
"execmenu.h" "3"
+"executeondestruction.h" "3"
+"fadingindicator.cpp" "3"
+"fadingindicator.h" "3"
"faketooltip.cpp" "3"
"faketooltip.h" "3"
"fancylineedit.cpp" "3"
@@ -622,18 +1581,15 @@
"hostosinfo.h" "3"
"htmldocextractor.cpp" "3"
"htmldocextractor.h" "3"
-"ipaddresslineedit.cpp" "3"
-"ipaddresslineedit.h" "3"
"itemviews.cpp" "3"
"itemviews.h" "3"
-"iwelcomepage.cpp" "3"
-"iwelcomepage.h" "3"
"json.cpp" "3"
"json.h" "3"
"linecolumnlabel.cpp" "3"
"linecolumnlabel.h" "3"
"listutils.h" "3"
-"logging.h" "3"
+"macroexpander.cpp" "3"
+"macroexpander.h" "3"
"multitask.h" "3"
"navigationtreeview.cpp" "3"
"navigationtreeview.h" "3"
@@ -646,6 +1602,8 @@
"outputformat.h" "3"
"outputformatter.cpp" "3"
"outputformatter.h" "3"
+"overridecursor.cpp" "3"
+"overridecursor.h" "3"
"parameteraction.cpp" "3"
"parameteraction.h" "3"
"pathchooser.cpp" "3"
@@ -656,11 +1614,11 @@
"persistentsettings.h" "3"
"portlist.cpp" "3"
"portlist.h" "3"
+"progressindicator.cpp" "3"
+"progressindicator.h" "3"
"projectintropage.cpp" "3"
"projectintropage.h" "3"
"projectintropage.ui" "3"
-"projectnamevalidatinglineedit.cpp" "3"
-"projectnamevalidatinglineedit.h" "3"
"proxyaction.cpp" "3"
"proxyaction.h" "3"
"proxycredentialsdialog.cpp" "3"
@@ -684,6 +1642,10 @@
"settingsselector.cpp" "3"
"settingsselector.h" "3"
"settingsutils.h" "3"
+"shellcommand.cpp" "3"
+"shellcommand.h" "3"
+"shellcommandpage.cpp" "3"
+"shellcommandpage.h" "3"
"sleep.cpp" "3"
"sleep.h" "3"
"statuslabel.cpp" "3"
@@ -698,8 +1660,14 @@
"synchronousprocess.h" "3"
"tcpportsgatherer.cpp" "3"
"tcpportsgatherer.h" "3"
+"textfieldcheckbox.cpp" "3"
+"textfieldcheckbox.h" "3"
+"textfieldcombobox.cpp" "3"
+"textfieldcombobox.h" "3"
"textfileformat.cpp" "3"
"textfileformat.h" "3"
+"treemodel.cpp" "3"
+"treemodel.h" "3"
"treeviewcombobox.cpp" "3"
"treeviewcombobox.h" "3"
"uncommentselection.cpp" "3"
@@ -712,28 +1680,17 @@
"winutils.h" "3"
"wizard.cpp" "3"
"wizard.h" "3"
-"zeroconf" "2"
-"zeroconf.qbs:4" "3"
-"avahiLib.cpp" "3"
-"dns_sd_types.h" "3"
-"dnsSdLib.cpp" "3"
-"embeddedLib.cpp" "3"
-"mdnsderived.cpp" "3"
-"mdnsderived.h" "3"
-"servicebrowser.cpp" "3"
-"servicebrowser.h" "3"
-"servicebrowser_p.h" "3"
-"syssocket.h" "3"
-"zeroconf_global.h" "3"
+"wizardpage.cpp" "3"
+"wizardpage.h" "3"
"Plugins" "1"
"plugins.qbs" "2"
"AnalyzerBase" "2"
-"analyzerbase.qbs:5" "3"
+"analyzerbase.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"AnalyzerBase.pluginspec.in" "4"
+"AnalyzerBase.json.in" "4"
"images" "3"
"analyzer_category.png" "4"
"analyzer_mode.png" "4"
@@ -752,22 +1709,30 @@
"analyzerstartparameters.h" "3"
"analyzerutils.cpp" "3"
"analyzerutils.h" "3"
+"detailederrorview.cpp" "3"
+"detailederrorview.h" "3"
"ianalyzertool.cpp" "3"
"ianalyzertool.h" "3"
"startremotedialog.cpp" "3"
"startremotedialog.h" "3"
"Android" "2"
-"android.qbs:5" "3"
+"android.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"Java.mimetypes.xml" "4"
-"PluginSpec" "3"
+"Android.mimetypes.xml" "4"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"Android.pluginspec.in" "4"
+"Android.json.in" "4"
"addnewavddialog.ui" "3"
"android.qrc" "3"
+"android_global.h" "3"
"androidanalyzesupport.cpp" "3"
"androidanalyzesupport.h" "3"
+"androidbuildapkstep.cpp" "3"
+"androidbuildapkstep.h" "3"
+"androidbuildapkwidget.cpp" "3"
+"androidbuildapkwidget.h" "3"
+"androidbuildapkwidget.ui" "3"
"androidconfigurations.cpp" "3"
"androidconfigurations.h" "3"
"androidconstants.h" "3"
@@ -783,13 +1748,6 @@
"androiddeployqtwidget.cpp" "3"
"androiddeployqtwidget.h" "3"
"androiddeployqtwidget.ui" "3"
-"androiddeploystep.cpp" "3"
-"androiddeploystep.h" "3"
-"androiddeploystepfactory.cpp" "3"
-"androiddeploystepfactory.h" "3"
-"androiddeploystepwidget.cpp" "3"
-"androiddeploystepwidget.h" "3"
-"androiddeploystepwidget.ui" "3"
"androiddevice.cpp" "3"
"androiddevice.h" "3"
"androiddevicedialog.cpp" "3"
@@ -799,8 +1757,6 @@
"androiddevicefactory.h" "3"
"androiderrormessage.cpp" "3"
"androiderrormessage.h" "3"
-"androidextralibrarylistmodel.cpp" "3"
-"androidextralibrarylistmodel.h" "3"
"androidgdbserverkitinformation.cpp" "3"
"androidgdbserverkitinformation.h" "3"
"androidglobal.h" "3"
@@ -814,21 +1770,12 @@
"androidmanifesteditorfactory.h" "3"
"androidmanifesteditorwidget.cpp" "3"
"androidmanifesteditorwidget.h" "3"
-"androidpackagecreationfactory.cpp" "3"
-"androidpackagecreationfactory.h" "3"
-"androidpackagecreationstep.cpp" "3"
-"androidpackagecreationstep.h" "3"
-"androidpackagecreationwidget.cpp" "3"
-"androidpackagecreationwidget.h" "3"
-"androidpackagecreationwidget.ui" "3"
-"androidpackageinstallationfactory.cpp" "3"
-"androidpackageinstallationfactory.h" "3"
-"androidpackageinstallationstep.cpp" "3"
-"androidpackageinstallationstep.h" "3"
"androidplugin.cpp" "3"
"androidplugin.h" "3"
"androidpotentialkit.cpp" "3"
"androidpotentialkit.h" "3"
+"androidqtsupport.cpp" "3"
+"androidqtsupport.h" "3"
"androidqtversion.cpp" "3"
"androidqtversion.h" "3"
"androidqtversionfactory.cpp" "3"
@@ -841,8 +1788,6 @@
"androidrunfactories.h" "3"
"androidrunner.cpp" "3"
"androidrunner.h" "3"
-"androidrunsupport.cpp" "3"
-"androidrunsupport.h" "3"
"androidsettingspage.cpp" "3"
"androidsettingspage.h" "3"
"androidsettingswidget.cpp" "3"
@@ -856,30 +1801,23 @@
"avddialog.h" "3"
"certificatesmodel.cpp" "3"
"certificatesmodel.h" "3"
-"createandroidmanifestwizard.cpp" "3"
-"createandroidmanifestwizard.h" "3"
"javaautocompleter.cpp" "3"
"javaautocompleter.h" "3"
"javacompletionassistprovider.cpp" "3"
"javacompletionassistprovider.h" "3"
"javaeditor.cpp" "3"
"javaeditor.h" "3"
-"javaeditorfactory.cpp" "3"
-"javaeditorfactory.h" "3"
-"javafilewizard.cpp" "3"
-"javafilewizard.h" "3"
"javaindenter.cpp" "3"
"javaindenter.h" "3"
"javaparser.cpp" "3"
"javaparser.h" "3"
"AutotoolsProjectManager" "2"
-"autotoolsprojectmanager.qbs:5" "3"
+"autotoolsprojectmanager.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"AutotoolsProjectManager.mimetypes.xml" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"AutotoolsProjectManager.pluginspec.in" "4"
+"AutotoolsProjectManager.json.in" "4"
"autogenstep.cpp" "3"
"autogenstep.h" "3"
"autoreconfstep.cpp" "3"
@@ -894,7 +1832,6 @@
"autotoolsopenprojectwizard.h" "3"
"autotoolsproject.cpp" "3"
"autotoolsproject.h" "3"
-"autotoolsproject.qrc" "3"
"autotoolsprojectconstants.h" "3"
"autotoolsprojectfile.cpp" "3"
"autotoolsprojectfile.h" "3"
@@ -911,13 +1848,18 @@
"makestep.cpp" "3"
"makestep.h" "3"
"BareMetal" "2"
-"baremetal.qbs:5" "3"
+"baremetal.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"BareMetal.pluginspec.in" "4"
+"BareMetal.json.in" "4"
+"baremetal.qrc" "3"
"baremetalconstants.h" "3"
+"baremetalcustomrunconfiguration.cpp" "3"
+"baremetalcustomrunconfiguration.h" "3"
+"baremetaldebugsupport.cpp" "3"
+"baremetaldebugsupport.h" "3"
"baremetaldevice.cpp" "3"
"baremetaldevice.h" "3"
"baremetaldeviceconfigurationfactory.cpp" "3"
@@ -940,18 +1882,31 @@
"baremetalrunconfigurationwidget.h" "3"
"baremetalruncontrolfactory.cpp" "3"
"baremetalruncontrolfactory.h" "3"
+"defaultgdbserverprovider.cpp" "3"
+"defaultgdbserverprovider.h" "3"
+"gdbserverprovider.cpp" "3"
+"gdbserverprovider.h" "3"
+"gdbserverproviderchooser.cpp" "3"
+"gdbserverproviderchooser.h" "3"
+"gdbserverprovidermanager.cpp" "3"
+"gdbserverprovidermanager.h" "3"
+"gdbserverproviderprocess.cpp" "3"
+"gdbserverproviderprocess.h" "3"
+"gdbserverproviderssettingspage.cpp" "3"
+"gdbserverproviderssettingspage.h" "3"
+"openocdgdbserverprovider.cpp" "3"
+"openocdgdbserverprovider.h" "3"
+"stlinkutilgdbserverprovider.cpp" "3"
+"stlinkutilgdbserverprovider.h" "3"
"Bazaar" "2"
-"bazaar.qbs:5" "3"
+"bazaar.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"Bazaar.pluginspec.in" "4"
-"images" "3"
-"bazaar.png" "4"
+"Bazaar.json.in" "4"
"annotationhighlighter.cpp" "3"
"annotationhighlighter.h" "3"
-"bazaar.qrc" "3"
"bazaarclient.cpp" "3"
"bazaarclient.h" "3"
"bazaarcommitpanel.ui" "3"
@@ -967,13 +1922,6 @@
"bazaarsettings.h" "3"
"branchinfo.cpp" "3"
"branchinfo.h" "3"
-"cloneoptionspanel.cpp" "3"
-"cloneoptionspanel.h" "3"
-"cloneoptionspanel.ui" "3"
-"clonewizard.cpp" "3"
-"clonewizard.h" "3"
-"clonewizardpage.cpp" "3"
-"clonewizardpage.h" "3"
"commiteditor.cpp" "3"
"commiteditor.h" "3"
"constants.h" "3"
@@ -988,9 +1936,9 @@
"uncommitdialog.h" "3"
"uncommitdialog.ui" "3"
"Beautifier" "2"
-"beautifier.qbs:5" "3"
+"beautifier.qbs:3" "3"
"ArtisticStyle" "3"
-"beautifier.qbs:37" "4"
+"beautifier.qbs:35" "4"
"artisticstyle" "4"
"artisticstyle.cpp" "5"
"artisticstyle.h" "5"
@@ -1001,7 +1949,7 @@
"artisticstylesettings.cpp" "5"
"artisticstylesettings.h" "5"
"ClangFormat" "3"
-"beautifier.qbs:52" "4"
+"beautifier.qbs:50" "4"
"clangformat" "4"
"clangformat.cpp" "5"
"clangformat.h" "5"
@@ -1013,11 +1961,11 @@
"clangformatsettings.h" "5"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"Beautifier.pluginspec.in" "4"
+"Beautifier.json.in" "4"
"Uncrustify" "3"
-"beautifier.qbs:67" "4"
+"beautifier.qbs:65" "4"
"uncrustify" "4"
"uncrustify.cpp" "5"
"uncrustify.h" "5"
@@ -1045,25 +1993,26 @@
"configurationpanel.h" "3"
"configurationpanel.ui" "3"
"BinEditor" "2"
-"bineditor.qbs:5" "3"
+"bineditor.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"BinEditor.pluginspec.in" "4"
+"BinEditor.json.in" "4"
"bineditor.cpp" "3"
"bineditor.h" "3"
"bineditorconstants.h" "3"
"bineditorplugin.cpp" "3"
"bineditorplugin.h" "3"
+"markup.cpp" "3"
"markup.h" "3"
"Bookmarks" "2"
-"bookmarks.qbs:5" "3"
+"bookmarks.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"Bookmarks.pluginspec.in" "4"
+"Bookmarks.json.in" "4"
"bookmark.cpp" "3"
"bookmark.h" "3"
"bookmarkmanager.cpp" "3"
@@ -1073,68 +2022,77 @@
"bookmarksplugin.cpp" "3"
"bookmarksplugin.h" "3"
"ClangCodeModel" "2"
-"clangcodemodel.qbs:6" "3"
+"clangcodemodel.qbs:7" "3"
"Completion support" "3"
-"clangcodemodel.qbs:80" "4"
-"clangcompleter.cpp" "4"
-"clangcompleter.h" "4"
-"clangcompletion.cpp" "4"
-"clangcompletion.h" "4"
-"completionproposalsbuilder.cpp" "4"
-"completionproposalsbuilder.h" "4"
+"clangcodemodel.qbs:53" "4"
+"activationsequencecontextprocessor.cpp" "4"
+"activationsequencecontextprocessor.h" "4"
+"activationsequenceprocessor.cpp" "4"
+"activationsequenceprocessor.h" "4"
+"clangassistproposal.cpp" "4"
+"clangassistproposal.h" "4"
+"clangassistproposalitem.cpp" "4"
+"clangassistproposalitem.h" "4"
+"clangassistproposalmodel.cpp" "4"
+"clangassistproposalmodel.h" "4"
+"clangcompletionassistinterface.cpp" "4"
+"clangcompletionassistinterface.h" "4"
+"clangcompletionassistprocessor.cpp" "4"
+"clangcompletionassistprocessor.h" "4"
+"clangcompletionassistprovider.cpp" "4"
+"clangcompletionassistprovider.h" "4"
+"clangfunctionhintmodel.cpp" "4"
+"clangfunctionhintmodel.h" "4"
"Highlighting support" "3"
-"clangcodemodel.qbs:93" "4"
-"clanghighlightingsupport.cpp" "4"
-"clanghighlightingsupport.h" "4"
+"clangcodemodel.qbs:78" "4"
"cppcreatemarkers.cpp" "4"
"cppcreatemarkers.h" "4"
"Indexing support" "3"
-"clangcodemodel.qbs:104" "4"
+"clangcodemodel.qbs:87" "4"
"clangindexer.cpp" "4"
"clangindexer.h" "4"
-"clangsymbolsearcher.cpp" "4"
-"clangsymbolsearcher.h" "4"
"index.cpp" "4"
"index.h" "4"
"indexer.cpp" "4"
"indexer.h" "4"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"ClangCodeModel.pluginspec.in" "4"
+"ClangCodeModel.json.in" "4"
"Test resources" "3"
-"clangcodemodel.qbs:133" "4"
+"clangcodemodel.qbs:113" "4"
"test" "4"
-"cxx_regression_1.cpp" "5"
-"cxx_regression_2.cpp" "5"
-"cxx_regression_3.cpp" "5"
-"cxx_regression_4.cpp" "5"
-"cxx_regression_5.cpp" "5"
-"cxx_regression_6.cpp" "5"
-"cxx_regression_7.cpp" "5"
-"cxx_regression_8.cpp" "5"
-"cxx_regression_9.cpp" "5"
-"cxx_snippets_1.cpp" "5"
-"cxx_snippets_2.cpp" "5"
-"cxx_snippets_3.cpp" "5"
-"cxx_snippets_4.cpp" "5"
+"completionWithProject.cpp" "5"
+"doxygenKeywordsCompletion.cpp" "5"
+"includeDirectiveCompletion.cpp" "5"
+"memberCompletion.cpp" "5"
+"myheader.h" "5"
+"mysource.cpp" "5"
"objc_messages_1.mm" "5"
"objc_messages_2.mm" "5"
"objc_messages_3.mm" "5"
+"preprocessorKeywordsCompletion.cpp" "5"
"Tests" "3"
-"clangcodemodel.qbs:121" "4"
+"clangcodemodel.qbs:102" "4"
"test" "4"
"clang_tests_database.qrc" "5"
-"clangcompletion_test.cpp" "5"
-"completiontesthelper.cpp" "5"
-"completiontesthelper.h" "5"
+"clangcodecompletion_test.cpp" "5"
+"clangcodecompletion_test.h" "5"
"raii" "3"
"scopedclangoptions.cpp" "4"
"scopedclangoptions.h" "4"
"clang_global.h" "3"
+"clangbackendipcintegration.cpp" "3"
+"clangbackendipcintegration.h" "3"
"clangcodemodelplugin.cpp" "3"
"clangcodemodelplugin.h" "3"
+"clangcompletioncontextanalyzer.cpp" "3"
+"clangcompletioncontextanalyzer.h" "3"
+"clangeditordocumentparser.cpp" "3"
+"clangeditordocumentparser.h" "3"
+"clangeditordocumentprocessor.cpp" "3"
+"clangeditordocumentprocessor.h" "3"
"clangmodelmanagersupport.cpp" "3"
"clangmodelmanagersupport.h" "3"
"clangprojectsettings.cpp" "3"
@@ -1144,6 +2102,8 @@
"clangprojectsettingspropertiespage.ui" "3"
"clangutils.cpp" "3"
"clangutils.h" "3"
+"completionchunkstotextconverter.cpp" "3"
+"completionchunkstotextconverter.h" "3"
"constants.h" "3"
"cxprettyprinter.cpp" "3"
"cxprettyprinter.h" "3"
@@ -1173,12 +2133,12 @@
"utils_p.cpp" "3"
"utils_p.h" "3"
"ClassView" "2"
-"classview.qbs:5" "3"
+"classview.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"ClassView.pluginspec.in" "4"
+"ClassView.json.in" "4"
"classview.qrc" "3"
"classviewconstants.h" "3"
"classviewmanager.cpp" "3"
@@ -1202,13 +2162,13 @@
"classviewutils.cpp" "3"
"classviewutils.h" "3"
"ClearCase" "2"
-"clearcase.qbs:5" "3"
+"clearcase.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
"ClearCase.mimetypes.xml" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"ClearCase.pluginspec.in" "4"
+"ClearCase.json.in" "4"
"activityselector.cpp" "3"
"activityselector.h" "3"
"annotationhighlighter.cpp" "3"
@@ -1240,24 +2200,31 @@
"versionselector.h" "3"
"versionselector.ui" "3"
"CMakeProjectManager" "2"
-"cmakeprojectmanager.qbs:5" "3"
+"cmakeprojectmanager.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
"CMakeProjectManager.mimetypes.xml" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"CMakeProjectManager.pluginspec.in" "4"
+"CMakeProjectManager.json.in" "4"
+"cmake_global.h" "3"
"cmakebuildconfiguration.cpp" "3"
"cmakebuildconfiguration.h" "3"
"cmakebuildinfo.h" "3"
+"cmakebuildsettingswidget.cpp" "3"
+"cmakebuildsettingswidget.h" "3"
+"cmakecbpparser.cpp" "3"
+"cmakecbpparser.h" "3"
"cmakeeditor.cpp" "3"
"cmakeeditor.h" "3"
-"cmakeeditorfactory.cpp" "3"
-"cmakeeditorfactory.h" "3"
+"cmakefile.cpp" "3"
+"cmakefile.h" "3"
"cmakefilecompletionassist.cpp" "3"
"cmakefilecompletionassist.h" "3"
-"cmakehighlighter.cpp" "3"
-"cmakehighlighter.h" "3"
+"cmakekitconfigwidget.cpp" "3"
+"cmakekitconfigwidget.h" "3"
+"cmakekitinformation.cpp" "3"
+"cmakekitinformation.h" "3"
"cmakelocatorfilter.cpp" "3"
"cmakelocatorfilter.h" "3"
"cmakeopenprojectwizard.cpp" "3"
@@ -1280,19 +2247,21 @@
"cmakesettingspage.h" "3"
"cmaketool.cpp" "3"
"cmaketool.h" "3"
+"cmaketoolmanager.cpp" "3"
+"cmaketoolmanager.h" "3"
"generatorinfo.cpp" "3"
"generatorinfo.h" "3"
"makestep.cpp" "3"
"makestep.h" "3"
"CodePaster" "2"
-"cpaster.qbs:5" "3"
+"cpaster.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"CodePaster.pluginspec.in" "4"
+"CodePaster.json.in" "4"
"Shared" "3"
-"cpaster.qbs:52" "4"
+"cpaster.qbs:50" "4"
"cgi.cpp" "5"
"cgi.h" "5"
"splitter.cpp" "5"
@@ -1331,9 +2300,9 @@
"urlopenprotocol.cpp" "3"
"urlopenprotocol.h" "3"
"Core" "2"
-"coreplugin.qbs:5" "3"
+"coreplugin.qbs:4" "3"
"Action Manager" "3"
-"coreplugin.qbs:107" "4"
+"coreplugin.qbs:112" "4"
"actionmanager" "4"
"actioncontainer.cpp" "5"
"actioncontainer.h" "5"
@@ -1351,7 +2320,7 @@
"commandsfile.cpp" "5"
"commandsfile.h" "5"
"Dialogs" "3"
-"coreplugin.qbs:120" "4"
+"coreplugin.qbs:125" "4"
"dialogs" "4"
"addtovcsdialog.cpp" "5"
"addtovcsdialog.h" "5"
@@ -1380,15 +2349,19 @@
"shortcutsettings.cpp" "5"
"shortcutsettings.h" "5"
"Editor Manager" "3"
-"coreplugin.qbs:137" "4"
+"coreplugin.qbs:142" "4"
"editormanager" "4"
-"BinFiles.mimetypes.xml" "5"
"documentmodel.cpp" "5"
"documentmodel.h" "5"
+"editorarea.cpp" "5"
+"editorarea.h" "5"
"editormanager.cpp" "5"
"editormanager.h" "5"
+"editormanager_p.h" "5"
"editorview.cpp" "5"
"editorview.h" "5"
+"editorwindow.cpp" "5"
+"editorwindow.h" "5"
"ieditor.cpp" "5"
"ieditor.h" "5"
"ieditorfactory.cpp" "5"
@@ -1402,7 +2375,7 @@
"systemeditor.cpp" "5"
"systemeditor.h" "5"
"Find" "3"
-"coreplugin.qbs:203" "4"
+"coreplugin.qbs:209" "4"
"find" "4"
"basetextfind.cpp" "5"
"basetextfind.h" "5"
@@ -1417,10 +2390,14 @@
"findtoolwindow.cpp" "5"
"findtoolwindow.h" "5"
"findwidget.ui" "5"
+"highlightscrollbar.cpp" "5"
+"highlightscrollbar.h" "5"
"ifindfilter.cpp" "5"
"ifindfilter.h" "5"
"ifindsupport.cpp" "5"
"ifindsupport.h" "5"
+"itemviewfind.cpp" "5"
+"itemviewfind.h" "5"
"searchresultcolor.h" "5"
"searchresulttreeitemdelegate.cpp" "5"
"searchresulttreeitemdelegate.h" "5"
@@ -1436,10 +2413,8 @@
"searchresultwindow.cpp" "5"
"searchresultwindow.h" "5"
"textfindconstants.h" "5"
-"treeviewfind.cpp" "5"
-"treeviewfind.h" "5"
"General" "3"
-"coreplugin.qbs:34" "4"
+"coreplugin.qbs:33" "4"
"basefilewizard.cpp" "4"
"basefilewizard.h" "4"
"basefilewizardfactory.cpp" "4"
@@ -1447,6 +2422,8 @@
"core.qrc" "4"
"core_global.h" "4"
"coreconstants.h" "4"
+"corejsextensions.cpp" "4"
+"corejsextensions.h" "4"
"coreplugin.cpp" "4"
"coreplugin.h" "4"
"designmode.cpp" "4"
@@ -1459,6 +2436,7 @@
"editortoolbar.h" "4"
"externaltool.cpp" "4"
"externaltool.h" "4"
+"externaltoolmanager.cpp" "4"
"externaltoolmanager.h" "4"
"fancyactionbar.cpp" "4"
"fancyactionbar.h" "4"
@@ -1503,18 +2481,22 @@
"ioutputpane.h" "4"
"iversioncontrol.cpp" "4"
"iversioncontrol.h" "4"
+"iwelcomepage.cpp" "4"
+"iwelcomepage.h" "4"
"iwizardfactory.cpp" "4"
"iwizardfactory.h" "4"
+"jsexpander.cpp" "4"
+"jsexpander.h" "4"
"mainwindow.cpp" "4"
"mainwindow.h" "4"
"manhattanstyle.cpp" "4"
"manhattanstyle.h" "4"
+"messagebox.cpp" "4"
+"messagebox.h" "4"
"messagemanager.cpp" "4"
"messagemanager.h" "4"
"messageoutputwindow.cpp" "4"
"messageoutputwindow.h" "4"
-"mimedatabase.cpp" "4"
-"mimedatabase.h" "4"
"mimetypemagicdialog.cpp" "4"
"mimetypemagicdialog.h" "4"
"mimetypemagicdialog.ui" "4"
@@ -1529,6 +2511,8 @@
"navigationsubwidget.h" "4"
"navigationwidget.cpp" "4"
"navigationwidget.h" "4"
+"opendocumentstreeview.cpp" "4"
+"opendocumentstreeview.h" "4"
"outputpane.cpp" "4"
"outputpane.h" "4"
"outputpanemanager.cpp" "4"
@@ -1546,6 +2530,8 @@
"rightpane.h" "4"
"settingsdatabase.cpp" "4"
"settingsdatabase.h" "4"
+"shellcommand.cpp" "4"
+"shellcommand.h" "4"
"sidebar.cpp" "4"
"sidebar.h" "4"
"sidebarwidget.cpp" "4"
@@ -1560,12 +2546,15 @@
"tabpositionindicator.h" "4"
"textdocument.cpp" "4"
"textdocument.h" "4"
+"themesettings.cpp" "4"
+"themesettings.h" "4"
+"themesettings.ui" "4"
+"themesettingswidget.cpp" "4"
+"themesettingswidget.h" "4"
"toolsettings.cpp" "4"
"toolsettings.h" "4"
"variablechooser.cpp" "4"
"variablechooser.h" "4"
-"variablemanager.cpp" "4"
-"variablemanager.h" "4"
"vcsmanager.cpp" "4"
"vcsmanager.h" "4"
"versiondialog.cpp" "4"
@@ -1573,7 +2562,7 @@
"windowsupport.cpp" "4"
"windowsupport.h" "4"
"Locator" "3"
-"coreplugin.qbs:244" "4"
+"coreplugin.qbs:252" "4"
"locator" "4"
"images" "5"
"locator.png" "6"
@@ -1587,6 +2576,8 @@
"directoryfilter.ui" "5"
"executefilter.cpp" "5"
"executefilter.h" "5"
+"externaltoolsfilter.cpp" "5"
+"externaltoolsfilter.h" "5"
"filesystemfilter.cpp" "5"
"filesystemfilter.h" "5"
"filesystemfilter.ui" "5"
@@ -1602,20 +2593,25 @@
"locatormanager.h" "5"
"locatorsearchutils.cpp" "5"
"locatorsearchutils.h" "5"
+"locatorsettingspage.cpp" "5"
+"locatorsettingspage.h" "5"
+"locatorsettingspage.ui" "5"
"locatorwidget.cpp" "5"
"locatorwidget.h" "5"
"opendocumentsfilter.cpp" "5"
"opendocumentsfilter.h" "5"
-"settingspage.cpp" "5"
-"settingspage.h" "5"
-"settingspage.ui" "5"
+"Locator_mac" "3"
+"coreplugin.qbs:294" "4"
+"locator" "4"
+"spotlightlocatorfilter.h" "5"
+"spotlightlocatorfilter.mm" "5"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"Core.pluginspec.in" "4"
+"Core.json.in" "4"
"Progress Manager" "3"
-"coreplugin.qbs:154" "4"
+"coreplugin.qbs:160" "4"
"progressmanager" "4"
"futureprogress.cpp" "5"
"futureprogress.h" "5"
@@ -1627,34 +2623,54 @@
"progressview.cpp" "5"
"progressview.h" "5"
"ProgressManager_mac" "3"
-"coreplugin.qbs:173" "4"
+"coreplugin.qbs:179" "4"
"progressmanager" "4"
"progressmanager_mac.mm" "5"
"ProgressManager_win" "3"
-"coreplugin.qbs:165" "4"
+"coreplugin.qbs:171" "4"
"progressmanager" "4"
"progressmanager_win.cpp" "5"
"ProgressManager_x11" "3"
-"coreplugin.qbs:181" "4"
+"coreplugin.qbs:187" "4"
"progressmanager" "4"
"progressmanager_x11.cpp" "5"
"Tests" "3"
-"coreplugin.qbs:189" "4"
+"coreplugin.qbs:195" "4"
"locator" "4"
"locator_test.cpp" "5"
"locatorfiltertest.cpp" "5"
"locatorfiltertest.h" "5"
"testdatadir.cpp" "4"
"testdatadir.h" "4"
+"ThemeEditor" "3"
+"coreplugin.qbs:303" "4"
+"themeeditor" "4"
+"colorrole.cpp" "5"
+"colorrole.h" "5"
+"colorvariable.cpp" "5"
+"colorvariable.h" "5"
+"sectionedtablemodel.cpp" "5"
+"sectionedtablemodel.h" "5"
+"themecolors.cpp" "5"
+"themecolors.h" "5"
+"themecolorstableview.cpp" "5"
+"themecolorstableview.h" "5"
+"themeeditorwidget.cpp" "5"
+"themeeditorwidget.h" "5"
+"themeeditorwidget.ui" "5"
+"themesettingsitemdelegate.cpp" "5"
+"themesettingsitemdelegate.h" "5"
+"themesettingstablemodel.cpp" "5"
+"themesettingstablemodel.h" "5"
"cpaster" "2"
-"frontend.qbs:4" "3"
+"frontend.qbs:3" "3"
"Frontend Sources" "3"
-"frontend.qbs:19" "4"
+"frontend.qbs:18" "4"
"argumentscollector.cpp" "4"
"argumentscollector.h" "4"
"main.cpp" "4"
"Plugin Sources" "3"
-"frontend.qbs:27" "4"
+"frontend.qbs:26" "4"
"cpasterconstants.h" "5"
"kdepasteprotocol.cpp" "5"
"kdepasteprotocol.h" "5"
@@ -1667,29 +2683,29 @@
"urlopenprotocol.cpp" "5"
"urlopenprotocol.h" "5"
"CppEditor" "2"
-"cppeditor.qbs:6" "3"
+"cppeditor.qbs:4" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
"CppEditor.mimetypes.xml" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"CppEditor.pluginspec.in" "4"
+"CppEditor.json.in" "4"
"Tests" "3"
-"cppeditor.qbs:59" "4"
+"cppeditor.qbs:58" "4"
"cppdoxygen_test.cpp" "4"
+"cppdoxygen_test.h" "4"
"cppeditortestcase.cpp" "4"
"cppeditortestcase.h" "4"
"cppincludehierarchy_test.cpp" "4"
"cppquickfix_test.cpp" "4"
"cppquickfix_test.h" "4"
+"cppuseselections_test.cpp" "4"
"fileandtokenactions_test.cpp" "4"
"followsymbol_switchmethoddecldef_test.cpp" "4"
"cppautocompleter.cpp" "3"
"cppautocompleter.h" "3"
"cppcanonicalsymbol.cpp" "3"
"cppcanonicalsymbol.h" "3"
-"cppclasswizard.cpp" "3"
-"cppclasswizard.h" "3"
"cppcodemodelinspectordialog.cpp" "3"
"cppcodemodelinspectordialog.h" "3"
"cppcodemodelinspectordialog.ui" "3"
@@ -1703,14 +2719,10 @@
"cppeditordocument.cpp" "3"
"cppeditordocument.h" "3"
"cppeditorenums.h" "3"
-"cppeditoroutline.cpp" "3"
-"cppeditoroutline.h" "3"
"cppeditorplugin.cpp" "3"
"cppeditorplugin.h" "3"
"cppelementevaluator.cpp" "3"
"cppelementevaluator.h" "3"
-"cppfilewizard.cpp" "3"
-"cppfilewizard.h" "3"
"cppfollowsymbolundercursor.cpp" "3"
"cppfollowsymbolundercursor.h" "3"
"cppfunctiondecldeflink.cpp" "3"
@@ -1746,19 +2758,21 @@
"cppsnippetprovider.h" "3"
"cpptypehierarchy.cpp" "3"
"cpptypehierarchy.h" "3"
+"cppuseselectionsupdater.cpp" "3"
+"cppuseselectionsupdater.h" "3"
"cppvirtualfunctionassistprovider.cpp" "3"
"cppvirtualfunctionassistprovider.h" "3"
"cppvirtualfunctionproposalitem.cpp" "3"
"cppvirtualfunctionproposalitem.h" "3"
"CppTools" "2"
-"cpptools.qbs:6" "3"
+"cpptools.qbs:4" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"CppTools.pluginspec.in" "4"
+"CppTools.json.in" "4"
"Tests" "3"
-"cpptools.qbs:83" "4"
+"cpptools.qbs:93" "4"
"cppcodegen_test.cpp" "4"
"cppcompletion_test.cpp" "4"
"cppheadersource_test.cpp" "4"
@@ -1777,6 +2791,14 @@
"typehierarchybuilder_test.cpp" "4"
"abstracteditorsupport.cpp" "3"
"abstracteditorsupport.h" "3"
+"baseeditordocumentparser.cpp" "3"
+"baseeditordocumentparser.h" "3"
+"baseeditordocumentprocessor.cpp" "3"
+"baseeditordocumentprocessor.h" "3"
+"builtineditordocumentparser.cpp" "3"
+"builtineditordocumentparser.h" "3"
+"builtineditordocumentprocessor.cpp" "3"
+"builtineditordocumentprocessor.h" "3"
"builtinindexingsupport.cpp" "3"
"builtinindexingsupport.h" "3"
"commentssettings.cpp" "3"
@@ -1808,12 +2830,16 @@
"cppcodestylesettingspage.ui" "3"
"cppcompletionassist.cpp" "3"
"cppcompletionassist.h" "3"
+"cppcompletionassistprocessor.cpp" "3"
+"cppcompletionassistprocessor.h" "3"
"cppcompletionassistprovider.cpp" "3"
"cppcompletionassistprovider.h" "3"
"cppcurrentdocumentfilter.cpp" "3"
"cppcurrentdocumentfilter.h" "3"
"cppdoxygen.cpp" "3"
"cppdoxygen.h" "3"
+"cppeditoroutline.cpp" "3"
+"cppeditoroutline.h" "3"
"cppfilesettingspage.cpp" "3"
"cppfilesettingspage.h" "3"
"cppfilesettingspage.ui" "3"
@@ -1821,10 +2847,8 @@
"cppfindreferences.h" "3"
"cppfunctionsfilter.cpp" "3"
"cppfunctionsfilter.h" "3"
-"cpphighlightingsupport.cpp" "3"
-"cpphighlightingsupport.h" "3"
-"cpphighlightingsupportinternal.cpp" "3"
-"cpphighlightingsupportinternal.h" "3"
+"cppincludesfilter.cpp" "3"
+"cppincludesfilter.h" "3"
"cppindexingsupport.cpp" "3"
"cppindexingsupport.h" "3"
"cpplocalsymbols.cpp" "3"
@@ -1835,8 +2859,6 @@
"cpplocatorfilter.h" "3"
"cppmodelmanager.cpp" "3"
"cppmodelmanager.h" "3"
-"cppmodelmanagerinterface.cpp" "3"
-"cppmodelmanagerinterface.h" "3"
"cppmodelmanagersupport.cpp" "3"
"cppmodelmanagersupport.h" "3"
"cppmodelmanagersupportinternal.cpp" "3"
@@ -1845,29 +2867,35 @@
"cpppointerdeclarationformatter.h" "3"
"cppprojectfile.cpp" "3"
"cppprojectfile.h" "3"
+"cppprojects.cpp" "3"
+"cppprojects.h" "3"
"cppqtstyleindenter.cpp" "3"
"cppqtstyleindenter.h" "3"
"cpprefactoringchanges.cpp" "3"
"cpprefactoringchanges.h" "3"
"cppsemanticinfo.cpp" "3"
"cppsemanticinfo.h" "3"
-"cppsnapshotupdater.cpp" "3"
-"cppsnapshotupdater.h" "3"
+"cppsemanticinfoupdater.cpp" "3"
+"cppsemanticinfoupdater.h" "3"
"cppsourceprocessor.cpp" "3"
"cppsourceprocessor.h" "3"
"cpptools.qrc" "3"
"cpptools_global.h" "3"
"cpptoolsconstants.h" "3"
-"cpptoolseditorsupport.cpp" "3"
-"cpptoolseditorsupport.h" "3"
+"cpptoolsjsextension.cpp" "3"
+"cpptoolsjsextension.h" "3"
"cpptoolsplugin.cpp" "3"
"cpptoolsplugin.h" "3"
"cpptoolsreuse.cpp" "3"
"cpptoolsreuse.h" "3"
"cpptoolssettings.cpp" "3"
"cpptoolssettings.h" "3"
+"cppworkingcopy.cpp" "3"
+"cppworkingcopy.h" "3"
"doxygengenerator.cpp" "3"
"doxygengenerator.h" "3"
+"editordocumenthandle.cpp" "3"
+"editordocumenthandle.h" "3"
"functionutils.cpp" "3"
"functionutils.h" "3"
"includeutils.cpp" "3"
@@ -1878,6 +2906,8 @@
"insertionpointlocator.h" "3"
"searchsymbols.cpp" "3"
"searchsymbols.h" "3"
+"semantichighlighter.cpp" "3"
+"semantichighlighter.h" "3"
"stringtable.cpp" "3"
"stringtable.h" "3"
"symbolfinder.cpp" "3"
@@ -1887,19 +2917,15 @@
"typehierarchybuilder.cpp" "3"
"typehierarchybuilder.h" "3"
"CVS" "2"
-"cvs.qbs:5" "3"
+"cvs.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
"CVS.mimetypes.xml" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"CVS.pluginspec.in" "4"
+"CVS.json.in" "4"
"annotationhighlighter.cpp" "3"
"annotationhighlighter.h" "3"
-"checkoutwizard.cpp" "3"
-"checkoutwizard.h" "3"
-"checkoutwizardpage.cpp" "3"
-"checkoutwizardpage.h" "3"
"cvs.qrc" "3"
"cvsclient.cpp" "3"
"cvsclient.h" "3"
@@ -1920,9 +2946,9 @@
"settingspage.h" "3"
"settingspage.ui" "3"
"Debugger" "2"
-"debugger.qbs:5" "3"
+"debugger.qbs:3" "3"
"cdb" "3"
-"debugger.qbs:96" "4"
+"debugger.qbs:92" "4"
"cdb" "4"
"bytearrayinputstream.cpp" "5"
"bytearrayinputstream.h" "5"
@@ -1934,7 +2960,7 @@
"cdbparsehelpers.cpp" "5"
"cdbparsehelpers.h" "5"
"gdb" "3"
-"debugger.qbs:108" "4"
+"debugger.qbs:104" "4"
"gdb" "4"
"attachgdbadapter.cpp" "5"
"attachgdbadapter.h" "5"
@@ -1943,11 +2969,8 @@
"gdbengine.cpp" "5"
"gdbengine.h" "5"
"gdboptionspage.cpp" "5"
-"gdboptionspage.h" "5"
"gdbplainengine.cpp" "5"
"gdbplainengine.h" "5"
-"gdbprocess.cpp" "5"
-"gdbprocess.h" "5"
"remotegdbserveradapter.cpp" "5"
"remotegdbserveradapter.h" "5"
"startgdbserverdialog.cpp" "5"
@@ -1955,13 +2978,11 @@
"termgdbadapter.cpp" "5"
"termgdbadapter.h" "5"
"General" "3"
-"debugger.qbs:28" "4"
+"debugger.qbs:26" "4"
"breakhandler.cpp" "4"
"breakhandler.h" "4"
"breakpoint.cpp" "4"
"breakpoint.h" "4"
-"breakpointmarker.cpp" "4"
-"breakpointmarker.h" "4"
"breakwindow.cpp" "4"
"breakwindow.h" "4"
"commonoptionspage.cpp" "4"
@@ -1981,8 +3002,6 @@
"debuggeritem.h" "4"
"debuggeritemmanager.cpp" "4"
"debuggeritemmanager.h" "4"
-"debuggeritemmodel.cpp" "4"
-"debuggeritemmodel.h" "4"
"debuggerkitconfigwidget.cpp" "4"
"debuggerkitconfigwidget.h" "4"
"debuggerkitinformation.cpp" "4"
@@ -1997,9 +3016,8 @@
"debuggerprotocol.h" "4"
"debuggerrunconfigurationaspect.cpp" "4"
"debuggerrunconfigurationaspect.h" "4"
-"debuggerruncontrolfactory.h" "4"
-"debuggerrunner.cpp" "4"
-"debuggerrunner.h" "4"
+"debuggerruncontrol.cpp" "4"
+"debuggerruncontrol.h" "4"
"debuggersourcepathmappingwidget.cpp" "4"
"debuggersourcepathmappingwidget.h" "4"
"debuggerstartparameters.h" "4"
@@ -2054,6 +3072,8 @@
"stackhandler.h" "4"
"stackwindow.cpp" "4"
"stackwindow.h" "4"
+"terminal.cpp" "4"
+"terminal.h" "4"
"threaddata.h" "4"
"threadshandler.cpp" "4"
"threadshandler.h" "4"
@@ -2072,7 +3092,7 @@
"watchwindow.cpp" "4"
"watchwindow.h" "4"
"Images" "3"
-"debugger.qbs:180" "4"
+"debugger.qbs:171" "4"
"images" "4"
"breakpoint_16.png" "5"
"breakpoint_24.png" "5"
@@ -2106,14 +3126,15 @@
"tracepoint.png" "5"
"watchpoint.png" "5"
"lldb" "3"
-"debugger.qbs:124" "4"
+"debugger.qbs:119" "4"
"lldb" "4"
"lldbengine.cpp" "5"
"lldbengine.h" "5"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
+"Debugger.mimetypes.xml" "4"
"Name Demangler" "3"
-"debugger.qbs:138" "4"
+"debugger.qbs:133" "4"
"namedemangler" "4"
"demanglerexceptions.h" "5"
"globalparsestate.cpp" "5"
@@ -2123,47 +3144,39 @@
"parsetreenodes.cpp" "5"
"parsetreenodes.h" "5"
"pdb" "3"
-"debugger.qbs:132" "4"
+"debugger.qbs:127" "4"
"pdb" "4"
"pdbengine.cpp" "5"
"pdbengine.h" "5"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"Debugger.pluginspec.in" "4"
+"Debugger.json.in" "4"
"QML Debugger" "3"
-"debugger.qbs:149" "4"
+"debugger.qbs:144" "4"
"qml" "4"
-"baseqmldebuggerclient.cpp" "5"
-"baseqmldebuggerclient.h" "5"
"interactiveinterpreter.cpp" "5"
"interactiveinterpreter.h" "5"
-"qmladapter.cpp" "5"
-"qmladapter.h" "5"
"qmlcppengine.cpp" "5"
"qmlcppengine.h" "5"
"qmlengine.cpp" "5"
"qmlengine.h" "5"
+"qmlengineutils.cpp" "5"
+"qmlengineutils.h" "5"
"qmlinspectoradapter.cpp" "5"
"qmlinspectoradapter.h" "5"
"qmlinspectoragent.cpp" "5"
"qmlinspectoragent.h" "5"
-"qmllivetextpreview.cpp" "5"
-"qmllivetextpreview.h" "5"
-"qmlv8debuggerclient.cpp" "5"
-"qmlv8debuggerclient.h" "5"
"qmlv8debuggerclientconstants.h" "5"
-"qscriptdebuggerclient.cpp" "5"
-"qscriptdebuggerclient.h" "5"
"RegisterPostMortem" "3"
-"debugger.qbs:228" "4"
+"debugger.qbs:219" "4"
"registerpostmortemaction.cpp" "4"
"registerpostmortemaction.h" "4"
"RegistryAccess" "3"
-"debugger.qbs:218" "4"
+"debugger.qbs:209" "4"
"registryaccess.cpp" "5"
"registryaccess.h" "5"
"shared" "3"
-"debugger.qbs:167" "4"
+"debugger.qbs:158" "4"
"shared" "4"
"backtrace.cpp" "5"
"backtrace.h" "5"
@@ -2177,13 +3190,10 @@
"symbolpathsdialog.h" "5"
"symbolpathsdialog.ui" "5"
"Designer" "2"
-"designer.qbs:6" "3"
+"designer.qbs:4" "3"
"cpp" "3"
"designer.qbs:65" "4"
"cpp" "4"
-"cppsettingspage.cpp" "5"
-"cppsettingspage.h" "5"
-"cppsettingspagewidget.ui" "5"
"formclasswizard.cpp" "5"
"formclasswizard.h" "5"
"formclasswizarddialog.cpp" "5"
@@ -2194,7 +3204,7 @@
"formclasswizardparameters.cpp" "5"
"formclasswizardparameters.h" "5"
"General" "3"
-"designer.qbs:24" "4"
+"designer.qbs:27" "4"
"codemodelhelpers.cpp" "4"
"codemodelhelpers.h" "4"
"designer.qrc" "4"
@@ -2202,8 +3212,6 @@
"designerconstants.h" "4"
"designercontext.cpp" "4"
"designercontext.h" "4"
-"designerxmleditorwidget.cpp" "4"
-"designerxmleditorwidget.h" "4"
"editordata.h" "4"
"editorwidget.cpp" "4"
"editorwidget.h" "4"
@@ -2221,10 +3229,6 @@
"formwindoweditor.h" "4"
"formwindowfile.cpp" "4"
"formwindowfile.h" "4"
-"formwizard.cpp" "4"
-"formwizard.h" "4"
-"formwizarddialog.cpp" "4"
-"formwizarddialog.h" "4"
"qtcreatorintegration.cpp" "4"
"qtcreatorintegration.h" "4"
"qtdesignerformclasscodegenerator.cpp" "4"
@@ -2238,10 +3242,9 @@
"settingspage.h" "4"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"Designer.mimetypes.xml" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"Designer.pluginspec.in" "4"
+"Designer.json.in" "4"
"Shared Sources" "3"
"designer.qbs:53" "4"
"formresizer.cpp" "5"
@@ -2252,15 +3255,15 @@
"widgethost.h" "5"
"widgethostconstants.h" "5"
"Tests" "3"
-"designer.qbs:78" "4"
+"designer.qbs:76" "4"
"gotoslot_test.cpp" "4"
"DiffEditor" "2"
-"diffeditor.qbs:5" "3"
+"diffeditor.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"DiffEditor.pluginspec.in" "4"
+"DiffEditor.json.in" "4"
"diffeditor.cpp" "3"
"diffeditor.h" "3"
"diffeditor.qrc" "3"
@@ -2272,18 +3275,14 @@
"diffeditordocument.h" "3"
"diffeditorfactory.cpp" "3"
"diffeditorfactory.h" "3"
-"diffeditorguicontroller.cpp" "3"
-"diffeditorguicontroller.h" "3"
-"diffeditormanager.cpp" "3"
-"diffeditormanager.h" "3"
"diffeditorplugin.cpp" "3"
"diffeditorplugin.h" "3"
-"diffeditorreloader.cpp" "3"
-"diffeditorreloader.h" "3"
"differ.cpp" "3"
"differ.h" "3"
"diffutils.cpp" "3"
"diffutils.h" "3"
+"diffview.cpp" "3"
+"diffview.h" "3"
"selectabletexteditorwidget.cpp" "3"
"selectabletexteditorwidget.h" "3"
"sidebysidediffeditorwidget.cpp" "3"
@@ -2291,26 +3290,26 @@
"unifieddiffeditorwidget.cpp" "3"
"unifieddiffeditorwidget.h" "3"
"EmacsKeys" "2"
-"emacskeys.qbs:5" "3"
+"emacskeys.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"EmacsKeys.pluginspec.in" "4"
+"EmacsKeys.json.in" "4"
"emacskeysconstants.h" "3"
"emacskeysplugin.cpp" "3"
"emacskeysplugin.h" "3"
"emacskeysstate.cpp" "3"
"emacskeysstate.h" "3"
"FakeVim" "2"
-"fakevim.qbs:5" "3"
+"fakevim.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"FakeVim.pluginspec.in" "4"
+"FakeVim.json.in" "4"
"Tests" "3"
-"fakevim.qbs:26" "4"
+"fakevim.qbs:30" "4"
"fakevim_test.cpp" "4"
"fakevim.qrc" "3"
"fakevimactions.cpp" "3"
@@ -2320,14 +3319,18 @@
"fakevimoptions.ui" "3"
"fakevimplugin.cpp" "3"
"fakevimplugin.h" "3"
+"fakevimtr.h" "3"
"GenericProjectManager" "2"
-"genericprojectmanager.qbs:5" "3"
+"genericprojectmanager.qbs:4" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
"GenericProjectManager.mimetypes.xml" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"GenericProjectManager.pluginspec.in" "4"
+"GenericProjectManager.json.in" "4"
+"Tests" "3"
+"genericprojectmanager.qbs:44" "4"
+"genericprojectplugin_test.cpp" "4"
"filesselectionwizardpage.cpp" "3"
"filesselectionwizardpage.h" "3"
"genericbuildconfiguration.cpp" "3"
@@ -2349,12 +3352,10 @@
"genericprojectplugin.h" "3"
"genericprojectwizard.cpp" "3"
"genericprojectwizard.h" "3"
-"pkgconfigtool.cpp" "3"
-"pkgconfigtool.h" "3"
"Git" "2"
-"git.qbs:5" "3"
+"git.qbs:3" "3"
"Gerrit" "3"
-"git.qbs:102" "4"
+"git.qbs:72" "4"
"gerrit" "4"
"branchcombobox.cpp" "5"
"branchcombobox.h" "5"
@@ -2371,32 +3372,12 @@
"gerritpushdialog.cpp" "5"
"gerritpushdialog.h" "5"
"gerritpushdialog.ui" "5"
-"Gitorious" "3"
-"git.qbs:78" "4"
-"gitorious" "4"
-"gitorious.cpp" "5"
-"gitorious.h" "5"
-"gitoriousclonewizard.cpp" "5"
-"gitoriousclonewizard.h" "5"
-"gitorioushostwidget.cpp" "5"
-"gitorioushostwidget.h" "5"
-"gitorioushostwidget.ui" "5"
-"gitorioushostwizardpage.cpp" "5"
-"gitorioushostwizardpage.h" "5"
-"gitoriousprojectwidget.cpp" "5"
-"gitoriousprojectwidget.h" "5"
-"gitoriousprojectwidget.ui" "5"
-"gitoriousprojectwizardpage.cpp" "5"
-"gitoriousprojectwizardpage.h" "5"
-"gitoriousrepositorywizardpage.cpp" "5"
-"gitoriousrepositorywizardpage.h" "5"
-"gitoriousrepositorywizardpage.ui" "5"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
"Git.mimetypes.xml" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"Git.pluginspec.in" "4"
+"Git.json.in" "4"
"annotationhighlighter.cpp" "3"
"annotationhighlighter.h" "3"
"branchadddialog.cpp" "3"
@@ -2413,10 +3394,6 @@
"changeselectiondialog.cpp" "3"
"changeselectiondialog.h" "3"
"changeselectiondialog.ui" "3"
-"clonewizard.cpp" "3"
-"clonewizard.h" "3"
-"clonewizardpage.cpp" "3"
-"clonewizardpage.h" "3"
"commitdata.cpp" "3"
"commitdata.h" "3"
"git.qrc" "3"
@@ -2457,13 +3434,13 @@
"stashdialog.h" "3"
"stashdialog.ui" "3"
"GLSLEditor" "2"
-"glsleditor.qbs:5" "3"
+"glsleditor.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
"GLSLEditor.mimetypes.xml" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"GLSLEditor.pluginspec.in" "4"
+"GLSLEditor.json.in" "4"
"glslautocompleter.cpp" "3"
"glslautocompleter.h" "3"
"glslcompletionassist.cpp" "3"
@@ -2472,42 +3449,34 @@
"glsleditor.h" "3"
"glsleditor.qrc" "3"
"glsleditorconstants.h" "3"
-"glsleditoreditable.cpp" "3"
-"glsleditoreditable.h" "3"
-"glsleditorfactory.cpp" "3"
-"glsleditorfactory.h" "3"
"glsleditorplugin.cpp" "3"
"glsleditorplugin.h" "3"
-"glslfilewizard.cpp" "3"
-"glslfilewizard.h" "3"
"glslhighlighter.cpp" "3"
"glslhighlighter.h" "3"
"glslhoverhandler.cpp" "3"
"glslhoverhandler.h" "3"
"glslindenter.cpp" "3"
"glslindenter.h" "3"
-"reuse.cpp" "3"
-"reuse.h" "3"
"HelloWorld" "2"
-"helloworld.qbs:5" "3"
+"helloworld.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"HelloWorld.pluginspec.in" "4"
+"HelloWorld.json.in" "4"
"helloworldplugin.cpp" "3"
"helloworldplugin.h" "3"
"helloworldwindow.cpp" "3"
"helloworldwindow.h" "3"
"Help" "2"
-"help.qbs:5" "3"
+"help.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"Help.pluginspec.in" "4"
+"Help.json.in" "4"
"Shared Sources" "3"
-"help.qbs:69" "4"
+"help.qbs:64" "4"
"bookmarkdialog.ui" "5"
"bookmarkmanager.cpp" "5"
"bookmarkmanager.h" "5"
@@ -2522,7 +3491,7 @@
"topicchooser.h" "5"
"topicchooser.ui" "5"
"Sources" "3"
-"help.qbs:40" "4"
+"help.qbs:35" "4"
"centralwidget.cpp" "4"
"centralwidget.h" "4"
"docsettingspage.cpp" "4"
@@ -2572,13 +3541,13 @@
"xbelsupport.cpp" "4"
"xbelsupport.h" "4"
"ImageViewer" "2"
-"imageviewer.qbs:5" "3"
+"imageviewer.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
"ImageViewer.mimetypes.xml" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"ImageViewer.pluginspec.in" "4"
+"ImageViewer.json.in" "4"
"imageview.cpp" "3"
"imageview.h" "3"
"imageviewer.cpp" "3"
@@ -2595,12 +3564,12 @@
"imageviewerplugin.h" "3"
"imageviewertoolbar.ui" "3"
"Ios" "2"
-"ios.qbs:5" "3"
+"ios.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"Ios.pluginspec.in" "4"
+"Ios.json.in" "4"
"ios.qrc" "3"
"iosanalyzesupport.cpp" "3"
"iosanalyzesupport.h" "3"
@@ -2693,12 +3662,12 @@
"64" "4"
"QtProject-qtcreator.png" "5"
"Macros" "2"
-"macros.qbs:5" "3"
+"macros.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"Macros.pluginspec.in" "4"
+"Macros.json.in" "4"
"actionmacrohandler.cpp" "3"
"actionmacrohandler.h" "3"
"findmacrohandler.cpp" "3"
@@ -2730,25 +3699,20 @@
"texteditormacrohandler.cpp" "3"
"texteditormacrohandler.h" "3"
"Mercurial" "2"
-"mercurial.qbs:5" "3"
+"mercurial.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"Mercurial.pluginspec.in" "4"
+"Mercurial.json.in" "4"
"annotationhighlighter.cpp" "3"
"annotationhighlighter.h" "3"
"authenticationdialog.cpp" "3"
"authenticationdialog.h" "3"
"authenticationdialog.ui" "3"
-"clonewizard.cpp" "3"
-"clonewizard.h" "3"
-"clonewizardpage.cpp" "3"
-"clonewizardpage.h" "3"
"commiteditor.cpp" "3"
"commiteditor.h" "3"
"constants.h" "3"
-"mercurial.qrc" "3"
"mercurialclient.cpp" "3"
"mercurialclient.h" "3"
"mercurialcommitpanel.ui" "3"
@@ -2772,13 +3736,13 @@
"srcdestdialog.h" "3"
"srcdestdialog.ui" "3"
"Perforce" "2"
-"perforce.qbs:5" "3"
+"perforce.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
"Perforce.mimetypes.xml" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"Perforce.pluginspec.in" "4"
+"Perforce.json.in" "4"
"annotationhighlighter.cpp" "3"
"annotationhighlighter.h" "3"
"changenumberdialog.cpp" "3"
@@ -2808,9 +3772,9 @@
"settingspage.ui" "3"
"submitpanel.ui" "3"
"ProjectExplorer" "2"
-"projectexplorer.qbs:6" "3"
+"projectexplorer.qbs:3" "3"
"CustomWizard" "3"
-"projectexplorer.qbs:166" "4"
+"projectexplorer.qbs:187" "4"
"customwizard" "4"
"customwizard.cpp" "5"
"customwizard.h" "5"
@@ -2823,7 +3787,7 @@
"customwizardscriptgenerator.cpp" "5"
"customwizardscriptgenerator.h" "5"
"Device Support" "3"
-"projectexplorer.qbs:178" "4"
+"projectexplorer.qbs:199" "4"
"devicesupport" "4"
"desktopdevice.cpp" "5"
"desktopdevice.h" "5"
@@ -2861,8 +3825,6 @@
"devicetestdialog.cpp" "5"
"devicetestdialog.h" "5"
"devicetestdialog.ui" "5"
-"devicetypekitchooser.cpp" "5"
-"devicetypekitchooser.h" "5"
"deviceusedportsgatherer.cpp" "5"
"deviceusedportsgatherer.h" "5"
"idevice.cpp" "5"
@@ -2877,15 +3839,13 @@
"sshdeviceprocesslist.cpp" "5"
"sshdeviceprocesslist.h" "5"
"General" "3"
-"projectexplorer.qbs:24" "4"
+"projectexplorer.qbs:21" "4"
"abi.cpp" "4"
"abi.h" "4"
"abiwidget.cpp" "4"
"abiwidget.h" "4"
"abstractprocessstep.cpp" "4"
"abstractprocessstep.h" "4"
-"addnewmodel.cpp" "4"
-"addnewmodel.h" "4"
"allprojectsfilter.cpp" "4"
"allprojectsfilter.h" "4"
"allprojectsfind.cpp" "4"
@@ -2904,6 +3864,7 @@
"buildconfigurationmodel.h" "4"
"buildenvironmentwidget.cpp" "4"
"buildenvironmentwidget.h" "4"
+"buildinfo.cpp" "4"
"buildinfo.h" "4"
"buildmanager.cpp" "4"
"buildmanager.h" "4"
@@ -2974,6 +3935,8 @@
"environmentitemswidget.h" "4"
"environmentwidget.cpp" "4"
"environmentwidget.h" "4"
+"expanddata.cpp" "4"
+"expanddata.h" "4"
"foldernavigationwidget.cpp" "4"
"foldernavigationwidget.h" "4"
"gccparser.cpp" "4"
@@ -2991,7 +3954,6 @@
"ipotentialkit.cpp" "4"
"ipotentialkit.h" "4"
"iprojectmanager.h" "4"
-"iprojectproperties.h" "4"
"itaskhandler.h" "4"
"kit.cpp" "4"
"kit.h" "4"
@@ -2999,6 +3961,7 @@
"kitchooser.h" "4"
"kitconfigwidget.cpp" "4"
"kitconfigwidget.h" "4"
+"kitfeatureprovider.h" "4"
"kitinformation.cpp" "4"
"kitinformation.h" "4"
"kitinformationconfigwidget.cpp" "4"
@@ -3030,6 +3993,8 @@
"nodesvisitor.h" "4"
"osparser.cpp" "4"
"osparser.h" "4"
+"panelswidget.cpp" "4"
+"panelswidget.h" "4"
"processparameters.cpp" "4"
"processparameters.h" "4"
"processstep.cpp" "4"
@@ -3058,6 +4023,10 @@
"projectmodels.h" "4"
"projectnodes.cpp" "4"
"projectnodes.h" "4"
+"projectpanelfactory.cpp" "4"
+"projectpanelfactory.h" "4"
+"projecttree.cpp" "4"
+"projecttree.h" "4"
"projecttreewidget.cpp" "4"
"projecttreewidget.h" "4"
"projectwindow.cpp" "4"
@@ -3065,10 +4034,14 @@
"projectwizardpage.cpp" "4"
"projectwizardpage.h" "4"
"projectwizardpage.ui" "4"
+"propertiespanel.cpp" "4"
+"propertiespanel.h" "4"
"removetaskhandler.cpp" "4"
"removetaskhandler.h" "4"
"runconfiguration.cpp" "4"
"runconfiguration.h" "4"
+"runconfigurationaspects.cpp" "4"
+"runconfigurationaspects.h" "4"
"runconfigurationmodel.cpp" "4"
"runconfigurationmodel.h" "4"
"runsettingspropertiespage.cpp" "4"
@@ -3122,7 +4095,7 @@
"xcodebuildparser.cpp" "4"
"xcodebuildparser.h" "4"
"Images" "3"
-"projectexplorer.qbs:209" "4"
+"projectexplorer.qbs:229" "4"
"images" "4"
"build.png" "5"
"build_32.png" "5"
@@ -3134,7 +4107,6 @@
"CodeStyleSettings.png" "5"
"debugger_start.png" "5"
"debugger_start_small.png" "5"
-"Desktop.png" "5"
"DeviceConnected.png" "5"
"DeviceDisconnected.png" "5"
"DeviceReadyToUse.png" "5"
@@ -3165,21 +4137,48 @@
"targetseparatorbackground.png" "5"
"targetunselected.png" "5"
"window.png" "5"
+"JsonWizard" "3"
+"projectexplorer.qbs:168" "4"
+"jsonwizard" "4"
+"jsonfieldpage.cpp" "5"
+"jsonfieldpage.h" "5"
+"jsonfilepage.cpp" "5"
+"jsonfilepage.h" "5"
+"jsonkitspage.cpp" "5"
+"jsonkitspage.h" "5"
+"jsonprojectpage.cpp" "5"
+"jsonprojectpage.h" "5"
+"jsonsummarypage.cpp" "5"
+"jsonsummarypage.h" "5"
+"jsonwizard.cpp" "5"
+"jsonwizard.h" "5"
+"jsonwizardfactory.cpp" "5"
+"jsonwizardfactory.h" "5"
+"jsonwizardfilegenerator.cpp" "5"
+"jsonwizardfilegenerator.h" "5"
+"jsonwizardgeneratorfactory.cpp" "5"
+"jsonwizardgeneratorfactory.h" "5"
+"jsonwizardpagefactory.cpp" "5"
+"jsonwizardpagefactory.h" "5"
+"jsonwizardpagefactory_p.cpp" "5"
+"jsonwizardpagefactory_p.h" "5"
+"jsonwizardscannergenerator.cpp" "5"
+"jsonwizardscannergenerator.h" "5"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"ProjectExplorer.pluginspec.in" "4"
+"ProjectExplorer.json.in" "4"
"Project Welcome Page" "3"
-"projectexplorer.qbs:157" "4"
+"projectexplorer.qbs:160" "4"
"projectwelcomepage.cpp" "4"
"projectwelcomepage.h" "4"
"Tests" "3"
-"projectexplorer.qbs:274" "4"
+"projectexplorer.qbs:293" "4"
"outputparser_test.cpp" "4"
"outputparser_test.h" "4"
"WindowsToolChains" "3"
-"projectexplorer.qbs:257" "4"
+"projectexplorer.qbs:276" "4"
"abstractmsvctoolchain.cpp" "4"
"abstractmsvctoolchain.h" "4"
"msvcparser.cpp" "4"
@@ -3191,30 +4190,26 @@
"windebuginterface.cpp" "4"
"windebuginterface.h" "4"
"ptracepreload" "2"
-"ptracepreload.qbs:4" "3"
+"ptracepreload.qbs:3" "3"
"ptracepreload.c" "3"
"PythonEditor" "2"
-"pythoneditor.qbs:5" "3"
+"pythoneditor.qbs:3" "3"
"General" "3"
-"pythoneditor.qbs:16" "4"
+"pythoneditor.qbs:14" "4"
"pythoneditor.cpp" "4"
"pythoneditor.h" "4"
"pythoneditorconstants.h" "4"
-"pythoneditorfactory.cpp" "4"
-"pythoneditorfactory.h" "4"
"pythoneditorplugin.cpp" "4"
"pythoneditorplugin.h" "4"
"pythoneditorplugin.qrc" "4"
-"pythoneditorwidget.cpp" "4"
-"pythoneditorwidget.h" "4"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
"PythonEditor.mimetypes.xml" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"PythonEditor.pluginspec.in" "4"
+"PythonEditor.json.in" "4"
"Tools" "3"
-"pythoneditor.qbs:28" "4"
+"pythoneditor.qbs:24" "4"
"tools" "4"
"lexical" "5"
"pythonformattoken.h" "6"
@@ -3225,26 +4220,16 @@
"pythonhighlighter.h" "5"
"pythonindenter.cpp" "5"
"pythonindenter.h" "5"
-"Wizard" "3"
-"pythoneditor.qbs:40" "4"
-"wizard" "4"
-"pythonclassnamepage.cpp" "5"
-"pythonclassnamepage.h" "5"
-"pythonclasswizard.cpp" "5"
-"pythonclasswizard.h" "5"
-"pythonclasswizarddialog.cpp" "5"
-"pythonclasswizarddialog.h" "5"
-"pythonfilewizard.cpp" "5"
-"pythonfilewizard.h" "5"
-"pythonsourcegenerator.cpp" "5"
-"pythonsourcegenerator.h" "5"
"QbsProjectManager" "2"
-"qbsprojectmanager.qbs:6" "3"
+"qbsprojectmanager.qbs:4" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"QbsProjectManager.pluginspec.in" "4"
+"QbsProjectManager.json.in" "4"
+"customqbspropertiesdialog.cpp" "3"
+"customqbspropertiesdialog.h" "3"
+"customqbspropertiesdialog.ui" "3"
"defaultpropertyprovider.cpp" "3"
"defaultpropertyprovider.h" "3"
"propertyprovider.h" "3"
@@ -3271,6 +4256,9 @@
"qbsnodes.h" "3"
"qbsparser.cpp" "3"
"qbsparser.h" "3"
+"qbsprofilessettingspage.cpp" "3"
+"qbsprofilessettingspage.h" "3"
+"qbsprofilessettingswidget.ui" "3"
"qbsproject.cpp" "3"
"qbsproject.h" "3"
"qbsprojectfile.cpp" "3"
@@ -3284,14 +4272,42 @@
"qbsprojectmanagerplugin.h" "3"
"qbsprojectparser.cpp" "3"
"qbsprojectparser.h" "3"
-"qbspropertylineedit.cpp" "3"
-"qbspropertylineedit.h" "3"
"qbsrunconfiguration.cpp" "3"
"qbsrunconfiguration.h" "3"
+"QmakeAndroidSupport" "2"
+"qmakeandroidsupport.qbs:3" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginMetaData" "3"
+"QtcPlugin.qbs:41" "4"
+"QmakeAndroidSupport.json.in" "4"
+"androidextralibrarylistmodel.cpp" "3"
+"androidextralibrarylistmodel.h" "3"
+"androidpackageinstallationfactory.cpp" "3"
+"androidpackageinstallationfactory.h" "3"
+"androidpackageinstallationstep.cpp" "3"
+"androidpackageinstallationstep.h" "3"
+"androidqmakebuildconfigurationfactory.cpp" "3"
+"androidqmakebuildconfigurationfactory.h" "3"
+"createandroidmanifestwizard.cpp" "3"
+"createandroidmanifestwizard.h" "3"
+"qmakeandroidbuildapkstep.cpp" "3"
+"qmakeandroidbuildapkstep.h" "3"
+"qmakeandroidbuildapkwidget.cpp" "3"
+"qmakeandroidbuildapkwidget.h" "3"
+"qmakeandroidbuildapkwidget.ui" "3"
+"qmakeandroidrunconfiguration.cpp" "3"
+"qmakeandroidrunconfiguration.h" "3"
+"qmakeandroidrunfactories.cpp" "3"
+"qmakeandroidrunfactories.h" "3"
+"qmakeandroidsupport.cpp" "3"
+"qmakeandroidsupport.h" "3"
+"qmakeandroidsupportplugin.cpp" "3"
+"qmakeandroidsupportplugin.h" "3"
"QmakeProjectManager" "2"
-"qmakeprojectmanager.qbs:5" "3"
+"qmakeprojectmanager.qbs:3" "3"
"Custom Widget Wizard" "3"
-"qmakeprojectmanager.qbs:60" "4"
+"qmakeprojectmanager.qbs:56" "4"
"customwidgetwizard" "4"
"classdefinition.cpp" "5"
"classdefinition.h" "5"
@@ -3313,7 +4329,7 @@
"plugingenerator.h" "5"
"pluginoptions.h" "5"
"General" "3"
-"qmakeprojectmanager.qbs:25" "4"
+"qmakeprojectmanager.qbs:21" "4"
"addlibrarywizard.cpp" "4"
"addlibrarywizard.h" "4"
"desktopqmakerunconfiguration.cpp" "4"
@@ -3325,6 +4341,8 @@
"librarydetailscontroller.cpp" "4"
"librarydetailscontroller.h" "4"
"librarydetailswidget.ui" "4"
+"makefileparse.cpp" "4"
+"makefileparse.h" "4"
"makestep.cpp" "4"
"makestep.h" "4"
"makestep.ui" "4"
@@ -3332,8 +4350,6 @@
"profilecompletionassist.h" "4"
"profileeditor.cpp" "4"
"profileeditor.h" "4"
-"profileeditorfactory.cpp" "4"
-"profileeditorfactory.h" "4"
"profilehighlighter.cpp" "4"
"profilehighlighter.h" "4"
"profilehoverhandler.cpp" "4"
@@ -3371,7 +4387,7 @@
"qtmodulesinfo.cpp" "4"
"qtmodulesinfo.h" "4"
"Images" "3"
-"qmakeprojectmanager.qbs:76" "4"
+"qmakeprojectmanager.qbs:72" "4"
"images" "4"
"headers.png" "5"
"run_qmake.png" "5"
@@ -3381,31 +4397,19 @@
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
"QmakeProjectManager.mimetypes.xml" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"QmakeProjectManager.pluginspec.in" "4"
+"QmakeProjectManager.json.in" "4"
"Wizard Images" "3"
-"qmakeprojectmanager.qbs:120" "4"
+"qmakeprojectmanager.qbs:107" "4"
"wizards/images" "4"
"console.png" "5"
"gui.png" "5"
"lib.png" "5"
"qtquickapp.png" "5"
"Wizards" "3"
-"qmakeprojectmanager.qbs:88" "4"
+"qmakeprojectmanager.qbs:84" "4"
"wizards" "4"
-"abstractmobileapp.cpp" "5"
-"abstractmobileapp.h" "5"
-"abstractmobileappwizard.cpp" "5"
-"abstractmobileappwizard.h" "5"
-"consoleappwizard.cpp" "5"
-"consoleappwizard.h" "5"
-"consoleappwizarddialog.cpp" "5"
-"consoleappwizarddialog.h" "5"
-"emptyprojectwizard.cpp" "5"
-"emptyprojectwizard.h" "5"
-"emptyprojectwizarddialog.cpp" "5"
-"emptyprojectwizarddialog.h" "5"
"filespage.cpp" "5"
"filespage.h" "5"
"guiappwizard.cpp" "5"
@@ -3422,12 +4426,6 @@
"modulespage.h" "5"
"qtprojectparameters.cpp" "5"
"qtprojectparameters.h" "5"
-"qtquickapp.cpp" "5"
-"qtquickapp.h" "5"
-"qtquickappwizard.cpp" "5"
-"qtquickappwizard.h" "5"
-"qtquickappwizardpages.cpp" "5"
-"qtquickappwizardpages.h" "5"
"qtwizard.cpp" "5"
"qtwizard.h" "5"
"subdirsprojectwizard.cpp" "5"
@@ -3443,20 +4441,16 @@
"testwizardpage.ui" "5"
"wizards.qrc" "5"
"QmlJSEditor" "2"
-"qmljseditor.qbs:5" "3"
+"qmljseditor.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"QmlJSEditor.pluginspec.in" "4"
+"QmlJSEditor.json.in" "4"
"images" "3"
"qmlfile.png" "4"
-"jsfilewizard.cpp" "3"
-"jsfilewizard.h" "3"
"qmlexpressionundercursor.cpp" "3"
"qmlexpressionundercursor.h" "3"
-"qmlfilewizard.cpp" "3"
-"qmlfilewizard.h" "3"
"qmljsautocompleter.cpp" "3"
"qmljsautocompleter.h" "3"
"qmljscompletionassist.cpp" "3"
@@ -3474,10 +4468,6 @@
"qmljseditordocument.cpp" "3"
"qmljseditordocument.h" "3"
"qmljseditordocument_p.h" "3"
-"qmljseditoreditable.cpp" "3"
-"qmljseditoreditable.h" "3"
-"qmljseditorfactory.cpp" "3"
-"qmljseditorfactory.h" "3"
"qmljseditorplugin.cpp" "3"
"qmljseditorplugin.h" "3"
"qmljsfindreferences.cpp" "3"
@@ -3517,15 +4507,15 @@
"quicktoolbarsettingspage.h" "3"
"quicktoolbarsettingspage.ui" "3"
"QmlJSTools" "2"
-"qmljstools.qbs:5" "3"
+"qmljstools.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
"QmlJSTools.mimetypes.xml" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"QmlJSTools.pluginspec.in" "4"
+"QmlJSTools.json.in" "4"
"Tests" "3"
-"qmljstools.qbs:68" "4"
+"qmljstools.qbs:66" "4"
"qmljstools_test.cpp" "4"
"qmlconsoleedit.cpp" "3"
"qmlconsoleedit.h" "3"
@@ -3572,21 +4562,21 @@
"qmljstoolssettings.cpp" "3"
"qmljstoolssettings.h" "3"
"QmlProfiler" "2"
-"qmlprofiler.qbs:5" "3"
+"qmlprofiler.qbs:3" "3"
"General" "3"
-"qmlprofiler.qbs:23" "4"
-"abstractqmlprofilerrunner.h" "4"
-"abstracttimelinemodel.cpp" "4"
-"abstracttimelinemodel.h" "4"
-"abstracttimelinemodel_p.h" "4"
+"qmlprofiler.qbs:19" "4"
"localqmlprofilerrunner.cpp" "4"
"localqmlprofilerrunner.h" "4"
"qmlprofiler_global.h" "4"
+"qmlprofileranimationsmodel.cpp" "4"
+"qmlprofileranimationsmodel.h" "4"
"qmlprofilerattachdialog.cpp" "4"
"qmlprofilerattachdialog.h" "4"
"qmlprofilerbasemodel.cpp" "4"
"qmlprofilerbasemodel.h" "4"
"qmlprofilerbasemodel_p.h" "4"
+"qmlprofilerbindingloopsrenderpass.cpp" "4"
+"qmlprofilerbindingloopsrenderpass.h" "4"
"qmlprofilerclientmanager.cpp" "4"
"qmlprofilerclientmanager.h" "4"
"qmlprofilerconstants.h" "4"
@@ -3602,18 +4592,22 @@
"qmlprofilereventview.h" "4"
"qmlprofilermodelmanager.cpp" "4"
"qmlprofilermodelmanager.h" "4"
-"qmlprofilerpainteventsmodelproxy.cpp" "4"
-"qmlprofilerpainteventsmodelproxy.h" "4"
+"qmlprofilernotesmodel.cpp" "4"
+"qmlprofilernotesmodel.h" "4"
"qmlprofilerplugin.cpp" "4"
"qmlprofilerplugin.h" "4"
+"qmlprofilerrangemodel.cpp" "4"
+"qmlprofilerrangemodel.h" "4"
"qmlprofilerruncontrolfactory.cpp" "4"
"qmlprofilerruncontrolfactory.h" "4"
"qmlprofilerstatemanager.cpp" "4"
"qmlprofilerstatemanager.h" "4"
"qmlprofilerstatewidget.cpp" "4"
"qmlprofilerstatewidget.h" "4"
-"qmlprofilertimelinemodelproxy.cpp" "4"
-"qmlprofilertimelinemodelproxy.h" "4"
+"qmlprofilertimelinemodel.cpp" "4"
+"qmlprofilertimelinemodel.h" "4"
+"qmlprofilertimelinemodelfactory.cpp" "4"
+"qmlprofilertimelinemodelfactory.h" "4"
"qmlprofilertool.cpp" "4"
"qmlprofilertool.h" "4"
"qmlprofilertracefile.cpp" "4"
@@ -3624,41 +4618,19 @@
"qmlprofilertreeview.h" "4"
"qmlprofilerviewmanager.cpp" "4"
"qmlprofilerviewmanager.h" "4"
-"qv8profilerdatamodel.cpp" "4"
-"qv8profilerdatamodel.h" "4"
-"qv8profilereventview.cpp" "4"
-"qv8profilereventview.h" "4"
-"sortedtimelinemodel.cpp" "4"
-"sortedtimelinemodel.h" "4"
-"timelinemodelaggregator.cpp" "4"
-"timelinemodelaggregator.h" "4"
-"timelinerenderer.cpp" "4"
-"timelinerenderer.h" "4"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"QmlProfiler.pluginspec.in" "4"
+"QmlProfiler.json.in" "4"
"QML" "3"
-"qmlprofiler.qbs:59" "4"
+"qmlprofiler.qbs:52" "4"
"qml" "4"
-"ButtonsBar.qml" "5"
-"CategoryLabel.qml" "5"
-"Detail.qml" "5"
-"MainView.qml" "5"
-"Overview.js" "5"
-"Overview.qml" "5"
"qmlprofiler.qrc" "5"
-"RangeDetails.qml" "5"
-"RangeMover.qml" "5"
-"SelectionRange.qml" "5"
-"SelectionRangeDetails.qml" "5"
-"TimeDisplay.qml" "5"
-"TimeMarks.qml" "5"
"QmlProjectManager" "2"
-"qmlprojectmanager.qbs:5" "3"
+"qmlprojectmanager.qbs:3" "3"
"File Format" "3"
-"qmlprojectmanager.qbs:39" "4"
+"qmlprojectmanager.qbs:33" "4"
"fileformat" "4"
"filefilteritems.cpp" "5"
"filefilteritems.h" "5"
@@ -3667,13 +4639,7 @@
"qmlprojectitem.cpp" "5"
"qmlprojectitem.h" "5"
"General" "3"
-"qmlprojectmanager.qbs:17" "4"
-"qmlapp.cpp" "4"
-"qmlapp.h" "4"
-"qmlapplicationwizard.cpp" "4"
-"qmlapplicationwizard.h" "4"
-"qmlapplicationwizardpages.cpp" "4"
-"qmlapplicationwizardpages.h" "4"
+"qmlprojectmanager.qbs:14" "4"
"qmlproject.cpp" "4"
"qmlproject.h" "4"
"qmlproject.qrc" "4"
@@ -3699,219 +4665,19 @@
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
"QmlProjectManager.mimetypes.xml" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"QmlProjectManager.pluginspec.in" "4"
+"QmlProjectManager.json.in" "4"
"Qnx" "2"
-"qnx.qbs:5" "3"
-"CascadesImport" "3"
-"qnx.qbs:276" "4"
-"cascadesimport" "4"
-"bardescriptorconverter.cpp" "5"
-"bardescriptorconverter.h" "5"
-"cascadesimport.qrc" "5"
-"cascadesimportwizard.cpp" "5"
-"cascadesimportwizard.h" "5"
-"fileconverter.cpp" "5"
-"fileconverter.h" "5"
-"importlog.cpp" "5"
-"importlog.h" "5"
-"importlogconverter.cpp" "5"
-"importlogconverter.h" "5"
-"projectfileconverter.cpp" "5"
-"projectfileconverter.h" "5"
-"srcprojectpathchooser.cpp" "5"
-"srcprojectpathchooser.h" "5"
-"srcprojectwizardpage.cpp" "5"
-"srcprojectwizardpage.h" "5"
-"srcprojectwizardpage.ui" "5"
+"qnx.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"Qnx.pluginspec.in" "4"
-"images" "3"
-"target-small.png" "4"
-"target.png" "4"
-"bardescriptordocument.cpp" "3"
-"bardescriptordocument.h" "3"
-"bardescriptoreditor.cpp" "3"
-"bardescriptoreditor.h" "3"
-"bardescriptoreditorabstractpanelwidget.cpp" "3"
-"bardescriptoreditorabstractpanelwidget.h" "3"
-"bardescriptoreditorassetswidget.cpp" "3"
-"bardescriptoreditorassetswidget.h" "3"
-"bardescriptoreditorassetswidget.ui" "3"
-"bardescriptoreditorauthorinformationwidget.cpp" "3"
-"bardescriptoreditorauthorinformationwidget.h" "3"
-"bardescriptoreditorauthorinformationwidget.ui" "3"
-"bardescriptoreditorentrypointwidget.cpp" "3"
-"bardescriptoreditorentrypointwidget.h" "3"
-"bardescriptoreditorentrypointwidget.ui" "3"
-"bardescriptoreditorenvironmentwidget.cpp" "3"
-"bardescriptoreditorenvironmentwidget.h" "3"
-"bardescriptoreditorenvironmentwidget.ui" "3"
-"bardescriptoreditorfactory.cpp" "3"
-"bardescriptoreditorfactory.h" "3"
-"bardescriptoreditorgeneralwidget.cpp" "3"
-"bardescriptoreditorgeneralwidget.h" "3"
-"bardescriptoreditorgeneralwidget.ui" "3"
-"bardescriptoreditorpackageinformationwidget.cpp" "3"
-"bardescriptoreditorpackageinformationwidget.h" "3"
-"bardescriptoreditorpackageinformationwidget.ui" "3"
-"bardescriptoreditorpermissionswidget.cpp" "3"
-"bardescriptoreditorpermissionswidget.h" "3"
-"bardescriptoreditorpermissionswidget.ui" "3"
-"bardescriptoreditorwidget.cpp" "3"
-"bardescriptoreditorwidget.h" "3"
-"bardescriptorfilenode.cpp" "3"
-"bardescriptorfilenode.h" "3"
-"bardescriptorfilenodemanager.cpp" "3"
-"bardescriptorfilenodemanager.h" "3"
-"bardescriptormagicmatcher.cpp" "3"
-"bardescriptormagicmatcher.h" "3"
-"bardescriptorpermissionsmodel.cpp" "3"
-"bardescriptorpermissionsmodel.h" "3"
-"blackberryabstractdeploystep.cpp" "3"
-"blackberryabstractdeploystep.h" "3"
-"blackberryapilevelconfiguration.cpp" "3"
-"blackberryapilevelconfiguration.h" "3"
-"blackberryapplicationrunner.cpp" "3"
-"blackberryapplicationrunner.h" "3"
-"blackberrycertificate.cpp" "3"
-"blackberrycertificate.h" "3"
-"blackberrycheckdevicestatusstep.cpp" "3"
-"blackberrycheckdevicestatusstep.h" "3"
-"blackberrycheckdevicestatusstepconfigwidget.cpp" "3"
-"blackberrycheckdevicestatusstepconfigwidget.h" "3"
-"blackberrycheckdevicestatusstepconfigwidget.ui" "3"
-"blackberrycheckdevicestatusstepfactory.cpp" "3"
-"blackberrycheckdevicestatusstepfactory.h" "3"
-"blackberryconfigurationmanager.cpp" "3"
-"blackberryconfigurationmanager.h" "3"
-"blackberrycreatecertificatedialog.cpp" "3"
-"blackberrycreatecertificatedialog.h" "3"
-"blackberrycreatecertificatedialog.ui" "3"
-"blackberrycreatepackagestep.cpp" "3"
-"blackberrycreatepackagestep.h" "3"
-"blackberrycreatepackagestepconfigwidget.cpp" "3"
-"blackberrycreatepackagestepconfigwidget.h" "3"
-"blackberrycreatepackagestepconfigwidget.ui" "3"
-"blackberrycreatepackagestepfactory.cpp" "3"
-"blackberrycreatepackagestepfactory.h" "3"
-"blackberrydebugsupport.cpp" "3"
-"blackberrydebugsupport.h" "3"
-"blackberrydebugtokenpinsdialog.cpp" "3"
-"blackberrydebugtokenpinsdialog.h" "3"
-"blackberrydebugtokenpinsdialog.ui" "3"
-"blackberrydebugtokenreader.cpp" "3"
-"blackberrydebugtokenreader.h" "3"
-"blackberrydebugtokenrequestdialog.cpp" "3"
-"blackberrydebugtokenrequestdialog.h" "3"
-"blackberrydebugtokenrequestdialog.ui" "3"
-"blackberrydebugtokenrequester.cpp" "3"
-"blackberrydebugtokenrequester.h" "3"
-"blackberrydebugtokenuploader.cpp" "3"
-"blackberrydebugtokenuploader.h" "3"
-"blackberrydeployconfiguration.cpp" "3"
-"blackberrydeployconfiguration.h" "3"
-"blackberrydeployconfigurationfactory.cpp" "3"
-"blackberrydeployconfigurationfactory.h" "3"
-"blackberrydeployconfigurationwidget.cpp" "3"
-"blackberrydeployconfigurationwidget.h" "3"
-"blackberrydeployconfigurationwidget.ui" "3"
-"blackberrydeployinformation.cpp" "3"
-"blackberrydeployinformation.h" "3"
-"blackberrydeploystep.cpp" "3"
-"blackberrydeploystep.h" "3"
-"blackberrydeploystepconfigwidget.cpp" "3"
-"blackberrydeploystepconfigwidget.h" "3"
-"blackberrydeploystepfactory.cpp" "3"
-"blackberrydeploystepfactory.h" "3"
-"blackberrydeviceconfiguration.cpp" "3"
-"blackberrydeviceconfiguration.h" "3"
-"blackberrydeviceconfigurationfactory.cpp" "3"
-"blackberrydeviceconfigurationfactory.h" "3"
-"blackberrydeviceconfigurationwidget.cpp" "3"
-"blackberrydeviceconfigurationwidget.h" "3"
-"blackberrydeviceconfigurationwidget.ui" "3"
-"blackberrydeviceconfigurationwizard.cpp" "3"
-"blackberrydeviceconfigurationwizard.h" "3"
-"blackberrydeviceconfigurationwizardconfigpage.ui" "3"
-"blackberrydeviceconfigurationwizardpages.cpp" "3"
-"blackberrydeviceconfigurationwizardpages.h" "3"
-"blackberrydeviceconfigurationwizardquerypage.ui" "3"
-"blackberrydeviceconfigurationwizardsetuppage.ui" "3"
-"blackberrydeviceconnection.cpp" "3"
-"blackberrydeviceconnection.h" "3"
-"blackberrydeviceconnectionmanager.cpp" "3"
-"blackberrydeviceconnectionmanager.h" "3"
-"blackberrydeviceinformation.cpp" "3"
-"blackberrydeviceinformation.h" "3"
-"blackberrydevicelistdetector.cpp" "3"
-"blackberrydevicelistdetector.h" "3"
-"blackberryimportcertificatedialog.cpp" "3"
-"blackberryimportcertificatedialog.h" "3"
-"blackberryimportcertificatedialog.ui" "3"
-"blackberryinstallwizard.cpp" "3"
-"blackberryinstallwizard.h" "3"
-"blackberryinstallwizardndkpage.ui" "3"
-"blackberryinstallwizardoptionpage.ui" "3"
-"blackberryinstallwizardpages.cpp" "3"
-"blackberryinstallwizardpages.h" "3"
-"blackberryinstallwizardprocesspage.ui" "3"
-"blackberryinstallwizardtargetpage.ui" "3"
-"blackberrykeyspage.cpp" "3"
-"blackberrykeyspage.h" "3"
-"blackberrykeyswidget.cpp" "3"
-"blackberrykeyswidget.h" "3"
-"blackberrykeyswidget.ui" "3"
-"blackberrylogprocessrunner.cpp" "3"
-"blackberrylogprocessrunner.h" "3"
-"blackberryndkprocess.cpp" "3"
-"blackberryndkprocess.h" "3"
-"blackberryndksettingspage.cpp" "3"
-"blackberryndksettingspage.h" "3"
-"blackberryndksettingswidget.cpp" "3"
-"blackberryndksettingswidget.h" "3"
-"blackberryndksettingswidget.ui" "3"
-"blackberrypotentialkit.cpp" "3"
-"blackberrypotentialkit.h" "3"
-"blackberryprocessparser.cpp" "3"
-"blackberryprocessparser.h" "3"
-"blackberryqtversion.cpp" "3"
-"blackberryqtversion.h" "3"
-"blackberryqtversionfactory.cpp" "3"
-"blackberryqtversionfactory.h" "3"
-"blackberryrunconfiguration.cpp" "3"
-"blackberryrunconfiguration.h" "3"
-"blackberryrunconfigurationfactory.cpp" "3"
-"blackberryrunconfigurationfactory.h" "3"
-"blackberryrunconfigurationwidget.cpp" "3"
-"blackberryrunconfigurationwidget.h" "3"
-"blackberryrunconfigurationwidget.ui" "3"
-"blackberryruncontrol.cpp" "3"
-"blackberryruncontrol.h" "3"
-"blackberryruncontrolfactory.cpp" "3"
-"blackberryruncontrolfactory.h" "3"
-"blackberryruntimeconfiguration.cpp" "3"
-"blackberryruntimeconfiguration.h" "3"
-"blackberrysetuppage.cpp" "3"
-"blackberrysetuppage.h" "3"
-"blackberrysetupwidget.cpp" "3"
-"blackberrysetupwidget.h" "3"
-"blackberrysigningpasswordsdialog.cpp" "3"
-"blackberrysigningpasswordsdialog.h" "3"
-"blackberrysigningpasswordsdialog.ui" "3"
-"blackberrysigningutils.cpp" "3"
-"blackberrysigningutils.h" "3"
-"blackberrysshkeysgenerator.cpp" "3"
-"blackberrysshkeysgenerator.h" "3"
+"Qnx.json.in" "4"
"pathchooserdelegate.cpp" "3"
"pathchooserdelegate.h" "3"
"qnx.qrc" "3"
-"qnxabstractqtversion.cpp" "3"
-"qnxabstractqtversion.h" "3"
"qnxabstractrunsupport.cpp" "3"
"qnxabstractrunsupport.h" "3"
"qnxanalyzesupport.cpp" "3"
@@ -3920,11 +4686,8 @@
"qnxattachdebugdialog.h" "3"
"qnxattachdebugsupport.cpp" "3"
"qnxattachdebugsupport.h" "3"
-"qnxbaseconfiguration.cpp" "3"
-"qnxbaseconfiguration.h" "3"
"qnxbaseqtconfigwidget.cpp" "3"
"qnxbaseqtconfigwidget.h" "3"
-"qnxbaseqtconfigwidget.ui" "3"
"qnxconfiguration.cpp" "3"
"qnxconfiguration.h" "3"
"qnxconfigurationmanager.cpp" "3"
@@ -3983,33 +4746,29 @@
"slog2inforunner.cpp" "3"
"slog2inforunner.h" "3"
"QtSupport" "2"
-"qtsupport.qbs:6" "3"
+"qtsupport.qbs:3" "3"
"Getting Started Welcome Page" "3"
-"qtsupport.qbs:123" "4"
+"qtsupport.qbs:122" "4"
"gettingstartedwelcomepage.cpp" "4"
"gettingstartedwelcomepage.h" "4"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
"QtSupport.mimetypes.xml" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"QtSupport.pluginspec.in" "4"
+"QtSupport.json.in" "4"
"QtVersion" "3"
-"qtsupport.qbs:111" "4"
+"qtsupport.qbs:112" "4"
"desktopqtversion.cpp" "4"
"desktopqtversion.h" "4"
"desktopqtversionfactory.cpp" "4"
"desktopqtversionfactory.h" "4"
-"simulatorqtversion.cpp" "4"
-"simulatorqtversion.h" "4"
-"simulatorqtversionfactory.cpp" "4"
-"simulatorqtversionfactory.h" "4"
"winceqtversion.cpp" "4"
"winceqtversion.h" "4"
"winceqtversionfactory.cpp" "4"
"winceqtversionfactory.h" "4"
"Shared" "3"
-"qtsupport.qbs:33" "4"
+"qtsupport.qbs:28" "4"
"ioutils.cpp" "5"
"ioutils.h" "5"
"profileevaluator.cpp" "5"
@@ -4037,6 +4796,13 @@
"qt_qrc.png" "4"
"baseqtversion.cpp" "3"
"baseqtversion.h" "3"
+"codegenerator.cpp" "3"
+"codegenerator.h" "3"
+"codegensettings.cpp" "3"
+"codegensettings.h" "3"
+"codegensettingspage.cpp" "3"
+"codegensettingspage.h" "3"
+"codegensettingspagewidget.ui" "3"
"customexecutableconfigurationwidget.cpp" "3"
"customexecutableconfigurationwidget.h" "3"
"customexecutablerunconfiguration.cpp" "3"
@@ -4052,7 +4818,6 @@
"qmldumptool.h" "3"
"qtconfigwidget.cpp" "3"
"qtconfigwidget.h" "3"
-"qtfeatureprovider.h" "3"
"qtkitconfigwidget.cpp" "3"
"qtkitconfigwidget.h" "3"
"qtkitinformation.cpp" "3"
@@ -4080,12 +4845,12 @@
"uicodemodelsupport.cpp" "3"
"uicodemodelsupport.h" "3"
"RemoteLinux" "2"
-"remotelinux.qbs:5" "3"
+"remotelinux.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"RemoteLinux.pluginspec.in" "4"
+"RemoteLinux.json.in" "4"
"images" "3"
"embeddedtarget.png" "4"
"abstractpackagingstep.cpp" "3"
@@ -4186,9 +4951,9 @@
"uploadandinstalltarpackagestep.cpp" "3"
"uploadandinstalltarpackagestep.h" "3"
"ResourceEditor" "2"
-"resourceeditor.qbs:5" "3"
+"resourceeditor.qbs:3" "3"
"General" "3"
-"resourceeditor.qbs:17" "4"
+"resourceeditor.qbs:15" "4"
"resource_global.h" "4"
"resourceeditor.qrc" "4"
"resourceeditorconstants.h" "4"
@@ -4200,16 +4965,14 @@
"resourceeditorw.h" "4"
"resourcenode.cpp" "4"
"resourcenode.h" "4"
-"resourcewizard.cpp" "4"
-"resourcewizard.h" "4"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
"ResourceEditor.mimetypes.xml" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"ResourceEditor.pluginspec.in" "4"
+"ResourceEditor.json.in" "4"
"QRC Editor" "3"
-"resourceeditor.qbs:30" "4"
+"resourceeditor.qbs:27" "4"
"qrceditor" "4"
"qrceditor.cpp" "5"
"qrceditor.h" "5"
@@ -4221,19 +4984,15 @@
"undocommands.cpp" "5"
"undocommands_p.h" "5"
"Subversion" "2"
-"subversion.qbs:5" "3"
+"subversion.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
"Subversion.mimetypes.xml" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"Subversion.pluginspec.in" "4"
+"Subversion.json.in" "4"
"annotationhighlighter.cpp" "3"
"annotationhighlighter.h" "3"
-"checkoutwizard.cpp" "3"
-"checkoutwizard.h" "3"
-"checkoutwizardpage.cpp" "3"
-"checkoutwizardpage.h" "3"
"settingspage.cpp" "3"
"settingspage.h" "3"
"settingspage.ui" "3"
@@ -4252,13 +5011,13 @@
"subversionsubmiteditor.cpp" "3"
"subversionsubmiteditor.h" "3"
"TaskList" "2"
-"tasklist.qbs:5" "3"
+"tasklist.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
"TaskList.mimetypes.xml" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"TaskList.pluginspec.in" "4"
+"TaskList.json.in" "4"
"stopmonitoringhandler.cpp" "3"
"stopmonitoringhandler.h" "3"
"taskfile.cpp" "3"
@@ -4268,37 +5027,33 @@
"tasklistplugin.cpp" "3"
"tasklistplugin.h" "3"
"TextEditor" "2"
-"texteditor.qbs:5" "3"
+"texteditor.qbs:3" "3"
"CodeAssist" "3"
-"texteditor.qbs:151" "4"
+"texteditor.qbs:140" "4"
"codeassist" "4"
"assistenums.h" "5"
-"basicproposalitem.cpp" "5"
-"basicproposalitem.h" "5"
-"basicproposalitemlistmodel.cpp" "5"
-"basicproposalitemlistmodel.h" "5"
+"assistinterface.cpp" "5"
+"assistinterface.h" "5"
+"assistproposalitem.cpp" "5"
+"assistproposalitem.h" "5"
"codeassistant.cpp" "5"
"codeassistant.h" "5"
"completionassistprovider.cpp" "5"
"completionassistprovider.h" "5"
-"defaultassistinterface.cpp" "5"
-"defaultassistinterface.h" "5"
"functionhintproposal.cpp" "5"
"functionhintproposal.h" "5"
"functionhintproposalwidget.cpp" "5"
"functionhintproposalwidget.h" "5"
"genericproposal.cpp" "5"
"genericproposal.h" "5"
+"genericproposalmodel.cpp" "5"
+"genericproposalmodel.h" "5"
"genericproposalwidget.cpp" "5"
"genericproposalwidget.h" "5"
-"iassistinterface.cpp" "5"
-"iassistinterface.h" "5"
"iassistprocessor.cpp" "5"
"iassistprocessor.h" "5"
"iassistproposal.cpp" "5"
"iassistproposal.h" "5"
-"iassistproposalitem.cpp" "5"
-"iassistproposalitem.h" "5"
"iassistproposalmodel.cpp" "5"
"iassistproposalmodel.h" "5"
"iassistproposalwidget.cpp" "5"
@@ -4307,8 +5062,6 @@
"iassistprovider.h" "5"
"ifunctionhintproposalmodel.cpp" "5"
"ifunctionhintproposalmodel.h" "5"
-"igenericproposalmodel.cpp" "5"
-"igenericproposalmodel.h" "5"
"keywordscompletionassist.cpp" "5"
"keywordscompletionassist.h" "5"
"quickfixassistprocessor.cpp" "5"
@@ -4318,7 +5071,7 @@
"runner.cpp" "5"
"runner.h" "5"
"GenericHighlighter" "3"
-"texteditor.qbs:203" "4"
+"texteditor.qbs:186" "4"
"generichighlighter" "4"
"context.cpp" "5"
"context.h" "5"
@@ -4359,12 +5112,11 @@
"specificrules.h" "5"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"TextEditor.mimetypes.xml" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"TextEditor.pluginspec.in" "4"
+"TextEditor.json.in" "4"
"Snippets" "3"
-"texteditor.qbs:247" "4"
+"texteditor.qbs:230" "4"
"snippets" "4"
"isnippetprovider.cpp" "5"
"isnippetprovider.h" "5"
@@ -4385,8 +5137,8 @@
"snippetssettingspage.h" "5"
"snippetssettingspage.ui" "5"
"Tests" "3"
-"texteditor.qbs:272" "4"
-"basetexteditor_test.cpp" "4"
+"texteditor.qbs:255" "4"
+"texteditor_test.cpp" "4"
"autocompleter.cpp" "3"
"autocompleter.h" "3"
"basefilefind.cpp" "3"
@@ -4394,16 +5146,6 @@
"basefilefind_p.h" "3"
"basehoverhandler.cpp" "3"
"basehoverhandler.h" "3"
-"basetextdocument.cpp" "3"
-"basetextdocument.h" "3"
-"basetextdocumentlayout.cpp" "3"
-"basetextdocumentlayout.h" "3"
-"basetexteditor.cpp" "3"
-"basetexteditor.h" "3"
-"basetexteditor_p.h" "3"
-"basetextmark.cpp" "3"
-"basetextmark.h" "3"
-"basetextmarkregistry.h" "3"
"behaviorsettings.cpp" "3"
"behaviorsettings.h" "3"
"behaviorsettingspage.cpp" "3"
@@ -4454,7 +5196,6 @@
"fontsettingspage.ui" "3"
"helpitem.cpp" "3"
"helpitem.h" "3"
-"highlighterfactory.h" "3"
"highlighterutils.cpp" "3"
"highlighterutils.h" "3"
"icodestylepreferences.cpp" "3"
@@ -4464,10 +5205,6 @@
"indenter.cpp" "3"
"indenter.h" "3"
"ioutlinewidget.h" "3"
-"itexteditor.cpp" "3"
-"itexteditor.h" "3"
-"itextmark.cpp" "3"
-"itextmark.h" "3"
"linenumberfilter.cpp" "3"
"linenumberfilter.h" "3"
"marginsettings.cpp" "3"
@@ -4476,8 +5213,6 @@
"normalindenter.h" "3"
"outlinefactory.cpp" "3"
"outlinefactory.h" "3"
-"plaintexteditor.cpp" "3"
-"plaintexteditor.h" "3"
"plaintexteditorfactory.cpp" "3"
"plaintexteditorfactory.h" "3"
"quickfix.cpp" "3"
@@ -4501,8 +5236,15 @@
"tabsettingswidget.cpp" "3"
"tabsettingswidget.h" "3"
"tabsettingswidget.ui" "3"
+"textdocument.cpp" "3"
+"textdocument.h" "3"
+"textdocumentlayout.cpp" "3"
+"textdocumentlayout.h" "3"
+"texteditor.cpp" "3"
+"texteditor.h" "3"
"texteditor.qrc" "3"
"texteditor_global.h" "3"
+"texteditor_p.h" "3"
"texteditoractionhandler.cpp" "3"
"texteditoractionhandler.h" "3"
"texteditorconstants.cpp" "3"
@@ -4515,17 +5257,18 @@
"texteditorplugin.h" "3"
"texteditorsettings.cpp" "3"
"texteditorsettings.h" "3"
-"textfilewizard.cpp" "3"
-"textfilewizard.h" "3"
+"textmark.cpp" "3"
+"textmark.h" "3"
+"textmarkregistry.h" "3"
"typingsettings.cpp" "3"
"typingsettings.h" "3"
"Todo" "2"
-"todo.qbs:5" "3"
+"todo.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"Todo.pluginspec.in" "4"
+"Todo.json.in" "4"
"constants.h" "3"
"cpptodoitemsscanner.cpp" "3"
"cpptodoitemsscanner.h" "3"
@@ -4556,27 +5299,30 @@
"todooutputpane.h" "3"
"todooutputtreeview.cpp" "3"
"todooutputtreeview.h" "3"
+"todooutputtreeviewdelegate.cpp" "3"
+"todooutputtreeviewdelegate.h" "3"
"todoplugin.cpp" "3"
"todoplugin.h" "3"
"todoplugin.qrc" "3"
+"todoprojectsettingswidget.cpp" "3"
+"todoprojectsettingswidget.h" "3"
+"todoprojectsettingswidget.ui" "3"
"UpdateInfo" "2"
-"updateinfo.qbs:5" "3"
+"updateinfo.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"UpdateInfo.pluginspec.in" "4"
+"UpdateInfo.json.in" "4"
"settingspage.cpp" "3"
"settingspage.h" "3"
"settingspage.ui" "3"
-"updateinfobutton.cpp" "3"
-"updateinfobutton.h" "3"
"updateinfoplugin.cpp" "3"
"updateinfoplugin.h" "3"
"Valgrind" "2"
-"valgrind.qbs:5" "3"
+"valgrind.qbs:3" "3"
"Callgrind" "3"
-"valgrind.qbs:46" "4"
+"valgrind.qbs:44" "4"
"callgrind" "4"
"callgrindabstractmodel.h" "5"
"callgrindcallmodel.cpp" "5"
@@ -4607,7 +5353,7 @@
"callgrindstackbrowser.cpp" "5"
"callgrindstackbrowser.h" "5"
"General" "3"
-"valgrind.qbs:19" "4"
+"valgrind.qbs:18" "4"
"callgrindcostdelegate.cpp" "4"
"callgrindcostdelegate.h" "4"
"callgrindcostview.cpp" "4"
@@ -4647,22 +5393,20 @@
"valgrindrunner.h" "4"
"valgrindsettings.cpp" "4"
"valgrindsettings.h" "4"
-"valgrindtool.cpp" "4"
-"valgrindtool.h" "4"
"workarounds.cpp" "4"
"workarounds.h" "4"
"Memcheck" "3"
-"valgrind.qbs:67" "4"
+"valgrind.qbs:65" "4"
"memcheck" "4"
"memcheckrunner.cpp" "5"
"memcheckrunner.h" "5"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"Valgrind.pluginspec.in" "4"
+"Valgrind.json.in" "4"
"XML Protocol" "3"
-"valgrind.qbs:76" "4"
+"valgrind.qbs:74" "4"
"xmlprotocol" "4"
"announcethread.cpp" "5"
"announcethread.h" "5"
@@ -4687,37 +5431,32 @@
"threadedparser.cpp" "5"
"threadedparser.h" "5"
"VcsBase" "2"
-"vcsbase.qbs:5" "3"
+"vcsbase.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"VcsBase.mimetypes.xml" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"VcsBase.pluginspec.in" "4"
+"VcsBase.json.in" "4"
"images" "3"
"diff.png" "4"
"removesubmitfield.png" "4"
"submit.png" "4"
+"wizard" "3"
+"vcscommandpage.cpp" "4"
+"vcscommandpage.h" "4"
+"vcsconfigurationpage.cpp" "4"
+"vcsconfigurationpage.h" "4"
+"vcsjsextension.cpp" "4"
+"vcsjsextension.h" "4"
"baseannotationhighlighter.cpp" "3"
"baseannotationhighlighter.h" "3"
-"basecheckoutwizard.cpp" "3"
-"basecheckoutwizard.h" "3"
-"basecheckoutwizardfactory.cpp" "3"
-"basecheckoutwizardfactory.h" "3"
-"basecheckoutwizardpage.cpp" "3"
-"basecheckoutwizardpage.h" "3"
-"basecheckoutwizardpage.ui" "3"
"basevcseditorfactory.cpp" "3"
"basevcseditorfactory.h" "3"
"basevcssubmiteditorfactory.cpp" "3"
"basevcssubmiteditorfactory.h" "3"
-"checkoutprogresswizardpage.cpp" "3"
-"checkoutprogresswizardpage.h" "3"
"cleandialog.cpp" "3"
"cleandialog.h" "3"
"cleandialog.ui" "3"
-"command.cpp" "3"
-"command.h" "3"
"commonsettingspage.cpp" "3"
"commonsettingspage.h" "3"
"commonsettingspage.ui" "3"
@@ -4725,8 +5464,8 @@
"commonvcssettings.h" "3"
"corelistener.cpp" "3"
"corelistener.h" "3"
-"diffhighlighter.cpp" "3"
-"diffhighlighter.h" "3"
+"diffandloghighlighter.cpp" "3"
+"diffandloghighlighter.h" "3"
"nicknamedialog.cpp" "3"
"nicknamedialog.h" "3"
"nicknamedialog.ui" "3"
@@ -4752,32 +5491,35 @@
"vcsbaseeditorparameterwidget.h" "3"
"vcsbaseoptionspage.cpp" "3"
"vcsbaseoptionspage.h" "3"
-"vcsbaseoutputwindow.cpp" "3"
-"vcsbaseoutputwindow.h" "3"
"vcsbaseplugin.cpp" "3"
"vcsbaseplugin.h" "3"
"vcsbasesubmiteditor.cpp" "3"
"vcsbasesubmiteditor.h" "3"
-"vcsconfigurationpage.cpp" "3"
-"vcsconfigurationpage.h" "3"
+"vcscommand.cpp" "3"
+"vcscommand.h" "3"
+"vcsoutputwindow.cpp" "3"
+"vcsoutputwindow.h" "3"
"vcsplugin.cpp" "3"
"vcsplugin.h" "3"
+"vcsprojectcache.cpp" "3"
+"vcsprojectcache.h" "3"
"Welcome" "2"
-"welcome.qbs:5" "3"
+"welcome.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"Welcome.pluginspec.in" "4"
+"Welcome.json.in" "4"
+"welcome.qrc" "3"
"welcomeplugin.cpp" "3"
"welcomeplugin.h" "3"
"WinRt" "2"
-"winrt.qbs:5" "3"
+"winrt.qbs:3" "3"
"MimeTypes" "3"
"QtcPlugin.qbs:47" "4"
-"PluginSpec" "3"
+"PluginMetaData" "3"
"QtcPlugin.qbs:41" "4"
-"WinRt.pluginspec.in" "4"
+"WinRt.json.in" "4"
"winrtconstants.h" "3"
"winrtdebugsupport.cpp" "3"
"winrtdebugsupport.h" "3"
@@ -4816,15 +5558,13 @@
"apps" "2"
"apps.qbs" "3"
"qbs-config" "3"
-"config.qbs:4" "4"
+"config.qbs:3" "4"
"logging" "4"
-"apptemplate.qbs:18" "5"
+"QbsApp.qbs:18" "5"
"coloredoutput.cpp" "6"
"coloredoutput.h" "6"
"consolelogger.cpp" "6"
"consolelogger.h" "6"
-"qbssettings.cpp" "5"
-"qbssettings.h" "5"
"configcommand.h" "4"
"configcommandexecutor.cpp" "4"
"configcommandexecutor.h" "4"
@@ -4832,42 +5572,51 @@
"configcommandlineparser.h" "4"
"configmain.cpp" "4"
"qbs-config-ui" "3"
-"config-ui.qbs:4" "4"
+"config-ui.qbs:3" "4"
"logging" "4"
-"apptemplate.qbs:18" "5"
+"QbsApp.qbs:18" "5"
"coloredoutput.cpp" "6"
"coloredoutput.h" "6"
"consolelogger.cpp" "6"
"consolelogger.h" "6"
-"qbssettings.cpp" "5"
-"qbssettings.h" "5"
"commandlineparser.cpp" "4"
"commandlineparser.h" "4"
"main.cpp" "4"
"mainwindow.cpp" "4"
"mainwindow.h" "4"
"mainwindow.ui" "4"
-"settingsmodel.cpp" "4"
-"settingsmodel.h" "4"
"qbs-qmltypes" "3"
-"qbs-qmltypes.qbs:4" "4"
+"qbs-qmltypes.qbs:3" "4"
+"logging" "4"
+"QbsApp.qbs:18" "5"
+"coloredoutput.cpp" "6"
+"coloredoutput.h" "6"
+"consolelogger.cpp" "6"
+"consolelogger.h" "6"
+"main.cpp" "4"
+"qbs-setup-android" "3"
+"qbs-setup-android.qbs:3" "4"
"logging" "4"
-"apptemplate.qbs:18" "5"
+"QbsApp.qbs:18" "5"
"coloredoutput.cpp" "6"
"coloredoutput.h" "6"
"consolelogger.cpp" "6"
"consolelogger.h" "6"
+"android-setup.cpp" "4"
+"android-setup.h" "4"
+"commandlineparser.cpp" "4"
+"commandlineparser.h" "4"
"main.cpp" "4"
"qbs-setup-qt" "3"
-"qbs-setup-qt.qbs:4" "4"
+"qbs-setup-qt.qbs:3" "4"
"logging" "4"
-"apptemplate.qbs:18" "5"
+"QbsApp.qbs:18" "5"
"coloredoutput.cpp" "6"
"coloredoutput.h" "6"
"consolelogger.cpp" "6"
"consolelogger.h" "6"
"MinGW specific files" "4"
-"qbs-setup-qt.qbs:14" "5"
+"qbs-setup-qt.qbs:13" "5"
"qbs-setup-qt.rc" "5"
"commandlineparser.cpp" "4"
"commandlineparser.h" "4"
@@ -4875,15 +5624,17 @@
"setupqt.cpp" "4"
"setupqt.h" "4"
"qbs-setup-toolchains" "3"
-"qbs-setup-toolchains.qbs:4" "4"
+"qbs-setup-toolchains.qbs:3" "4"
"logging" "4"
-"apptemplate.qbs:18" "5"
+"QbsApp.qbs:18" "5"
"coloredoutput.cpp" "6"
"coloredoutput.h" "6"
"consolelogger.cpp" "6"
"consolelogger.h" "6"
"commandlineparser.cpp" "4"
"commandlineparser.h" "4"
+"compilerversion.cpp" "4"
+"compilerversion.h" "4"
"main.cpp" "4"
"msvcinfo.h" "4"
"msvcprobe.cpp" "4"
@@ -4895,15 +5646,15 @@
"xcodeprobe.cpp" "4"
"xcodeprobe.h" "4"
"qbs_app" "3"
-"qbs.qbs:5" "4"
+"qbs.qbs:4" "4"
"logging" "4"
-"apptemplate.qbs:18" "5"
+"QbsApp.qbs:18" "5"
"coloredoutput.cpp" "6"
"coloredoutput.h" "6"
"consolelogger.cpp" "6"
"consolelogger.h" "6"
"parser" "4"
-"qbs.qbs:28" "5"
+"qbs.qbs:29" "5"
"parser" "5"
"command.cpp" "6"
"command.h" "6"
@@ -4929,12 +5680,14 @@
"qbstool.h" "4"
"status.cpp" "4"
"status.h" "4"
+"libexec" "2"
+"libexec.qbs" "3"
"libs" "2"
"libs.qbs" "3"
"qbscore" "3"
"corelib.qbs:4" "4"
"api" "4"
-"corelib.qbs:47" "5"
+"corelib.qbs:57" "5"
"api" "5"
"internaljobs.cpp" "6"
"internaljobs.h" "6"
@@ -4945,9 +5698,11 @@
"projectdata.cpp" "6"
"projectdata_p.h" "6"
"propertymap_p.h" "6"
+"rulecommand.cpp" "6"
+"rulecommand_p.h" "6"
"runenvironment.cpp" "6"
"buildgraph" "4"
-"corelib.qbs:76" "5"
+"corelib.qbs:89" "5"
"buildgraph" "5"
"abstractcommandexecutor.cpp" "6"
"abstractcommandexecutor.h" "6"
@@ -4986,6 +5741,8 @@
"jscommandexecutor.h" "6"
"nodeset.cpp" "6"
"nodeset.h" "6"
+"nodetreedumper.cpp" "6"
+"nodetreedumper.h" "6"
"processcommandexecutor.cpp" "6"
"processcommandexecutor.h" "6"
"productbuilddata.cpp" "6"
@@ -5013,7 +5770,7 @@
"transformer.cpp" "6"
"transformer.h" "6"
"jsextensions" "4"
-"corelib.qbs:151" "5"
+"corelib.qbs:166" "5"
"jsextensions" "5"
"domxml.cpp" "6"
"domxml.h" "6"
@@ -5025,15 +5782,19 @@
"moduleproperties.h" "6"
"process.cpp" "6"
"process.h" "6"
+"temporarydir.cpp" "6"
+"temporarydir.h" "6"
"textfile.cpp" "6"
"textfile.h" "6"
"jsextensions (Darwin-specific)" "4"
-"corelib.qbs:169" "5"
+"corelib.qbs:186" "5"
"jsextensions" "5"
"propertylist.h" "6"
"propertylist.mm" "6"
+"propertylistutils.h" "6"
+"propertylistutils.mm" "6"
"language" "4"
-"corelib.qbs:178" "5"
+"corelib.qbs:197" "5"
"language" "5"
"artifactproperties.cpp" "6"
"artifactproperties.h" "6"
@@ -5043,6 +5804,7 @@
"builtindeclarations.h" "6"
"builtinvalue.cpp" "6"
"builtinvalue.h" "6"
+"deprecationinfo.h" "6"
"evaluationdata.h" "6"
"evaluator.cpp" "6"
"evaluator.h" "6"
@@ -5068,6 +5830,8 @@
"itemreader.h" "6"
"itemreaderastvisitor.cpp" "6"
"itemreaderastvisitor.h" "6"
+"itemreadervisitorstate.cpp" "6"
+"itemreadervisitorstate.h" "6"
"jsimports.h" "6"
"language.cpp" "6"
"language.h" "6"
@@ -5075,6 +5839,8 @@
"loader.h" "6"
"moduleloader.cpp" "6"
"moduleloader.h" "6"
+"modulemerger.cpp" "6"
+"modulemerger.h" "6"
"preparescriptobserver.cpp" "6"
"preparescriptobserver.h" "6"
"projectresolver.cpp" "6"
@@ -5084,6 +5850,8 @@
"propertydeclaration.h" "6"
"propertymapinternal.cpp" "6"
"propertymapinternal.h" "6"
+"qualifiedid.cpp" "6"
+"qualifiedid.h" "6"
"resolvedfilecontext.cpp" "6"
"resolvedfilecontext.h" "6"
"scriptengine.cpp" "6"
@@ -5092,14 +5860,14 @@
"value.cpp" "6"
"value.h" "6"
"logging" "4"
-"corelib.qbs:246" "5"
+"corelib.qbs:272" "5"
"logging" "5"
"ilogsink.cpp" "6"
"logger.cpp" "6"
"logger.h" "6"
"translator.h" "6"
"parser" "4"
-"corelib.qbs:262" "5"
+"corelib.qbs:288" "5"
"parser" "5"
"qmlerror.cpp" "6"
"qmlerror.h" "6"
@@ -5120,7 +5888,7 @@
"qmljsparser.cpp" "6"
"qmljsparser_p.h" "6"
"project file updating" "4"
-"corelib.qbs:33" "5"
+"corelib.qbs:43" "5"
"api" "5"
"changeset.cpp" "6"
"changeset.h" "6"
@@ -5129,44 +5897,50 @@
"qmljsrewriter.cpp" "6"
"qmljsrewriter.h" "6"
"public api headers" "4"
-"corelib.qbs:63" "5"
+"corelib.qbs:75" "5"
"api" "5"
"jobs.h" "6"
"languageinfo.h" "6"
"project.h" "6"
"projectdata.h" "6"
+"rulecommand.h" "6"
"runenvironment.h" "6"
"public buildgraph headers" "4"
-"corelib.qbs:145" "5"
+"corelib.qbs:160" "5"
"buildgraph" "5"
"forward_decls.h" "6"
"public language headers" "4"
-"corelib.qbs:240" "5"
+"corelib.qbs:266" "5"
"language" "5"
"forward_decls.h" "6"
"public logging headers" "4"
-"corelib.qbs:256" "5"
+"corelib.qbs:282" "5"
"logging" "5"
"ilogsink.h" "6"
"public tools headers" "4"
-"corelib.qbs:331" "5"
+"corelib.qbs:366" "5"
"tools" "5"
+"architectures.h" "6"
"buildoptions.h" "6"
"cleanoptions.h" "6"
"codelocation.h" "6"
+"commandechomode.h" "6"
"error.h" "6"
+"generateoptions.h" "6"
"installoptions.h" "6"
"preferences.h" "6"
"processresult.h" "6"
"profile.h" "6"
+"projectgeneratormanager.h" "6"
"qbs_export.h" "6"
"settings.h" "6"
+"settingsmodel.h" "6"
"setupprojectparameters.h" "6"
"qbscore" "4"
-"corelib.qbs:27" "5"
+"corelib.qbs:37" "5"
"qbs.h" "5"
"tests" "4"
-"corelib.qbs:375" "5"
+"corelib.qbs:415" "5"
"buildgraph" "5"
"tst_buildgraph.cpp" "6"
"tst_buildgraph.h" "6"
@@ -5177,17 +5951,22 @@
"tst_tools.cpp" "6"
"tst_tools.h" "6"
"tools" "4"
-"corelib.qbs:286" "5"
+"corelib.qbs:312" "5"
"tools" "5"
+"architectures.cpp" "6"
"buildgraphlocker.cpp" "6"
"buildgraphlocker.h" "6"
"buildoptions.cpp" "6"
"cleanoptions.cpp" "6"
"codelocation.cpp" "6"
+"commandechomode.cpp" "6"
"error.cpp" "6"
+"executablefinder.cpp" "6"
+"executablefinder.h" "6"
"fileinfo.cpp" "6"
"fileinfo.h" "6"
"filetime.h" "6"
+"generateoptions.cpp" "6"
"hostosinfo.h" "6"
"id.cpp" "6"
"id.h" "6"
@@ -5198,9 +5977,12 @@
"preferences.cpp" "6"
"processresult.cpp" "6"
"processresult_p.h" "6"
+"processutils.cpp" "6"
+"processutils.h" "6"
"profile.cpp" "6"
"progressobserver.cpp" "6"
"progressobserver.h" "6"
+"projectgeneratormanager.cpp" "6"
"propertyfinder.cpp" "6"
"propertyfinder.h" "6"
"qbsassert.cpp" "6"
@@ -5212,6 +5994,7 @@
"scripttools.cpp" "6"
"scripttools.h" "6"
"settings.cpp" "6"
+"settingsmodel.cpp" "6"
"setupprojectparameters.cpp" "6"
"shellutils.cpp" "6"
"shellutils.h" "6"
@@ -5219,21 +6002,21 @@
"version.h" "6"
"weakpointer.h" "6"
"tools (Unix)" "4"
-"corelib.qbs:358" "5"
+"corelib.qbs:398" "5"
"tools" "5"
"filetime_unix.cpp" "6"
"tools (Windows)" "4"
-"corelib.qbs:350" "5"
+"corelib.qbs:390" "5"
"tools" "5"
"filetime_win.cpp" "6"
"use_installed.pri" "4"
-"corelib.qbs:366" "5"
+"corelib.qbs:406" "5"
"qbs_version.pri" "6"
"use_installed_corelib.pri" "5"
"qbsqtprofilesetup" "3"
-"qtprofilesetup.qbs:4" "4"
+"qtprofilesetup.qbs:3" "4"
"Public API headers" "4"
-"qtprofilesetup.qbs:8" "5"
+"qtprofilesetup.qbs:7" "5"
"qtenvironment.h" "5"
"qtprofilesetup.h" "5"
"use_installed_qtprofilesetup.pri" "5"
@@ -5267,22 +6050,201 @@
"scanner.h" "5"
"qtscanner.cpp" "4"
"qbs resources" "2"
-"share.qbs:4" "3"
-"Group 1" "3"
-"share.qbs:6" "4"
+"share.qbs:5" "3"
+"Examples as resources" "3"
+"share.qbs:17" "4"
+"app-and-lib" "5"
+"app" "6"
+"app.qbs" "7"
+"main.cpp" "7"
+"lib" "6"
+"lib.cpp" "7"
+"lib.h" "7"
+"lib.qbs" "7"
+"app_and_lib.qbs" "6"
+"cocoa-application" "5"
+"CocoaApplication" "6"
+"en.lproj" "7"
+"Credits.rtf" "8"
+"InfoPlist.strings" "8"
+"MainMenu.xib" "8"
+"AppDelegate.h" "7"
+"AppDelegate.m" "7"
+"CocoaApplication-Info.plist" "7"
+"CocoaApplication-Prefix.pch" "7"
+"main.m" "7"
+"CocoaApplication.xcodeproj" "6"
+"project.pbxproj" "7"
+"CocoaApplication.qbs" "6"
+"cocoa-touch-application" "5"
+"CocoaTouchApplication" "6"
+"en.lproj" "7"
+"DetailViewController_iPad.xib" "8"
+"DetailViewController_iPhone.xib" "8"
+"InfoPlist.strings" "8"
+"MasterViewController_iPad.xib" "8"
+"MasterViewController_iPhone.xib" "8"
+"AppDelegate.h" "7"
+"AppDelegate.m" "7"
+"CocoaTouchApplication-Info.plist" "7"
+"CocoaTouchApplication-Prefix.pch" "7"
+"Default-568h@2x.png" "7"
+"Default.png" "7"
+"Default@2x.png" "7"
+"DetailViewController.h" "7"
+"DetailViewController.m" "7"
+"main.m" "7"
+"MasterViewController.h" "7"
+"MasterViewController.m" "7"
+"CocoaTouchApplication.xcodeproj" "6"
+"project.pbxproj" "7"
+"CocoaTouchApplication.qbs" "6"
+"code-generator" "5"
+"code-generator.qbs" "6"
+"hwgen.cpp" "6"
+"collidingmice" "5"
+"images" "6"
+"cheese.jpg" "7"
+"collidingmice.qbs" "6"
+"main.cpp" "6"
+"mice.qrc" "6"
+"mouse.cpp" "6"
+"mouse.h" "6"
+"helloworld-complex" "5"
+"src" "6"
+"foo.cpp" "7"
+"foo.h" "7"
+"main.cpp" "7"
+"specialfeature.cpp" "7"
+"specialfeature.h" "7"
+"hello.qbs" "6"
+"helloworld-minimal" "5"
+"hello.qbs" "6"
+"main.cpp" "6"
+"helloworld-qt" "5"
+"hello.qbs" "6"
+"main.cpp" "6"
+"install-bundle" "5"
+"coreutils.cpp" "6"
+"coreutils.h" "6"
+"install-bundle.qbs" "6"
+"main.cpp" "6"
+"examples.qbs" "5"
+"Modules and imports" "3"
+"share.qbs:8" "4"
"qbs" "4"
-"Group 2" "3"
-"share.qbs:12" "4"
-"examples" "5"
+"imports/qbs" "5"
+"base" "6"
+"AndroidApk.qbs" "7"
+"Application.qbs" "7"
+"ApplicationExtension.qbs" "7"
+"AutotestRunner.qbs" "7"
+"CppApplication.qbs" "7"
+"DynamicLibrary.qbs" "7"
+"InstallPackage.qbs" "7"
+"JavaClassCollection.qbs" "7"
+"JavaJarFile.qbs" "7"
+"Library.qbs" "7"
+"LoadableModule.qbs" "7"
+"NodeJSApplication.qbs" "7"
+"NSISSetup.qbs" "7"
+"QtApplication.qbs" "7"
+"QtGuiApplication.qbs" "7"
+"StaticLibrary.qbs" "7"
+"WindowsInstallerPackage.qbs" "7"
+"WindowsSetupPackage.qbs" "7"
+"XPCService.qbs" "7"
+"BundleTools" "6"
+"bundle-tools.js" "7"
+"DarwinTools" "6"
+"darwin-tools.js" "7"
+"FileInfo" "6"
+"fileinfo.js" "7"
+"ModUtils" "6"
+"utils.js" "7"
+"PathTools" "6"
+"path-tools.js" "7"
+"Probes" "6"
+"AndroidNdkProbe.qbs" "7"
+"AndroidSdkProbe.qbs" "7"
+"BinaryProbe.qbs" "7"
+"FrameworkProbe.qbs" "7"
+"IncludeProbe.qbs" "7"
+"JdkProbe.qbs" "7"
+"NodeJsProbe.qbs" "7"
+"PathProbe.qbs" "7"
+"PkgConfigProbe.qbs" "7"
+"TypeScriptProbe.qbs" "7"
+"UnixUtils" "6"
+"unix-utils.js" "7"
+"WindowsUtils" "6"
+"windows-utils.js" "7"
+"modules" "5"
+"Android" "6"
+"ndk" "7"
+"ndk.qbs" "8"
+"utils.js" "8"
+"sdk" "7"
+"sdk.qbs" "8"
+"utils.js" "8"
+"archiver" "6"
+"archiver.qbs" "7"
+"bundle" "6"
+"BundleModule.qbs" "7"
+"cpp" "6"
+"CppModule.qbs" "7"
+"DarwinGCC.qbs" "7"
+"gcc.js" "7"
+"GenericGCC.qbs" "7"
+"genericunix-gcc.qbs" "7"
+"ios-gcc.qbs" "7"
+"linux-gcc.qbs" "7"
+"msvc.js" "7"
+"osx-gcc.qbs" "7"
+"UnixGCC.qbs" "7"
+"windows-mingw.qbs" "7"
+"windows-msvc.qbs" "7"
+"ib" "6"
+"ib.js" "7"
+"IBModule.qbs" "7"
+"java" "6"
+"io/qt/qbs" "7"
+"tools" "8"
+"utils" "9"
+"JavaCompilerOptions.java" "10"
+"JavaCompilerScanner.java" "10"
+"NullFileObject.java" "10"
+"JavaCompilerScannerTool.java" "9"
+"Artifact.java" "8"
+"ArtifactListJsonWriter.java" "8"
+"ArtifactListTextWriter.java" "8"
+"ArtifactListWriter.java" "8"
+"ArtifactListXmlWriter.java" "8"
+"JavaModule.qbs" "7"
+"utils.js" "7"
+"nodejs" "6"
+"NodeJS.qbs" "7"
+"nsis" "6"
+"NSISModule.qbs" "7"
+"qbs" "6"
+"common.qbs" "7"
+"typescript" "6"
+"qbs-tsc-scan" "7"
+"qbs-tsc-scan.ts" "8"
+"typescript.js" "7"
+"TypeScriptModule.qbs" "7"
+"wix" "6"
+"WiXModule.qbs" "7"
+"qtcreator" "1"
"app.qbs:3" "2"
"qtcreator.sh" "2"
-"app.qbs:37" "3"
+"app.qbs:32" "3"
"qtcreator.sh" "4"
"QtLockedFile_unix" "2"
-"app.qbs:45" "3"
+"app.qbs:40" "3"
"qtlockedfile_unix.cpp" "4"
"QtLockedFile_win" "2"
-"app.qbs:53" "3"
+"app.qbs:48" "3"
"qtlockedfile_win.cpp" "4"
"shared" "3"
"qtlockedfile" "4"
@@ -5300,12 +6262,52 @@
"Tools" "1"
"tools.qbs" "2"
"buildoutputparser" "2"
-"buildoutputparser.qbs:4" "3"
+"buildoutputparser.qbs:3" "3"
"main.cpp" "3"
"outputprocessor.cpp" "3"
"outputprocessor.h" "3"
+"clangbackend" "2"
+"clangbackend.qbs:6" "3"
+"Group 1" "3"
+"clangbackend.qbs:11" "4"
+"ipcsource" "4"
+"clangcodecompleteresults.cpp" "5"
+"clangcodecompleteresults.h" "5"
+"clangipcserver.cpp" "5"
+"clangipcserver.h" "5"
+"clangstring.cpp" "5"
+"clangstring.h" "5"
+"codecompletefailedexception.cpp" "5"
+"codecompletefailedexception.h" "5"
+"codecompleter.cpp" "5"
+"codecompleter.h" "5"
+"codecompletionchunkconverter.cpp" "5"
+"codecompletionchunkconverter.h" "5"
+"codecompletionsextractor.cpp" "5"
+"codecompletionsextractor.h" "5"
+"projectpart.cpp" "5"
+"projectpart.h" "5"
+"projectpartsdonotexistexception.cpp" "5"
+"projectpartsdonotexistexception.h" "5"
+"projects.cpp" "5"
+"projects.h" "5"
+"translationunit.cpp" "5"
+"translationunit.h" "5"
+"translationunitdoesnotexistexception.cpp" "5"
+"translationunitdoesnotexistexception.h" "5"
+"translationunitfilenotexitexception.cpp" "5"
+"translationunitfilenotexitexception.h" "5"
+"translationunitisnullexception.cpp" "5"
+"translationunitisnullexception.h" "5"
+"translationunitparseerrorexception.cpp" "5"
+"translationunitparseerrorexception.h" "5"
+"translationunits.cpp" "5"
+"translationunits.h" "5"
+"unsavedfiles.cpp" "5"
+"unsavedfiles.h" "5"
+"clangbackendmain.cpp" "3"
"iossim" "2"
-"iossim.qbs:4" "3"
+"iossim.qbs:3" "3"
"dvtiphonesimulatorremoteclient" "3"
"dvtiphonesimulatorremoteclient.h" "4"
"iphonesimulator.h" "3"
@@ -5317,19 +6319,19 @@
"nsstringexpandpath.mm" "3"
"version.h" "3"
"iostool" "2"
-"iostool.qbs:4" "3"
+"iostool.qbs:3" "3"
"iosdevicemanager.cpp" "3"
"iosdevicemanager.h" "3"
"main.cpp" "3"
"qtcdebugger" "2"
-"qtcdebugger.qbs:4" "3"
+"qtcdebugger.qbs:3" "3"
"registryaccess.cpp" "4"
"registryaccess.h" "4"
"main.cpp" "3"
"qtcreator_crash_handler" "2"
-"qtcreatorcrashhandler.qbs:4" "3"
+"qtcreatorcrashhandler.qbs:3" "3"
"Crash Handler Sources" "3"
-"qtcreatorcrashhandler.qbs:12" "4"
+"qtcreatorcrashhandler.qbs:11" "4"
"backtracecollector.cpp" "4"
"backtracecollector.h" "4"
"crashhandler.cpp" "4"
@@ -5341,10 +6343,10 @@
"utils.cpp" "4"
"utils.h" "4"
"qtpromaker" "2"
-"qtpromaker.qbs:4" "3"
+"qtpromaker.qbs:3" "3"
"main.cpp" "3"
"sdktool" "2"
-"sdktool.qbs:4" "3"
+"sdktool.qbs:3" "3"
"adddebuggeroperation.cpp" "3"
"adddebuggeroperation.h" "3"
"adddeviceoperation.cpp" "3"
@@ -5386,17 +6388,17 @@
"outputgenerator.cpp" "3"
"outputgenerator.h" "3"
"winrtdebughelper" "2"
-"winrtdebughelper.qbs:4" "3"
+"winrtdebughelper.qbs:3" "3"
"winrtdebughelper.cpp" "3"
"Tests" "0"
"tests.qbs" "1"
"QtcAutotests" "1"
"auto.qbs" "2"
"Aggregation autotest" "2"
-"aggregation.qbs:4" "3"
+"aggregation.qbs:3" "3"
"tst_aggregate.cpp" "3"
"ChangeSet autotest" "2"
-"changeset.qbs:4" "3"
+"changeset.qbs:3" "3"
"tst_changeset.cpp" "3"
"CPlusPlus autotests" "2"
"cplusplus.qbs" "3"
@@ -5497,9 +6499,9 @@
"Debugger autotests" "2"
"debugger.qbs" "3"
"Debugger dumpers autotest" "3"
-"dumpers.qbs:4" "4"
+"dumpers.qbs:3" "4"
"Sources from Debugger plugin" "4"
-"dumpers.qbs:9" "5"
+"dumpers.qbs:8" "5"
"debuggerprotocol.cpp" "6"
"debuggerprotocol.h" "6"
"simplifytype.cpp" "6"
@@ -5509,11 +6511,10 @@
"watchutils.cpp" "6"
"watchutils.h" "6"
"Test sources" "4"
-"dumpers.qbs:20" "5"
-"temporarydir.h" "5"
+"dumpers.qbs:19" "5"
"tst_dumpers.cpp" "5"
"disassembler autotest" "3"
-"disassembler.qbs:4" "4"
+"disassembler.qbs:3" "4"
"Sources from Debugger plugin" "4"
"disassembler.qbs:7" "5"
"disassemblerlines.cpp" "6"
@@ -5521,17 +6522,17 @@
"disassembler.qbs:12" "5"
"tst_disassembler.cpp" "5"
"gdb autotest" "3"
-"gdb.qbs:4" "4"
+"gdb.qbs:3" "4"
"Sources from Debugger plugin" "4"
-"gdb.qbs:7" "5"
+"gdb.qbs:6" "5"
"debuggerprotocol.cpp" "6"
"Test sources" "4"
-"gdb.qbs:12" "5"
+"gdb.qbs:11" "5"
"tst_gdb.cpp" "5"
"Name demangler autotest" "3"
-"namedemangler.qbs:4" "4"
+"namedemangler.qbs:3" "4"
"Sources from Debugger plugin" "4"
-"namedemangler.qbs:6" "5"
+"namedemangler.qbs:5" "5"
"demanglerexceptions.h" "6"
"globalparsestate.cpp" "6"
"globalparsestate.h" "6"
@@ -5540,60 +6541,58 @@
"parsetreenodes.cpp" "6"
"parsetreenodes.h" "6"
"Test sources" "4"
-"namedemangler.qbs:11" "5"
+"namedemangler.qbs:10" "5"
"tst_namedemangler.cpp" "5"
"simplifytypes autotest" "3"
-"simplifytypes.qbs:4" "4"
+"simplifytypes.qbs:3" "4"
"Sources from Debugger plugin" "4"
-"simplifytypes.qbs:7" "5"
+"simplifytypes.qbs:6" "5"
"simplifytype.cpp" "6"
"Test sources" "4"
-"simplifytypes.qbs:12" "5"
+"simplifytypes.qbs:11" "5"
"tst_simplifytypes.cpp" "5"
"Diff autotests" "2"
"diff.qbs" "3"
"Differ autotest" "3"
-"differ.qbs:4" "4"
+"differ.qbs:3" "4"
"tst_differ.cpp" "4"
"Environment autotest" "2"
-"environment.qbs:4" "3"
+"environment.qbs:3" "3"
"tst_environment.cpp" "3"
"ExtensionSystem autotests" "2"
"extensionsystem.qbs" "3"
"ExtensionSystem pluginspec autotests" "3"
"pluginspec.qbs" "4"
"ExtensionSystem pluginspec autotest" "4"
-"test.qbs:4" "5"
+"test.qbs:3" "5"
+"Sources" "5"
+"test.qbs:7" "6"
+"tst_pluginspec.cpp" "6"
"spec" "5"
"test.qbs:41" "6"
"testdir" "6"
-"spec.xml" "7"
+"spec.json" "7"
"test dependencies" "5"
-"test.qbs:28" "6"
+"test.qbs:30" "6"
"testdependencies" "6"
-"spec1.xml" "7"
-"spec2.xml" "7"
-"spec3.xml" "7"
-"spec4.xml" "7"
-"spec5.xml" "7"
+"spec1.json" "7"
+"spec2.json" "7"
+"spec3.json" "7"
+"spec4.json" "7"
+"spec5.json" "7"
"test specs" "5"
-"test.qbs:11" "6"
+"test.qbs:16" "6"
"testspecs" "6"
-"simplespec.xml" "7"
-"simplespec_experimental.xml" "7"
-"spec1.xml" "7"
-"spec2.xml" "7"
-"spec_wrong1.xml" "7"
-"spec_wrong2.xml" "7"
-"spec_wrong3.xml" "7"
-"spec_wrong4.xml" "7"
-"spec_wrong5.xml" "7"
-"tst_pluginspec.cpp" "5"
+"simplespec.json" "7"
+"simplespec_experimental.json" "7"
+"spec1.json" "7"
+"spec2.json" "7"
+"spec_wrong2.json" "7"
+"spec_wrong3.json" "7"
+"spec_wrong4.json" "7"
+"spec_wrong5.json" "7"
"pluginspec_test" "4"
"testplugin.qbs:4" "5"
-"resources" "5"
-"plugin.qbs:20" "6"
-"testplugin.xml" "6"
"testplugin.cpp" "5"
"testplugin.h" "5"
"testplugin_global.h" "5"
@@ -5603,78 +6602,53 @@
"circularplugins.qbs" "5"
"circular_plugin1" "5"
"plugin1.qbs:4" "6"
-"resources" "6"
-"plugin.qbs:20" "7"
-"plugin.xml" "7"
"plugin1.cpp" "6"
"plugin1.h" "6"
"circular_plugin2" "5"
"plugin2.qbs:4" "6"
-"resources" "6"
-"plugin.qbs:20" "7"
-"plugin.xml" "7"
"plugin2.cpp" "6"
"plugin2.h" "6"
"circular_plugin3" "5"
"plugin3.qbs:4" "6"
-"resources" "6"
-"plugin.qbs:20" "7"
-"plugin.xml" "7"
"plugin3.cpp" "6"
"plugin3.h" "6"
"ExtensionSystem correct plugins autotests" "4"
"correctplugins1.qbs" "5"
"correct_plugin1" "5"
"plugin1.qbs:4" "6"
-"resources" "6"
-"plugin.qbs:20" "7"
-"plugin.spec" "7"
"plugin1.cpp" "6"
"plugin1.h" "6"
"correct_plugin2" "5"
"plugin2.qbs:4" "6"
-"resources" "6"
-"plugin.qbs:20" "7"
-"plugin.spec" "7"
"plugin2.cpp" "6"
"plugin2.h" "6"
"correct_plugin3" "5"
"plugin3.qbs:4" "6"
-"resources" "6"
-"plugin.qbs:20" "7"
-"plugin.spec" "7"
"plugin3.cpp" "6"
"plugin3.h" "6"
"PluginManager autotest" "4"
-"test.qbs:4" "5"
-"plugins" "5"
-"test.qbs:14" "6"
-"plugins" "6"
-"myplug" "7"
-"myplug.xml" "8"
-"otherplugin.xml" "7"
-"plugin1.xml" "7"
+"test.qbs:3" "5"
"tst_pluginmanager.cpp" "5"
"ExternalTool autotest" "2"
-"externaltool.qbs:4" "3"
+"externaltool.qbs:3" "3"
"Duplicated sources from Core plugin" "3"
-"externaltool.qbs:10" "4"
+"externaltool.qbs:9" "4"
"externaltool.cpp" "5"
"externaltool.h" "5"
"Test sources" "3"
-"externaltool.qbs:19" "4"
+"externaltool.qbs:18" "4"
"tst_externaltooltest.cpp" "4"
"File search autotest" "2"
-"filesearch.qbs:4" "3"
+"filesearch.qbs:3" "3"
"testfile.txt" "3"
"tst_filesearch.cpp" "3"
"tst_filesearch.qrc" "3"
"Generic highlighter autotests" "2"
"generichighlighter.qbs" "3"
"Generic highlighter specific rules autotest" "3"
-"specificrules.qbs:4" "4"
+"specificrules.qbs:3" "4"
"Sources from TextEditor plugin" "4"
-"specificrules.qbs:7" "5"
+"specificrules.qbs:6" "5"
"context.cpp" "6"
"dynamicrule.cpp" "6"
"highlightdefinition.cpp" "6"
@@ -5684,17 +6658,17 @@
"rule.cpp" "6"
"specificrules.cpp" "6"
"Test sources" "4"
-"specificrules.qbs:21" "5"
+"specificrules.qbs:20" "5"
"tst_specificrules.cpp" "5"
"Highlighter engine autotest" "3"
-"highlighterengine.qbs:4" "4"
+"highlighterengine.qbs:3" "4"
"Drop-in sources for the plugin" "4"
"highlighterengine.qbs:31" "5"
-"basetextdocumentlayout.cpp" "5"
-"basetextdocumentlayout.h" "5"
"syntaxhighlighter.cpp" "5"
"syntaxhighlighter.h" "5"
"tabsettings.h" "5"
+"textdocumentlayout.cpp" "5"
+"textdocumentlayout.h" "5"
"Sources from TextEditor plugin" "4"
"highlighterengine.qbs:8" "5"
"context.cpp" "6"
@@ -5723,13 +6697,13 @@
"highlightermock.h" "5"
"tst_highlighterengine.cpp" "5"
"IoUtils autotest" "2"
-"ioutils.qbs:4" "3"
+"ioutils.qbs:3" "3"
"ioutils.cpp" "4"
"tst_ioutils.cpp" "3"
"ProFileWriter autotest" "2"
-"profilewriter.qbs:4" "3"
+"profilewriter.qbs:3" "3"
"Sources from ProParser" "3"
-"profilewriter.qbs:7" "4"
+"profilewriter.qbs:6" "4"
"ioutils.cpp" "5"
"ioutils.h" "5"
"profileevaluator.cpp" "5"
@@ -5750,39 +6724,42 @@
"qmakevfs.cpp" "5"
"qmakevfs.h" "5"
"Test sources" "3"
-"profilewriter.qbs:24" "4"
+"profilewriter.qbs:23" "4"
"tst_profilewriter.cpp" "4"
"QML autotests" "2"
"qml.qbs" "3"
"QML code model autotests" "3"
"codemodel.qbs" "4"
"QML code model check autotest" "4"
-"check.qbs:4" "5"
+"check.qbs:3" "5"
"tst_check.cpp" "5"
+"QML code model imports check autotest" "4"
+"importscheck.qbs:3" "5"
+"tst_importscheck.cpp" "5"
"QML editor autotests" "3"
"qmleditor.qbs" "4"
"QML code formatter autotest" "4"
-"qmlcodeformatter.qbs:4" "5"
+"qmlcodeformatter.qbs:3" "5"
"tst_qmlcodeformatter.cpp" "5"
"QML persistenttrie autotest" "3"
-"persistenttrie.qbs:4" "4"
+"persistenttrie.qbs:3" "4"
"tst_testtrie.cpp" "4"
"tst_testtrie.h" "4"
"QML qrc parser autotest" "3"
-"qrcparser.qbs:4" "4"
+"qrcparser.qbs:3" "4"
"tst_qrcparser.cpp" "4"
"QML reformatter autotest" "3"
-"reformatter.qbs:4" "4"
+"reformatter.qbs:3" "4"
"tst_reformatter.cpp" "4"
"QMLJS simple reader autotest" "3"
-"qmljssimplereader.qbs:4" "4"
+"qmljssimplereader.qbs:3" "4"
"tst_qmljssimplereader.cpp" "4"
"QmlProjectManager autotests" "3"
"qmlprojectmanager.qbs" "4"
"QmlProjectManager file format autotest" "4"
-"fileformat.qbs:4" "5"
+"fileformat.qbs:3" "5"
"Files from QmlProjectManager" "5"
-"fileformat.qbs:12" "6"
+"fileformat.qbs:11" "6"
"filefilteritems.cpp" "7"
"filefilteritems.h" "7"
"qmlprojectfileformat.cpp" "7"
@@ -5791,22 +6768,140 @@
"qmlprojectitem.h" "7"
"tst_fileformat.cpp" "5"
"QtcProcess autotest" "2"
-"qtcprocess.qbs:4" "3"
+"qtcprocess.qbs:3" "3"
"tst_qtcprocess.cpp" "3"
-"StringUtils autotest" "2"
-"utils_stringutils.qbs:4" "3"
-"tst_stringutils.cpp" "3"
+"sdktool autotest" "2"
+"sdktool.qbs:3" "3"
+"Test sources" "3"
+"sdktool.qbs:6" "4"
+"tst_sdktool.cpp" "4"
+"Timeline autotests" "2"
+"timeline.qbs" "3"
+"TimelineAbstractRenderer autotest" "3"
+"timelineabstractrenderer.qbs:4" "4"
+"Shared sources" "4"
+"timelineautotest.qbs:8" "5"
+"runscenegraph.cpp" "6"
+"runscenegraph.h" "6"
+"Test sources" "4"
+"timelineabstractrenderer.qbs:6" "5"
+"tst_timelineabstractrenderer.cpp" "5"
+"TimelineItemsRenderPass autotest" "3"
+"timelineitemsrenderpass.qbs:5" "4"
+"Shared sources" "4"
+"timelineautotest.qbs:8" "5"
+"runscenegraph.cpp" "6"
+"runscenegraph.h" "6"
+"Test sources" "4"
+"timelineitemsrenderpass.qbs:8" "5"
+"tst_timelineitemsrenderpass.cpp" "5"
+"TimelineModel autotest" "3"
+"timelinemodel.qbs:4" "4"
+"Shared sources" "4"
+"timelineautotest.qbs:8" "5"
+"runscenegraph.cpp" "6"
+"runscenegraph.h" "6"
+"Test sources" "4"
+"timelinemodel.qbs:6" "5"
+"tst_timelinemodel.cpp" "5"
+"TimelineModelAggregator autotest" "3"
+"timelinemodelaggregator.qbs:4" "4"
+"Shared sources" "4"
+"timelineautotest.qbs:8" "5"
+"runscenegraph.cpp" "6"
+"runscenegraph.h" "6"
+"Test sources" "4"
+"timelinemodelaggregator.qbs:6" "5"
+"tst_timelinemodelaggregator.cpp" "5"
+"TimelineNotesModel autotest" "3"
+"timelinenotesmodel.qbs:4" "4"
+"Shared sources" "4"
+"timelineautotest.qbs:8" "5"
+"runscenegraph.cpp" "6"
+"runscenegraph.h" "6"
+"Test sources" "4"
+"timelinenotesmodel.qbs:6" "5"
+"tst_timelinenotesmodel.cpp" "5"
+"TimelineNotesRenderPass autotest" "3"
+"timelinenotesrenderpass.qbs:5" "4"
+"Shared sources" "4"
+"timelineautotest.qbs:8" "5"
+"runscenegraph.cpp" "6"
+"runscenegraph.h" "6"
+"Test sources" "4"
+"timelinenotesrenderpass.qbs:8" "5"
+"tst_timelinenotesrenderpass.cpp" "5"
+"TimelineOverviewRenderer autotest" "3"
+"timelineoverviewrenderer.qbs:4" "4"
+"Shared sources" "4"
+"timelineautotest.qbs:8" "5"
+"runscenegraph.cpp" "6"
+"runscenegraph.h" "6"
+"Test sources" "4"
+"timelineoverviewrenderer.qbs:6" "5"
+"tst_timelineoverviewrenderer.cpp" "5"
+"TimelineRenderer autotest" "3"
+"timelinerenderer.qbs:4" "4"
+"Shared sources" "4"
+"timelineautotest.qbs:8" "5"
+"runscenegraph.cpp" "6"
+"runscenegraph.h" "6"
+"Test sources" "4"
+"timelinerenderer.qbs:6" "5"
+"tst_timelinerenderer.cpp" "5"
+"TimelineRenderPass autotest" "3"
+"timelinerenderpass.qbs:5" "4"
+"Shared sources" "4"
+"timelineautotest.qbs:8" "5"
+"runscenegraph.cpp" "6"
+"runscenegraph.h" "6"
+"Test sources" "4"
+"timelinerenderpass.qbs:7" "5"
+"tst_timelinerenderpass.cpp" "5"
+"TimelineRenderState autotest" "3"
+"timelinerenderstate.qbs:5" "4"
+"Shared sources" "4"
+"timelineautotest.qbs:8" "5"
+"runscenegraph.cpp" "6"
+"runscenegraph.h" "6"
+"Test sources" "4"
+"timelinerenderstate.qbs:7" "5"
+"tst_timelinerenderstate.cpp" "5"
+"TimelineSelectionRenderPass autotest" "3"
+"timelineselectionrenderpass.qbs:5" "4"
+"Shared sources" "4"
+"timelineautotest.qbs:8" "5"
+"runscenegraph.cpp" "6"
+"runscenegraph.h" "6"
+"Test sources" "4"
+"timelineselectionrenderpass.qbs:8" "5"
+"tst_timelineselectionrenderpass.cpp" "5"
+"TimelineZoomcontrol autotest" "3"
+"timelinezoomcontrol.qbs:4" "4"
+"Shared sources" "4"
+"timelineautotest.qbs:8" "5"
+"runscenegraph.cpp" "6"
+"runscenegraph.h" "6"
+"Test sources" "4"
+"timelinezoomcontrol.qbs:6" "5"
+"tst_timelinezoomcontrol.cpp" "5"
"TreeViewFind autotest" "2"
-"treeviewfind.qbs:4" "3"
+"treeviewfind.qbs:3" "3"
"tst_treeviewfind.cpp" "3"
"Utils autotests" "2"
"utils.qbs" "3"
"ANSI autotest" "3"
-"ansiescapecodehandler.qbs:4" "4"
+"ansiescapecodehandler.qbs:3" "4"
"tst_ansiescapecodehandler.cpp" "4"
"FileUtils autotest" "3"
-"fileutils.qbs:4" "4"
+"fileutils.qbs:3" "4"
"tst_fileutils.cpp" "4"
+"StringUtils autotest" "3"
+"stringutils.qbs:3" "4"
+"tst_stringutils.cpp" "4"
+"TreeModel autotest" "3"
+"treemodel.qbs:3" "4"
+"tst_treemodel.cpp" "4"
"Translations" "0"
"translations.qbs:3" "1"
"qtcreator_cs.ts" "1"
@@ -5825,6 +6920,8 @@
"Qbs files" "0"
"qbs" "1"
"imports" "2"
+"QtcClangInstallation" "3"
+"functions.js" "4"
"QtcFunctions" "3"
"functions.js" "4"
"QtcProcessOutputReader" "3"
@@ -5836,12 +6933,32 @@
"modules" "2"
"copyable_resource" "3"
"copyable-resource.qbs" "4"
-"pluginspec" "3"
-"pluginspec.qbs" "4"
-"src/shared/qbs" "1"
-"src" "2"
-"lib" "3"
-"Library.qbs" "4"
-"plugins/scanner" "3"
+"pluginjson" "3"
+"pluginjson.qbs" "4"
+"src" "1"
+"shared/qbs" "2"
+"qbs-resources/imports" "3"
+"QbsFunctions" "4"
+"functions.js" "5"
+"QbsLibrary.qbs" "4"
+"QbsProduct.qbs" "4"
+"src/plugins/scanner" "3"
"scannerplugin.qbs" "4"
-"version.js" "2"
+"tools" "2"
+"cplusplus-ast2png" "3"
+"cplusplus-ast2png.qbs" "4"
+"cplusplus-frontend" "3"
+"cplusplus-frontend.qbs" "4"
+"cplusplus-mkvisitor" "3"
+"cplusplus-mkvisitor.qbs" "4"
+"cplusplus-shared" "3"
+"CPlusPlusTool.qbs" "4"
+"CPlusPlusToolUsingCustomUtils.qbs" "4"
+"cplusplus-update-frontend" "3"
+"cplusplus-update-frontend.qbs" "4"
+"cplusplustools.qbs" "3"
+"tests/auto" "1"
+"cplusplus" "2"
+"cplusplusautotest.qbs" "3"
+"extensionsystem" "2"
+"plugin.qbs" "3"