OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoQmlDesigner.nodeInstances: stricter checking for component paths
Thomas Hartmann [Mon, 11 Jul 2011 16:15:00 +0000 (18:15 +0200)]
QmlDesigner.nodeInstances: stricter checking for component paths

We only fix component path if it contains "/imports/".

Change-Id: I4624c460a7475c6b659baea011e2d37def4fdca2
Reviewed-on: http://codereview.qt.nokia.com/1457
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoABI: Detect mips based wince binaries
Tobias Hunger [Mon, 11 Jul 2011 14:22:28 +0000 (14:22 +0000)]
ABI: Detect mips based wince binaries

Add unit test to verify detection.

Change-Id: I2d927552ebfaf8b35b9c1cae3b65603f63c7a8c5
Reviewed-on: http://codereview.qt.nokia.com/1447
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agoMeeGo: Fix message box for adding packaging files.
Christian Kandeler [Mon, 11 Jul 2011 12:05:45 +0000 (14:05 +0200)]
MeeGo: Fix message box for adding packaging files.

Task-number: QTCREATORBUG-5189

Change-Id: I1123a578aca1d5f0e491bbcef16d9e5672290a5c
Reviewed-on: http://codereview.qt.nokia.com/1422
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoQmlDesinger: Fix AnchorChanges are not exported
Marco Bubke [Mon, 11 Jul 2011 11:48:34 +0000 (13:48 +0200)]
QmlDesinger: Fix AnchorChanges are not exported

This reverts commit 6f161c99f7a3a7c1389341c59aab9a787f11f072.

Task-number: QTCREATORBUG-5026
Change-Id: I51cb29887a35f8a9d0aee7d9b974aa037dc446bd
Reviewed-on: http://codereview.qt.nokia.com/1443
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoDebugger[CDB]: Fix warning.
Friedemann Kleint [Mon, 11 Jul 2011 14:30:58 +0000 (16:30 +0200)]
Debugger[CDB]: Fix warning.

Change-Id: Ia844014a2e7385567e3299cc47384c60346e8cbb
Reviewed-on: http://codereview.qt.nokia.com/1445
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoChange welcome page tab highlighting
Eike Ziller [Mon, 11 Jul 2011 14:20:21 +0000 (16:20 +0200)]
Change welcome page tab highlighting

Change-Id: I5005f451eeed5b3d1280312f28878caa6985199b
Reviewed-on: http://codereview.qt.nokia.com/1444
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoQmlDesigner.NodeInstances: Fix workaround
Marco Bubke [Mon, 11 Jul 2011 14:24:17 +0000 (16:24 +0200)]
QmlDesigner.NodeInstances: Fix workaround

componentComplete after reparent was null.

Change-Id: Ic4705531a38f67e706bc58a27d423d4062f83304
Reviewed-on: http://codereview.qt.nokia.com/1425
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner.formEditor: fix for delegates
Thomas Hartmann [Mon, 11 Jul 2011 14:11:10 +0000 (16:11 +0200)]
QmlDesigner.formEditor: fix for delegates

Hide the items which are part of delegates.

Change-Id: I3c27210fd2bf8618c69e861d952a14c6f7e3be6a
Reviewed-on: http://codereview.qt.nokia.com/1442
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Marco Bubke <marco.bubke@nokia.com>
13 years agoQmlDesigner.documentController: bugfix
Thomas Hartmann [Mon, 11 Jul 2011 10:20:39 +0000 (12:20 +0200)]
QmlDesigner.documentController: bugfix

We need to reset the componentView if a document changes.

Change-Id: I4eb14a34a41dd80d96c4350f7e596b6be47970dd
Reviewed-on: http://codereview.qt.nokia.com/1409
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner.dragTool: improve usablity of drag and drop
Thomas Hartmann [Mon, 11 Jul 2011 10:19:54 +0000 (12:19 +0200)]
QmlDesigner.dragTool: improve usablity of drag and drop

If the parent is not set yet we do not need to reparent, yet.

Change-Id: I2ad743e775ebac57dde1b3600ff6af6378fc9da2
Reviewed-on: http://codereview.qt.nokia.com/1408
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Marco Bubke <marco.bubke@nokia.com>
13 years agoMore space for recent projects.
Eike Ziller [Mon, 11 Jul 2011 13:10:44 +0000 (15:10 +0200)]
More space for recent projects.

