- 12 Jan, 2011 1 commit
-
-
con authored
-
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 07 Dec, 2010 1 commit
-
-
Kai Koehne authored
Use the 'QtQuick 1.0' namespace introduced in 4.7.1. This makes them in line with the examples/demos we ship in the SDK, but breaks for 4.7.0 (e.g. N900). Task-number: QTCREATORBUG-3243
-
- 02 Dec, 2010 1 commit
-
-
con authored
-
- 17 Nov, 2010 1 commit
-
-
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
-
- 12 Nov, 2010 1 commit
-
-
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
-
- 11 Nov, 2010 2 commits
-
-
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
-
- 10 Nov, 2010 1 commit
-
-
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
-
- 02 Nov, 2010 1 commit
-
-
con authored
-
- 27 Oct, 2010 1 commit
-
-
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
-
- 26 Oct, 2010 2 commits
-
-
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
-
- 22 Oct, 2010 1 commit
-
-
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
-
- 21 Oct, 2010 4 commits
-
-
Thomas Hartmann authored
Reviewed-by: Marco Bubke
-
Thomas Hartmann authored
Reviewed-by: Lasse Holmstedt
-
Thomas Hartmann authored
Getting the lookup context is expensive. So it is now done only on user interaction. Reviewed-by: Roberto Raggi
-
Thomas Hartmann authored
Most users perceived this as a bug and found it annoying in practice. So this feature gets removed. Reviewed-by: Roberto Raggi
-
- 19 Oct, 2010 1 commit
-
-
Christian Kamm authored
This was the root cause of several issues with scoping and import resolution. For instance, finding the components that instantiate a component that's opened in the editor failed; leading to code completion missing valid entries. Reviewed-by: Erik Verbruggen Reviewed-by: Roberto Raggi
-
- 15 Oct, 2010 2 commits
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-2640 Reviewed-by: Roberto Raggi
-
Christian Kamm authored
It is now guaranteed that the ModelManager's snapshot will be updated before the documentChanged/libraryInfoChanged signals are emitted. Whether the updated document/library is already in the snapshot or not was undefined before. Task-number: QTCREATORBUG-2640 Reviewed-by: Roberto Raggi
-
- 14 Oct, 2010 2 commits
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-2737 Reviewed-by: Kai Koehne
-
Christian Kamm authored
Task-number: QTCREATORBUG-2733 Reviewed-by: Kai Koehne
-
- 12 Oct, 2010 1 commit
-
-
Thomas Hartmann authored
Apple + Alt + Space is a reserved key at least on OS X 10.5. Task-number: QTCREATORBUG-2628 Done-with: Lasse Holmstedt Reviewed-by: Lasse Holmstedt
-
- 08 Oct, 2010 3 commits
-
-
Kai Koehne authored
The Outline is only updated (with a delay) if the current text is syntactically valid. Prevent the outline from changing the text underneath via drag&drop if the outline model is 'behind'. Reviewed-by: Christian Kamm
-
Thomas Hartmann authored
The Quick ToolBar now also gets enabled by hovering on an item defintion. It is shown 1 second after the tooltip. Reviewed-by: Christian Kamm
-
hjk authored
-
- 07 Oct, 2010 1 commit
-
-
hjk authored
-
- 06 Oct, 2010 2 commits
-
-
Thomas Hartmann authored
This feature is not polished enough for the beta Reviewed-by: dt
-
Thomas Hartmann authored
We have to support the N900 Reviewed-by: dt
-
- 04 Oct, 2010 2 commits
-
-
Thomas Hartmann authored
Reviewed-by: Kai Koehne
-
Christian Kamm authored
Task-number: QTCREATORBUG-2594 Done-with: Thomas Hartmann
-
- 30 Sep, 2010 3 commits
-
-
Thomas Hartmann authored
I an id is now changed in the navaigator or property editor, we now use the qmljseditor to properly refactor. Also I changed dynamic_cast to qobject_cast Reviewed-by: Erik Verbruggen
-
Erik Verbruggen authored
-
Christian Kandeler authored
Task-number: QTCREATORBUG-2510 Reviewed-by: Kai Koehne
-
- 29 Sep, 2010 4 commits
-
-
Daniel Molkentin authored
Reviewed-by: Alessandro Portale
-
Thomas Hartmann authored
1000ms after a tooltip is shown we now also show the quick toolbar Reviewed-by: Erik Verbruggen
-
Lasse Holmstedt authored
Moved qmljsdebugger to a dir under qml/, made qmlobserver compile without creator dependencies and made it compile with debugging helpers. Reviewed-by: hjk
-
Lasse Holmstedt authored
Must be compiled during runtime - otherwise, the app may not work with Qt that is compiled with another compiler. Reviewed-by: hjk
-
- 28 Sep, 2010 1 commit
-
-
Leena Miettinen authored
-