OSDN Git Service

qt-creator-jp/qt-creator-jp.git
12 years agoDoc: checking JavaScript syntax
Leena Miettinen [Wed, 12 Oct 2011 09:20:42 +0000 (11:20 +0200)]
Doc: checking JavaScript syntax

Change-Id: Iad66cc619ed1027389569dea9bfd72bea6399af6
Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com>
12 years agoQmlJS: Clean up completion logic.
Christian Kamm [Wed, 12 Oct 2011 11:11:20 +0000 (13:11 +0200)]
QmlJS: Clean up completion logic.

To avoid '/' triggering a global completion and improve code
readability.

Change-Id: I0cdb8efb159199156a766982db8979ee987f414b
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
12 years agoUpdate changes file
Leandro Melo [Wed, 12 Oct 2011 11:00:27 +0000 (13:00 +0200)]
Update changes file

Change-Id: I1ca9379934f0b4ac5605fc25a3dc25343a7485ce
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
12 years agoMy changes
Jarek Kobus [Wed, 12 Oct 2011 10:28:38 +0000 (12:28 +0200)]
My changes

Change-Id: Idc3a62fef782d7cd594552847f389fe2ce08ed38
Reviewed-by: Jarek Kobus <jaroslaw.kobus@nokia.com>
12 years agoAdd my changes.
Eike Ziller [Wed, 12 Oct 2011 09:51:36 +0000 (11:51 +0200)]
Add my changes.

Change-Id: I66c1a15b8e2cce8678024f3ff8929ab3c0a30790
Reviewed-on: http://codereview.qt-project.org/6517
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>

12 years agoGit: Fixed launch gitk failed
Yuchen Deng [Sat, 8 Oct 2011 14:58:13 +0000 (22:58 +0800)]
Git: Fixed launch gitk failed

Task-number: QTCREATORBUG-6262
Change-Id: I2095e4244b145e57e901fa9d6ca6adbcb10aa0c0
Merge-request: 402
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Reviewed-on: http://codereview.qt-project.org/6510
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>

12 years agoAdd a label explaining the goal of editable preview
Jarek Kobus [Tue, 11 Oct 2011 08:33:32 +0000 (10:33 +0200)]
Add a label explaining the goal of editable preview

Change-Id: I6e3455f5767862150f95beac1ea4b7655619ca0c
Reviewed-on: http://codereview.qt-project.org/6363
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com>
12 years agoFileInProjectFinder: Normalize project directory before checking for changes
Kai Koehne [Tue, 11 Oct 2011 13:17:44 +0000 (15:17 +0200)]
FileInProjectFinder: Normalize project directory before checking for changes

Change-Id: Ia6ee0b0f8110add4a54bd470831d457dbb17c9c9
Reviewed-on: http://codereview.qt-project.org/6439
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
12 years agoQmlJS highlighter: Highlight name after 'as' in imports.
Christian Kamm [Fri, 30 Sep 2011 13:04:45 +0000 (15:04 +0200)]
QmlJS highlighter: Highlight name after 'as' in imports.

Also fix a problem with the scope not being updated after initial
construction.

Change-Id: If5cf70bb029857b317ebbee3a6c4ee421213f24c
Reviewed-on: http://codereview.qt-project.org/6115
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com>
12 years agoQmlJS: Fix the fix for scope chain rebuilds.
Christian Kamm [Wed, 12 Oct 2011 06:53:43 +0000 (08:53 +0200)]
QmlJS: Fix the fix for scope chain rebuilds.

Change-Id: Idf18d44e647a2019405199bcc5273afb03816af1
Reviewed-on: http://codereview.qt-project.org/6498
Sanity-Review: Christian Kamm <christian.d.kamm@nokia.com>
Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com>
12 years agoQmlJS: Update builtins.qmltypes from Qt 5.
Christian Kamm [Thu, 6 Oct 2011 10:17:25 +0000 (12:17 +0200)]
QmlJS: Update builtins.qmltypes from Qt 5.

Adds QSGMouseEvent for completion inside MouseArea signal handlers.

Change-Id: I3e35a9d38dbf56848b3df5714efe82dd1ea88ea7
Reviewed-on: http://codereview.qt-project.org/6402
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
12 years agoQmlJS: Allow for 'ModuleApi' elements in qmltypes files.
Christian Kamm [Tue, 11 Oct 2011 10:47:46 +0000 (12:47 +0200)]
QmlJS: Allow for 'ModuleApi' elements in qmltypes files.

But ignore them for now. Reading them is a new feature that will
be introduced in master.