Change-Id: I271ba2484b767ebcf41f5f61f16b72aab2cf772a
Reviewed-on: http://codereview.qt.nokia.com/1429
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
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>
(cherry picked from commit b260bf1e733cb812ad14b99244a8aa6996bbd3b7)

13 years agoFix margins, introduce separator in ExampleView.
Daniel Molkentin [Mon, 11 Jul 2011 13:02:14 +0000 (15:02 +0200)]
Fix margins, introduce separator in ExampleView.

Also fix up margin logic in develop tab.

Change-Id: I56d3641f068931237d4cb0638a822ace6fc864ab
Reviewed-on: http://codereview.qt.nokia.com/1418
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agoanalyzer: don't crash on "Goto Next Leak" if there is none.
hjk [Mon, 11 Jul 2011 12:56:57 +0000 (14:56 +0200)]
analyzer: don't crash on "Goto Next Leak" if there is none.

Change-Id: I7829c7c93338fd4238b9148a9fed3be4f5f69687
Reviewed-by: con
Task-number: QTCREATORBUG-5386
Reviewed-on: http://codereview.qt.nokia.com/1427
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agoQmlInspector: correctly displaying 4-byte colors
Christiaan Janssen [Fri, 8 Jul 2011 16:14:09 +0000 (18:14 +0200)]
QmlInspector: correctly displaying 4-byte colors

Task-number: QTCREATORBUG-5355

Change-Id: Ic0e6367df2728d62799aedfb6f1c2745f4a5a894
Reviewed-on: http://codereview.qt.nokia.com/1416
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
13 years agoSome comments about what doesn't work without python dumpers.
Eike Ziller [Mon, 11 Jul 2011 10:52:40 +0000 (12:52 +0200)]
Some comments about what doesn't work without python dumpers.

Change-Id: Ic0cc47a4edb71d14a6128b3af66cef7f4252def2
Reviewed-on: http://codereview.qt.nokia.com/1411
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agoLicense update.
Eike Ziller [Mon, 11 Jul 2011 10:53:02 +0000 (12:53 +0200)]
License update.

Change-Id: I5e9f39a013b4eebcc7cd3ace4aaf44ec6fe8aaa9
Reviewed-on: http://codereview.qt.nokia.com/1412
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoRemoteLinux: Report correct run control stop type.
Christian Kandeler [Mon, 11 Jul 2011 10:52:10 +0000 (12:52 +0200)]
RemoteLinux: Report correct run control stop type.

Change-Id: I99ec174710ae2954efaada002a8351c5035e831c
Reviewed-on: http://codereview.qt.nokia.com/1415
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
13 years agoMeeGo: Fix process killing for long application names.
Christian Kandeler [Mon, 11 Jul 2011 10:51:36 +0000 (12:51 +0200)]
MeeGo: Fix process killing for long application names.

QTCREATORBUG-5141

Change-Id: I92017c1892ccc76a396c10d9aee49ece10df4574
Reviewed-on: http://codereview.qt.nokia.com/1414
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
13 years agodebugger: remove attempt to discover private QObject data
hjk [Mon, 11 Jul 2011 08:16:27 +0000 (10:16 +0200)]
debugger: remove attempt to discover private QObject data

This worked only for real QObjectData derived data classes but failed for
pimpls with the same naming conventions that are not QObjectData derived.

Change-Id: I52765b554addcec550c346b4fc93c836772d0463
Reviewed-on: http://codereview.qt.nokia.com/1401
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agodebugger: show cdb vtable pointer in hex
hjk [Mon, 11 Jul 2011 09:19:29 +0000 (11:19 +0200)]
debugger: show cdb vtable pointer in hex

Change-Id: I8deb537ce837e54315b0f0a64897363f70344137
Reviewed-by: Friedemann Kleint
Task-number: QTCREATORBUG-5381
Reviewed-on: http://codereview.qt.nokia.com/1405
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
13 years agoAbi: Abi widget shows nicer info
Tobias Hunger [Mon, 11 Jul 2011 09:38:16 +0000 (09:38 +0000)]
Abi: Abi widget shows nicer info

Fix the abi widget to not show unrelated abis on the disabled
custom abi comboboxes.

Task-number: QTCREATORBUG-5370
Change-Id: I22360be781159507999c845d2278eac1ef252174
Reviewed-on: http://codereview.qt.nokia.com/1407
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoRemoteLinux: Don't build list of deployables without valid Qt version.
Christian Kandeler [Fri, 8 Jul 2011 11:51:32 +0000 (13:51 +0200)]
RemoteLinux: Don't build list of deployables without valid Qt version.

Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=251230

