- 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>
-
Kai Koehne authored
Guard the incremental updates with beginResetModel/endResetModel This gives better overall performance then passing the incremental updates to the views. Tested-by: Lasse Holmstedt
-
- Oct 27, 2010
-
-
Christian Kamm authored
The parser's error recovery generates three nested object definitions for code like Item { Item { font } } where the innermost definition corresponds to 'font }' and has an empty lbrace token. If we create a Range for this recovered definition, code completion will fail for 'font.'. Task-number: QTCREATORBUG-2767 Reviewed-by: Roberto Raggi
-
- Oct 26, 2010
-
-
Friedemann Kleint authored
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 (cherry picked from commit f1fb0bdd)
-
Friedemann Kleint authored
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
-
- Oct 22, 2010
-
-
Kai Koehne authored
Creating a LookupContext can be sloooow for large projects. We create one instance for every update in the Outline to get the right icons. Take a shortcut here and just use the element name directly, ignoring packages names etc. This is a hot fix for 2.1, a following patch will change the Icon retrieval API accordingly. Reviewed-by: Roberto Raggi Task-number: QTCREATORBUG-2859
-
- Oct 21, 2010
-
-
Thomas Hartmann authored
Reviewed-by: Marco Bubke
-
Thomas Hartmann authored
Reviewed-by: Lasse Holmstedt
-