- 24 Nov, 2010 16 commits
-
-
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
-
- 23 Nov, 2010 24 commits
-
-
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
-
Christiaan Janssen authored
Reviewed-by: hjk
-
Tobias Hunger authored
Only enable submit button in the git submit editor when a non-empty desciption of the patch is available. Git rejects empty commit messages and old versions fail without even giving an error Qt Creator can detect, so this should make commiting a bit more save. Task-number: QTCREATORBUG-2410
-
Tobias Hunger authored
Do not offer to commit in the dialog opened when closing the commit editor when the commit is not containing all the required information.
-
Oswald Buddenhagen authored
-
dt authored
The user might create directories or delete them while in the browsing interface, thus in the PathChooser trigger a validation after browsing. Task-Nr: QTCREATORBUG-3105 Reviewed-By: Friedemann Kleint
-
hjk authored
-
hjk authored
Even if no engine is running.
-
Friedemann Kleint authored
Add optional code model scope checking. Remove need to call to 'expandlocals' command by giving 'locals' options for expanded and uninitialized variables, saving one roundtrip. Handle shadowed variables and __formal parameters. Differentiate between name and iname in SymbolGroup.
-
Tobias Hunger authored
* Warn on spaces in the project path * Warn on special characters in the project name only This should stop warnings from appearing when trying to run the Qt demos on symbian.
-
Tobias Hunger authored
Fix default names of project configuration objects on upgrades from pre 2.0 creators. Task-number: QTCREATORBUG-3143
-
hjk authored
-