Change-Id: I19f5894b52ea11590304365adae49ed148e4bd48
Reviewed-on: http://codereview.qt.nokia.com/1374
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoDoc: rename 'Start Maemo Emulator' button as 'Start MeeGo Emulator'
Leena Miettinen [Mon, 11 Jul 2011 09:06:31 +0000 (11:06 +0200)]
Doc: rename 'Start Maemo Emulator' button as 'Start MeeGo Emulator'

Change-Id: I09f46476636af1a1fe7d364541492ab9237995fe
Reviewed-on: http://codereview.qt.nokia.com/1404
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
13 years agoUpdate changes file.
Thomas Hartmann [Mon, 11 Jul 2011 08:00:18 +0000 (10:00 +0200)]
Update changes file.

Change-Id: I0bf87b82de4037f9f8d10eb3d15a61f288889109
Reviewed-on: http://codereview.qt.nokia.com/1002
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
13 years agoQmlJS: Initialize QuickToolBar::m_editor.
Christian Kamm [Mon, 4 Jul 2011 10:51:42 +0000 (12:51 +0200)]
QmlJS: Initialize QuickToolBar::m_editor.

Change-Id: I90f106affadb898b5eda613ad2a59bb3a5b53a2c
Reviewed-on: http://codereview.qt.nokia.com/1061
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoL10n: Fix translation error in locator bar.
Friedemann Kleint [Mon, 11 Jul 2011 07:35:45 +0000 (09:35 +0200)]
L10n: Fix translation error in locator bar.

Change-Id: I0c8c6b5046dd7aa5ce8238bd3e2ac6742ad32877
Reviewed-on: http://codereview.qt.nokia.com/1394
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
13 years agoWinscw support: Check for epoc.exe
Daniel Teske [Fri, 8 Jul 2011 10:53:17 +0000 (12:53 +0200)]
Winscw support: Check for epoc.exe

Change-Id: I8435036f6d905d55e9241447de3d88ce3fc7a2af
Reviewed-on: http://codereview.qt.nokia.com/1368
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
13 years agoTarget setup: Disable symbian emulator by default
Daniel Teske [Fri, 8 Jul 2011 10:52:54 +0000 (12:52 +0200)]
Target setup: Disable symbian emulator by default

Change-Id: I41f4a596ee96f24ff704e94bcec2349ebd93101f
Reviewed-on: http://codereview.qt.nokia.com/1367
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
13 years agoRevert "QmlDesigner.NodeInstance: Add instance wrapper for anchor changes"
Robert Loehning [Fri, 8 Jul 2011 14:11:37 +0000 (16:11 +0200)]
Revert "QmlDesigner.NodeInstance: Add instance wrapper for anchor changes"

This reverts commit 94bc93d1011aa3fe92735e8277ba631e23d0285b.

Patch caused build error on Windows.
Task-number: QTCREATORBUG-5372

Change-Id: If3d63eca0c9dbc0f621c32cf21ffa983ce0987f4
Reviewed-on: http://codereview.qt.nokia.com/1387
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
13 years agodebugger: use saved "resize columns to contents" settings
hjk [Fri, 8 Jul 2011 13:33:13 +0000 (15:33 +0200)]
debugger: use saved "resize columns to contents" settings

Change-Id: I88d50205d6ba626e0b4bf66879271fafab81e8cb
Reviewed-by: con
Task-number: QTCREATORBUG-5320
Reviewed-on: http://codereview.qt.nokia.com/1379
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agoWelcomeScreen: Reintroduce custom widgets.
Daniel Molkentin [Fri, 8 Jul 2011 13:35:26 +0000 (15:35 +0200)]
WelcomeScreen: Reintroduce custom widgets.

Change-Id: Ib9ec14702e4cbebf57493ac6cc0092d74a29d63c
Reviewed-on: http://codereview.qt.nokia.com/1382
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agoMeeGo: Use "MeeGo" instead of Maemo as generic term for MADDE targets.
Christian Kandeler [Fri, 8 Jul 2011 12:54:22 +0000 (14:54 +0200)]
MeeGo: Use "MeeGo" instead of Maemo as generic term for MADDE targets.

Change-Id: I81db8aad05e7eacfd5d8b6c3a72bf723ed0f2c7b
Reviewed-on: http://codereview.qt.nokia.com/1376
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
13 years agoMeeGo: Make use of new qmake flags.
Christian Kandeler [Thu, 7 Jul 2011 15:29:52 +0000 (17:29 +0200)]
MeeGo: Make use of new qmake flags.

