OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoC++ editor: Fix follow symbol for member functions
Leandro Melo [Fri, 8 Jul 2011 11:49:22 +0000 (13:49 +0200)]
C++ editor: Fix follow symbol for member functions

Fix a regression introduced by ad53fa42b03cb7f3237bd81c4bd92f462d8ec9da
in which follow symbol takes you to the function declaration (instead
of to the type) for situations like the one below (the | indicates the
cursor):

void Ty|pe::function() {}

Change-Id: Iffd15b23bb0cd67eca5965cb22d9b60c4d024fb7
Reviewed-on: http://codereview.qt.nokia.com/1375
Reviewed-by: Erik Verbruggen <erik.verbruggen@nokia.com>
13 years agocpptools: use static CppToolsPlugin functions instead of indirect access
hjk [Wed, 6 Jul 2011 15:34:45 +0000 (17:34 +0200)]
cpptools: use static CppToolsPlugin functions instead of indirect access

Saves a symbol.

Change-Id: Id949799852560a3e22da9c0a858b399c6ab3d6e1
Reviewed-on: http://codereview.qt.nokia.com/1295
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agodebugger: work on manual tests
hjk [Thu, 7 Jul 2011 10:02:40 +0000 (12:02 +0200)]
debugger: work on manual tests

Change-Id: I1377da4e46970d663376141791440f3e8e6007ec
Reviewed-on: http://codereview.qt.nokia.com/1301
Reviewed-by: hjk <qthjk@ovi.com>
13 years agodoc: specify d-pointer rules
hjk [Wed, 6 Jul 2011 11:18:18 +0000 (13:18 +0200)]
doc: specify d-pointer rules

Change-Id: I33d9d990ad9da06a76690de4d8aa16ca0692dc65
Reviewed-on: http://codereview.qt.nokia.com/1233
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agodebugger: add comment to manual test
hjk [Fri, 8 Jul 2011 06:52:53 +0000 (08:52 +0200)]
debugger: add comment to manual test

Change-Id: If495e0d8532abdc64d86a56f5e9c8b9d7e00067e
Reviewed-on: http://codereview.qt.nokia.com/1344
Reviewed-by: hjk <qthjk@ovi.com>
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
13 years agoAdd "Switch To" button to new session
Daniel Teske [Thu, 7 Jul 2011 12:14:10 +0000 (14:14 +0200)]
Add "Switch To" button to new session

Task-number: QTCREATORBUG-5310
Change-Id: I16d61be00c8d49957c286cde0b8ca0c5bae69756
Reviewed-on: http://codereview.qt.nokia.com/1308
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Jarek Kobus <jaroslaw.kobus@nokia.com>
13 years agoMerge remote-tracking branch 'origin/2.3'
Oswald Buddenhagen [Thu, 7 Jul 2011 10:26:59 +0000 (12:26 +0200)]
Merge remote-tracking branch 'origin/2.3'

Conflicts:
share/qtcreator/dumper/bridge.py
src/plugins/debugger/gdb/gdbengine.cpp
src/plugins/remotelinux/remotelinuxapplicationrunner.cpp

Change-Id: I444f797723d5879ea08c5c0e1f31158d271d4f41

13 years agofix quoting of strings with spaces and backslashes at the end
Oswald Buddenhagen [Thu, 30 Jun 2011 16:44:44 +0000 (18:44 +0200)]
fix quoting of strings with spaces and backslashes at the end

the regexp would match twice at the end, and thus insert a stray quote.
so use a discrete loop instead.
fixed the same thing in proparser/ioutils and consoleprocess before ...

Change-Id: I62b80fb4ea68e00145861f289bc13440c5078873
Reviewed-on: http://codereview.qt.nokia.com/1302
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
13 years agodebugger: style
hjk [Wed, 6 Jul 2011 17:07:38 +0000 (19:07 +0200)]
debugger: style

Change-Id: Ia3f2090ffac10149209d0152de65a90e1f822add
Reviewed-on: http://codereview.qt.nokia.com/1299
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agoqmlpuppet: remove unneeded declarations
hjk [Wed, 6 Jul 2011 16:54:11 +0000 (18:54 +0200)]
qmlpuppet: remove unneeded declarations

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>
13 years agoQmlProfiler: removed unused images
Christiaan Janssen [Thu, 7 Jul 2011 07:42:37 +0000 (09:42 +0200)]
QmlProfiler: removed unused images

Change-Id: Ic28529c1dd309cbe455155f7f991d2b41088c28c
Reviewed-on: http://codereview.qt.nokia.com/1291
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
13 years agoUpdate changes file
Leandro Melo [Thu, 7 Jul 2011 07:29:52 +0000 (09:29 +0200)]
Update changes file

Change-Id: I7261c91b99db4bc0149346277226b8a01687e70c
Reviewed-on: http://codereview.qt.nokia.com/1271
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
13 years agoanalyzer: remove unneeded function declaration
hjk [Wed, 6 Jul 2011 14:52:14 +0000 (16:52 +0200)]
analyzer: remove unneeded function declaration

