- Oct 03, 2010
-
-
Alessandro Portale authored
The scanning phase was in some cases insanely long. Reason was that Creator feeds wrong paths to the CppModelManager, for example "/". The scanning phase did what it was told to: scan that whole Harddrive. This patch makes sure that the scanning is not done for "/" Done-With: Roberto
-
Alessandro Portale authored
(The other Samba is meant. The slow one, not the nice one.) Creator manages to feed the CppModelManager with all kinds of wrong include paths. That is usually not a big issue as long as that path is not a simple "/". CppManager appended a separator to all incoming include paths. And when the above "/" was passed in, we had (on my machine) 7 seconds of Samba Network lookup, multiple times during a parse. And the sad thing was that my dear colleagues in the Intranet did not even have the searched-for header files on their shared folders. This patch makes sure that a separator is only appended if the path does not already end with one. The real core of the issue (wrong include paths from Creator) still needs to be fixed. Done-with: Roberto Raggi
-
- Oct 02, 2010
-
-
Alessandro Portale authored
This was committed to the master branch, but was supposed to go into 2.1 (I misunderstood the branching strategy of Creator 2.1). Since this does not change Creator code: Reviewed-by: Trustme
-
- Oct 01, 2010
-
-
hjk authored
Reviewed-by: Alessandro Portale Task-number: QTCREATORBUG-2552
-
Pawel Polanski authored
Reviewed-by: hjk
-
hjk authored
The problem of gdb finding QVector::malloc instead of the global malloc appeared again. The workaorund is to use calloc which is not used by Qt. However, for transfering string literal data to the inferior gdb uses malloc internally outside our control, so we cannot use string literals in inferior calls at all. In the particular case of QObject property names we are lucky as the data already exists in the inferior memory. This patch just uses it. Reviewed-by: Leandro Melo Task: QTCREATORBUG-2533
-
Kai Koehne authored
-
Kai Koehne authored
We've to wait with reloadEngines until the services are actually enabled.
-
Kai Koehne authored
Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
-
hjk authored
Reviewed-by: Robert Loehning Task-number: QTCREATORBUG-2543, QTCREATORBUG-2544
-
Leena Miettinen authored
Reviewed-by: Christian Kandeler
-
Christian Kandeler authored
-
Christian Kandeler authored
-
Thomas Hartmann authored
Bauhaus does not support import Qt 4.7 anymore Reviewed-by: Kai Koehne
-
Christian Kamm authored
Reviewed-by: Thomas Hartmann
-
Kai Koehne authored
Don't 'loose' messages at startup because the client is not enabled yet / sendMessage will silently fail. Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
We now instantiate an extra JSDebugger object in the generated class. Reviewed-by: aportale
-
Kai Koehne authored
Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
Actually this is fixed in QDeclarativeService::sendMessage, too, but the fix won't be part of 4.7.1, so better double-check. Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
Copy over the private header files to creator source tree, along the lines of the what the designer plugin does. Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
Protocol / classes changed with commit fd9771c29d Reviewed-by: Christiaan Janssen
-
Thomas Hartmann authored
huge renaming from Qt to QtQuick propertyeditor qml files moved from Qt to QtQuick auotests fixed files used in tests fixed autotests pass Task-number: QTCREATORBUG-2556 Reviewed-by: Kai Koehne
-
Christian Kandeler authored
Reviewed-by: kh1
-
Jarek Kobus authored
-
Leandro Melo authored
The C++ hover handler should just iterate over the list of candidates, since it was created by the element evaluator considering all possible name qualifications and in the right order. Reviewed-by: kh1
-
Leandro Melo authored
This is basically for consistency with the docs and with the html extraction mechanism. Reviewed-by: Roberto Raggi
-
Christian Kamm authored
This adds the QtQuick 1.0 module to the code model. Reviewed-by: TrustMe
-
Christian Kamm authored
In the future, builtin objects are going to be exported in Qt 4.7 and QtQuick 1.0. Reviewed-by: Roberto Raggi
-
- Sep 30, 2010
-
-
dt authored
Reviewed-By: ossi
-
Christian Kamm authored
Make sure to push a transitory state before leave(true) so it only finishes the statement - and not the surrounding statement! Reviewed-by: trustme
-
Leandro Melo authored
Reviewed-by: Tobias Hunger
-
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
-
Thomas Hartmann authored
Task-number: QTCREATORBUG-2507 There might be files without an import for Qt States require "Qt" I also added try {} catch blocks to the state editor, to avoid issues like this. Reviewed-by: Kai Koehne
-
dt authored
Some of the buttons weren't disabled. Reviewed-By: Leandro Melo
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Symptom of file name slashification breakage. Reviewed-by: dt Task-number: QTCREATORBUG-2535
-
Erik Verbruggen authored
-