- 29 Jun, 2011 4 commits
-
-
Thomas Hartmann authored
This change has to go to 2.3 Change-Id: I5d3ebfbff2df8129e5f6678e877c641e0ea926cb Reviewed-on: http://codereview.qt.nokia.com/887 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Friedemann Kleint authored
Change-Id: I4149cfd1e3f8f4946d229df37b6f8250e0daf169 Reviewed-on: http://codereview.qt.nokia.com/868 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
hjk authored
Was mis-named from the beginning. (cherry picked from commit 2f119dc2f85b28274d47ff635188872d5ed11521) Change-Id: I4f2e388edfdded117c5b35d3d04bbdc68d77afa4 Reviewed-on: http://codereview.qt.nokia.com/872 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kamm authored
Change-Id: I7a7c4e5a0fc241a5cc6cb143df37cc63ea7711ea Reviewed-on: http://codereview.qt.nokia.com/867 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 28 Jun, 2011 11 commits
-
-
Daniel Molkentin authored
Implements new XML-based format for examples, demos & tutorials Done-with: Primrose Mbanefo <ext-primrose.mbanefo@nokia.com> Change-Id: I42c0afdb419cffe5637cd4f298e828d09e0fb15a Reviewed-on: http://codereview.qt.nokia.com/840 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
hjk authored
Change-Id: If1906728047203128210a40c1b01211388f18ff1 Reviewed-on: http://codereview.qt.nokia.com/852 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Essential for QObject, too. Change-Id: Ie798227f6c8d07eff37e6dbadb7f6f5baa382ca8 Reviewed-on: http://codereview.qt.nokia.com/851 Reviewed-by:
hjk <qthjk@ovi.com>
-
Marco Bubke authored
The dirtySceneTransform flag isn't reset by resetDirtyItem(). So we do it now manually. Change-Id: I2a908c18b2e05e9b6f40dc2994e765c37197a6d5 Reviewed-on: http://codereview.qt.nokia.com/848 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Thomas Hartmann authored
Change-Id: I407d72f904dc34f5c26d0724a6ec2ae134021d96 Reviewed-on: http://codereview.qt.nokia.com/847 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Marco Bubke authored
We used only the bounding rectangle of the item under our control. But child items which are created in a component can be out side of the bounding rectangle. To fix compute a combined bounding rectangle of the item and all stepchildren. Stepchildren described the child not create directly by us. Change-Id: I7f25f112aa5eb2f80cfccec5d358221ab5e35d9b Reviewed-on: http://codereview.qt.nokia.com/839 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Marco Bubke authored
The information change notifier provided no hint which infotmation changed. So the property editor has updated the anchors for all information changes. Now there is a hint and the update is only happen for a anchor change. Change-Id: I3b6d7546f43bce4c08757662e7af32604a8db56f Reviewed-on: http://codereview.qt.nokia.com/811 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Thomas Hartmann authored
If we know from the (text editor) meta system that an object is an (visible) item, we always create an item as fallback. We might not be able to instaciate the original item. Change-Id: I6851cd7a8de68d9d09b789927c204f0617017de7 Reviewed-on: http://codereview.qt.nokia.com/829 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
Christian Kamm authored
qtdeclarative b2e2b070c499a04a3e2f270df62d5dd061e0c027 Change-Id: I8a6b5e0ffec996add654a2a8bf12f856349d71ab Reviewed-on: http://codereview.qt.nokia.com/823 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Marco Bubke authored
In qml the interactive bounding rectangle is always QRectF(0, 0, width, height). The painted bounding rectangle can differ from this logical one. This change is much more near to the qml description. Change-Id: I139cb70512fa1ed003b28ca2ae512f4e33e915e5 Reviewed-on: http://codereview.qt.nokia.com/812 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Friedemann Kleint authored
Change-Id: Id98dfc282737f10e17660b36efc57c67fdeb9bf6 Reviewed-on: http://codereview.qt.nokia.com/816 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 27 Jun, 2011 2 commits
-
-
Marco Bubke authored
Change-Id: I39e7eae1036ee79689ccd49bfe900fee93a3454b Reviewed-on: http://codereview.qt.nokia.com/808 Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
Christian Kamm authored
Compare the full uri/name, not just the uri. Also QDeclarativeType::module was not available in 4.7.3. Change-Id: I0d04d826c72d4aed5d70c3c65a1f97ad5872827c Reviewed-on: http://codereview.qt.nokia.com/759 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 24 Jun, 2011 5 commits
-
-
Thomas Hartmann authored
Change-Id: I10094f4cd4dae6fa3af0ea3497cbb9ed74c777f1 Reviewed-on: http://codereview.qt.nokia.com/734 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Thomas Hartmann authored
Change-Id: I7dfecd8e0ad0016748ef4513cf0364e8dcd7d121 Reviewed-on: http://codereview.qt.nokia.com/715 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Kai Koehne authored
Change-Id: I4809de36e4913037439ab9eb7c56021431cff365 Reviewed-on: http://codereview.qt.nokia.com/704 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Kai Koehne authored
This reverts commit 31904563. The option in the UI might actually confuse users: For the time being we'll just keep 1.0 as the namespace. Change-Id: Ifc7b46227d57ec8d246c8f7818d5a619ef0cd3bd Reviewed-on: http://codereview.qt.nokia.com/699 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Christian Kamm authored
The new location plugin does not export some of the 1.1 types anymore. I've manually added the missing exports. Change-Id: I19886a40fa61ab01f21b581fee315619f98668fd Reviewed-on: http://codereview.qt.nokia.com/689 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- 23 Jun, 2011 5 commits
-
-
Kai Koehne authored
Technically it's just one line in the generated file, but might avoid people be confused on why there is only QtQuick 1.0 as an option. Change-Id: I61fb4e82d8ee71fe6fddcd6845b4b48e78004e81 Reviewed-on: http://codereview.qt.nokia.com/625 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
hjk authored
Change-Id: I1c81b28ab22ec11dcef1f58030b5906f4fc6323c Reviewed-on: http://codereview.qt.nokia.com/652 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: Ic1d33180515ad79c4233b013ec7d3530674d5117 Reviewed-on: http://codereview.qt.nokia.com/651 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
This was meant to provide breakpoint notifications which are available in gdb 7.3.50.x now. Change-Id: I09ced542bb5171f10350b9dc722cab3376d1ded8 Reviewed-on: http://codereview.qt.nokia.com/650 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kamm authored
Before, extended objects had the same exports as the base object which lead to trouble. Change-Id: Id40f0e0fd2211db95020ce224cf2c52939e68df7 Reviewed-on: http://codereview.qt.nokia.com/642 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 22 Jun, 2011 7 commits
-
-
Marco Bubke authored
Change-Id: Id50d8c6130e9d5169a74015bc24e84de64eabfa7 Reviewed-on: http://codereview.qt.nokia.com/634 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Kai Koehne authored
Change-Id: Ie2f40065c000b5bf588a0cd5470ec42091080c97 Reviewed-on: http://codereview.qt.nokia.com/621 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
hjk authored
Was mentioned at http://www.qtcentre.org/threads/41700-How-to-watch-STL-containers-iterators-during-debugging. gcc 4.4 does not encode the allocator type properly so it can't be used to extract the 'pair type' in the dumper. Change-Id: I2cb09ce59865a87dc954fce433aef4826111a95a Reviewed-on: http://codereview.qt.nokia.com/632 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Feetu Nyrhinen authored
Selection of Qt Quick component set and use of specific QML template files (Qt Quick 1.0 and com.nokia.symbian 1.0) based on the user selections. Change-Id: I93cfa8735dcf285c76ff04a6186a4eca1f90a361 Reviewed-on: http://codereview.qt.nokia.com/567 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
hjk authored
Task-number: QTCREATORBUG-5184, QTCREATORBUG-5106 Change-Id: Icc43f534755f897eeea5333186b84fec91dbb8c0 Reviewed-on: http://codereview.qt.nokia.com/606 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Friedemann Kleint authored
and RemoteLinux reshuffle. Change-Id: I0963a49916b24989bdefc60f6ace8be4bc33e8b3 Reviewed-on: http://codereview.qt.nokia.com/584 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Jarek Kobus authored
Change-Id: Ice5da1c1036d8704cade3b12941a8175f068b1a2 Reviewed-on: http://codereview.qt.nokia.com/557 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Paweł Polański <jaggernod@gmail.com>
-
- 21 Jun, 2011 3 commits
-
-
Thomas Hartmann authored
Adding support for qsTr() Change-Id: Ib678820c40e910f744d9722e7958225dcc115d70 Reviewed-on: http://codereview.qt.nokia.com/565 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Christian Kamm authored
Change-Id: I8ca84c7b42860ea7875206c9198d8a75905a1b45 Reviewed-on: http://codereview.qt.nokia.com/550 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
Christian Kamm authored
Change-Id: Ia55bf314c37455647cf67f42222f7b6a483ba97e Reviewed-on: http://codereview.qt.nokia.com/543 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 20 Jun, 2011 3 commits
-
-
hjk authored
So use it. Change-Id: If33d087a9b767f0b2e6b16e57a36e9e7aa6e7c16 Reviewed-on: http://codereview.qt.nokia.com/522 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
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>
-
Friedemann Kleint authored
Change-Id: I33889fba7a9b7dfcf4fb84188fc0526230005e12 Reviewed-on: http://codereview.qt.nokia.com/494 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-