Change-Id: Iffee3a32a711085a4904e743a18d875306a4e546
Reviewed-on: http://codereview.qt.nokia.com/1289
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agoanalyzer: merge dockwidget and toolbar creation.
hjk [Wed, 6 Jul 2011 14:52:14 +0000 (16:52 +0200)]
analyzer: merge dockwidget and toolbar creation.

Now that dock and control widgets are always created as late as
possible and both are needed immediately afterward it makes sense
to merge there construction. This also reduces the chance to create
a partial tool gui in an inconsitent state.

Change-Id: Ic7f405d65b2b8f0b4ee3ff0ef991d6e4746bac0a
Reviewed-on: http://codereview.qt.nokia.com/1249
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agoanalyzer: fix control/dockwidget construction order
hjk [Wed, 6 Jul 2011 14:28:02 +0000 (16:28 +0200)]
analyzer: fix control/dockwidget construction order

Change-Id: Id39c55617c6441b221fc321d71e73168f2b3e4bd
Reviewed-on: http://codereview.qt.nokia.com/1245
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
13 years agoanalyzer: postpone selecting saved tool
hjk [Wed, 6 Jul 2011 12:41:16 +0000 (14:41 +0200)]
analyzer: postpone selecting saved tool

... until the analyze mode is actually selected

Change-Id: I7d03c48a4b4260d54bf3218b3a493ceacd2d2967
Reviewed-on: http://codereview.qt.nokia.com/1243
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agoqmlprofiler: instantiate docks when using the toolbar
hjk [Wed, 6 Jul 2011 12:13:04 +0000 (14:13 +0200)]
qmlprofiler: instantiate docks when using the toolbar

Change-Id: Ic839a4cf18494115a9a9ace4738ecb163722c40b
Reviewed-on: http://codereview.qt.nokia.com/1244
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agoanalyzer: use an enum for StartMode and add comment make intentions clear
hjk [Wed, 6 Jul 2011 10:01:23 +0000 (12:01 +0200)]
analyzer: use an enum for StartMode and add comment make intentions clear

Change-Id: I10d78ad0dd8d410206fc0109b6a3d2b447404553
Reviewed-on: http://codereview.qt.nokia.com/1242
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agoanalyzer: change default dockwidget layout for callgrind tool
hjk [Tue, 5 Jul 2011 13:36:49 +0000 (15:36 +0200)]
analyzer: change default dockwidget layout for callgrind tool

Change-Id: I7bdfa0a023f813c5da5fdec1d2c8a5abff6092b7
Reviewed-on: http://codereview.qt.nokia.com/1179
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agotr()-fix. Use Plural forms.
Friedemann Kleint [Thu, 7 Jul 2011 08:05:35 +0000 (10:05 +0200)]
tr()-fix. Use Plural forms.

Change-Id: I58612cedf33defa78d1cb58e69c49c62a755d726
Reviewed-on: http://codereview.qt.nokia.com/1287
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
13 years agoQmlDesigner: Fix warning
Marco Bubke [Wed, 6 Jul 2011 13:55:26 +0000 (15:55 +0200)]
QmlDesigner: Fix warning

Change-Id: Ic43b3eab06b4f730ee5b4099e4438a280e00b418
Reviewed-on: http://codereview.qt.nokia.com/1240
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Marco Bubke <marco.bubke@nokia.com>
13 years agoQmlDesigner: Prevent item hoping for reparenting
Marco Bubke [Wed, 6 Jul 2011 13:48:21 +0000 (15:48 +0200)]
QmlDesigner: Prevent item hoping for reparenting

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>
13 years agocorrected license headers
Thomas Murach [Wed, 6 Jul 2011 15:48:52 +0000 (15:48 +0000)]
corrected license headers

Change-Id: I56fa50745a80abf52488bebe6a5a72cf26932a8b
Merge-request: 352
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Reviewed-on: http://codereview.qt.nokia.com/1251

13 years agoanalyzer: remove clutter
hjk [Wed, 6 Jul 2011 09:57:33 +0000 (11:57 +0200)]
analyzer: remove clutter

Change-Id: I195b92107e90519d456dbd12a28e9ad236e4b298
Reviewed-on: http://codereview.qt.nokia.com/1241
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agodebugger: add note which patch to apply for FSF gdb on Mac
hjk [Wed, 6 Jul 2011 14:29:01 +0000 (16:29 +0200)]
debugger: add note which patch to apply for FSF gdb on Mac

Change-Id: If52ed2255bf10b3880ecb6a370d8268809612fd9
Reviewed-on: http://codereview.qt.nokia.com/1246
Reviewed-by: hjk <qthjk@ovi.com>
13 years agoQmlDesigner.FormEditor: Fix painting of the background
Marco Bubke [Wed, 6 Jul 2011 13:55:07 +0000 (15:55 +0200)]
QmlDesigner.FormEditor: Fix painting of the background