Change-Id: Id362caab2e3b48e198d87f59a0a7d99d24267378
Reviewed-on: http://codereview.qt-project.org/6431
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
12 years agoQmlJS: Fix scope builder rebuilds.
Christian Kamm [Wed, 12 Oct 2011 06:39:20 +0000 (08:39 +0200)]
QmlJS: Fix scope builder rebuilds.

Change-Id: If5e585b074dd1885c3b591b5d2b7c89d50078c58
Reviewed-on: http://codereview.qt-project.org/6497
Sanity-Review: Christian Kamm <christian.d.kamm@nokia.com>
Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com>
12 years agoQtSupport: Fix compilation with gcc.
Christian Kandeler [Tue, 11 Oct 2011 14:20:39 +0000 (16:20 +0200)]
QtSupport: Fix compilation with gcc.

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>

12 years agoRemoteLinux: Allow additional entries in run config widget form layout.
Christian Kandeler [Tue, 11 Oct 2011 13:57:49 +0000 (15:57 +0200)]
RemoteLinux: Allow additional entries in run config widget form layout.

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>
12 years agoQmlProfiler: Align Attach dialog to the debugger one
Kai Koehne [Tue, 11 Oct 2011 13:41:56 +0000 (15:41 +0200)]
QmlProfiler: Align Attach dialog to the debugger one

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>
12 years agoDebugger: Re-layout "Attach to QML Port" dialog
Kai Koehne [Tue, 11 Oct 2011 10:46:07 +0000 (12:46 +0200)]
Debugger: Re-layout "Attach to QML Port" dialog

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>
12 years agoGdb: Fix label in AttachCoreDialog
Kai Koehne [Tue, 11 Oct 2011 10:36:01 +0000 (12:36 +0200)]
Gdb: Fix label in AttachCoreDialog

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>
12 years agoDoc: new and updated refactoring actions
Leena Miettinen [Tue, 11 Oct 2011 09:27:36 +0000 (11:27 +0200)]
Doc: new and updated refactoring actions

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>
12 years agoAdd include guards for generated file app_version.h.
Daniel Molkentin [Mon, 10 Oct 2011 16:18:31 +0000 (18:18 +0200)]
Add include guards for generated file app_version.h.

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>
12 years agoWelcomePage: avoid deadlock on shutdown
Thomas Hartmann [Mon, 10 Oct 2011 14:55:27 +0000 (16:55 +0200)]
WelcomePage: avoid deadlock on shutdown

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>
12 years agoV8DebuggerClient: Enable breakpoints on Exceptions
Aurindam Jana [Mon, 10 Oct 2011 13:25:18 +0000 (15:25 +0200)]
V8DebuggerClient: Enable breakpoints on Exceptions

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>
12 years agoDebugger/Python dumper: Fix checkRef() for Qt 5.
Friedemann Kleint [Mon, 10 Oct 2011 12:11:10 +0000 (14:11 +0200)]
Debugger/Python dumper: Fix checkRef() for Qt 5.

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>
12 years agoDoc: code style settings sets
Leena Miettinen [Mon, 10 Oct 2011 15:12:42 +0000 (17:12 +0200)]
Doc: code style settings sets

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>
12 years agoQDeclarativeDebugClient: Expose internal error string
Kai Koehne [Fri, 7 Oct 2011 13:00:05 +0000 (15:00 +0200)]
QDeclarativeDebugClient: Expose internal error string

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>

12 years agoCompile fix
Robert Loehning [Mon, 10 Oct 2011 17:44:18 +0000 (19:44 +0200)]
Compile fix

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>
12 years agoDebugger: Compile manual debugger tests and dumber lib with Qt5.
Friedemann Kleint [Mon, 10 Oct 2011 12:47:14 +0000 (14:47 +0200)]
Debugger: Compile manual debugger tests and dumber lib with Qt5.

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>
12 years agoWelcome: Fix using desktop qml components in qml editor.
Christian Kamm [Mon, 10 Oct 2011 11:22:47 +0000 (13:22 +0200)]
Welcome: Fix using desktop qml components in qml editor.

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>
12 years agoWelcomeScreen: Use ListView instead of Repeater for news
Kai Koehne [Mon, 10 Oct 2011 15:15:05 +0000 (17:15 +0200)]
WelcomeScreen: Use ListView instead of Repeater for news

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>
12 years agoDebugger: Always show "Start Debugging" methods
Kai Koehne [Mon, 10 Oct 2011 11:38:58 +0000 (13:38 +0200)]
Debugger: Always show "Start Debugging" methods

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>
12 years agoCheck all Makefile* for importing builds
Daniel Teske [Mon, 10 Oct 2011 13:34:06 +0000 (15:34 +0200)]
Check all Makefile* for importing builds

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>