Change-Id: I0cbb934e2c49c7c99b6fff0b8f92e5802471ef8c
Reviewed-on: http://codereview.qt.nokia.com/1326
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
13 years agoDoc: rename QML Observer as QML Inspector
Leena Miettinen [Fri, 8 Jul 2011 11:12:26 +0000 (13:12 +0200)]
Doc: rename QML Observer as QML Inspector

Also update functionality and screen shots.

Task-number: QTCREATORBUG-5233
Change-Id: I28cbc5205b17af271d5e849525e76a8e198764ad
Reviewed-on: http://codereview.qt.nokia.com/1370
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
13 years agoToo small margins for news.
Eike Ziller [Fri, 8 Jul 2011 10:49:57 +0000 (12:49 +0200)]
Too small margins for news.

Change-Id: Ie56132e6232fbf8bfb4ed9c0892aba1d143c7471
Reviewed-on: http://codereview.qt.nokia.com/1366
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoQmlProfiler: fixed artifacts when rendering background
Christiaan Janssen [Fri, 8 Jul 2011 10:11:21 +0000 (12:11 +0200)]
QmlProfiler: fixed artifacts when rendering background

Change-Id: I7707657b6788316a82ca9b3df33bf00e3692d75e
Reviewed-on: http://codereview.qt.nokia.com/1360
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
13 years agodebugger: remove spurious quotes in displayed typenames
hjk [Fri, 8 Jul 2011 10:19:34 +0000 (12:19 +0200)]
debugger: remove spurious quotes in displayed typenames

Change-Id: Ifa69d8964a7a6b648334991a040569f875472815
Reviewed-on: http://codereview.qt.nokia.com/1361
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agoDoc: generic Linux device target
Leena Miettinen [Fri, 8 Jul 2011 09:32:39 +0000 (11:32 +0200)]
Doc: generic Linux device target

Change-Id: I25fef3d823915c1df424da1a6ec7b683d7d38d66
Reviewed-on: http://codereview.qt.nokia.com/1323
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
13 years agodebugger: handle decimal and hex output for address values
hjk [Thu, 7 Jul 2011 13:00:11 +0000 (15:00 +0200)]
debugger: handle decimal and hex output for address values

Change-Id: Ieed0cf78ab65fe94355159df173e200a1c195765
Reviewed-on: http://codereview.qt.nokia.com/1311
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
13 years agodebugger: make auto-deref display the pointer properly on toplevel entries on mac
hjk [Fri, 8 Jul 2011 10:09:50 +0000 (12:09 +0200)]
debugger: make auto-deref display the pointer properly on toplevel entries on mac

Change-Id: I98644761466731286d89f296a8eeefab3425501f
Reviewed-on: http://codereview.qt.nokia.com/1359
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agoQmlProfiler: fix Context2D error when resizing
Christiaan Janssen [Fri, 8 Jul 2011 09:43:19 +0000 (11:43 +0200)]
QmlProfiler: fix Context2D error when resizing

Change-Id: I9de22ea823b35bfd1893cf1388dfd82d332e275d
Reviewed-on: http://codereview.qt.nokia.com/1358
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
13 years agoL10n: German translations for 2.3 beta.
Friedemann Kleint [Fri, 8 Jul 2011 09:05:19 +0000 (11:05 +0200)]
L10n: German translations for 2.3 beta.

Change-Id: I5c96a6a34779b12b3a79fa41ec8d420ed4c370e4
Reviewed-on: http://codereview.qt.nokia.com/1356
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
13 years agoDebugger: Support remote debugging for mixed QML/C++ projects.
Christian Kandeler [Fri, 8 Jul 2011 08:09:02 +0000 (10:09 +0200)]
Debugger: Support remote debugging for mixed QML/C++ projects.

Change-Id: Ic60cbbc92532ee91b3aa1099cf86d9fe84d61ed2
Reviewed-on: http://codereview.qt.nokia.com/1352
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
13 years agoCodepaster: Fix listing of pastebin.com
Friedemann Kleint [Fri, 8 Jul 2011 08:22:58 +0000 (10:22 +0200)]
Codepaster: Fix listing of pastebin.com

Once again.

