- 31 Aug, 2011 2 commits
-
-
Marco Bubke authored
Change-Id: Ia740b2818dcc287ff82991ae317bcf644c4c0c2a Reviewed-on: http://codereview.qt.nokia.com/3968 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Marco Bubke authored
Change-Id: Ia5111f972836a1123fe857511325a82aef855449 Reviewed-on: http://codereview.qt.nokia.com/3967 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 11 Aug, 2011 1 commit
-
-
Kai Koehne authored
This got disabled ages ago, but we never cleaned up the sources. Change-Id: I3d172708002627c29816a6dc1e68b19b15fda372 Reviewed-on: http://codereview.qt.nokia.com/2776 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
- 08 Aug, 2011 1 commit
-
-
Kai Koehne authored
Check that the topmost stack entry is a user defined ScriptFunction. This avoids hitting the anonymous functions used for bindings, e.g. onClicked: Qt.quit() leads to script code (function onClicked() { Qt.quit(); }) which will be hit twice for the debugger: Once for the function call itself, then for the execution of Qt.quit(). Change-Id: I4cb374782c93a26d97d4a717ce67d1fb2f6df438 Task-number: QTCREATORBUG-5090 Reviewed-on: http://codereview.qt.nokia.com/2746 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
- 02 Aug, 2011 1 commit
-
-
Marco Bubke authored
If a binding on a text property cannot be evaluated it will now will be show as #binding.text# Change-Id: Ib1d5f406724b262833215d30ec0966a75f9dc971 Reviewed-on: http://codereview.qt.nokia.com/2452 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 28 Jul, 2011 1 commit
-
-
Marco Bubke authored
Change-Id: Id101295520418975a4f569f57709875d7213e9bf Reviewed-on: http://codereview.qt.nokia.com/2304 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 27 Jul, 2011 4 commits
-
-
Marco Bubke authored
Task-number: QTCREATORBUG-5631 Change-Id: Id1ba102d6992b8a56b105c061be89677e13e9a8b Reviewed-on: http://codereview.qt.nokia.com/2300 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Marco Bubke authored
filename_contextdummy.qml -> context/filename.qml Task-number: QTCREATORBUG-5630 Change-Id: I76ae5432ff3052d17a3cec17d85b5cbb6d1ddc61 Reviewed-on: http://codereview.qt.nokia.com/2295 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Marco Bubke authored
Change-Id: Ifc06131f4a57a30ab9b20687372150b23c8416cb Reviewed-on: http://codereview.qt.nokia.com/2285 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Marco Bubke authored
Change-Id: Ic5c8aa1a622b6e7d446bb1416038571b0b591f54 Reviewed-on: http://codereview.qt.nokia.com/2284 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 25 Jul, 2011 2 commits
-
-
Kai Koehne authored
usrt2_2.lib is passed to g++ before QmlJSDebugger.lib, which results in errors about __aeabi_atexit, __dso_handle being undefined. Work around this by explicitly adding usrt2_2.lib again after QmlJSDebugger.lib. Task-number: QTCREATORBUG-5556 Change-Id: Id9e1dc19a2ee54e59d92470a35ccfd4946b07dcc Reviewed-on: http://codereview.qt.nokia.com/2115 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Kai Koehne authored
The Symbian3Qt473 folder in the SDK contains a .qmake.cache with invalid QMAKE_MOC path. Override this in the .pro file. Also make sure that the .prl file is generated (create_prl was set in the .qmake.cache) Change-Id: Ibf905b4d9a8addf1b45a2ee40acdd0134da30e11 Reviewed-on: http://codereview.qt.nokia.com/1977 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 21 Jul, 2011 1 commit
-
-
Marco Bubke authored
Change-Id: I06ac27d5043ab7f102972f0c054fc55fc77f6b15 Reviewed-on: http://codereview.qt.nokia.com/1994 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 20 Jul, 2011 2 commits
-
-
Marco Bubke authored
Task-number: QTCREATORBUG-4161 Change-Id: I61d765bedffde4d1f15e763d92b771f22dbcd4a2 Reviewed-on: http://codereview.qt.nokia.com/1849 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Marco Bubke authored
Change-Id: I519bbbfee939d4568a0de5bbe5c01912a08c6fb1 Reviewed-on: http://codereview.qt.nokia.com/1848 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 19 Jul, 2011 1 commit
-
-
Marco Bubke authored
If a list view for example has content it is now selectable too. Task-number: QTCREATORBUG-5476 Change-Id: Ifb0902edcda064e488337c94fc4e575994da3ef1 Reviewed-on: http://codereview.qt.nokia.com/1786 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 18 Jul, 2011 1 commit
-
-
Thomas Hartmann authored
Change-Id: Ia83708b48f7565d8d272a797c7e18cb0931dddb0 Reviewed-on: http://codereview.qt.nokia.com/1747 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 15 Jul, 2011 1 commit
-
-
Marco Bubke authored
Task-number: QTCREATORBUG-5408 Change-Id: I7abcc36102421d07dfc044355ff70833bf93d84b Reviewed-on: http://codereview.qt.nokia.com/1678 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 14 Jul, 2011 6 commits
-
-
Marco Bubke authored
Task-number: QTCREATORBUG-5415 Change-Id: I1cbc8dda5eb1512db52a2767837b53eb136dc387 Reviewed-on: http://codereview.qt.nokia.com/1664 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Thomas Hartmann authored
Change-Id: I2c720a42c63856b62d14fc01239a2c12110328be Reviewed-on: http://codereview.qt.nokia.com/1665 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com> Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
Thomas Hartmann authored
There are cases with infinite/huge bounding rects. We ignore those. Change-Id: If9a55bef91ab5aec4736c579131f4edf10768469 Reviewed-on: http://codereview.qt.nokia.com/1660 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Thomas Hartmann authored
Plugin directories might contain the version number, but they do not have to. We try to map .1.0 to "" for components delivered with Creator. Change-Id: Ie785cf29d4dd64a504501d2be501fd6aa733973b Reviewed-on: http://codereview.qt.nokia.com/1659 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
hjk authored
Mostly Q_DISABLE_COPY that were covered by the un-copy-ability of the respective base classes. Includes a few "stylistic" whitespace changes. Change-Id: I31ca0e7bada5ed0f34776976efe22ddc444a5bf2 Reviewed-on: http://codereview.qt.nokia.com/1609 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kamm authored
Previously, the import statement was not necessarily set up correctly for the type we wanted to instantiate. We simply use QDeclarativeType::create now and thus can skip finding the right import. Change-Id: I545ef690dd6181f5b7a49bcb2018aaba4b60d5a5 Reviewed-on: http://codereview.qt.nokia.com/1646 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 13 Jul, 2011 1 commit
-
-
Marco Bubke authored
Task-number: QTCREATORBUG-4062 Change-Id: I2a04c5a04ef40390772fe46f587bc60c02a4bab1 Reviewed-on: http://codereview.qt.nokia.com/1605 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 12 Jul, 2011 4 commits
-
-
Marco Bubke authored
Change-Id: Ib44d54414d38409ec0647c922fb81a10b5c30046 Reviewed-on: http://codereview.qt.nokia.com/1523 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
Thomas Hartmann authored
This fixes a regression. $$PWD was missing. Change-Id: I579b1e22fd790280c5d87b6e59e11320fdb1a2af Reviewed-on: http://codereview.qt.nokia.com/1538 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Marco Bubke authored
Task-number: QTCREATORBUG-5152 Change-Id: I40be95844598a3a3728d0c7fbe88a9fe7a155c53 Reviewed-on: http://codereview.qt.nokia.com/1532 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Marco Bubke authored
Change-Id: I4a8e1abd5a5b2431f654bb64421c872655b3ce40 Reviewed-on: http://codereview.qt.nokia.com/1458 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 11 Jul, 2011 3 commits
-
-
Thomas Hartmann authored
We only fix component path if it contains "/imports/". Change-Id: I4624c460a7475c6b659baea011e2d37def4fdca2 Reviewed-on: http://codereview.qt.nokia.com/1457 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Marco Bubke authored
This reverts commit 6f161c99. Task-number: QTCREATORBUG-5026 Change-Id: I51cb29887a35f8a9d0aee7d9b974aa037dc446bd Reviewed-on: http://codereview.qt.nokia.com/1443 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Marco Bubke authored
componentComplete after reparent was null. Change-Id: Ic4705531a38f67e706bc58a27d423d4062f83304 Reviewed-on: http://codereview.qt.nokia.com/1425 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 08 Jul, 2011 1 commit
-
-
Robert Loehning authored
This reverts commit 94bc93d1. Patch caused build error on Windows. Task-number: QTCREATORBUG-5372 Change-Id: If3d63eca0c9dbc0f621c32cf21ffa983ce0987f4 Reviewed-on: http://codereview.qt.nokia.com/1387 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 07 Jul, 2011 6 commits
-
-
Marco Bubke authored
Task-number: QTCREATORBUG-5026 Change-Id: I56116fc3f1823e41bfd8e50781d2b4e8fccbfe04 Reviewed-on: http://codereview.qt.nokia.com/1329 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
Marco Bubke authored
Change-Id: I181f365d40b9fcd6b09989ed54decd9720e1c27d Reviewed-on: http://codereview.qt.nokia.com/1330 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Marco Bubke authored
Task-number: QTCREATORBUG-5338 Change-Id: Iaaaf2cd5440fa8d2f7baae8c42b9234d231a45aa Reviewed-on: http://codereview.qt.nokia.com/1322 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
Marco Bubke authored
Task-number: QTCREATORBUG-3962 Change-Id: Id583e257aa1c1645cb53a8ae32f83717df9b0617 Reviewed-on: http://codereview.qt.nokia.com/926 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
Marco Bubke authored
Task-number: QTCREATORBUG-5005 Change-Id: Ia0f1f30a04818bc6ee55a0822eaf0d2b0183e50d Reviewed-on: http://codereview.qt.nokia.com/1252 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
hjk authored
Change-Id: I488548fa84e743e0ed80dd68739d3d80a1cea92b Reviewed-on: http://codereview.qt.nokia.com/1297 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 06 Jul, 2011 1 commit
-
-
Marco Bubke authored
Because of the asynchronous nature of the formeditor the item can be between to states. This looks like the item is hoping around. To prevent this a token is sent to the instances and back. For the time frame the painting is disabled. Change-Id: If7e937cba8171248464ad350bb14438c020b25f9 Reviewed-on: http://codereview.qt.nokia.com/1189 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-