- Nov 24, 2010
-
-
Christian Kandeler authored
-
Marco Bubke authored
-
Marco Bubke authored
-
Tobias Hunger authored
-
Tobias Hunger authored
Wharn when qmake patches sis files to make them compatible with self-signing. Task-number: QTCREATORBUG-2403 Reviewed-by: Pawel Polanski
-
Tobias Hunger authored
Clean up passphrase dialog to get rid of warnings at runtime. While at it: Make sure we do not get an empty passphrase. Reviewed-by: Pawel Polanski
-
Tobias Hunger authored
Reviewed-by: Pawel Polanski
-
Arvid Ephraim Picciani authored
-
Friedemann Kleint authored
-
hjk authored
-
hjk authored
-
Christian Kandeler authored
Ensure that the desktop files we deploy contain the right path to the executable. Reviewed-by: kh1
-
Marco Bubke authored
-
Marco Bubke authored
-
Marco Bubke authored
e.g. property int myHeight: height + 42
-
Marco Bubke authored
ModelUtilities are not used anymore.
-
Marco Bubke authored
The complete qml emulation layer (instances) is moved into another external process (qmlpuppet). Summary of architectural changes: - Asynchronous messaging Handling commands and data transfer asynchronously reduces the amount of context switches between processes. - Proxy classes for client process This classes abstract the inter process communication - QVariant based command parsing and serialization Using LocalSocket in bidirectional manner for communications of commands and data transfer. - Integer based identifier instead of ModelNode in client process The qml emulation layer (instances) has no more depencies to our internal data model. - Timer based rendering Rendering in instances is controlled by a timer. Only dirty items are updated.
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Marco Bubke authored
-
Marco Bubke authored
-
Marco Bubke authored
-
Marco Bubke authored
Fixes many graphics glitches, improve render speed. Reviewed-By: Thomas Hartmann
-
Jarek Kobus authored
Task: QTCREATORBUG-1297 RevBy: dt <qtc-committer@nokia.com>
-
Christian Kandeler authored
Reviewed-by: dt
-
Kai Koehne authored
Also apply changes to the .qml file in e.g. the Design mode to the running application.
-
Rhys Weatherley authored
-
- Nov 23, 2010
-
-
hjk authored
-
hjk authored
This removes the remove/set flicker in most single stepping cases.
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Kai Koehne authored
This is convenient especially in the observer mode. Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
-
Kai Koehne authored
-
Kai Koehne authored
-
Kai Koehne authored
-
Kai Koehne authored
Any DEFINE used in qmljsdebugger-lib.pri is also passed to the users code.
-
Kai Koehne authored
Incorporate into qmljsdebugger-lib.pri Task-number: QTCREATORBUG-2951
-