- Dec 01, 2010
-
-
Marco Bubke authored
-
Marco Bubke authored
There are many int to ModelNode hashes in the views. This patch implement a int to ModelNode hash in the model to make them obsolete. Reviewed-By: Thomas Hartmann
-
Arvid Ephraim Picciani authored
-
Arvid Ephraim Picciani authored
-
Kai Koehne authored
Reviewed-by: Thomas Hartmann
-
Thomas Hartmann authored
The new implementation is based on the QmlJS::Interpreter meta info system and gets its info from parsing qml and qmldumper instead of interogating QDeclarative classes. So we share this code with the Qml TextEditor and this approach is also way more flexible. It also work with different Qt versions. The meta info is now bound to a document/rewriter. The api has changed slightly. subComponentManager: cleanup The SubComponentManager does not have to provide meta info, anymore. propertyParser: cleanup Enums were never properly converted. here. metaInfo: remove old MetaInfo classes Removing the old MetaInfo classes and code
-
Thomas Hartmann authored
isContainer() is not anymore
-
Thomas Hartmann authored
The item library now also provides small icons for the navigator.
-
Thomas Hartmann authored
We need this for the new AST based meta info system
-
Kai Koehne authored
FileInProjectFinder implements an heuristic to find the likely source file for an aribrary file path, e.g. in the shadow build folder or on the device. This is useful especially for .qml files, which are executed at runtime. Reviewed-by: con
-
Christian Kandeler authored
Task-number: QTCREATORBUG-2511 Reviewed-by: Alessandro Portale
-
Christian Kandeler authored
- /usr/local -> /usr - Technically, this changes the default installation path for all non-Fremantle UNIX systems.
-
Friedemann Kleint authored
-
Arvid Ephraim Picciani authored
belongs to 0ab67db5
-
Arvid Ephraim Picciani authored
-
Arvid Ephraim Picciani authored
-
hjk authored
Task-number: QTCREATORBUG-2912
-
con authored
Task-number: QTCREATORBUG-3192
-
Leandro Melo authored
-
Pawel Polanski authored
If no Symbian device is connected the deployment process will be skipped instead of aborting the whole build.
-
Pawel Polanski authored
-
Christian Kandeler authored
Move #include directive along with matching code. Written-by: con
-
Christian Kandeler authored
Task-number: QTCREATORBUG-2708 Reviewed-by: kh1
-
con authored
Task-number: QTCREATORBUG-2941
-
con authored
We use the editor manager's way to save modified files now, so the normal logic for read only files is applied, including the "cancel/save as/open vcs/make writable" dialog. Also fixes that it wasn't handled as a "cancel" if the user chooses to cancel this dialog. Task-number: QTCREATORBUG-3109
-
con authored
-
con authored
promptReadOnlyFile: EditorManager-->FileManager fileFilters: EditorManager-->MimeDataBase saveFile & saveFileAs --> IFile based
-
con authored
Reviewed-by: mae
-
con authored
-
Christian Kamm authored
The new multiline string literals mixed things up. Task-number: QTCREATORBUG-3244 Reviewed-by: Roberto Raggi
-
hjk authored
-
hjk authored
-
hjk authored
-
Christian Kamm authored
-
Christian Kamm authored
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.
-
Rhys Weatherley authored
Attributes, uniforms, varyings, and constants are shown with a distinguished icon that is different from regular variables.
-
Rhys Weatherley authored
-
Rhys Weatherley authored
The Qt variant is almost exactly the same as GLSL/ES, so there is little point having a separate variant code.
-
Rhys Weatherley authored
-