Task-number: QTCREATORBUG-5356
Change-Id: I1278afee9f32955ba27f7b92300c3936426bdd6a
Reviewed-on: http://codereview.qt.nokia.com/1353
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Jarek Kobus <jaroslaw.kobus@nokia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
13 years agoUpdate Polish translations
Jarek Kobus [Tue, 5 Jul 2011 14:24:48 +0000 (16:24 +0200)]
Update Polish translations

Change-Id: Icedd8de07fda93e24766e1fa1e4aa820bae6031e
Reviewed-on: http://codereview.qt.nokia.com/1173
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Jarek Kobus <jaroslaw.kobus@nokia.com>
13 years agodebugger: enable selection for Locals & Expressions
hjk [Fri, 8 Jul 2011 06:40:17 +0000 (08:40 +0200)]
debugger: enable selection for Locals & Expressions

Task-number: QTCREATORBUG-5114
Change-Id: I246bcbd7fdaa8912d3855534a72913c0d3003f3e
Reviewed-on: http://codereview.qt.nokia.com/1342
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agodebugger: display pointers in hexadecimal again
hjk [Thu, 7 Jul 2011 09:27:58 +0000 (11:27 +0200)]
debugger: display pointers in hexadecimal again

Change-Id: Ie4b65fcfba99dca08d893b77d2b7fa5b724a1dfa
Reviewed-on: http://codereview.qt.nokia.com/1292
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.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: I95c0a98881c1c19bffc1c583fdfe927a194d700d
Reviewed-on: http://codereview.qt.nokia.com/1288
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agodebugger: fix array element offsets
hjk [Thu, 7 Jul 2011 16:02:53 +0000 (18:02 +0200)]
debugger: fix array element offsets

Addresses were produced in steps of sizeof(array), not sizeof(element)

Change-Id: Iaf883735a07e9f87d6c0c540e2cde15ebf9013bc
Reviewed-on: http://codereview.qt.nokia.com/1328
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agodebugger: don't use python's "hex()" as it adds "L" suffixes
hjk [Thu, 7 Jul 2011 12:37:09 +0000 (14:37 +0200)]
debugger: don't use python's "hex()" as it adds "L" suffixes

Change-Id: I4c42f07785606f9adfb7f8129027b5f2d094f310
Reviewed-on: http://codereview.qt.nokia.com/1309
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agodebugger: adjust class name test to class name change
hjk [Fri, 8 Jul 2011 06:49:15 +0000 (08:49 +0200)]
debugger: adjust class name test to class name change

Change-Id: Ic0ad9881d87d06d2f56532f8151fa270ca45f906
Reviewed-on: http://codereview.qt.nokia.com/1343
Reviewed-by: hjk <qthjk@ovi.com>
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
13 years agoQmlDesigner.NodeInstance: Add instance wrapper for anchor changes
Marco Bubke [Thu, 7 Jul 2011 17:10:34 +0000 (19:10 +0200)]
QmlDesigner.NodeInstance: Add instance wrapper for anchor changes

Task-number: QTCREATORBUG-5026

Change-Id: I56116fc3f1823e41bfd8e50781d2b4e8fccbfe04
Reviewed-on: http://codereview.qt.nokia.com/1329
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Marco Bubke <marco.bubke@nokia.com>
13 years agoQmlDesigner.NodeInstances: Remove dead code
Marco Bubke [Thu, 7 Jul 2011 17:11:46 +0000 (19:11 +0200)]
QmlDesigner.NodeInstances: Remove dead code

Change-Id: I181f365d40b9fcd6b09989ed54decd9720e1c27d
Reviewed-on: http://codereview.qt.nokia.com/1330
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
13 years agoremove obsolete rss/ directory
Daniel Molkentin [Thu, 7 Jul 2011 13:00:51 +0000 (15:00 +0200)]
remove obsolete rss/ directory

Change-Id: Icb33e39276134f0d0e4ae6ebd9f8edb66c4e47ef

13 years agoexamples_fallback.xml: add two example entires for filesToOpen
Daniel Molkentin [Tue, 5 Jul 2011 15:47:11 +0000 (17:47 +0200)]
examples_fallback.xml: add two example entires for filesToOpen

Change-Id: Iac2565305655f42b2ad6c120c1f7459e3f2137a2

13 years agoWelcomePage: Reintroduce fallback copying.
Daniel Molkentin [Tue, 5 Jul 2011 13:22:38 +0000 (15:22 +0200)]
WelcomePage: Reintroduce fallback copying.

In case the project file is not user-writable,
assume that the entire project isn't and create
a copy. Useful e.g. for distro packaged examples.

Also, make the additonal files to open work properly.

