- 20 Jun, 2011 6 commits
-
-
hjk authored
Change-Id: I299334f2b552d4b051dfd9d0d4d85a54b92d0c2d Reviewed-on: http://codereview.qt.nokia.com/497 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
con authored
Change-Id: I599f81a9e320f970b6f44df566d599508dfa0a7f Reviewed-on: http://codereview.qt.nokia.com/488 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
con authored
Need to work around QTBUG-7739 that prohibits filters that don't start with * Change-Id: Ia984b25903abab125b403b53b5f3fe70ac9c54d4 Reviewed-on: http://codereview.qt.nokia.com/482 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Friedemann Kleint authored
Change-Id: I33889fba7a9b7dfcf4fb84188fc0526230005e12 Reviewed-on: http://codereview.qt.nokia.com/494 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Friedemann Kleint authored
QML Profiler,etc. Change-Id: Ie4c5b6152735b45257856340797b446c3360edd5 Reviewed-on: http://codereview.qt.nokia.com/493 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Christiaan Janssen authored
Change-Id: Ieb9cf689d72986b3ede931f327b048d25a53cf6e Reviewed-on: http://codereview.qt.nokia.com/490 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 15 Jun, 2011 4 commits
-
-
Thomas Hartmann authored
Change-Id: Idb243372f4c639c91ea3085c3fdf916758ddcf49 Reviewed-on: http://codereview.qt.nokia.com/485 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Thomas Hartmann authored
Images are visible again. Change-Id: I02c2a2e741accda4d3f67cbb2a1cf5a12cabafb1 Reviewed-on: http://codereview.qt.nokia.com/484 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Friedemann Kleint authored
Change-Id: I66b8b0e20b225429b4399dfca154a2806260ac61 Reviewed-on: http://codereview.qt.nokia.com/483 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Christian Kandeler authored
Change-Id: Icf34111ad63cd4e76c5eb8bd18111e7317f07c9c Reviewed-on: http://codereview.qt.nokia.com/479 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- 14 Jun, 2011 13 commits
-
-
Friedemann Kleint authored
Change-Id: I08babdb15bcf7f7ac086e9e12955b780b7591391 Reviewed-on: http://codereview.qt.nokia.com/480 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Orgad Shaneh authored
Prevents external process from waiting for user input. Merge-request: 347 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Change-Id: Icfd3e39a83ba945ebf89c1cbb2157e2a1c9f4d89
-
Christiaan Janssen authored
Change-Id: I3057c687d9e812448fd2c2846b06ac7c2d32d5e3 Reviewed-on: http://codereview.qt.nokia.com/476 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Christian Kandeler authored
It was only a workaround for a Fremantle problem that no longer exists and has no advantages to the gdbserver approach. Change-Id: Ia92c3e423fde3735a010d8abff646593f8bccdda Reviewed-on: http://codereview.qt.nokia.com/478 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
dt authored
Selecting the toolchain is a configure time setting for cmake. So that's the right place, except for us the debugger also depends on the toolchain. Switching the debugger thus involves reconfiguring. Also due to the cmake cache in most cases reconfiguring with a different toolchain selected won't do anything. Cmake and creator's concept of toolchains clash. Task-Nr: QTCREATORBUG-4898 Change-Id: Ibf84029d7008046891750a91666d0e3e4711ec69 Reviewed-on: http://codereview.qt.nokia.com/477 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Kai Koehne authored
Change-Id: I31d1938194574dbc90b4df948b70781679f4830d Reviewed-on: http://codereview.qt.nokia.com/472 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Friedemann Kleint authored
Change-Id: I38345500156ce6fa4eb747562a3f9434040615ff Reviewed-on: http://codereview.qt.nokia.com/473 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Christian Kandeler authored
The list of per-device actions now comes from a factory and can be different for different OS types. This is a step towards moving knowledge about devices from the RemoteLinux plugin into specialized plugins. Change-Id: Ia46e0199d8d8c1a3891c73a4936ac53fb1063313 Reviewed-on: http://codereview.qt.nokia.com/439 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
dt_ authored
Also distinguish between qt runconfigurations that are disabled due to parsing and due to not being parseable Change-Id: Ia8ce4eaa7b6bfcc2c5290b254bb288c6d4892170 Task-Nr: QTCREATORBUG-5103 Reviewed-on: http://codereview.qt.nokia.com/451 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Kai Koehne authored
Make sure qt4projectmanager is built before qmlprofiler gets linked. Change-Id: I34efcdd431c18b5941e0748213fec0b8e80d1600 Reviewed-on: http://codereview.qt.nokia.com/469 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Thomas Hartmann authored
metaInfo() and pluginName are now const. Change-Id: I41ad0ad11d19268e18e839adcdbd8fb6bfba629d Reviewed-on: http://codereview.qt.nokia.com/470 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Tobias Hunger authored
operator + binds stronger than ?, so the evaluation of the expressions was screwed up. Change-Id: Id38adf6e17ea770d1d3219649629b06bfc2ca643 Reviewed-on: http://codereview.qt.nokia.com/348 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Kai Koehne authored
Replace hard distinction between 'out', 'err' with flexible OutputFormat. Also make sure that QmlProfiler shows application output. Change-Id: I130c71884321e4c59c9a75f0836c37a7f0e805c4 Reviewed-on: http://codereview.qt.nokia.com/458 Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
- 10 Jun, 2011 17 commits
-
-
cerf authored
Bazaar and Mercurial plugins are impacted, they benefit auto load/save of the diff settings Change-Id: I67327b231fd80eeb61bb859879f9eabdc56739e8 Merge-request: 345 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/463 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
cerf authored
Change-Id: I94d5c1f1944b51a284e41ad9be0168f3edc99292 Merge-request: 345 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/462 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
Kai Koehne authored
Change-Id: I5cb1adbdbb5dbd457e5609997eeb9fae74813141 Reviewed-on: http://codereview.qt.nokia.com/461 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Christiaan Janssen authored
Otherwise the user can mouseover events that are not displayed. Change-Id: I8108cfbf730708bbad4a6d2cc812ee1b3a1a444a Reviewed-on: http://codereview.qt.nokia.com/457 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Christiaan Janssen authored
Change-Id: Id42f2dd156863c8cfa19ce27f03b862c512b6b57 Reviewed-on: http://codereview.qt.nokia.com/456 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Christiaan Janssen authored
Change-Id: I808f8a3b1cb6243f7df40bb1747d9ca92fb80380 Reviewed-on: http://codereview.qt.nokia.com/455 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
dt_ authored
Change-Id: Idf1842be4f8d7fe62b1569845b3f70ad1da32abd Task-Nr: QTCREATORBUG-5127 Reviewed-on: http://codereview.qt.nokia.com/459 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
dt_ authored
Change-Id: I80782e8256360f944a09f77de5da30884adccffa Task-Nr: QTCREATORBUG-5126 Reviewed-on: http://codereview.qt.nokia.com/454 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
dt_ authored
Change-Id: I3d10946c50482bc8ec0e166bf6ea92bde2822f63 Task-Nr: QTCREATORBUG-5125 Reviewed-on: http://codereview.qt.nokia.com/453 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Pawel Polanski authored
TKR-related code has been removed. From now on CODA is the default On-Device Agent Change-Id: I52236a33aff9b31ca48d507da97430df7d871239 Reviewed-on: http://codereview.qt.nokia.com/450 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Paweł Polański <jaggernod@gmail.com>
-
cerf authored
VCSBaseClient takes now a pointer to VCSBaseClientSettings, so settings can be changed within the VCS client. For example diff settings can now be loaded and saved from within the VCS client. This impacts the Bazaar and Mercurial plugins Change-Id: I84882b1f3355e0ca2597704f48f589dca42fd661 Merge-request: 344 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/452 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
Kai Koehne authored
Change-Id: I44be1a67c95814a78c82b17e991e5e3a722a63c8 Reviewed-by: Christiaan Janssen Reviewed-on: http://codereview.qt.nokia.com/428 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Kai Koehne authored
We do that already in the debugger too. Change-Id: I31828a01aaec041ac38102b9bd034728d02486e2 Reviewed-on: http://codereview.qt.nokia.com/427 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Kai Koehne authored
Allow the class to be used in QmlProfiler Change-Id: I11e5bad9a836a0589f1cded431844c9cd8185e22 Reviewed-on: http://codereview.qt.nokia.com/426 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Paweł Polański <jaggernod@gmail.com>
-
Kai Koehne authored
Allow class to be used in QmlProfiler. The patch moves S60DeviceDebugRunControl(Factory) classes into their own files. Also, make qt4Target(), qtVersion() protected and use the generic target() method instead outside of the class. Change-Id: I29e7609cf75d54e186fe2b9d66f52241f4fb4948 Reviewed-on: http://codereview.qt.nokia.com/425 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Paweł Polański <jaggernod@gmail.com>
-
Kai Koehne authored
Allow class to be used in qmlprofiler plugin. Change-Id: I2bf055c287254ba4d541879d8c8ebc27fdd8887b Reviewed-on: http://codereview.qt.nokia.com/424 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Paweł Polański <jaggernod@gmail.com>
-
cerf authored
Change-Id: If99006d418d8e3878677518a1bc0997bdfef38c6 Merge-request: 341 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/444 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com>
-