- Dec 01, 2010
-
-
Leandro Melo authored
-
Christian Kamm authored
The new multiline string literals mixed things up. Task-number: QTCREATORBUG-3244 Reviewed-by: Roberto Raggi
-
Leandro Melo authored
This is basically a continuation of the commits which refactor code out of the base text editor. For instance, 36fa1de4 and 3a684586. Also removed the doXXXX() forwarding methods.
-
- Nov 30, 2010
-
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
- Nov 25, 2010
-
-
Christian Kamm authored
Rubber-stamped-by: Friedemann Kleint
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
- Nov 17, 2010
-
-
Christian Kamm authored
-
Christian Kamm authored
-
Oswald Buddenhagen authored
get away from argument stringlists. instead, use native shell command lines which support quoting/splitting, environment variable expansion and redirections with well-understood semantics. Task-number: QTCREATORBUG-542 Task-number: QTCREATORBUG-1564
-
Leandro Melo authored
The brief description was not being shown. The help id for a QML element is something like QML.Item while the extraction mark is simply Item. Reviewed-by: Thomas Hartmann Reviewed-by: con
-
- Nov 16, 2010
-
-
Christian Kamm authored
A full evaluate() call resolves the property and continues to the underlying type. If we use Evaluate::reference() instead, we only the first step is done and we can get at the source location if a ASTPropertyReference is returned. Reviewed-by: Erik Verbruggen
-
- Nov 15, 2010
-
-
Tobias Hunger authored
-
Christian Kamm authored
Task-number: QTCREATORBUG-3070
-
Christian Kamm authored
-
- Nov 12, 2010
-
-
Kai Koehne authored
Unify the original qml file generated by Qt Quick UI / Qt Quick Application wizards. Use a default size of 360x360. Furthermore, add a MouseArea such that clicking on the app will close it (demonstrating the use of Qt.quit()). Reviewed-by: Alessandro Portale
-
Christian Kamm authored
Task-number: QTCREATORBUG-3067 Reviewed-by: Roberto Raggi
-
con authored
-
Christian Kamm authored
-
Christian Kamm authored
Task-number: QTCREATORBUG-2155 Reviewed-by: Roberto Raggi
-
Christian Kamm authored
Task-number: QTCREATORBUG-2642 Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
Task-number: QTCREATORBUG-2619 Reviewed-by: Erik Verbruggen
-
- Nov 11, 2010
-
-
Thomas Hartmann authored
The protype chain is cached in m_prototypes, but the type might have changed. We have to check for this case. Reviewed-by: Lasse Holmstedt
-
Kai Koehne authored
Fix the artifacts when the annotations contain a multi-line string. Task-number: QTCREATORBUG-2889 Reviewed-by: erikv
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-2666 Reviewed-by: Christian Kamm
-
Christian Kamm authored
Reviewed-by: Thomas Hartmann
-
- Nov 10, 2010
-
-
Leandro Melo authored
It was being reset based on the highlighter definitions. Consider some refactoring with the related options as well to avoid overriding user's settings. Done-with: Thorbjorn Lindeijer
-
Christian Kamm authored
Task-number: QTCREATORBUG-2658 Reviewed-by: Roberto Raggi
-
- Nov 09, 2010
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-2986 Reviewed-by: Roberto Raggi
-
Leandro Melo authored
Reviewed-by: Thorbjorn Lindeijer
-
- Nov 05, 2010
-
-
Leandro Melo authored
Reviewed-by: ckamm
-
- Nov 03, 2010
-
-
Oswald Buddenhagen authored
... instead of running a sed script over a lot of files on each version increment.
-
Oswald Buddenhagen authored
-
Tobias Hunger authored
Krazy was complaining about those.
-
- Nov 02, 2010
-
-
Friedemann Kleint authored
Clean icore.h.
-
con authored
-
Friedemann Kleint authored
Move internal classes QmlJSEditorEditable/SemanticHighlighter out of qmljseditor.h. Move QmlJSEditor from namespace QmlJSEditor::Internal to QmlJSEditor. Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
- Nov 01, 2010
-
-
Friedemann Kleint authored
- Unexport Core::Internal::MainWindow and remove its includes. - Move RssFetcher from Core::Internal to Core. - Unexport CopyTaskHandler. - Move TextEditor's completion support and Refactor Overlay helper classes from TextEditor::Internal to TextEditor as they are exported. - Move internal BaseTextBlockSelection into private header. - Unexport TextEditorOverlay as they are not used.
-
con authored
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.
-
- Oct 29, 2010
-
-
Friedemann Kleint authored
Remove internal markers from exported headers, introduce private class for BaseTextDocument. Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-