12 years agoSquish: Renamed "destination" to "target"
Robert Loehning [Mon, 10 Oct 2011 12:53:08 +0000 (14:53 +0200)]
Squish: Renamed "destination" to "target"

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>
12 years agoVCS: Get current file from the editor
Tobias Hunger [Thu, 6 Oct 2011 17:36:26 +0000 (19:36 +0200)]
VCS: Get current file from the editor

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>
12 years agoMerge branch '2.4' of ssh://codereview.qt-project.org/qt-creator/qt-creator into 2.4
Eike Ziller [Mon, 10 Oct 2011 13:26:51 +0000 (15:26 +0200)]
Merge branch '2.4' of ssh://codereview.qt-project.org/qt-creator/qt-creator into 2.4

12 years agoRemove qttest plugin.
Eike Ziller [Mon, 10 Oct 2011 13:25:32 +0000 (15:25 +0200)]
Remove qttest plugin.

Change-Id: I593517c64b43d327a1fc6f9c9ca0c5c8f2aed588

12 years agogdb: workaround to lookup anonymous namespaces
Fawzi Mohamed [Thu, 6 Oct 2011 16:04:29 +0000 (18:04 +0200)]
gdb: workaround to lookup anonymous namespaces

work around for http://sourceware.org/bugzilla/show_bug.cgi?id=13269

Change-Id: Ibfaf409d48146bbed09c0e563c140a1b7a712d4f
Reviewed-by: hjk <qthjk@ovi.com>
Reviewed-on: http://codereview.qt-project.org/6179
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>

12 years agoQmlJS: Fix bug in context property extraction.
Christian Kamm [Mon, 10 Oct 2011 11:36:00 +0000 (13:36 +0200)]
QmlJS: Fix bug in context property extraction.

Skip forward declarations instead of giving up.

Change-Id: Id3a30296a7cefc4ef255d03727557dee6a37c362
Reviewed-on: http://codereview.qt-project.org/6321
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>

12 years agoFix a crash with cmake and no toolchains configured
Daniel Teske [Mon, 10 Oct 2011 11:31:54 +0000 (13:31 +0200)]
Fix a crash with cmake and no toolchains configured

Task-number: QTCREATORBUG-6252
Change-Id: I8b7237c23cd70fe8dd20724ffb3ebdef18f5bf13
Reviewed-on: http://codereview.qt-project.org/6320
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>

12 years agoSquish: Don't add temporary files to git
Robert Loehning [Mon, 10 Oct 2011 11:10:34 +0000 (13:10 +0200)]
Squish: Don't add temporary files to git

Change-Id: Ia076166a867c1c1a9031ea6515143876f4a73d34
Reviewed-on: http://codereview.qt-project.org/6263
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
12 years agoDoc: NetSieben is no longer used
Leena Miettinen [Fri, 7 Oct 2011 07:45:27 +0000 (09:45 +0200)]
Doc: NetSieben is no longer used

Change-Id: I9a8eccf5193198effe1b1957d79a10dee036eb11
Reviewed-on: http://codereview.qt-project.org/6224
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
12 years agoSquish: Merged variations of createNewQtQuickApplication()
Robert Loehning [Fri, 7 Oct 2011 13:05:55 +0000 (15:05 +0200)]
Squish: Merged variations of createNewQtQuickApplication()

Change-Id: I5c2f88e18630922a34dbb52894ce6ef26697c28b
Reviewed-on: http://codereview.qt-project.org/6180
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
12 years agoVCSBaseEditorParameterWidget::mapSetting cope with 0 pointer
Daniel Teske [Thu, 6 Oct 2011 11:13:01 +0000 (13:13 +0200)]
VCSBaseEditorParameterWidget::mapSetting cope with 0 pointer

Change-Id: I797488c6ace58a6f927fe3d528131682f1832de1
Reviewed-on: http://codereview.qt-project.org/6235
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
12 years agoVcsBaseClientSetting, check the type before returning from the union
Daniel Teske [Thu, 6 Oct 2011 11:12:22 +0000 (13:12 +0200)]
VcsBaseClientSetting, check the type before returning from the union

Change-Id: Ic40b88e1cf9b731509edc6636c1e0bdb5f053529
Reviewed-on: http://codereview.qt-project.org/6234
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
12 years agoSquish: Moved contents of mainwin.py to other files
Robert Loehning [Thu, 6 Oct 2011 18:16:15 +0000 (20:16 +0200)]
Squish: Moved contents of mainwin.py to other files

