| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
qtLibraryTarget is only defined if used with TEMPLATE=lib, which makes
it fail in pri files that are used for app pro files. The tests still
don't run because of run time linking issues.
|
|
|
|
| |
Acked-By: dt
|
|
|
|
|
|
|
|
|
|
|
|
| |
QRegExp matching is quite expensive, and has to be done for every file
in the project directory tree against all possible suffixes. Optimize
for the common case that the pattern is "*.suffix" by doing a
fileName.endsWidth(suffix) in this case.
This speeds up loading of examples/declarative/declarative.qmlproject by
about 30%.
Reviewed-by: Christian Kamm
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Fixes f1fb0bddb11d69355784953a6cc0364f9fa25d3e.
Reviewed-by: Kai Koehne
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Set complete build environment (MinGW).
Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Task-number: QTCREATORBUG-2883
|
|\ \
| |/
| |
| |
| |
| | |
Conflicts:
share/qtcreator/templates/qmlapp/app.pro
src/libs/utils/filesearch.cpp
|
| |
| |
| |
| | |
Reviewed-by: Tobias Hunger
|
| |
| |
| |
| |
| | |
Task-number: QTCREATORBUG-2639
Reviewed-by: Thomas Hartmann
|
| |
| |
| |
| | |
Reviewed-by: Thomas Hartmann
|
|\ \
| |/
| |
| |
| | |
Conflicts:
tests/auto/fakevim/fakevim.pro
|
| |
| |
| |
| | |
Reviewed-by: Friedemann Kleint
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
README
doc/qt-html-templates.qdocconf
doc/qtcreator.qdoc
doc/qtcreator.qdocconf
share/qtcreator/templates/wizards/qtcreatorplugin/MyPlugin.pluginspec
src/app/Info.plist
src/plugins/bineditor/BinEditor.pluginspec
src/plugins/bookmarks/Bookmarks.pluginspec
src/plugins/classview/ClassView.pluginspec
src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec
src/plugins/coreplugin/Core.pluginspec
src/plugins/coreplugin/coreconstants.h
src/plugins/cpaster/CodePaster.pluginspec
src/plugins/cppeditor/CppEditor.pluginspec
src/plugins/cpptools/CppTools.pluginspec
src/plugins/cvs/CVS.pluginspec
src/plugins/debugger/Debugger.pluginspec
src/plugins/debugger/breakhandler.cpp
src/plugins/designer/Designer.pluginspec
src/plugins/fakevim/FakeVim.pluginspec
src/plugins/find/Find.pluginspec
src/plugins/genericprojectmanager/GenericProjectManager.pluginspec
src/plugins/git/ScmGit.pluginspec
src/plugins/helloworld/HelloWorld.pluginspec
src/plugins/help/Help.pluginspec
src/plugins/imageviewer/ImageViewer.pluginspec
src/plugins/locator/Locator.pluginspec
src/plugins/mercurial/Mercurial.pluginspec
src/plugins/perforce/Perforce.pluginspec
src/plugins/projectexplorer/ProjectExplorer.pluginspec
src/plugins/qmldesigner/QmlDesigner.pluginspec
src/plugins/qmljseditor/QmlJSEditor.pluginspec
src/plugins/qmljsinspector/QmlJSInspector.pluginspec
src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec
src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec
src/plugins/regexp/RegExp.pluginspec
src/plugins/resourceeditor/ResourceEditor.pluginspec
src/plugins/snippets/Snippets.pluginspec
src/plugins/subversion/Subversion.pluginspec
src/plugins/tasklist/TaskList.pluginspec
src/plugins/texteditor/TextEditor.pluginspec
src/plugins/vcsbase/VCSBase.pluginspec
src/plugins/welcome/Welcome.pluginspec
tests/auto/cplusplus/codeformatter/tst_codeformatter.cpp
tests/manual/fakevim/fakevim.pro
tests/manual/ssh/errorhandling/main.cpp
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
We have to support the N900
Reviewed-by: dt
|
| |
| |
| |
| |
| |
| |
| | |
We're using a QObject property to get the Qt Version Id: QmlDumpTool
is in Qt4ProjectManager, which shouldn't have a dependency to QmlProjectManager.
Reviewed-by: Christian Kamm
|
| |
| |
| |
| |
| |
| |
| |
| | |
QmlObserver right now requires 4.7.1 minimum. There's no gain in
telling the user that he needs qmlobserver to debug, if it can't be
build with 4.7.0 anyway.
Reviewed-by: Christiaan Janssen
|
| |
| |
| |
| | |
Reviewed-by: Christiaan Janssen
|
| |
| |
| |
| |
| |
| |
| | |
Also only warn about missing qmlobserver when actually trying to
debug a .qmlproject.
Reviewed-by: Christiaan Janssen
|
| |
| |
| |
| |
| |
| |
| | |
Allow the user to choose which Qt version to use for running
a .qmlproject.
Reviewed-by: dt
|
| |
| |
| |
| | |
Reviewed-by: Kai Koehne
|
|\ \
| |/
| |
| |
| |
| |
| | |
Conflicts:
share/qtcreator/templates/mobileapp/app.pro
share/qtcreator/templates/qmlapp/app.pro
src/plugins/cpptools/cpptools.pro
|
| |
| |
| |
| |
| | |
Task-number: QTCREATORBUG-2510
Reviewed-by: Alessandro Portale
|
| |
| |
| |
| | |
Task-number: QTCREATORBUG-2501
|
| |
| |
| |
| |
| |
| |
| | |
To make plugin dumping work without having to compile the debugging
helpers explicitly.
Reviewed-by: Kai Koehne
|
| |
| |
| |
| |
| |
| |
| |
| | |
This might lead to files that 'disappear' from the pane, e.g. when
the suffix is changed to something unsupported.
Reviewed-by: Daniel Teske
Task-number: QTCREATORBUG-2436
|
| |
| |
| |
| | |
Reviewed-by: Erik Verbruggen
|
|/
|
|
|
|
| |
Should have been done earlier. 2.1.80 was burned in the pre-2.1.0->2.0.1
days, and we'd like to have odd subminor for 'working' and even subminor
numbers for pure cherry-picking release branches anyway.
|
|
|
|
| |
Reviewed-by: hjk
|
|
|
|
|
|
|
|
| |
Moved qmljsdebugger to a dir under qml/, made qmlobserver compile
without creator dependencies and made it compile with debugging
helpers.
Reviewed-by: hjk
|
|
|
|
| |
Reviewed-by: Christiaan Janssen
|
|
|
|
| |
Reviewed-by: Leena Miettinen
|
| |
|
| |
|
|
|
|
| |
Explicitly delete the root project item when closing a QmlProject.
|
|
|
|
| |
Reviewed-by: dt
|
|
|
|
|
|
|
| |
Adapt to latest changes in qt.git (commit
a9e5329168c)
Reviewed-by: kkoehne
|
| |
|
|
|
|
| |
It was badly positioned esp. in OS X and Windows.
|
|
|
|
| |
Reviewed-by: dt
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
There's a UI in qml/customexec/cmake/qmake run configs for choosing the
debugger languages (C++ and QML). The default for all except .qmlproject
is only C++, so default debugging behavior is the same. However, if the
user wants to do simultaneous debugging with two languages, or only
debug QML, they can select the languages from Run Settings and it will
be remembered.
Reviewed-by: hunger
|
| |
|
|
|
|
| |
Reviewed-by: dt <qtc-committer@nokia.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
That is tell the user that those files need not be added to any project,
and show "<Implicitly Add>" for them on the last wizard page.
This fixes Add/New for the QML/OTHER_FILES folder structure, except for
the virtual folder itself.
Reviewed-By: Jarek Kobus <jaroslaw.kobus@nokia.com>
|
| |
|
|
|
|
| |
Reviewed-by: hjk
|