Caching of the QGraphicsView is broken.

Task-number: QTCREATORBUG-5258
Change-Id: I7db2bff4809b592aaccfa74c37a3212edb29d403
Reviewed-on: http://codereview.qt.nokia.com/1239
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Marco Bubke <marco.bubke@nokia.com>
13 years agoQmlDesigner.NodeInstances: Fix no dummydata
Marco Bubke [Wed, 6 Jul 2011 12:43:24 +0000 (14:43 +0200)]
QmlDesigner.NodeInstances: Fix no dummydata

Task-number: QTCREATORBUG-5296

Change-Id: Ia640e03a4a70f15001ab7476713677c52b964cf8
Reviewed-on: http://codereview.qt.nokia.com/1236
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
13 years agoSSH: Fix race condition.
Christian Kandeler [Wed, 6 Jul 2011 12:56:58 +0000 (14:56 +0200)]
SSH: Fix race condition.

Change-Id: I4f52a2b604db14d088f2416989a502f91a16deab
Reviewed-on: http://codereview.qt.nokia.com/1237
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
13 years agoMaemo: Add possibility to set the SSH port in the device config wizard.
Christian Kandeler [Wed, 6 Jul 2011 11:52:23 +0000 (13:52 +0200)]
Maemo: Add possibility to set the SSH port in the device config wizard.

This is for weird people who do port forwarding.

Task-number: QTCREATORBUG-5317
Change-Id: If15cab3cc3a12aa79aef0e1cfd1111db79e57b7c
Reviewed-on: http://codereview.qt.nokia.com/1235
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
13 years agoAdd dist files to OTHER_FILES
Eike Ziller [Wed, 6 Jul 2011 10:56:59 +0000 (12:56 +0200)]
Add dist files to OTHER_FILES

Change-Id: I32f525a2478d4442041c52f22f972202ca61f0b8
Reviewed-on: http://codereview.qt.nokia.com/1231
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoMake the width of details button dependent on its text
Jarek Kobus [Wed, 6 Jul 2011 10:57:47 +0000 (12:57 +0200)]
Make the width of details button dependent on its text

Task-number: QTCREATORBUG-5311

Change-Id: Ib50dfcb54f2cd23094ca51f2e5ce10890c92a732
Reviewed-on: http://codereview.qt.nokia.com/1166
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agoLicense Header
Eike Ziller [Wed, 6 Jul 2011 10:56:23 +0000 (12:56 +0200)]
License Header

Change-Id: I8d54198888abb9d2c73cf245065d097651b43bb7
Reviewed-on: http://codereview.qt.nokia.com/1230
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoMSVC: Detect 64bit architectures on 32bit hosts as well
Tobias Hunger [Wed, 6 Jul 2011 11:11:58 +0000 (11:11 +0000)]
MSVC: Detect 64bit architectures on 32bit hosts as well

Task-number: QTCREATORBUG-5115
Change-Id: Ia284c308073f2ba826e964ea7d8ff03ce90e7959
Reviewed-on: http://codereview.qt.nokia.com/1234
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoRemoteLinux: Fix port collecting for Harmattan.
Christian Kandeler [Wed, 6 Jul 2011 08:32:25 +0000 (10:32 +0200)]
RemoteLinux: Fix port collecting for Harmattan.

At some point, the devrootsh tool turned from a sudo implementation
to some stupid magic crap thing, so we can't use it anymore.

Change-Id: Ice175eb8a1e64e210a26c2cbfb463414e4a91982
Reviewed-on: http://codereview.qt.nokia.com/1213
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
13 years agoSSH: Don't allow connectToHost() while already connecting/connected.
Christian Kandeler [Tue, 5 Jul 2011 16:01:58 +0000 (18:01 +0200)]
SSH: Don't allow connectToHost() while already connecting/connected.

Also fix callers potentially violating this policy.

Change-Id: I630f1c544885df93a81e217e792363c0c2314108
Reviewed-on: http://codereview.qt.nokia.com/1186
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
13 years agoQML debugging: Make sure the engine detects a remote process quitting.
Christian Kandeler [Tue, 5 Jul 2011 14:15:05 +0000 (16:15 +0200)]
QML debugging: Make sure the engine detects a remote process quitting.