Change-Id: I998b1304dc9ad8832990da5e90ab426c38eb329e
Reviewed-on: http://codereview.qt-project.org/6182
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
12 years agoRemove unused parameter.
Eike Ziller [Fri, 7 Oct 2011 08:41:52 +0000 (10:41 +0200)]
Remove unused parameter.

Change-Id: I0aaedd0b7e880d9ace97bf357cd9924247558f0f
Reviewed-on: http://codereview.qt-project.org/6227
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agoMerge remote-tracking branch 'origin/2.3' into 2.4
Eike Ziller [Fri, 7 Oct 2011 06:42:00 +0000 (08:42 +0200)]
Merge remote-tracking branch 'origin/2.3' into 2.4

12 years agoSquish: Changed bad naming and property issue
Christian Stenger [Thu, 6 Oct 2011 15:44:10 +0000 (17:44 +0200)]
Squish: Changed bad naming and property issue

Change-Id: I797820642f9f7041801930155dad2fc708e90ea0
Reviewed-on: http://codereview.qt-project.org/6177
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
12 years agoSquish: Improved function checkCompile()
Robert Loehning [Thu, 6 Oct 2011 14:46:03 +0000 (16:46 +0200)]
Squish: Improved function checkCompile()

Change-Id: Ib1b0dada442dc58f1e56343cf4ae602650291fcf
Reviewed-on: http://codereview.qt-project.org/6167
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
12 years agoGit: Fix string
Tobias Hunger [Thu, 6 Oct 2011 17:35:11 +0000 (19:35 +0200)]
Git: Fix string

Make Blame look like the other file-based options.

Change-Id: I09b8ee9fff2ad3f564daa3922dccce3c5136e4a0
Reviewed-on: http://codereview.qt-project.org/6174
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
12 years agoSquish: Fixed a bug with paths containing '.'
Christian Stenger [Thu, 6 Oct 2011 14:45:13 +0000 (16:45 +0200)]
Squish: Fixed a bug with paths containing '.'

Change-Id: I97c9331dc1caa525b527a8d11992c39cdaa07296
Reviewed-on: http://codereview.qt-project.org/6168
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
12 years agotr()-fixes for 2.4.
Friedemann Kleint [Thu, 6 Oct 2011 15:05:38 +0000 (17:05 +0200)]
tr()-fixes for 2.4.

Change-Id: Iaf94e8b634cd68bc8a5eaacc65df47fc40f2b3c7
Reviewed-on: http://codereview.qt-project.org/6173
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
12 years agoVCS: Handle empty arguments in EditorParameterWidgets
Tobias Hunger [Thu, 6 Oct 2011 16:21:39 +0000 (18:21 +0200)]
VCS: Handle empty arguments in EditorParameterWidgets

Task-number: QTCREATORBUG-6251
Change-Id: I833bcecf295b7191df1916a658b16f008f69f902
Reviewed-on: http://codereview.qt-project.org/6164
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
12 years agoGit: Use indexes to address pretty printing combobox
Tobias Hunger [Thu, 6 Oct 2011 14:20:37 +0000 (16:20 +0200)]
Git: Use indexes to address pretty printing combobox

This fixes a incompatibility with the config settings.

Change-Id: I518291af2309acfaba7eea78b22519c283114009
Reviewed-on: http://codereview.qt-project.org/6161
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
12 years agoVCS: Make editorparameterwidget comboboxes work with indexes
Tobias Hunger [Thu, 6 Oct 2011 14:20:12 +0000 (16:20 +0200)]
VCS: Make editorparameterwidget comboboxes work with indexes

Change-Id: Id3d81e59f85d9b7d2dbadef337b97be13a37a598
Reviewed-on: http://codereview.qt-project.org/6160
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
12 years agoSquish: Updated existing tests to run on Mac
Christian Stenger [Wed, 5 Oct 2011 12:59:12 +0000 (14:59 +0200)]
Squish: Updated existing tests to run on Mac

Change-Id: Id4c3bd97f806e502fe64ca9bd4864938d918dc73
Reviewed-on: http://codereview.qt-project.org/6156
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
12 years agoSquish: Button was renamed to "Issues"
Robert Loehning [Thu, 6 Oct 2011 11:55:05 +0000 (13:55 +0200)]
Squish: Button was renamed to "Issues"

(cherry picked from commit 2e968aa9989066f57e76e737164df67257d91bf1)

Change-Id: Ib0ce148edc46a663622d9437da3b7b977baad716
Reviewed-on: http://codereview.qt-project.org/6153
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
12 years agoProjectExplorer: Change how .shared settings work
Leandro Melo [Tue, 4 Oct 2011 12:54:24 +0000 (14:54 +0200)]
ProjectExplorer: Change how .shared settings work

