- 09 Jun, 2011 8 commits
-
-
Christiaan Janssen authored
Change-Id: Ibc012d517556914e61ccbf58245a6d83cb4c8a80 Reviewed-by: Kai Koehne Reviewed-on: http://codereview.qt.nokia.com/429 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Christiaan Janssen authored
Change-Id: Ib6341937847cc784078f499dd0040456bd60efee Reviewed-by: Kai Koehne Reviewed-on: http://codereview.qt.nokia.com/430 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Orgad Shaneh authored
Merge-request: 342 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Change-Id: Ib765053e69f3917356ad30d70306165cfa19effa
-
Christiaan Janssen authored
Change-Id: I00e051f810fb147775c925f0e2378a46d660967e Reviewed-on: http://codereview.qt.nokia.com/423 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
dt_ authored
Those tasks might not have finished yet, so there's a small race when canceling and restarting a task. Change-Id: I9f9ffcc6869455e7d8a407ff6ff4c40518d60f27 Task-Nr: QTCREATORBUG-4801 Reviewed-on: http://codereview.qt.nokia.com/419 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Thomas Hartmann authored
There was some dead code I removed. I also refactored the node removal and made it more robust. Change-Id: I3bd566011302968c1d798689fcca3b4a3880b306 Reviewed-on: http://codereview.qt.nokia.com/417 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Thomas Hartmann authored
I implemented nodeReparented() (bugfix) I use ModelNode::ComponentSource instead of childNode.type() == "QtQuick.Component" to catch "implicit" components. Change-Id: Ie5bd48afbb5a5b10c3544406b1229aafc5dabed5 Reviewed-on: http://codereview.qt.nokia.com/416 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Erik Verbruggen authored
Change-Id: I75c5dc43832d42588302bc0dadefcd4b6e2addc6 Reviewed-on: http://codereview.qt.nokia.com/414 Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
- 08 Jun, 2011 15 commits
-
-
Thomas Hartmann authored
Change-Id: Ied53326c2f8c92b9af28591496e118eef69790b8 Reviewed-on: http://codereview.qt.nokia.com/410 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Thomas Hartmann authored
This will help in the future to add features like a context menu. Change-Id: I194e79328b72798a8e000a8ca3abe48150965afb Reviewed-on: http://codereview.qt.nokia.com/409 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Christian Kandeler authored
Functionality is already in MaemoQtVersion. Also move some environment stuff there. Change-Id: Ibbe91aed5611b1fa60afd3954767596af74b8c80 Reviewed-on: http://codereview.qt.nokia.com/387 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Thomas Hartmann authored
I changed customParserSource into nodeSource and use it also for components. This means we do not use auxiliaryData anymore with some magic __component_data identifier. To distinguish between CustumParserSource and ComponentSource I introduced the enum NodeSourceType. Also in this patch I added auxiliaryData in the creation of a node. This was useful for prototyping and will help with prototyping/testing in the future. Change-Id: I2152c26c0c767f869f7dce7209abf43f594fd2ad Reviewed-on: http://codereview.qt.nokia.com/399 Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
Tobias Hunger authored
Change-Id: Ia7da72fa2a01cd3b563fcae0d7b4d1c99acc46eb Reviewed-on: http://codereview.qt.nokia.com/384 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Paweł Polański <jaggernod@gmail.com>
-
Tobias Hunger authored
Change-Id: I21d103153dd0cebaf69ae57cbf19cfabd3ec3ead Reviewed-on: http://codereview.qt.nokia.com/385 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Thomas Hartmann authored
The synchronisation of selection between text and designmode was broken. This fixes a regression. Change-Id: I4d3fd2f9716398a16e01ce3d389d099bfad1f66b Reviewed-on: http://codereview.qt.nokia.com/401 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Kai Koehne authored
Task-number: QTCREATORBUG-4633 Change-Id: I4116e63da6633bebb21ba08084e2d8edde4fbd6d Reviewed-on: http://codereview.qt.nokia.com/383 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Christian Kandeler authored
It does not seem to be necessary anymore, Harmattan does not support it, and it was a hack in the first place. Change-Id: I393fda9dbc45a9da5d270df3cfd0b90dbbfbdf2e Reviewed-on: http://codereview.qt.nokia.com/386 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Kai Koehne authored
This will allow e.g. the JS Debugger to catch scripts running at startup. Change-Id: I00d339b06f1ed2b716c62bd2d53a32c2b20b1ddc Reviewed-on: http://codereview.qt.nokia.com/377 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
Christiaan Janssen authored
Change-Id: I7c77d7854dac8e28cd5bcdeb4e6a8687fdb8606e Reviewed-on: http://codereview.qt.nokia.com/361 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Jarek Kobus authored
Task-number: QTCREATORBUG-5025 Change-Id: Ia3f6fa2380dd1a93f120873f584662a267ca4d50 Reviewed-on: http://codereview.qt.nokia.com/360 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
Christian Kandeler authored
Change-Id: If040c5c3b399a37c01d77fab6c16820466b4dc34 Reviewed-on: http://codereview.qt.nokia.com/373 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Christian Kandeler authored
Change-Id: I78374d2325a16d1a50ed46164385eebd7fdf6143 Reviewed-on: http://codereview.qt.nokia.com/372 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Christian Kandeler authored
The devices now have the relevant support libraries installed. Change-Id: I94a78959ad28074258987388cb5ec6f394c3d3e9 Reviewed-on: http://codereview.qt.nokia.com/362 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 07 Jun, 2011 17 commits
-
-
Tobias Hunger authored
Change-Id: If49183f2d8ed4ad3086dbdbfc20272127be22c25 Reviewed-on: http://codereview.qt.nokia.com/370 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
dt_ authored
Typo in the code found by clang Change-Id: Ibe1b7711625049418792013609467d4d34e0f886 Reviewed-on: http://codereview.qt.nokia.com/364 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
hjk authored
Change-Id: I0a4cdcb04da9cbc74b0676196aba1f38f3e87981 Reviewed-on: http://codereview.qt.nokia.com/367 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: Idfca9513926004f5ab67c29838fc18c963a57a4b Reviewed-on: http://codereview.qt.nokia.com/366 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I35914e79dce4894a5ec7f0ee656b86e4ce13e2a9 Reviewed-on: http://codereview.qt.nokia.com/365 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Tobias Hunger authored
Change-Id: Idf8f0f367d329dad23d375bb08d3bc34bafe4115 Reviewed-on: http://codereview.qt.nokia.com/363 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-5036 Change-Id: I9fc973acfb73c5da0489073a2130f5738656670d Reviewed-on: http://codereview.qt.nokia.com/356 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Tobias Hunger authored
Do not rerun qmake when using a tool chain which requires a non-standard mkspec to be used. Change-Id: I6171790805743251a7867111faa46bd4d4cc890d Reviewed-on: http://codereview.qt.nokia.com/314 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Change-Id: Id2c71078c71c52a6211bd3fe2ef4a18e009e5120 Reviewed-on: http://codereview.qt.nokia.com/349 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Paweł Polański <jaggernod@gmail.com>
-
Christian Kandeler authored
Other plugins are expected to build on the RemoteLinux infrastructure in the future, providing OS types of their own. A string-based identifier is much better suited for that than the currently used enum approach. Change-Id: I702a1ed7628d908d9c68ae0910ad1a6f1b92786f Reviewed-on: http://codereview.qt.nokia.com/357 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Return a 0 pointer instead of false. Change-Id: I8381e3e4a1cbac6f0c9e523ff177865a6886c76d Reviewed-on: http://codereview.qt.nokia.com/344 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Change-Id: I3c3575670720fafa1b81d553abaad81303836379 Reviewed-on: http://codereview.qt.nokia.com/351 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Fawzi Mohamed authored
removed snapshot from find usages, as now it is reachable through the context Change-Id: Ie470d275ae1b71caad4169234e6fc9af8687c7f0 Reviewed-on: http://codereview.qt.nokia.com/341 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Fawzi Mohamed authored
correctly insert the scope for code blocks in UiScriptBindings and UiPublicMember, and improve find usages for types (correctly detecting variables in the same scope) Change-Id: Iaaf1a59f041f3831fbe04243b220fb85fde76479 Reviewed-on: http://codereview.qt.nokia.com/335 Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
Tobias Hunger authored
* Add shortcuts * Add refresh button Change-Id: Idfe5c86459d654ea75fb90542eaa4d9cc1405d33 Reviewed-on: http://codereview.qt.nokia.com/220 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I09d6ac15a53e29a7a916be4b80ff2b99372eb079 Reviewed-on: http://codereview.qt.nokia.com/219 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-4942 Change-Id: Ifd8586e110379a621c43233fe9b912bd82f7f28a Reviewed-on: http://codereview.qt.nokia.com/218 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-