Change-Id: Iedd590ba7709c0e689adcb3944e75394b6ef0955
Reviewed-on: http://codereview.qt.nokia.com/1097
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agoWelcome page adaptions.
con [Thu, 7 Jul 2011 12:59:34 +0000 (14:59 +0200)]
Welcome page adaptions.

Remove title and let the tabs span only the part that it switches.

Change-Id: I20c7f05fe11dbc71eea5487b918770236cfd748d
Reviewed-on: http://codereview.qt.nokia.com/1313
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoProjectExplorer: Fix enabling of buttons in the output pane.
Friedemann Kleint [Wed, 6 Jul 2011 08:25:18 +0000 (10:25 +0200)]
ProjectExplorer: Fix enabling of buttons in the output pane.

Enable debug only if run control has a valid process handle.
Restore icon of rerun-button.

Take the concept of the ProcessHandle further (give it
descriptive string, add change signal to run control, clear it
when process stops to correctly enable debug).

No longer set ProcessHandle to debug run control as this would
allow attach a 2nd debugger to the process.

Reviewed-by: hjk
Change-Id: Iecf388e239fcd365864fe59177d76afac7484ecc
Reviewed-on: http://codereview.qt.nokia.com/1212
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agoQmlDesigner.NodeInstances: Fix component complete
Marco Bubke [Thu, 7 Jul 2011 14:30:30 +0000 (16:30 +0200)]
QmlDesigner.NodeInstances: Fix component complete

Task-number: QTCREATORBUG-5338

Change-Id: Iaaaf2cd5440fa8d2f7baae8c42b9234d231a45aa
Reviewed-on: http://codereview.qt.nokia.com/1322
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Marco Bubke <marco.bubke@nokia.com>
13 years agoDoc: the SSH port field in Maemo and MeeGo device configurations
Leena Miettinen [Thu, 7 Jul 2011 13:53:18 +0000 (15:53 +0200)]
Doc: the SSH port field in Maemo and MeeGo device configurations

Change-Id: I70066f084e4b873d9f26cb927650c5ad7d7cde58
Reviewed-on: http://codereview.qt.nokia.com/1303
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
13 years agoFixes to CMake wizard layout.
con [Thu, 7 Jul 2011 07:26:00 +0000 (09:26 +0200)]
Fixes to CMake wizard layout.

Text on the first page had big left margin.
The cmake arguments + generator + run button on one line were too wide
(on Mac resulting in a non-usable arguments line edit).

Change-Id: Idde43e1acd8f9822c1bfc3d3f3149f254a8a2843
Reviewed-on: http://codereview.qt.nokia.com/1275
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
13 years agoQmlDesigner: Fix wrong position for reparenting
Marco Bubke [Wed, 29 Jun 2011 19:10:50 +0000 (21:10 +0200)]
QmlDesigner: Fix wrong position for reparenting

Task-number: QTCREATORBUG-3962

Change-Id: Id583e257aa1c1645cb53a8ae32f83717df9b0617
Reviewed-on: http://codereview.qt.nokia.com/926
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Marco Bubke <marco.bubke@nokia.com>
13 years agovalgrind backend: fix bug "!line == -1"
hjk [Thu, 7 Jul 2011 12:45:27 +0000 (14:45 +0200)]
valgrind backend: fix bug "!line == -1"

Change-Id: I2b467d3954fa603fa8ac59f4681716ea8d2a1d36
Reviewed-on: http://codereview.qt.nokia.com/1310
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
13 years agoRemoteLinux: Device configuration wizard improvements.
Christian Kandeler [Thu, 7 Jul 2011 10:58:26 +0000 (12:58 +0200)]
RemoteLinux: Device configuration wizard improvements.

- Fix factory list widget item heights.
- Use more consistent wording.
- Remove unused wizard page.

Change-Id: I5d0b215e7de8da0c872077a7597453739131c0d4
Reviewed-on: http://codereview.qt.nokia.com/1304
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
13 years agoQmlDesigner.NodeInstances: Workaround qml design bug
Marco Bubke [Wed, 6 Jul 2011 19:03:13 +0000 (21:03 +0200)]
QmlDesigner.NodeInstances: Workaround qml design bug

Task-number: QTCREATORBUG-5005

Change-Id: Ia0f1f30a04818bc6ee55a0822eaf0d2b0183e50d
Reviewed-on: http://codereview.qt.nokia.com/1252
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Marco Bubke <marco.bubke@nokia.com>
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 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 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>