After discussing the subject we have opted to not automatically track
and synchronize shared settings. The current use case is that one
needs to manually created/edit a .shared file and place it under the
project's directory. We then identify such settings and merge then
into the user ones. Whenever the user changes such a setting in a way
it differs from the .shared value we mark it as a sticky setting.

Change-Id: I1a7196acea5fb76c3ba21ce950a7bfd1aa774da3
Reviewed-on: http://codereview.qt-project.org/5985
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
(cherry picked from commit 97e9399130baa95e11c34144f9f31b3c97b9a2dc)

12 years agoDoc: new settings files
Leena Miettinen [Thu, 6 Oct 2011 10:06:52 +0000 (12:06 +0200)]
Doc: new settings files

Task-number: QTCREATORBUG-6204
Change-Id: I6a8206b1675d99b29aa2b96565a4bd1e1dabbf26
Reviewed-on: http://codereview.qt-project.org/6142
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agoGit: Fix git.cmd not found on windows
Tobias Hunger [Thu, 6 Oct 2011 11:49:44 +0000 (13:49 +0200)]
Git: Fix git.cmd not found on windows

Change-Id: I89c7743331bb28bbabe946df3da8fede44652414
Reviewed-on: http://codereview.qt-project.org/6138
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
12 years agoDoc: plain C or C++ project wizards
Leena Miettinen [Thu, 6 Oct 2011 09:44:15 +0000 (11:44 +0200)]
Doc: plain C or C++ project wizards

Add more info about other project wizards

Change-Id: I5b143fb1d8203b0a068e07952952f812b2a601df
Reviewed-on: http://codereview.qt-project.org/6136
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
12 years agoDoc: remove if defs
Leena Miettinen [Thu, 6 Oct 2011 09:43:26 +0000 (11:43 +0200)]
Doc: remove if defs

Change-Id: I0843e1ebb07b3974e13d63f75303c31fab892683
Reviewed-on: http://codereview.qt-project.org/6135
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
12 years agoDoc: viewing tutorials while opening and creating projects.
Leena Miettinen [Wed, 5 Oct 2011 15:20:29 +0000 (17:20 +0200)]
Doc: viewing tutorials while opening and creating projects.

Target selection is not necessary if only one target is installed.

Task-number: QTCREATORBUG-6237
Change-Id: I26da73aa6d0040f3d86fd485c354b40f86471245
Reviewed-on: http://codereview.qt-project.org/6037
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
(cherry picked from commit 21f3a69d4ca4d3d92bbae4b29315ddb1ec4c7e29)
Reviewed-on: http://codereview.qt-project.org/6125
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
12 years agoCommit things that went missing from 2a4a56b2beec7a3c0be94302146461d2f730315d
Eike Ziller [Thu, 6 Oct 2011 07:46:03 +0000 (09:46 +0200)]
Commit things that went missing from 2a4a56b2beec7a3c0be94302146461d2f730315d

Change-Id: I16f0d8880003156722cd80fdc51b0f8f21a5bfae
Reviewed-on: http://codereview.qt-project.org/6120
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agoQmlJS: Improve error message.
Christian Kamm [Thu, 29 Sep 2011 10:42:14 +0000 (12:42 +0200)]
QmlJS: Improve error message.

This first line of an error needs to make sense on its own.

Change-Id: Ibf3bce7107e8b3df8fa4d0e75924945027678c63
Reviewed-on: http://codereview.qt-project.org/6114
Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com>
12 years agoLoad plugins from user config directory too.
Eike Ziller [Mon, 29 Aug 2011 14:27:26 +0000 (16:27 +0200)]
Load plugins from user config directory too.

Also adapt the Qt Creator plugin template to make it
possible to choose between deploying locally or into
Qt Creator's build directory.

Change-Id: Ia8566a5034443bc9574a1593eddf0a89eb4d80b2
Rubber-stamped-by: Daniel Molkentin
Reviewed-on: http://codereview.qt-project.org/4178
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agoGit: Save settings
Tobias Hunger [Wed, 5 Oct 2011 15:28:24 +0000 (15:28 +0000)]
Git: Save settings

