- Nov 25, 2010
-
-
Tobias Hunger authored
Improve qmake parser to handle yet another way it marks up warnings. Add unit test for this case.
-
Arvid Ephraim Picciani authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Friedemann Kleint authored
Fix warnings.
-
Max Desyatov authored
Merge-request: 221 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Friedemann Kleint authored
To enable creating lightweight value classes for dumping. Add some fixes for inames (template base classes). Fix find().
-
Rhys Weatherley authored
-
- Nov 24, 2010
-
-
Francois Ferrand authored
Merge-request: 198 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Christian Kandeler authored
-
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
-