- Sep 27, 2010
-
- Sep 23, 2010
-
-
Christian Kamm authored
The Qt4ProjectManager now uses metacalls to inform the QmlJSModelManager about the project data. Done-with: hjk
-
- Sep 22, 2010
-
-
hjk authored
Reviewed-by: Tobias Hunger
-
Thomas Hartmann authored
Since Bauhaus still does rely on Qt internals in only compiles with 4.7.1. Fixes also spelling.
-
Christian Kamm authored
Missing from 427f7754 which introduced the dependency. Reviewed-by: owolff
-
- Sep 20, 2010
-
-
Kai Koehne authored
-
- Sep 10, 2010
-
-
Daniel Molkentin authored
Reenabling qmldesigner
-
- Sep 09, 2010
-
-
Marco Bubke authored
This is not activated if breakpad and qt-breakpad is not availiable.
-
- Sep 06, 2010
-
-
dt authored
Task-Nr: QTCREATORBUG-2269
-
- Aug 26, 2010
-
-
Tobias Hunger authored
This plugin enables loading of .tasks files into the Build Isssue list. This is really nice if you need to e.g. browse results from static codecheckers in creator. Tasks files are simple tab-separated lists of one of the following forms: description type\tdesciption file\ttype\description file\tline\ttype\tdescription The strings may contain escape codes: \n for newline, \t for tab and \\ for a backslash
-
- Aug 19, 2010
-
-
Kai Koehne authored
If no 'qmlviewer' executable is found in the PATH, iterate through the list of configured Qt versions and try to find a qmlviewer there. This should help users configuring creator such to play with Qml. Right now the first qmlviewer found in a Qt version is selected. A UI to let the user select one explicitly was not possible any more (string freeze). This requires a dependency from QmlProjectManager to Qt4ProjectManager. Reviewed-by: dt
-
- Aug 13, 2010
-
-
Lasse Holmstedt authored
Now, QmlEngine creates the connection to the inferior (debuggee), and notifies QmlInspector when a connection is established. Before, inspector created the debugger engin, which was wrong. QmlEngine's responsibilities are connecting to the debuggee and basic QML/JS debugging features like locals & watchers, breakpoints etc. QmlInspector takes care of Live Preview and other fancy inspection features. Reviewed-by: hjk
-
- Jul 29, 2010
-
-
Olivier Goffart authored
A copy of the client debugging code is made in src/libs/qmljsdebugclient/ (this comes from the qt code from commit 65642dd343bf61) So the qmljsinspector plugin does not require anymore Qt private headers.
-
- Jul 23, 2010
-
-
con authored
Required refactoring of the search result window to show real trees of search results. The backend is the backend from the Locator filter, which is a bit outdated now.
-
- Jul 16, 2010
-
-
Denis Mingulov authored
Merge-request: 2167 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Jul 14, 2010
-
-
Lasse Holmstedt authored
-
- Jul 08, 2010
-
-
Lasse Holmstedt authored
this is just so speed up compilation time & have some files go away which have same names in qml viewer and quickdesigner.
-
- Jun 28, 2010
-
-
Roberto Raggi authored
-
- Jun 18, 2010
-
-
Denis Mingulov authored
Merge-request: 2165 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
- Jun 14, 2010
-
-
Oswald Buddenhagen authored
-
- Jun 11, 2010
-
-
kh1 authored
- lessens open file handles - improves help plugin startup further Task-number: QTCREATORBUG-337 Reviewed-by: ck
-
- Jun 07, 2010
-
-
Kai Koehne authored
This reverts commit 5234c775 and 21065291.
-
- Jun 03, 2010
-
-
Christian Kamm authored
- Enable qmlprojectplugin even if Qml support is disabled. - But disable its wizards in that case. - Disable the Qml file wizard if the support is off. Reviewed-by: Kai Koehne
-
- Jun 01, 2010
-
-
Daniel Molkentin authored
To get QML functionality back, export QTCREATOR_WITH_QML before running qmake Reviewed-by: Kai Koehne
-
- May 20, 2010
-
-
Leandro Melo authored
-
- May 14, 2010
-
-
Leandro Melo authored
-
- Apr 26, 2010
-
-
Lasse Holmstedt authored
-
- Apr 09, 2010
-
-
Friedemann Kleint authored
VCSBase in turn already depends on TextEditor. Task-number: QTCREATORBUG-1103
-
- Mar 31, 2010
-
- Mar 23, 2010
-
-
con authored
-
- Mar 22, 2010
-
-
con authored
-
- Mar 09, 2010
-
-
Kai Koehne authored
-
- Mar 04, 2010
-
-
Kai Koehne authored
Users also can now explicitly set the path to the private header files by passing "QT_PRIVATE_HEADERS=$PATH" to qmake, or force qmake to ignore the plugins by passing in an invalid /empty path. Reviewed-by: con
-
- Feb 26, 2010
-
-
Kai Koehne authored
All files have been renamed from Qml to QDeclarative. Registration of types is now done in an initializer method.
-
- Feb 24, 2010
-
-
Lasse Holmstedt authored
-
- Feb 22, 2010
-
-
Kai Koehne authored
-
- Feb 16, 2010
-
-
Lasse Holmstedt authored
The new QML Inspector depends on DebuggerPlugin. Also added a dropdown menu into the debugger toolbar from which the user can select the used debugging language, e.g. C++ or QML.
-
- Jan 29, 2010
-
-
Kai Koehne authored
Old format is still available as a fallback.
-
- Jan 15, 2010
-
-
Erik Verbruggen authored
-
- Jan 13, 2010
-
-
Kai Koehne authored
Otherwise parallel builds might fail
-