- 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
-
Kai Koehne authored
Fix compilation on gcc.
-
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
-
Thomas Hartmann authored
Those are needed for the Visual Editor Reviewed-by: Christian Kamm
-
Thomas Hartmann authored
We should differentiate between int and real Reviewed-by: Christian Kamm
-
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
-
Friedemann Kleint authored
Reorganize simple dumpers to be easily nested, add QVariant dumper. Introduce enumeration and detection routine for types.
-
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
-
Friedemann Kleint authored
Introduced by 11c7e15a. Acked-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
hjk authored
-
hjk authored
-
hjk authored
-
Christian Kamm authored
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-