VCSBaseClient handles saving of settings for us, but we do not
use that yet, so we have to do that ourselves:-(

Change-Id: I731d01d429497581fad814effd68bbd784e05fe8
Reviewed-on: http://codereview.qt-project.org/6080
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
12 years agoGit: Remove GitCommand
Tobias Hunger [Wed, 5 Oct 2011 14:32:30 +0000 (14:32 +0000)]
Git: Remove GitCommand

Use VCSBase::Command instead.

Change-Id: I819e61c2fdf705717709f49ea42ad822d25300fb
Reviewed-on: http://codereview.qt-project.org/6079
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
12 years agovcsbase: throw away VCSJobRunner, replaced by GitCommand
cerf [Wed, 5 Oct 2011 15:32:16 +0000 (15:32 +0000)]
vcsbase: throw away VCSJobRunner, replaced by GitCommand

VCSBase::Command was created from GitCommand, it replaces VCSJobRunner.
VCSBase::Command is simpler to use (in VCSBaseClient) and commands
can show up in the progress manager.
From now on, the git plugin can easily rely on vcsbase.

Change-Id: I40593f354249cd94a4c79e90f9bf1362ff3bf5ec
Merge-request: 394
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Reviewed-on: http://codereview.qt-project.org/6078

12 years agoQmlDesigner.instances: support for QMLDESIGNER_RC_PATHS
Thomas Hartmann [Wed, 5 Oct 2011 15:16:08 +0000 (17:16 +0200)]
QmlDesigner.instances: support for QMLDESIGNER_RC_PATHS

Allows using qml files referencing qrc resources in the designer.

Change-Id: I8a3ae9c5a0fb38c47505cc606609acb41f648bbc
Reviewed-on: http://codereview.qt-project.org/6075
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
12 years agoQmlDesigner.instances: create working stand-in object
Thomas Hartmann [Wed, 5 Oct 2011 14:39:30 +0000 (16:39 +0200)]
QmlDesigner.instances: create working stand-in object

Create an Item as stand-in.

Change-Id: Ic6521bcade216bbb04679eabd909d2eec3d8a366
Reviewed-on: http://codereview.qt-project.org/6076
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
12 years agoWelcomePage: reducing size of view
Thomas Hartmann [Wed, 5 Oct 2011 14:14:17 +0000 (16:14 +0200)]
WelcomePage: reducing size of view

Otherwise we might get an unnecessary scrollbar.

Change-Id: I12ab2288a02f32f542420b0e979c24aeaa00522d
Reviewed-on: http://codereview.qt-project.org/6063
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
12 years agoWelcomePage: fix tabbar
Thomas Hartmann [Wed, 5 Oct 2011 13:14:23 +0000 (15:14 +0200)]
WelcomePage: fix tabbar

Change-Id: Ic45a2bbc4773e903d8fa955b519171bed935f38e
Reviewed-on: http://codereview.qt-project.org/6062
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
12 years agoQmlJsDebugger: Handle Breakpoint states correctly.
Aurindam Jana [Sat, 1 Oct 2011 14:21:59 +0000 (16:21 +0200)]
QmlJsDebugger: Handle Breakpoint states correctly.

The QmlJsDebugger likes to remove breakpoints in the
BreakpointInsertProceeding state. The state transition from
BreakpointInsertProceeding to BreakpointRemoveRequested is now
allowed. The state of breakpoint is set to BreakpointInserted
only when the breakpoint is hit.

Change-Id: I2fdd8d916363866fd920af7488f78d92df54d93b
Reviewed-on: http://codereview.qt-project.org/5899
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
12 years agoCERC: Use invalid ABI
Tobias Hunger [Wed, 5 Oct 2011 12:41:27 +0000 (12:41 +0000)]
CERC: Use invalid ABI

Use a invalid ABI since we have no idea what we will end up running.
Make the debugger figure out specifics when needed.

Change-Id: Ia74080887617a097a16d789dfd7f88458409a23c
Reviewed-on: http://codereview.qt-project.org/6065
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
12 years agoFix build on windows
Tobias Hunger [Wed, 5 Oct 2011 14:38:28 +0000 (14:38 +0000)]
Fix build on windows

Change-Id: Ifaa6468ca17cba1de808a9cbeba325925985ee10
Reviewed-on: http://codereview.qt-project.org/6077
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
12 years agoFix rebase issue and warning
Tobias Hunger [Wed, 5 Oct 2011 14:20:14 +0000 (14:20 +0000)]
Fix rebase issue and warning

Change-Id: Ic3b062c8be71887e00b6cfef2a52c61260c2e0ef
Reviewed-on: http://codereview.qt-project.org/6073
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
12 years agogit: Reuse more code from vcsbase
Tobias Hunger [Wed, 5 Oct 2011 10:35:24 +0000 (10:35 +0000)]
git: Reuse more code from vcsbase

Change-Id: I873d2caa2cead5c339eec887a5fcdef4d33bec24
Reviewed-on: http://codereview.qt-project.org/6071
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
12 years agogit: coding style fixes
Tobias Hunger [Wed, 5 Oct 2011 10:30:06 +0000 (10:30 +0000)]
git: coding style fixes

Change-Id: I554e46cc5e3c1b55bc245f20f7f9541103afb8c5
Reviewed-on: http://codereview.qt-project.org/6070
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
12 years agoGit: Remove debug code
Tobias Hunger [Wed, 5 Oct 2011 10:19:40 +0000 (10:19 +0000)]
Git: Remove debug code

Change-Id: Icf23c7c3c1c8858d281434f519accc96984cdd09
Reviewed-on: http://codereview.qt-project.org/6069
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
12 years agoVCS: Unify VCS options pages a bit
Tobias Hunger [Tue, 4 Oct 2011 15:57:17 +0000 (15:57 +0000)]
VCS: Unify VCS options pages a bit

Change-Id: Ibf2e2871a8e7cd61ade67caf0d110359ffba71d5
Reviewed-on: http://codereview.qt-project.org/5999
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agoQt4ProjectManager: Remove outdated forward declaration.
Christian Kandeler [Wed, 5 Oct 2011 13:39:24 +0000 (15:39 +0200)]
Qt4ProjectManager: Remove outdated forward declaration.

Change-Id: I10024c9762c748d119afe559ea2838adf5e13739
Reviewed-on: http://codereview.qt-project.org/6067
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
12 years agoUse native separators in user visible string
Tobias Hunger [Wed, 5 Oct 2011 13:27:18 +0000 (13:27 +0000)]
Use native separators in user visible string

Change-Id: Ic41e71e0f21fbf000202e8fc05262f5615b46c1d
Reviewed-on: http://codereview.qt-project.org/6066
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
12 years agoSquish: Added test suite for debugger related tests
Robert Loehning [Wed, 5 Oct 2011 11:18:42 +0000 (13:18 +0200)]
Squish: Added test suite for debugger related tests

Change-Id: I11c114787cc3c2721147d55c86f87aaf31daec9e
Reviewed-on: http://codereview.qt-project.org/5644
Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
12 years agoRename "Build Issues" pane to "Issues"
Kai Koehne [Tue, 4 Oct 2011 10:25:13 +0000 (12:25 +0200)]
Rename "Build Issues" pane to "Issues"

The issues pane now also contains e.g. results of an analyzer run and
QML warnings, so it's not only about 'Build Issues' any more.

Change-Id: Ifb9c79bd5b074e6811cc015560af3d72bf9dfcf2
Reviewed-on: http://codereview.qt-project.org/5977
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agoTaskwindow: Speed up the task window
Tobias Hunger [Tue, 20 Sep 2011 09:42:10 +0000 (09:42 +0000)]
Taskwindow: Speed up the task window

Make the taskwindow semi-graciously handle my Qt Creator build
with 91k build issues.

Change-Id: I47275e2057d2ff9bf5229f0a367bb19c4f3141e4
Task-number: QTCREATORBUG-1551
Reviewed-on: http://codereview.qt-project.org/5263
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
12 years agoQml snippets: Improve NumberAnimation and PropertyAction.
Christian Kamm [Fri, 30 Sep 2011 07:03:00 +0000 (09:03 +0200)]
Qml snippets: Improve NumberAnimation and PropertyAction.

Change-Id: I684a764797cd75a231f3da611ca6afeabdd48f61
Reviewed-on: http://codereview.qt-project.org/5835
Reviewed-by: Lasse Holmstedt
12 years agoQmlCppDebugger: Set cpp breakpoints right on startup (again)
Kai Koehne [Thu, 29 Sep 2011 13:12:43 +0000 (15:12 +0200)]
QmlCppDebugger: Set cpp breakpoints right on startup (again)

Previous commit allows to hit cpp breakpoints before the QML engine
is up and running, so there is no need anymore to set breakpoints early
on.

Change-Id: Ia0de490d54057d51c4585c56fa9083de982ba97b
Reviewed-on: http://codereview.qt-project.org/5896
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
12 years agoUse builddir not project dir for expanding relative libs paths
Daniel Teske [Tue, 4 Oct 2011 13:40:30 +0000 (15:40 +0200)]
Use builddir not project dir for expanding relative libs paths

Change-Id: Id9743739fafe42c3d0f695cec0342b68544c64b0
Reviewed-on: http://codereview.qt-project.org/5992
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
12 years agoAdd missing baseEnvironmentChanged signal
Daniel Teske [Tue, 4 Oct 2011 10:29:36 +0000 (12:29 +0200)]
Add missing baseEnvironmentChanged signal

The base environment depends on *all* library pro files.
Do emit baseEnvironmentChanged accordingly.

Change-Id: Ia24f3d65492fbe7d2bb4f9fa9e46202ae1764213
Reviewed-on: http://codereview.qt-project.org/5991
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
12 years agoQmlDebugger: Use QTC_CHECK where appropriate
Kai Koehne [Fri, 30 Sep 2011 15:54:19 +0000 (17:54 +0200)]
QmlDebugger: Use QTC_CHECK where appropriate

Change-Id: Ide9ee35677a49c52788042df9fedffb4cf90f857
Reviewed-on: http://codereview.qt-project.org/5898
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
12 years agoQmlCppDebugger: Decouple states of engines
Kai Koehne [Thu, 29 Sep 2011 14:49:18 +0000 (16:49 +0200)]
QmlCppDebugger: Decouple states of engines

The main engine now follows mostly the state of the gdb engine,
only if a breakpoint is hit/while stepping the state of the qml
engine is used. This allows us to hit C++ breakpoints at any time
(also when the qml engine hasn't been able to connect yet), and
also fixes the invalid transition warnings.

Change-Id: If67a56fd28b098952be2606d0a46e04c27835f66
Reviewed-on: http://codereview.qt-project.org/5897
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
12 years agoRemoteLinux: Support IPv6 connections in ports gatherer.
Christian Kandeler [Tue, 4 Oct 2011 12:22:25 +0000 (14:22 +0200)]
RemoteLinux: Support IPv6 connections in ports gatherer.

Change-Id: Id314517cbb0b0e943e08261eee922b2724dcaa49
Reviewed-on: http://codereview.qt-project.org/5982
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
12 years agoSSH: Allow querying of IP protocol version.
Christian Kandeler [Tue, 4 Oct 2011 12:21:37 +0000 (14:21 +0200)]
SSH: Allow querying of IP protocol version.

Change-Id: I97c8b89da8c8d46afb0bdc840627e142567d5d98
Reviewed-on: http://codereview.qt-project.org/5981
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
12 years agoQmlCppDebugger: Reshuffle DebuggerState case expressions
Kai Koehne [Thu, 29 Sep 2011 12:56:20 +0000 (14:56 +0200)]
QmlCppDebugger: Reshuffle DebuggerState case expressions

Use the same order as in the enum definition.

Change-Id: I80e220a9f6260cf91f153eb98e7520bb8e6ba36e
Reviewed-on: http://codereview.qt-project.org/5895
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
12 years agoABI: More unit test data
Tobias Hunger [Fri, 23 Sep 2011 15:53:55 +0000 (15:53 +0000)]
ABI: More unit test data

Change-Id: Ic7ff574db5a04deea9532f25b4083fa6649a0b19
Reviewed-on: http://codereview.qt-project.org/5470
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
12 years agoCDB: Set 32bit and 64bit debuggers as required
Tobias Hunger [Mon, 12 Sep 2011 16:33:00 +0000 (16:33 +0000)]
CDB: Set 32bit and 64bit debuggers as required

Task-number: QTCREATORBUG-6083
Change-Id: I8daac067d7c78a85c1e121c0a9870161e0e2aa27
Reviewed-on: http://codereview.qt-project.org/4748
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
12 years agoDebugger/gdb: Activate "target async" option in GUI.
Christian Kandeler [Fri, 30 Sep 2011 11:35:31 +0000 (13:35 +0200)]
Debugger/gdb: Activate "target async" option in GUI.

Change-Id: Ic359d4af409993dfcc45ba95e6ab5e9287ef6d12
Reviewed-on: http://codereview.qt-project.org/5874
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
12 years agoFix restoring of Qt4Runconfigurations
Daniel Teske [Tue, 4 Oct 2011 10:52:29 +0000 (12:52 +0200)]
Fix restoring of Qt4Runconfigurations

Task-number: QTCREATORBUG-6228
Change-Id: Ib4f4890cb4c9ef10ddf2cdf3d6946601708ee7e6
Reviewed-on: http://codereview.qt-project.org/5979
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
12 years agoQml plugin wizard: Add uri annotation.
Christian Kamm [Fri, 30 Sep 2011 06:50:57 +0000 (08:50 +0200)]
Qml plugin wizard: Add uri annotation.

Change-Id: Ie207fe674ac92b5cbcace054f452dec5300e1222
Reviewed-on: http://codereview.qt-project.org/5833
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
12 years agoCDB breakpoints: Fix line adjustment in case statements.
Christian Kamm [Tue, 4 Oct 2011 07:18:43 +0000 (09:18 +0200)]
CDB breakpoints: Fix line adjustment in case statements.

Task-number: QTCREATORBUG-6207
Change-Id: I4df50a412dd960a0d53a824a6c4a93712bd743e8
Reviewed-on: http://codereview.qt-project.org/5964
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>