OSDN Git Service

qt-creator-jp/qt-creator-jp.git
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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

12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 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>
12 years agodebugger: workaround for shadowed items in locals view
hjk [Mon, 4 Jul 2011 11:32:20 +0000 (13:32 +0200)]
debugger: workaround for shadowed items in locals view

The "<shadowed x>" space caused trouble on parameter passing.
As workaround, don't produce any.

Change-Id: Ibef1bfc8dc43c790ac2a2aeb52d3509347b6c997
Reviewed-on: http://codereview.qt.nokia.com/1068
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoanalyzer: enable remote valgrind on windows
hjk [Wed, 29 Jun 2011 16:50:44 +0000 (18:50 +0200)]
analyzer: enable remote valgrind on windows

Change-Id: I9bc3811088c4bc78f0aba2bb375d7d47f15e9f2c
Reviewed-on: http://codereview.qt.nokia.com/1037
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoQmlProfiler: refactored the event views into a single class
Christiaan Janssen [Wed, 29 Jun 2011 13:05:45 +0000 (15:05 +0200)]
QmlProfiler: refactored the event views into a single class

Change-Id: I4fd193490c42894da73951afcf50e40a44abaa07
Reviewed-on: http://codereview.qt.nokia.com/1019
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
12 years ago RemoteLinux: Fix deploy configuration widget.
Christian Kandeler [Mon, 4 Jul 2011 10:52:02 +0000 (12:52 +0200)]
RemoteLinux: Fix deploy configuration widget.

Show correct device configuration initially.

Change-Id: I3e95201eb199e369c613a9c1fc2aaa51251ae777
Reviewed-on: http://codereview.qt.nokia.com/1062
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
12 years agodebugger: add missing bridge.py
hjk [Wed, 29 Jun 2011 09:48:12 +0000 (11:48 +0200)]
debugger: add missing bridge.py

Change-Id: I7e236964007462ca203b898db06e15f77857916b
Reviewed-on: http://codereview.qt.nokia.com/1036
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoanalyzer: refactor progress
hjk [Mon, 4 Jul 2011 08:50:44 +0000 (10:50 +0200)]
analyzer: refactor progress

Change-Id: If74c8035bc83a8113c2a15dcacefa38afbbbb4d8
Reviewed-on: http://codereview.qt.nokia.com/1056
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoanalyzer: remover base analyzerruncontrolfactory
hjk [Mon, 4 Jul 2011 08:49:23 +0000 (10:49 +0200)]
analyzer: remover base analyzerruncontrolfactory

There is no sensible base implementation for all potential tools.

Change-Id: I99e98419a973dd50c6b245f2271ebed2c53f66b7
Reviewed-on: http://codereview.qt.nokia.com/1055
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoanalyzer: finish split of tools into "tools-with-modes"
hjk [Fri, 1 Jul 2011 12:19:12 +0000 (14:19 +0200)]
analyzer: finish split of tools into "tools-with-modes"

Change-Id: I82b61c07172a33b861a7d6db903ac2516019498b
Reviewed-on: http://codereview.qt.nokia.com/1054
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoanalyzer: remove dummy control widgets
hjk [Thu, 30 Jun 2011 17:30:56 +0000 (19:30 +0200)]
analyzer: remove dummy control widgets

Change-Id: I9c15e557699f2f321619fb07feea8d4489006c83
Reviewed-on: http://codereview.qt.nokia.com/1053
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoanalyzer: cleanup mode construction
hjk [Thu, 30 Jun 2011 17:13:55 +0000 (19:13 +0200)]
analyzer: cleanup mode construction

Change-Id: Icdb89bb581a234820e0c6318f20f8e033ed7b3f0
Reviewed-on: http://codereview.qt.nokia.com/1052
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoanalyzer: move responsibility for run modes to individual tools
hjk [Thu, 30 Jun 2011 16:55:48 +0000 (18:55 +0200)]
analyzer: move responsibility for run modes to individual tools

Change-Id: Iaf2fa9d4c087470649336a453c6a9a7db12d220f
Reviewed-on: http://codereview.qt.nokia.com/1051
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoqmlprofiler: simplify plugin construction
hjk [Thu, 30 Jun 2011 12:39:15 +0000 (14:39 +0200)]
qmlprofiler: simplify plugin construction

Change-Id: I26fe148669656637a82a30012e8632b105d4f073
Reviewed-on: http://codereview.qt.nokia.com/1050
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoanalyzer: refactoring of analyzer manager
hjk [Thu, 30 Jun 2011 11:44:22 +0000 (13:44 +0200)]
analyzer: refactoring of analyzer manager

Change-Id: I60268b8bc86e439beb3fca8f4b6a87ea03925bad
Reviewed-on: http://codereview.qt.nokia.com/1049
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoDoc: removed link to KDE style guide because it had moved
Leena Miettinen [Mon, 4 Jul 2011 09:32:21 +0000 (11:32 +0200)]
Doc: removed link to KDE style guide because it had moved

Added the guidelines.

Change-Id: I121ef920475a24c653ecc87292cee5472a0a8a5f
Reviewed-on: http://codereview.qt.nokia.com/1047
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agoUpdate changes file
Tobias Hunger [Fri, 1 Jul 2011 13:22:38 +0000 (15:22 +0200)]
Update changes file

Change-Id: I8374c92dd27fc031373c65428c467dde8838a419
Reviewed-on: http://codereview.qt.nokia.com/1012
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>