- Feb 03, 2011
-
-
hjk authored
-
- Jan 10, 2011
-
-
Friedemann Kleint authored
(Cmake/Qt4). Use PluginManager invocation facility for the form class code generation. Do the rest (testing for form editor, retrieving the editor contents). Acked-By: hjk
-
- Jan 06, 2011
- Dec 20, 2010
-
-
Nicolas Arnaud-Cormos authored
This plugin let the user record and replay some macros: * 3 handlers: action, find and texteditor * almost all texteditor and cpp actions recorded * options page to set the directories where the macros are stored * optional dialog to give a name and comment at the end of a macro * locator integration to play a macro * shortcuts assignment to macro The most important change outside the plugin macros is the isScriptable method for command: All scriptable commands can be stored in a macro. Merge-request: 2176 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Nov 26, 2010
-
-
Roberto Raggi authored
-
- Nov 22, 2010
-
-
Arvid Ephraim Picciani authored
-
- Nov 11, 2010
-
-
Christian Kamm authored
Reviewed-by: Thomas Hartmann
-
- Nov 10, 2010
-
-
Roberto Raggi authored
-
- Nov 04, 2010
-
-
con authored
The Qt4 project manager was unnecessarily linking against the QML JS editor plugin. Reviewed-by: dt
-
- Oct 08, 2010
-
-
Leandro Melo authored
Reviewed-by: con
-
- Oct 04, 2010
- Sep 29, 2010
-
-
Kai Koehne authored
Reviewed-by: Thomas Hartmann
-
- 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
-