- Dec 02, 2010
-
-
con authored
That fires when the current editor fires its changed signal.
-
Arvid Ephraim Picciani authored
-
Arvid Ephraim Picciani authored
-
Pawel Polanski authored
-
con authored
-
con authored
Tries to figure out the editor type from the title pattern in that case.
-
Rhys Weatherley authored
-
Rhys Weatherley authored
-
Rhys Weatherley authored
-
Rhys Weatherley authored
-
- Dec 01, 2010
-
-
con authored
Task-number: QTCREATORBUG-2936
-
Marco Bubke authored
-
Marco Bubke authored
-
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
-