- Dec 02, 2010
-
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Christian Kandeler authored
For larger projects, it doesn't make much sense without mentioning the respective project file.
-
Friedemann Kleint authored
-
Pawel Polanski authored
Reviewed-by: Tobias Hunger
-
Friedemann Kleint authored
Kill the debuggee when gdb crashes in stopped state to prevent the phone from locking up. Task-number: QTCREATORBUG-3099
-
Arvid Ephraim Picciani authored
-
Christian Kandeler authored
We now evaluate the "purpose" attribute of the "variable" tag and the "option" attribute of the "value" tag.
-
Christian Kandeler authored
We now evaluate the new "service" attribute of the "port" tag.
-
Friedemann Kleint authored
Add local symbol files for libraries to gdb along with section addresses using the command add-symbol-file <file> <address[es]>. Whenever TRK reports a module load, check for a matching local .sym file in a folder pointed to by the QTC_SYMBIAN_SYMBOLFILE_CACHE environment variable or the folder of the application executable symbol file (which should be udeb/urel of EPOC). Rubber-stamped-by: hjk
-
Daniel Molkentin authored
Enables use of multi-target GDB. Reviewed-by: hjk
-
Tobias Hunger authored
Task-number: QTCREATORBUG-3207
-
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.
-