- 08 Sep, 2011 1 commit
-
-
Daniel Molkentin authored
Task-Number: QTCREATORBUG-6033 Change-Id: Ib1734956ea88d576354afad686880fa91ea0a38e Reviewed-on: http://codereview.qt-project.org/4371 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 07 Sep, 2011 5 commits
-
-
Robert Loehning authored
Change-Id: I893d740558ddcca1ac20f27088d9388a854be16d Reviewed-on: http://codereview.qt.nokia.com/4103 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Kai Koehne authored
Change-Id: I611935b4c993d70a566fe1cbc6bcf5eb362339c2 Reviewed-on: http://codereview.qt.nokia.com/4349 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Christian Kandeler authored
The code had not been updated when the application icon file name changed in the wizard. Change-Id: I3f489ca09ac1bda4f10166235692a43ca23e638a Reviewed-on: http://codereview.qt.nokia.com/4305 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Christian Kandeler authored
Obviously, we can't just globally replace all version numbers. Instead, we now duplicate the latest entry and replace version number, date and comments. Also implemented is a simple check guarding against downgrading, which just checks whether the "new" version number already appears in the changlog file. Task-number: https://bugreports.qt.nokia.com/browse/QTCREATORBUG-5797 Change-Id: I17512169972415f60d1a9715ac8b98d185da8694 Reviewed-on: http://codereview.qt.nokia.com/4209 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Kai Koehne authored
Change-Id: I7c80df7a17c0ed99e4d66861980b0b0f6d2d4606 Reviewed-on: http://codereview.qt.nokia.com/4337 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 05 Sep, 2011 3 commits
-
-
axasia authored
Merge-request: 376 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Change-Id: I611a10a7d3c5bd8cdc15d5924e182531befcff1f
-
Beaver Xu authored
Merge-request: 375 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Change-Id: Ibbf38354f2d687e9991d0bc522574df4de5bd387
-
Sergey Belyashov authored
Merge-request: 2203 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Change-Id: I3adad8041ebcefb4802b0b010cfc938bcbd50e71
-
- 02 Sep, 2011 1 commit
-
-
Robert Loehning authored
Change-Id: I43aa8182d77b4727a503a9a9ed6e7ebe7f7e9f1e Reviewed-on: http://codereview.qt.nokia.com/4102 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 01 Sep, 2011 8 commits
-
-
Christian Kandeler authored
Apparently people find that annoying. Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=280162 Change-Id: Ia0cec0ef49fb0c6af48933e9a0f1caf890dc4bdc Reviewed-on: http://codereview.qt.nokia.com/3964 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Kai Koehne authored
Split up maemo- and harmattan wizard pages, and add a checkbox for enabling booster specifically for harmattan. Change-Id: If5653abbf6d29b5f946718d10bc12404df19c16c Reviewed-on: http://codereview.qt.nokia.com/3731 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Kai Koehne authored
Add support for the meego booster. This requires - Telling qmake to link to right libraries - Exporting main method - using QApplication, QDeclarativeView objects from cache - avoiding QCoreApplication::applicationDirPath() To keep compatibility, QmlApplicationViewer is still derived from QDeclarativeView. However, if the app booster is used it merely acts as a proxy to the view from the cache. Change-Id: I83e285d9ca3c2cfd86d1711e1fb93c72589ba14d Reviewed-on: http://codereview.qt.nokia.com/3730 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Christian Kandeler authored
Change-Id: I04f8787e6a334ad801af2e3b8006c000a1fa0546 Reviewed-on: http://codereview.qt.nokia.com/3823 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Tobias Hunger authored
... even when using SBSv2 Task-Number: QTCREATORBUG-5907 Change-Id: Ibb79dc798b8146f9e5658e186f499bfd47fb3d9e Reviewed-on: http://codereview.qt.nokia.com/3660 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> (cherry picked from commit 059e5f30)
-
Kai Koehne authored
Prevent CONFIG+=declarative_debug to show up in "custom arguments" of an imported build. Change-Id: Ib598addcb31b65853eea430a086f614c6dd498fd Reviewed-on: http://codereview.qt.nokia.com/4044 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Kai Koehne authored
Because no ABI was specified, gdb bailed out with 'File format not recognized'. Instead just use the ABI from one of the toolchains available for the Qt version (assuming that they're all compatible). Task-number: QTCREATORBUG-5957 Change-Id: I7db9bd45c6a015c6236ae1b672909e013fad1d65 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/4045 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Eike Ziller authored
Change-Id: I9ef0aa6d47dca86fdd3169a40b9642c898607a05
-
- 29 Aug, 2011 1 commit
-
-
Leena Miettinen authored
Change-Id: I1d05e82ffdd17b89963aa4d1ebde4d47d8dffb7f Reviewed-on: http://codereview.qt.nokia.com/3736 Reviewed-by:
Oliver Wolff <oliver.wolff@nokia.com>
-
- 25 Aug, 2011 2 commits
-
-
Kai Koehne authored
Make sure that the MEEGO_EDITION_HARMATTAN define is actually picked up for harmattan (it's defined in qplatformdefs.h) Change-Id: I3a0710992b5fa3e081821a66e32ed4a73eb5dd6e Reviewed-on: http://codereview.qt.nokia.com/3595 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@nokia.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Kai Koehne authored
Change-Id: I1e83dfc490bc871d106fb44357759829b3a1a6c4 Reviewed-on: http://codereview.qt.nokia.com/3593 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 24 Aug, 2011 16 commits
-
-
Robert Loehning authored
Task-number: QTCREATORBUG-5912 Change-Id: Ib0df4038e2bdafd2536d068964557575e1b14617 Reviewed-on: http://codereview.qt.nokia.com/3531 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Robert Loehning authored
Done-with: Thomas Murach Change-Id: Iac23c85c9b328943329918dd0a73958f04b958c4 Reviewed-on: http://codereview.qt.nokia.com/3530 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Leena Miettinen authored
Change-Id: Ice18f0689b38d05f86fdc7c643fb310a4db58cc7 Reviewed-on: http://codereview.qt.nokia.com/3527 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Leena Miettinen authored
Change-Id: I25f5540588387111ed4d7ec3220dbc9d55ec44e9 Reviewed-on: http://codereview.qt.nokia.com/3523 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Daniel Molkentin authored
...if the network connection to the servers containing the rss cannot be obtained. Change-Id: I39a5706221eaa68e97b4f0abb58bea46a364dce1 Reviewed-on: http://codereview.qt.nokia.com/3424 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Kai Koehne authored
This fixes all the buttons staying in disabled mode after an (unsuccessful) compilation. Problem was that in the end, the finished() call informed the option page that the build was over, while the updateQtVersions() call updated the UI. The patch fixes the order, but also updates the UI as reaction to the finished call, because relying on the delivery order of two independent signals via Qt::QueuedConnection is fragile per se. Change-Id: Ifdd03e3cb9d9bf96b30053e5e8aa0a3f0232ab1c Task-number: QTCREATORBUG-5906 Reviewed-on: http://codereview.qt.nokia.com/3485 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-5782 Change-Id: I3cd3584ca1f9878c36d75118302b76980cd8b4bc Reviewed-on: http://codereview.qt.nokia.com/3506 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Leena Miettinen authored
Task-number: https://bugreports.qt.nokia.com/browse/QTCREATORBUG-5707 Change-Id: I3b6ae9dec8d65bfbf2eeeadf21da6f4a363c0a4c Reviewed-on: http://codereview.qt.nokia.com/3489 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Daniel Molkentin authored
Change-Id: I931256ced736c9d5514e50e7a2bd383d2e3fcfd0 Reviewed-on: http://codereview.qt.nokia.com/3398 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Daniel Molkentin authored
Change-Id: I373544cd1fc6ad3b1518571f0a4c36ea160e9600 Reviewed-on: http://codereview.qt.nokia.com/3340 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Daniel Molkentin authored
Change-Id: I3d163abbe58e7588eaec3698757a2a1547219967 Reviewed-on: http://codereview.qt.nokia.com/3186 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Daniel Teske authored
Change-Id: If1e0fe61ea873cf9ae6715a4758170acb97cdc21 Reviewed-on: http://codereview.qt.nokia.com/3479 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Eike Ziller authored
Change-Id: I7ea034b39e3b44eb58564a835034c17f9cfe61c1 Reviewed-on: http://codereview.qt.nokia.com/3476 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Daniel Teske authored
Change-Id: If1e09d4f6fda3b266de17087aa9b1aa0014ecaf7 Task-Nr: QTCREATORBUG-5883 Reviewed-on: http://codereview.qt.nokia.com/3410 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Change-Id: I965c8e51ca38b343e65764f77fe1d204ff793f23 Reviewed-on: http://codereview.qt.nokia.com/3411 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Kai Koehne authored
Apply the change we did in 7c31bd66 also for CDB. The mixed engine directly calls attemptBreakpointSynchronization as soon as the QML engine is connected. Change-Id: I764f785bb5f0575a9a624e29632d21caf5dde39c Reviewed-on: http://codereview.qt.nokia.com/3468 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
- 23 Aug, 2011 2 commits
-
-
Leena Miettinen authored
Change-Id: Ia054de58fd1ae6204c327c2a17001a5050128732 Reviewed-on: http://codereview.qt.nokia.com/3405 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
Change-Id: I0c62f4f1f637b48ae9d332ac4d6a255a9792ad28 Reviewed-on: http://codereview.qt.nokia.com/3394 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 22 Aug, 2011 1 commit
-
-
Thomas Hartmann authored
If the anchor target does not have a corresponding model node we had a crash. This happens for e.g. Flickable because children is redefined. Task-number: QTCREATORBUG-5829 Change-Id: Ib3f609fe7c29778dd4fdd8ed1ac8526afbb36fe0 Reviewed-on: http://codereview.qt.nokia.com/3327 Reviewed-by:
Marco Bubke <marco.bubke@nokia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-