- 12 Oct, 2011 6 commits
-
-
Christian Kamm authored
Reviewed-by: Fawzi Mohamed Change-Id: I95a3ea500482731e1a4633683339ff5acd052218 Reviewed-on: http://codereview.qt-project.org/5975 Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com> Sanity-Review: Christian Kamm <christian.d.kamm@nokia.com>
-
Christian Kamm authored
This means the code model will now offer correct completion and highlighting for arguments of signals in their handlers, example: MouseArea { onClicked: { mou<complete> // now also completes 'mouse' } } Reviewed-by: Fawzi Mohamed Change-Id: I01838ef00e391b13e6e5a832c9ec3cd983689c5b Reviewed-on: http://codereview.qt-project.org/6147 Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com> Sanity-Review: Christian Kamm <christian.d.kamm@nokia.com>
-
Christian Kamm authored
String, Boolean, Number and Object perform type conversion. Date returns the current date. Change-Id: I51e5bcbb0fa85ceb30b3ee3749f96c3e3b12ca21 Reviewed-on: http://codereview.qt-project.org/6043 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Migrated from QtChecker. Change-Id: I85f7dd039ac858b103dfe0af257f66031540c5de Reviewed-on: http://codereview.qt-project.org/5969 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
The important error in this case is on the import. Change-Id: I3a547ca7ac44a89aba6819ea80ec52185071408a Reviewed-on: http://codereview.qt-project.org/5879 Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com> Sanity-Review: Christian Kamm <christian.d.kamm@nokia.com>
-
Christian Kandeler authored
Otherwise, clients will have problems declaring the respective slots. Change-Id: Ie7ef77580675f082b5cad8d2c10d545d3950b975 Reviewed-on: http://codereview.qt-project.org/6489 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 11 Oct, 2011 21 commits
-
-
Leandro Melo authored
Task-number: QTCREATORBUG-6267 Change-Id: Iac21c28726e5e8725ff8195027a17efa3c184706 Reviewed-on: http://codereview.qt-project.org/6453 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Eike Ziller authored
-
Christian Kandeler authored
Change-Id: I271072584882e256c7bfcbc39acdef0b42495bda Reviewed-on: http://codereview.qt-project.org/6445 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com> Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
Christian Kandeler authored
Change-Id: I9d3aaee14a7a877bf0a8730a7299c7fad169c795 Reviewed-on: http://codereview.qt-project.org/6444 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Eike Ziller authored
-
Kai Koehne authored
Change-Id: Ic401c81848493ff77cb4f6fdeb5fb7a08042b930 Reviewed-on: http://codereview.qt-project.org/6441 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Kai Koehne authored
Use colons after labels. Also, resize the input fields. Change-Id: I1fee71ea00b61a772430f91d227076d63de2cae4 Reviewed-on: http://codereview.qt-project.org/6438 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Kai Koehne authored
Change-Id: I32c7c2ce1e4c887638ca2b5c716c3b812b057913 Reviewed-on: http://codereview.qt-project.org/6437 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Christiaan Janssen authored
Change-Id: I149a05500fd4bc722da3c409491b35304155828b Reviewed-on: http://codereview.qt-project.org/6436 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Leena Miettinen authored
Change-Id: Iffa160a7482f8528f04a94082fcf8e9cda7f86ab Reviewed-on: http://codereview.qt-project.org/6422 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
Christian Kamm authored
Change-Id: Ie85b8264c9579e8c8312e30018280fb11f95edda Reviewed-on: http://codereview.qt-project.org/6328 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com> Sanity-Review: Erik Verbruggen <erik.verbruggen@nokia.com>
-
Christiaan Janssen authored
Change-Id: I85c376b45eb6308c4af4e80032e37379b12ef8e0 Reviewed-on: http://codereview.qt-project.org/6425 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Daniel Molkentin authored
Change-Id: I3ad01e47d2a76159b1369330246b23ed03120597 Reviewed-on: http://codereview.qt-project.org/6361 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Thomas Hartmann authored
invokeMethod Qt::BlockingQueuedConnection will deadlock if the event loop has already stopped. I use Qt::AutoConnection instead and manually sync using a timeout. I also react to coreAboutToClose() to avoid unnecessary timeouts. Change-Id: I941bfd6bb66eeb9040a9ae0900492003ca34e094 Reviewed-on: http://codereview.qt-project.org/6421 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Aurindam Jana authored
Previously break on exceptions was always enabled. Now, the user can add a breakpoint on Javascript Exceptions from the breakpoint window in the debugger. Change-Id: Ia9ee813d2fccf89b607fe1dcbad47b4084155a48 Reviewed-on: http://codereview.qt-project.org/6348 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Nicolas Arnaud-Cormos authored
The user can change the setting in Option->Text Editor->Behavior. Reviewer's note: We do have alternative ways to disable camel-case operations through the shortcuts. Nevertheless, this particular option has been quite requested since it disables every camel-case based operation at once. In addition, it seems that the shortcuts are still not "visible" or "expected" for many users. Change-Id: I04364760f4b43123fd9e06c0c52ba9e6a5688e2c Merge-request: 392 Reviewed-on: http://codereview.qt-project.org/6419 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com> Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
Friedemann Kleint authored
See http://codereview.qt-project.org/4533 (1173d0420e341dc6d38c89e5bc4295a57da7ea74 in qtbase) Change-Id: I13d249c592b2607ee96c2feacbaefb73dd926867 Reviewed-on: http://codereview.qt-project.org/6324 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Leena Miettinen authored
Change-Id: Icbbed41de686071fa20ca4e19aca77d3bba049c7 Reviewed-on: http://codereview.qt-project.org/6358 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
Kai Koehne authored
Forward error string from real device to QDeclarativeDebugClient. Change-Id: I7ae63a6e8799b42fed387562b91ebfb594956f44 Reviewed-on: http://codereview.qt-project.org/6245 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com> Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
Christian Kandeler authored
- Host address and port are part of the service discovery; therefore, it makes no sense to change them. - Interactive removal of an auto-detected device configuration should also not be possible, as that would likely confuse the code that added it. Change-Id: I7250462fa619ed4cd5a85ad44eeaa8ec1f8861d2 Reviewed-on: http://codereview.qt-project.org/6398 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Christian Kandeler authored
Change-Id: Id0275d12e8f92f6d1f100f0b35dd9272c87688d2 Reviewed-on: http://codereview.qt-project.org/6397 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 10 Oct, 2011 13 commits
-
-
Fawzi Mohamed authored
Fixes build on windows. Change-Id: I46d918aa9e22843f073f0ebae05dc4da2b701834 Reviewed-on: http://codereview.qt-project.org/6366 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Robert Loehning authored
Change-Id: I1999e7ccc7e7fe45d656a6aa1ed7d51d827194d7 Reviewed-on: http://codereview.qt-project.org/6367 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Friedemann Kleint authored
Introduce conditionals in the profiles and source code to be able to test Qt 4 and Qt 5. Change-Id: I73df5558f2945742d3e56f94baca0ee4d5f9dab8 Reviewed-on: http://codereview.qt-project.org/6330 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kamm authored
Change-Id: I2faefb06d1eba3b81be6f366479f3149fedcf885 Reviewed-on: http://codereview.qt-project.org/6319 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Kai Koehne authored
This reduces number of objects created on startup, and also allows us to simplify the logic a bit. Change-Id: I6c7c2c5e537ff9a1882e133551f89c056cbe4fe5 Reviewed-on: http://codereview.qt-project.org/6359 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Christiaan Janssen authored
Change-Id: Ic665596cd4f01459b69738363b64ee3b9e5d5b74 Reviewed-on: http://codereview.qt-project.org/6327 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Thomas Hartmann authored
Use the implicit size. Change-Id: I97b2e45d5cb6198547f34421ee12a07385a96b2c Reviewed-on: http://codereview.qt-project.org/6356 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com> Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
Kai Koehne authored
Don't rely on the 'current' project settings for actions like Attach to QML port. Also, group the actions in a General, Cpp and QML part, and add separators in between. Change-Id: I3103a6fc777180a69eee128d39d19de17f312ff3 Reviewed-on: http://codereview.qt-project.org/6323 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Christiaan Janssen authored
Change-Id: If19f71b81bd5a4e9f7e02ae79033c4b46a34739f Reviewed-on: http://codereview.qt-project.org/6326 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Daniel Teske authored
Correctly import both MAKEFILE=Makefile.something in the .pro file, and makefiles created via qmake MAKEFILE=Makefile.other. Also correctly handles multiple Makefiles in one directory. Task-number: QTCREATORBUG-6120 Change-Id: I9c04399aaea7c38f2a4ed2877195f2e36c8f20c7 Reviewed-on: http://codereview.qt-project.org/6347 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
Robert Loehning authored
Change-Id: I8f8a1cc4b58642fc64adfa76eea84c2b4e9f0423 Reviewed-on: http://codereview.qt-project.org/6255 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
Tobias Hunger authored
Get the current file from the editor, not the filemanager. The later does not get updated for temporary files like those created by git blame, leaving the file-based actions in the VCSes enabled when viewing those temporary files, triggering actions on the last real file that was visible. Task-number: QTCREATORBUG-6250 Change-Id: I5c2d3c62805f69bc8e103f0776cd6796332f606c Reviewed-on: http://codereview.qt-project.org/6175 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Christian Kandeler authored
Fix coding style issues along the way. Change-Id: I73b3774264614d2fd3b5e32dc9921f921a1d818f Reviewed-on: http://codereview.qt-project.org/6336 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-