Change-Id: Ie41d327432b539264035f104081d4d4b02b56217
Reviewed-on: http://codereview.qt.nokia.com/1171
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
13 years agoC++ indenter: Make continuations after ( consistent.
Christian Kamm [Wed, 6 Jul 2011 10:51:04 +0000 (12:51 +0200)]
C++ indenter: Make continuations after ( consistent.

Change-Id: Iae780127065e3fce274db10e173f5c0bde15bd92
Reviewed-on: http://codereview.qt.nokia.com/1229
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
13 years agoanalyzer: directly start tools from menu
hjk [Tue, 5 Jul 2011 15:21:43 +0000 (17:21 +0200)]
analyzer: directly start tools from menu

Change-Id: I385abbd906e975b75b1c01e597b6e366c5c57126
Reviewed-on: http://codereview.qt.nokia.com/1180
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agoRemoteLinux: Move generic Dir/File functions into Utils.
Daniel Molkentin [Tue, 5 Jul 2011 10:59:14 +0000 (12:59 +0200)]
RemoteLinux: Move generic Dir/File functions into Utils.

- Make error parameter an optional pointer
  for consistency with DirUtils::copyRecursively()
- Add documentation

Change-Id: I6671142341dbdcf2c8ca1118c35ea05548920609
Reviewed-on: http://codereview.qt.nokia.com/1090
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
13 years agoAdd copyright header template
Tobias Hunger [Wed, 6 Jul 2011 09:52:08 +0000 (11:52 +0200)]
Add copyright header template

Change-Id: I17e183cab923e50a1db1632d3701b0673a91ce08
Reviewed-on: http://codereview.qt.nokia.com/1225
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoFix copyright headers
Jarek Kobus [Wed, 6 Jul 2011 09:58:06 +0000 (11:58 +0200)]
Fix copyright headers

Change-Id: Ia2853cb1230b490dcc06b19f0b4436a9d27a079c
Reviewed-on: http://codereview.qt.nokia.com/1227
Reviewed-by: Jarek Kobus <jaroslaw.kobus@nokia.com>
13 years agodisplay: simplify AnalyzerStartParameters
hjk [Wed, 6 Jul 2011 07:54:50 +0000 (09:54 +0200)]
display: simplify AnalyzerStartParameters

Change-Id: Ibc9db3d7de96461b097d1a78e1bcfd757458fc99
Reviewed-on: http://codereview.qt.nokia.com/1205
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
13 years agoFixed (C)opyright headers.
Erik Verbruggen [Wed, 6 Jul 2011 08:31:07 +0000 (10:31 +0200)]
Fixed (C)opyright headers.

Change-Id: I755bdd1788770b7edd34f06372219d27abd0af11
Reviewed-on: http://codereview.qt.nokia.com/1214
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoCopyright header fixes.
Christian Kandeler [Wed, 6 Jul 2011 07:11:15 +0000 (09:11 +0200)]
Copyright header fixes.

Change-Id: I1b9188a4dd6f0d0ef58c2ff4e3c5e4d07acae02f
Reviewed-on: http://codereview.qt.nokia.com/1203
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoAdd copyright headers
Tobias Hunger [Wed, 6 Jul 2011 09:55:33 +0000 (11:55 +0200)]
Add copyright headers

Change-Id: Ib21b9467ff6a692df56bc5cdac6ee768dae0d2a1
Reviewed-on: http://codereview.qt.nokia.com/1226
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoGenericProject: Fix update on editing project.files
Daniel Teske [Fri, 1 Jul 2011 17:53:43 +0000 (19:53 +0200)]
GenericProject: Fix update on editing project.files

The passed in filename is empty if the file is saved
with it current name. In that case pass the current
name to the GenericProjectManager, which then informs
the projects.

Change-Id: Id11c474930153e904702e7a0145e1f44331241fd
Reviewed-on: http://codereview.qt.nokia.com/1077
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
13 years agoAdd missing license headers.
Christian Kamm [Wed, 6 Jul 2011 08:38:53 +0000 (10:38 +0200)]
Add missing license headers.

Change-Id: I2dc5d18bfffc8389ad0b162b7dc3b5cc2406027f
Reviewed-on: http://codereview.qt.nokia.com/1222
Reviewed-by: Jarek Kobus <jaroslaw.kobus@nokia.com>
13 years agoReplace qt-info@nokia.com with info@qt.nokia.com
hjk [Tue, 5 Jul 2011 16:26:01 +0000 (18:26 +0200)]
Replace qt-info@nokia.com with info@qt.nokia.com

Change-Id: I61e7cf189a1c4ea04e2a88a80a4f15e43cd3c018
Reviewed-on: http://codereview.qt.nokia.com/1187
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agodebugger: replace artificial "{console,log}streamoutput" member in GdbMi
hjk [Tue, 5 Jul 2011 15:57:57 +0000 (17:57 +0200)]
debugger: replace artificial "{console,log}streamoutput" member in GdbMi

Use proper QByteArray member in GdbResponse instead. Less magic, and
does not break array-style reponses where all children are assumed to
be of the same "type".

Change-Id: Ief1efdeb0412f59836e1b2d6f4cb751ddef3216e
Reviewed-on: http://codereview.qt.nokia.com/1184
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agoAvoid compiler warning on Mac
Eike Ziller [Wed, 6 Jul 2011 08:19:37 +0000 (10:19 +0200)]
Avoid compiler warning on Mac

Change-Id: I10eab3a4b5fc4bf43ee80b1b4baf5767c72ab9c1
Reviewed-on: http://codereview.qt.nokia.com/1208
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agoC++ indenter: Fix function declaration continuation indent.
Christian Kamm [Tue, 5 Jul 2011 13:29:19 +0000 (15:29 +0200)]
C++ indenter: Fix function declaration continuation indent.

Change-Id: I0ebe1f0f531cb4830f80b80c6bb52caeaee01353
Reviewed-on: http://codereview.qt.nokia.com/1167
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
13 years agoQML Desktop Components: Position ToolTip properly
Daniel Molkentin [Tue, 5 Jul 2011 14:10:30 +0000 (16:10 +0200)]
QML Desktop Components: Position ToolTip properly

Task-Number: QTCREATORBUG-5272
Change-Id: Ia0050d7d63f0ff72fcdbdd2d01c3eb4db8cb8f7a
Reviewed-on: http://codereview.qt.nokia.com/1170
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
13 years agoQmlProfiler: changed Analyze Button icon
Christiaan Janssen [Tue, 5 Jul 2011 15:49:03 +0000 (17:49 +0200)]
QmlProfiler: changed Analyze Button icon

Change-Id: I1246e9292a6d92d406971fa3b655e81df56ba9ae
Reviewed-on: http://codereview.qt.nokia.com/1183
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
13 years agoQmlProfiler: Tooltips
Christiaan Janssen [Tue, 5 Jul 2011 14:40:26 +0000 (16:40 +0200)]
QmlProfiler: Tooltips

Change-Id: Ie83698aa10f27989b56b0032d04c416e34f1ded4
Reviewed-on: http://codereview.qt.nokia.com/1182
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
13 years agoQmlProfiler: disable navigation buttons when no data
Christiaan Janssen [Tue, 5 Jul 2011 13:50:32 +0000 (15:50 +0200)]
QmlProfiler: disable navigation buttons when no data

Change-Id: Ieee8a4c45919c4598d86a817e3489bd3e519d1c8
Reviewed-on: http://codereview.qt.nokia.com/1181
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
13 years agoRemoteLinux: User string fixes.
Christian Kandeler [Tue, 5 Jul 2011 14:45:37 +0000 (16:45 +0200)]
RemoteLinux: User string fixes.

Change-Id: I5419a0eb0d8c644597efbf8da4090f960658b7b2
Reviewed-on: http://codereview.qt.nokia.com/1175
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
13 years agoFix original string messages
Jarek Kobus [Tue, 5 Jul 2011 13:56:42 +0000 (15:56 +0200)]
Fix original string messages

Change-Id: I60c459de44b72dd2bea23672bee41892dcbc507b
Reviewed-on: http://codereview.qt.nokia.com/1168
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
13 years agoRemoteLinux: Update changes file.
Christian Kandeler [Tue, 5 Jul 2011 09:22:56 +0000 (11:22 +0200)]
RemoteLinux: Update changes file.

Change-Id: I13a1522abc1c86929ab8da8fc7e4a84958960cee
Reviewed-on: http://codereview.qt.nokia.com/1153
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
13 years agoEmit a signal when parsing is finished after updating source files.
Erik Verbruggen [Tue, 5 Jul 2011 08:46:46 +0000 (10:46 +0200)]
Emit a signal when parsing is finished after updating source files.

Change-Id: I8a8878c420c0f8d24db16d606aace42519ac3047
Reviewed-on: http://codereview.qt.nokia.com/1151
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Bill King <bill.king@nokia.com>
13 years agoGeneric Project: Preserve out of project files on "Edit Files"
Daniel Teske [Fri, 1 Jul 2011 16:56:44 +0000 (18:56 +0200)]
Generic Project: Preserve out of project files on "Edit Files"

Change-Id: Ia71ed20f8cd5563f1e7fce7a99cf12fc4e7e62c2
Reviewed-on: http://codereview.qt.nokia.com/1076
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
13 years agoCDB: Fix build with WinSDK 7.1
Tobias Hunger [Tue, 5 Jul 2011 09:06:45 +0000 (11:06 +0200)]
CDB: Fix build with WinSDK 7.1

Task-number: QTCREATORBUG-5295
Change-Id: Ic330bc3d7744e65d46af89142f730bc21c938072
Reviewed-on: http://codereview.qt.nokia.com/1152
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
13 years agoQmlJS: Don't need to store imports per document in LinkPrivate.
Christian Kamm [Tue, 5 Jul 2011 10:06:41 +0000 (12:06 +0200)]
QmlJS: Don't need to store imports per document in LinkPrivate.

Change-Id: I4bb9bcbc7a8e988760ca1b3463474b269e3802af
Reviewed-on: http://codereview.qt.nokia.com/1156
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
13 years agoQmlJS: Fix error message when too new qmltypes files are read.
Christian Kamm [Mon, 4 Jul 2011 08:05:18 +0000 (10:05 +0200)]
QmlJS: Fix error message when too new qmltypes files are read.

Change-Id: I5c499dd1307ee0e1f474278873706151d562d380
Reviewed-on: http://codereview.qt.nokia.com/1030
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
13 years agodebugger: extend manual test for Eigen::Matrix
hjk [Mon, 4 Jul 2011 14:59:52 +0000 (16:59 +0200)]
debugger: extend manual test for Eigen::Matrix

To cover rows > 10 to check for proper sort order in the display

Change-Id: Ifb6380cab07eb42d0dcf9ee3817aef7c426dc95c
Reviewed-on: http://codereview.qt.nokia.com/1087
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agoQmlProfiler: renamed runcontrol factory
Christiaan Janssen [Tue, 5 Jul 2011 11:14:37 +0000 (13:14 +0200)]
QmlProfiler: renamed runcontrol factory

Change-Id: I1d857d5cf63c01d766874469e7edde6a2c591dca
Reviewed-on: http://codereview.qt.nokia.com/1162
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agoQmlProfiler: handling start/stop actions
Christiaan Janssen [Tue, 5 Jul 2011 10:56:49 +0000 (12:56 +0200)]
QmlProfiler: handling start/stop actions

Change-Id: I940025ba1f35f6136b4a12936b9e508ccb9d0d1f
Reviewed-on: http://codereview.qt.nokia.com/1160
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agoShow shortcut for Locator
Eike Ziller [Mon, 4 Jul 2011 13:50:50 +0000 (15:50 +0200)]
Show shortcut for Locator

Task-number: QTCREATORBUG-5164

Change-Id: Idd73a88697167de3de984de8519d8bddaa7aefb3
Reviewed-on: http://codereview.qt.nokia.com/1084
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
13 years agoRemoteLinux: Check deploy config when creating deploy steps.
Christian Kandeler [Tue, 5 Jul 2011 08:00:20 +0000 (10:00 +0200)]
RemoteLinux: Check deploy config when creating deploy steps.

RemoteLinux deploy steps can only exist inside a
Qt4MaemoDeployConfiguration.

Change-Id: If54e12635901751262240c60c01d2ad4edb345de
Reviewed-on: http://codereview.qt.nokia.com/1149
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Lasse Holmstedt
13 years agoanalyzer: remove shadowed start parameters
hjk [Tue, 5 Jul 2011 10:14:41 +0000 (12:14 +0200)]
analyzer: remove shadowed start parameters

Also, use only one Tool for all Qml profiling.

Change-Id: Ic79d0c3b8781f4dffd8e0cd77af014bf008f4c2e
Reviewed-on: http://codereview.qt.nokia.com/1157
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agoanalyzer: handle all possibilities to start qml profiler in QmlProfilerTool
hjk [Mon, 4 Jul 2011 17:11:08 +0000 (19:11 +0200)]
analyzer: handle all possibilities to start qml profiler in QmlProfilerTool

Change-Id: I286bdc4dc3fbab2e784e72f47ff02644cc2899e5
Reviewed-on: http://codereview.qt.nokia.com/1096
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agoFix original string messages
Jarek Kobus [Tue, 5 Jul 2011 07:04:42 +0000 (09:04 +0200)]
Fix original string messages

Change-Id: Icc7819585a8382a02b02a28f39dcea8ec1c6a7e6
Reviewed-on: http://codereview.qt.nokia.com/1142
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
13 years agoRevert "Valgrind: fix compilation"
hjk [Mon, 4 Jul 2011 16:34:18 +0000 (18:34 +0200)]
Revert "Valgrind: fix compilation"

This reverts commit b1faac0e732443aeffefba66aca92aa58c9b3008.

Change-Id: Ib1faac0e732443aeffefba66aca92aa58c9b3009
Reviewed-on: http://codereview.qt.nokia.com/1095
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agoRevert "analyzer: move convenience factory back to base plugin"
hjk [Mon, 4 Jul 2011 16:33:47 +0000 (18:33 +0200)]
Revert "analyzer: move convenience factory back to base plugin"

This reverts commit 06a41da04e726ffd35da18d99cd2f46cb99467be.

Change-Id: I06a41da04e726ffd35da18d99cd2f46cb99467bf
Reviewed-on: http://codereview.qt.nokia.com/1094
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agoQmlJS: Add UiScriptBinding range if it has a script block.
Christian Kamm [Mon, 4 Jul 2011 07:48:10 +0000 (09:48 +0200)]
QmlJS: Add UiScriptBinding range if it has a script block.

Makes completion in code bindings have the right scope.

Change-Id: Ib76840cf7be5ab0a3c573e9ad087359816a9ced6
Reviewed-on: http://codereview.qt.nokia.com/1046
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
13 years agoDoc: fix typo
Leena Miettinen [Tue, 5 Jul 2011 09:54:01 +0000 (11:54 +0200)]
Doc: fix typo

Change-Id: I16c400d642aea93145a17fa9c7a6e0b9e68295c5
Reviewed-on: http://codereview.qt.nokia.com/1155
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
13 years agoValgrind: Remove library and move code into plugin.
Friedemann Kleint [Tue, 5 Jul 2011 08:40:37 +0000 (10:40 +0200)]
Valgrind: Remove library and move code into plugin.

Compile on Windows.

Change-Id: I54a4df0cee585713979d37fe7b838f5a5cf4a7be
Reviewed-on: http://codereview.qt.nokia.com/1150
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
13 years agoQmlJS: Rename range-related functions.
Christian Kamm [Mon, 4 Jul 2011 07:46:10 +0000 (09:46 +0200)]
QmlJS: Rename range-related functions.

astPath -> rangePath
To make it more explicit that it does not return the full ast path.

declaringMember -> rangeAt
Since things like function expressions and declarations and grouped
property bindings are also ranges and returned by this function.

Change-Id: I70cc99f21635b21dd6f3088a6e5782d84f6f108a
Reviewed-on: http://codereview.qt.nokia.com/1045
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
13 years agoQmlJS: Make 'length' property available on all FunctionValues.
Christian Kamm [Mon, 4 Jul 2011 07:24:24 +0000 (09:24 +0200)]
QmlJS: Make 'length' property available on all FunctionValues.

Change-Id: I62bb8f41177521db1f3213d6bd804d8e4852560d
Reviewed-on: http://codereview.qt.nokia.com/1044
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
13 years agoQmlJS: Remove deprecated enum functions in QmlObjectValue.
Christian Kamm [Fri, 1 Jul 2011 13:09:15 +0000 (15:09 +0200)]
QmlJS: Remove deprecated enum functions in QmlObjectValue.

Change-Id: I30c1636f4946f465e5924493e561310f506df3d7
Reviewed-on: http://codereview.qt.nokia.com/1043
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
13 years agoQmlJS: Move Context to its own file.
Christian Kamm [Fri, 1 Jul 2011 11:51:53 +0000 (13:51 +0200)]
QmlJS: Move Context to its own file.

Change-Id: I91331b7039e27e2f57cc19b985c8ed86c955ec9e
Reviewed-on: http://codereview.qt.nokia.com/1042
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
13 years agoQmlJS: Enforce Context always being linked.
Christian Kamm [Fri, 1 Jul 2011 11:41:40 +0000 (13:41 +0200)]
QmlJS: Enforce Context always being linked.

The default way of creating a Context is through Link.

Change-Id: Ia81f7ce90ba2b33d02eed432a61be836d404bedd
Reviewed-on: http://codereview.qt.nokia.com/1041
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
13 years agoWelcomeScreen: Fix up fallback xml file
Daniel Molkentin [Mon, 4 Jul 2011 17:11:37 +0000 (19:11 +0200)]
WelcomeScreen: Fix up fallback xml file

Change-Id: I0dbd8f58630dd9ff43b4b9c39af7afa4c6c2f121
Reviewed-on: http://codereview.qt.nokia.com/1098
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoGit: Ignore generated dev doc artifcats.
Daniel Molkentin [Fri, 1 Jul 2011 16:29:38 +0000 (18:29 +0200)]
Git: Ignore generated dev doc artifcats.

Change-Id: I4eece47f7eb9d01d4f01433a906b28ca0bd0adbb
Reviewed-on: http://codereview.qt.nokia.com/1022
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoWelcomeScreen: Remove obsolete files.
Daniel Molkentin [Mon, 4 Jul 2011 17:13:05 +0000 (19:13 +0200)]
WelcomeScreen: Remove obsolete files.

Change-Id: I0b195516f496f0febbe5bd00b3d95858a4b477c3
Reviewed-on: http://codereview.qt.nokia.com/1100
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agoRemoteLinux: Remove debug output from project file.
Christian Kandeler [Mon, 4 Jul 2011 15:29:12 +0000 (17:29 +0200)]
RemoteLinux: Remove debug output from project file.

Can't remember ever putting that in, but according to git blame, I did.

Change-Id: I0017117a527ec115830c2d22a3cf3524a39912a7
Reviewed-on: http://codereview.qt.nokia.com/1143
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
13 years agoRevert "analyzer: enable remote valgrind on windows"
Eike Ziller [Tue, 5 Jul 2011 06:57:45 +0000 (08:57 +0200)]
Revert "analyzer: enable remote valgrind on windows"

It breaks compilation.

This reverts commit 25793bdc95716b3a23cf24106775ac621e7cb728.

Change-Id: Id5cfe4c90b28f964abd6499dcf9eee2fd64a74b3
Reviewed-on: http://codereview.qt.nokia.com/1141
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
13 years agoQmlJS: Remove unused methods from Context
Christian Kamm [Fri, 1 Jul 2011 11:31:06 +0000 (13:31 +0200)]
QmlJS: Remove unused methods from Context

Change-Id: I1e4a013ee11f9747d6936c15bf81e971ca4e4f23
Reviewed-on: http://codereview.qt.nokia.com/1040
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
13 years agoQmlJS: Rename Interpreter::Engine -> ValueOwner
Christian Kamm [Fri, 1 Jul 2011 10:11:02 +0000 (12:11 +0200)]
QmlJS: Rename Interpreter::Engine -> ValueOwner

Also move to a separate file.

Change-Id: I05910e8cf04a533b5d09a1c16e612e3b99b1d606
Reviewed-on: http://codereview.qt.nokia.com/1039
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
13 years agoValgrind: fix compilation
Christiaan Janssen [Mon, 4 Jul 2011 15:29:21 +0000 (17:29 +0200)]
Valgrind: fix compilation

Change-Id: Id82d6e772b326ea9a59a713a8de8af4a616283da
Reviewed-on: http://codereview.qt.nokia.com/1089
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
13 years agoDoc: fix capitalization of Git
Leena Miettinen [Mon, 4 Jul 2011 12:49:41 +0000 (14:49 +0200)]
Doc: fix capitalization of Git

Change-Id: Ibdb109c3e28635e5d7d8f65c9ebb06220926a1c9
Reviewed-on: http://codereview.qt.nokia.com/1078
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
13 years agoDoc: Clang and Linux ICC compilers
Leena Miettinen [Mon, 4 Jul 2011 12:38:52 +0000 (14:38 +0200)]
Doc: Clang and Linux ICC compilers

Change-Id: Ie0fc4a42e225cea4b614c51326548ba6f41f7c90
Reviewed-on: http://codereview.qt.nokia.com/1082
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoanalyzer: move convenience factory back to base plugin
hjk [Mon, 4 Jul 2011 14:16:49 +0000 (16:16 +0200)]
analyzer: move convenience factory back to base plugin

Change-Id: Ife82b74ce4b457dd9e6a6cc3749cb629aeeacf58
Reviewed-on: http://codereview.qt.nokia.com/1086
Reviewed-by: hjk <qthjk@ovi.com>
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
13 years agoValgrind: Fix declspec
Christian Kandeler [Mon, 4 Jul 2011 12:48:01 +0000 (14:48 +0200)]
Valgrind: Fix declspec

Change-Id: I4472a34d7ffc747ea4424ce9caa863829fd69f63
Reviewed-on: http://codereview.qt.nokia.com/1075
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agoRemove broken code that tried to select the project node
Daniel Teske [Mon, 4 Jul 2011 09:16:30 +0000 (11:16 +0200)]
Remove broken code that tried to select the project node

This code only works in some cases

Change-Id: I7469ed2f14da4307cc6a3864a50eb577383082b3
Reviewed-on: http://codereview.qt.nokia.com/1079
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
13 years agoRemove old qt version settings on upgrade.
Daniel Teske [Mon, 4 Jul 2011 09:33:10 +0000 (11:33 +0200)]
Remove old qt version settings on upgrade.

Change-Id: I1544c4c241fced2015d2bdfb57a70ce828223786
Reviewed-on: http://codereview.qt.nokia.com/1080
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
13 years agodebugger: don't use C comments in a C++ comment
hjk [Mon, 4 Jul 2011 12:53:37 +0000 (14:53 +0200)]
debugger: don't use C comments in a C++ comment

Confuses the disassembler highlighter.

Change-Id: If6530860324fcecba678fa60ca608a84b7822e17
Reviewed-on: http://codereview.qt.nokia.com/1074
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agoWelcomeScreen: Only load the tab when it's being requested.
Daniel Molkentin [Mon, 4 Jul 2011 10:20:37 +0000 (12:20 +0200)]
WelcomeScreen: Only load the tab when it's being requested.

Change-Id: I4cdd10059b4bcbba7db882fca9964a9dcf9a1db4
Reviewed-on: http://codereview.qt.nokia.com/1057
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agodebugger: only update location when the information gets better
hjk [Mon, 4 Jul 2011 12:24:42 +0000 (14:24 +0200)]
debugger: only update location when the information gets better

The contents of the "original location" field is sometimes worse than
what we collected otherwise. Use it only if it points to a readable file.

Change-Id: I6c7229ead803e9f7970b8322f29469bfbe350b5d
Reviewed-on: http://codereview.qt.nokia.com/1072
Reviewed-by: hjk <qthjk@ovi.com>
13 years agodebugger: fix parsing of last sub-breakpoint of a breakpoint
hjk [Mon, 4 Jul 2011 12:08:48 +0000 (14:08 +0200)]
debugger: fix parsing of last sub-breakpoint of a breakpoint

Last chunk was not added properly.

Change-Id: I3999650eabdedcebb412f84b530b5817f2ae1e0d
Reviewed-on: http://codereview.qt.nokia.com/1070
Reviewed-by: hjk <qthjk@ovi.com>
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
13 years agodebugger: don't duplicated "full name" information in break response
hjk [Mon, 4 Jul 2011 11:37:01 +0000 (13:37 +0200)]
debugger: don't duplicated "full name" information in break response

Less information to keep in sync.

Change-Id: Icd862bbf8965eefd8ea3ad17b6f574b1f85bb8d2
Reviewed-on: http://codereview.qt.nokia.com/1069
Reviewed-by: hjk <qthjk@ovi.com>
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>