OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoQmlDesigner.propertyEditor: ui fix
Thomas Hartmann [Mon, 18 Jul 2011 11:16:51 +0000 (13:16 +0200)]
QmlDesigner.propertyEditor: ui fix

Change-Id: I0abb528c124355808502848d5db3ec01dc3d6636
Reviewed-on: http://codereview.qt.nokia.com/1748
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoremove qDebug
Thomas Hartmann [Mon, 18 Jul 2011 11:16:29 +0000 (13:16 +0200)]
remove qDebug

Change-Id: Ia83708b48f7565d8d272a797c7e18cb0931dddb0
Reviewed-on: http://codereview.qt.nokia.com/1747
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner.propertyEditor: increasing minimum width
Thomas Hartmann [Mon, 18 Jul 2011 09:18:23 +0000 (11:18 +0200)]
QmlDesigner.propertyEditor: increasing minimum width

Task-number: QTCREATORBUG-5491
Change-Id: I1f3d0c553537d51042dc0b00e5d4de882c27a07e
Reviewed-on: http://codereview.qt.nokia.com/1740
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner.propertyEditor: adding tooltips
Thomas Hartmann [Mon, 18 Jul 2011 09:00:04 +0000 (11:00 +0200)]
QmlDesigner.propertyEditor: adding tooltips

Task-number: QTCREATORBUG-5480
Change-Id: Ia33cb40f0d34eb8c29f6c490051a373820a7ebc3
Reviewed-on: http://codereview.qt.nokia.com/1739
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoVersion bump.
Eike Ziller [Fri, 15 Jul 2011 11:09:48 +0000 (13:09 +0200)]
Version bump.

Change-Id: I39e5fae3a357212afdede4a7ec53067f29d6348b

13 years agoQmlDesigner.dragAndDrop: crash fix
Thomas Hartmann [Fri, 15 Jul 2011 16:21:05 +0000 (18:21 +0200)]
QmlDesigner.dragAndDrop: crash fix

This fixes a crash if we drag in complex items with children.

Change-Id: I0e924d3130cbd43dc9a20469576dce8a0f67f3df
Reviewed-on: http://codereview.qt.nokia.com/1715
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agofix access to free()d memory
Oswald Buddenhagen [Fri, 15 Jul 2011 13:35:52 +0000 (15:35 +0200)]
fix access to free()d memory

the 'item' reference may become invalid inside the loop.

Change-Id: I4468b1dc67e565e2eb8ce35268ef44b18142846a
Reviewed-on: http://codereview.qt.nokia.com/1703
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
13 years agoQmlDesigner.rewriter: adding use of ModelManager to NotIndentingTextEditModifier
Thomas Hartmann [Fri, 15 Jul 2011 14:43:20 +0000 (16:43 +0200)]
QmlDesigner.rewriter: adding use of ModelManager to NotIndentingTextEditModifier

This fixes bugs in the copy and paste code.
Before we used an invalid snapshot and empty import paths and could
not resolve library imports properly.

Change-Id: I53df67bbba2b5abc73065b5729d0957e908cc874
Reviewed-on: http://codereview.qt.nokia.com/1708
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner: fix in model for meta info
Thomas Hartmann [Fri, 15 Jul 2011 14:41:24 +0000 (16:41 +0200)]
QmlDesigner: fix in model for meta info

We have to use metaInfoProxyModel() to allow forwarding.

Since property.parentModelNode().model() might be null in
propertyIsComponentType().

I also provide a fix for this. Before calling ->metaInfo on a 0 model was
safe, since metaInfo is non virtual and the constructor and isSubCLassOf()
were safe and had checks.
This was still wrong of course.

Change-Id: If4a2371e4dceeccba7f3ddde7236a7240ed7b92a
Reviewed-on: http://codereview.qt.nokia.com/1707
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner: crash fix
Thomas Hartmann [Fri, 15 Jul 2011 11:30:49 +0000 (13:30 +0200)]
QmlDesigner: crash fix

If the root node is invalid currentState is also invalid.

Change-Id: Icf47c9295cdf82bf7b36328e76dbb1a974ee43f9
Reviewed-on: http://codereview.qt.nokia.com/1706
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner.navigator: fix missing <cpp>
Thomas Hartmann [Fri, 15 Jul 2011 10:13:40 +0000 (12:13 +0200)]
QmlDesigner.navigator: fix missing <cpp>

This enables front and back for flipable.
I also fixed isSubclassOf() for empty strings.

Change-Id: Id807d10339813df7c0412ceeaa5877264267f2e1
Reviewed-on: http://codereview.qt.nokia.com/1705
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoDoc: meaning of blue color in the property editor
Leena Miettinen [Fri, 15 Jul 2011 12:12:29 +0000 (14:12 +0200)]
Doc: meaning of blue color in the property editor

Explain how the changes in property values are vizualized
in the Qt Quick Designer Properties pane.

Task-number: QTCREATORBUG-5047
Change-Id: Ib7c2334dfee6295ec54761d2b1d81fc7309ca7c8
Reviewed-on: http://codereview.qt.nokia.com/1701
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoanalyzer: cleanup string constant usage
hjk [Fri, 15 Jul 2011 08:21:38 +0000 (10:21 +0200)]
analyzer: cleanup string constant usage

Change-Id: I9fcff37c06f98d0010dccfdece567dae7b0264bd
Reviewed-on: http://codereview.qt.nokia.com/1691
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agodebugger: work on manual tests
hjk [Fri, 15 Jul 2011 07:27:29 +0000 (09:27 +0200)]
debugger: work on manual tests

Change-Id: I5f74c5fc2746e4195bdd5af405cb06cf8997cf6b
Reviewed-on: http://codereview.qt.nokia.com/1690
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agoQmlDesigner.NodeInstances: Add workaround for simulator Qt
Marco Bubke [Thu, 14 Jul 2011 16:35:37 +0000 (18:35 +0200)]
QmlDesigner.NodeInstances: Add workaround for simulator Qt

Task-number: QTCREATORBUG-5408

Change-Id: I7abcc36102421d07dfc044355ff70833bf93d84b
Reviewed-on: http://codereview.qt.nokia.com/1678
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoDoc: changes to Valgrind options
Leena Miettinen [Fri, 15 Jul 2011 08:25:59 +0000 (10:25 +0200)]
Doc: changes to Valgrind options

Change-Id: I2b0ab7566582e657225846ee4a3bfc54d9408b57
Reviewed-on: http://codereview.qt.nokia.com/1689
Reviewed-by: hjk <qthjk@ovi.com>
13 years agoQmlDesigner: fix for states
Thomas Hartmann [Thu, 14 Jul 2011 16:13:57 +0000 (18:13 +0200)]
QmlDesigner: fix for states

stateChanged() was never called.

cleanup:
I removed stateChanged() and use actualStateChanged()

Change-Id: I11a73b21dca5083147223f6e4f23da4c7305263c
Reviewed-on: http://codereview.qt.nokia.com/1677
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Marco Bubke <marco.bubke@nokia.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoanalyzer: hide Browse button for valgrind path chooser on Windows
hjk [Thu, 14 Jul 2011 10:20:12 +0000 (12:20 +0200)]
analyzer: hide Browse button for valgrind path chooser on Windows

Change-Id: If7bf02f5ab52f3f3330a8eea0669f619130bbe2f
Task-number: QTCREATORBUG-5441
Reviewed-on: http://codereview.qt.nokia.com/1658
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
13 years agofakevim: fix <n>r<Return>
hjk [Thu, 14 Jul 2011 09:40:59 +0000 (11:40 +0200)]
fakevim: fix <n>r<Return>

Was reported on the feedback form.

Change-Id: Iab2517f4bd29bbad211eced7c268f93d928bb5aa
Reviewed-on: http://codereview.qt.nokia.com/1657
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agoQmlDesigner.propertyEditor: fixes editor for ListView
Thomas Hartmann [Thu, 14 Jul 2011 14:35:32 +0000 (16:35 +0200)]
QmlDesigner.propertyEditor: fixes editor for ListView

Fixing typos and names.

Task-number: QTCREATORBUG-5450
Change-Id: Ia38d93e6cb45a2fe8a0de152c4f8686bf3cb74c4
Reviewed-on: http://codereview.qt.nokia.com/1674
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Marco Bubke <marco.bubke@nokia.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner.NodeInstances: Fix restore bindings for reset
Marco Bubke [Thu, 14 Jul 2011 13:15:57 +0000 (15:15 +0200)]
QmlDesigner.NodeInstances: Fix restore bindings for reset

Task-number: QTCREATORBUG-5415

Change-Id: I1cbc8dda5eb1512db52a2767837b53eb136dc387
Reviewed-on: http://codereview.qt.nokia.com/1664
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner.PropertyEditor: Remove wrong properties
Marco Bubke [Thu, 14 Jul 2011 13:24:00 +0000 (15:24 +0200)]
QmlDesigner.PropertyEditor: Remove wrong properties

Task-number: QTCREATORBUG-5449

Change-Id: I22c69f33eb69fc7e331c659e5fc0ffd44f616e7f
Reviewed-on: http://codereview.qt.nokia.com/1670
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agocompile fix
Thomas Hartmann [Thu, 14 Jul 2011 12:43:03 +0000 (14:43 +0200)]
compile fix

Change-Id: I2c720a42c63856b62d14fc01239a2c12110328be
Reviewed-on: http://codereview.qt.nokia.com/1665
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
13 years agoQmlDesigner.instances: ignore infinite/huge bounding rects
Thomas Hartmann [Thu, 14 Jul 2011 12:28:48 +0000 (14:28 +0200)]
QmlDesigner.instances: ignore infinite/huge bounding rects

There are cases with infinite/huge bounding rects. We ignore those.

Change-Id: If9a55bef91ab5aec4736c579131f4edf10768469
Reviewed-on: http://codereview.qt.nokia.com/1660
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Marco Bubke <marco.bubke@nokia.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner.instances: clean import paths from .1.0
Thomas Hartmann [Thu, 14 Jul 2011 10:35:00 +0000 (12:35 +0200)]
QmlDesigner.instances: clean import paths from .1.0

Plugin directories might contain the version number,
but they do not have to.

We try to map .1.0 to "" for components delivered with Creator.

Change-Id: Ie785cf29d4dd64a504501d2be501fd6aa733973b
Reviewed-on: http://codereview.qt.nokia.com/1659
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Marco Bubke <marco.bubke@nokia.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner: lines should not be longer then 100 chars
Thomas Hartmann [Thu, 14 Jul 2011 12:21:51 +0000 (14:21 +0200)]
QmlDesigner: lines should not be longer then 100 chars

Change-Id: Ia5a5915b922be21470bb31f142769a5b9c75cde9
Reviewed-on: http://codereview.qt.nokia.com/1662
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoDoc: preparing designs for exporting to QML files
Leena Miettinen [Thu, 14 Jul 2011 09:03:46 +0000 (11:03 +0200)]
Doc: preparing designs for exporting to QML files

Change-Id: I57c7ee4a246db9468e17142a94cb80464a61299e
Reviewed-on: http://codereview.qt.nokia.com/1642
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Jens Bache-Wiig
13 years agoQmlDesigner.metaInfo: fixes a regression
Thomas Hartmann [Wed, 13 Jul 2011 12:50:49 +0000 (14:50 +0200)]
QmlDesigner.metaInfo: fixes a regression

I cannot just take the highest available version.
We have to determine the correct version from the import.

I added fullQualifiedImportAliasType for convinience.

Change-Id: I4cc8049b6224fa168f2530b0dfb41b6f2e515c19
Reviewed-on: http://codereview.qt.nokia.com/1589
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agodebugger: Make "set breakpoint of qFatal" optional
hjk [Wed, 13 Jul 2011 14:52:28 +0000 (16:52 +0200)]
debugger: Make "set breakpoint of qFatal" optional

This is mainly a workaround for cases where gdb crashes when setting
this breakpoint. It's unclear so far why this happens, but when it
happens, the debugger is basically useless, so there should be a
way to disable the "bad" feature.

Change-Id: I28ede9b38eb8bf56a8c5998088be487b4ee5896d
Reviewed-by: con
Task-number: QTCREATORBUG-5275
Reviewed-on: http://codereview.qt.nokia.com/1604
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agoUpdate Qt requirement.
Eike Ziller [Thu, 14 Jul 2011 08:15:36 +0000 (10:15 +0200)]
Update Qt requirement.

Change-Id: I8d3eb57a3cb41c4bfd01defc3f5c512a46a7a428
Reviewed-on: http://codereview.qt.nokia.com/1652
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoShow tool tip with news url.
Eike Ziller [Thu, 14 Jul 2011 08:16:05 +0000 (10:16 +0200)]
Show tool tip with news url.

Task-number: QTCREATORBUG-5395
Change-Id: Icad5f580ac10b49e492a6bbc50408b2bfe2cc6fd
Reviewed-on: http://codereview.qt.nokia.com/1653
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoOpen a sensible help page when project misses setup for profiling.
Eike Ziller [Tue, 12 Jul 2011 14:02:14 +0000 (16:02 +0200)]
Open a sensible help page when project misses setup for profiling.

Change-Id: If5ceb841ac8f49ac7dd74f0e2f6ed31a44489115
Reviewed-on: http://codereview.qt.nokia.com/1534
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
13 years agoqmldump: Fix creation of objects from QDeclarativeTypes.
Christian Kamm [Thu, 14 Jul 2011 06:55:50 +0000 (08:55 +0200)]
qmldump: Fix creation of objects from QDeclarativeTypes.

Previously, the import statement was not necessarily set up correctly
for the type we wanted to instantiate. We simply use
QDeclarativeType::create now and thus can skip finding the right import.

Change-Id: I545ef690dd6181f5b7a49bcb2018aaba4b60d5a5
Reviewed-on: http://codereview.qt.nokia.com/1646
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
13 years agoDoc: ListModel and delegate are added automatically to Grid and Path View
Leena Miettinen [Thu, 14 Jul 2011 08:20:25 +0000 (10:20 +0200)]
Doc: ListModel and delegate are added automatically to Grid and Path View

Change-Id: I7bf090330555df763b9e3a64ff14caf0ccbb85b4
Reviewed-on: http://codereview.qt.nokia.com/1641
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner: Fix crash for property editor detach
Marco Bubke [Wed, 13 Jul 2011 17:18:37 +0000 (19:18 +0200)]
QmlDesigner: Fix crash for property editor detach

Change-Id: I367b45c9ae0e8f18abffceb996dbf13a14d8089a
Reviewed-on: http://codereview.qt.nokia.com/1610
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner: Fix state switching
Marco Bubke [Wed, 13 Jul 2011 15:53:14 +0000 (17:53 +0200)]
QmlDesigner: Fix state switching

Task-number: QTCREATORBUG-4062

Change-Id: I2a04c5a04ef40390772fe46f587bc60c02a4bab1
Reviewed-on: http://codereview.qt.nokia.com/1605
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoImproved German translation
Robert Loehning [Wed, 13 Jul 2011 15:42:25 +0000 (17:42 +0200)]
Improved German translation

Change-Id: I84ae24aa721c8e12eba7e5f94b833df01c52342c
Reviewed-on: http://codereview.qt.nokia.com/1608
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
13 years agoDoc: edit for style and grammar
Leena Miettinen [Wed, 13 Jul 2011 15:33:50 +0000 (17:33 +0200)]
Doc: edit for style and grammar

Change-Id: Ib7a0fd4cc11e0e61d0694c72fde2b726d74b2629
Reviewed-on: http://codereview.qt.nokia.com/1607
Reviewed-by: hjk <qthjk@ovi.com>
13 years agoDoc: running Valgrind tools remotely
Leena Miettinen [Wed, 13 Jul 2011 09:52:37 +0000 (11:52 +0200)]
Doc: running Valgrind tools remotely

Change-Id: Ic25dcddfa25b3f1d1d059f4c40bb1d6c78225fc2
Reviewed-on: http://codereview.qt.nokia.com/1576
Reviewed-by: hjk <qthjk@ovi.com>
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
13 years agoQmlProfiler: fixed skipping long events
Christiaan Janssen [Wed, 13 Jul 2011 15:17:14 +0000 (17:17 +0200)]
QmlProfiler: fixed skipping long events

Task-number: CREATOR-5220
Change-Id: I694bbd02e6ecfe69f2cbd82f1cc3136152c77a4f
Reviewed-on: http://codereview.qt.nokia.com/1606
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
13 years agoimplement qt5 $$sort_depends() and $$resolve_depends()
Oswald Buddenhagen [Mon, 11 Jul 2011 13:40:07 +0000 (15:40 +0200)]
implement qt5 $$sort_depends() and $$resolve_depends()

Task-number: QTCREATORBUG-5289

Change-Id: I15e08005c13d12afd5791796d676b30c726fadc3
Reviewed-on: http://codereview.qt.nokia.com/1464
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
13 years agoQmlProfiler: display warning when app killed
Christiaan Janssen [Wed, 13 Jul 2011 12:47:34 +0000 (14:47 +0200)]
QmlProfiler: display warning when app killed

Change-Id: I2183e02a5ce4b266702d0771933bda61efa66e95
Reviewed-on: http://codereview.qt.nokia.com/1603
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
13 years agoQmlProfiler: removed old fps code
Christiaan Janssen [Wed, 13 Jul 2011 12:10:54 +0000 (14:10 +0200)]
QmlProfiler: removed old fps code

Change-Id: If9ae003d1e6204450f931b72c950525b0b476f74
Reviewed-on: http://codereview.qt.nokia.com/1602
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
13 years agoanalyzer: merge valgrind related settings
hjk [Tue, 12 Jul 2011 14:47:32 +0000 (16:47 +0200)]
analyzer: merge valgrind related settings

This mainly reduces the number of tabs in the settings dialog.

Change-Id: I62ba5c74585648c8f495602cd4d676d0628de9b5
Reviewed-on: http://codereview.qt.nokia.com/1575
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agoQmlProfiler: displaying events only when available
Christiaan Janssen [Wed, 13 Jul 2011 12:05:58 +0000 (14:05 +0200)]
QmlProfiler: displaying events only when available

Change-Id: I65414168804fb9673793409bd66deec501944c75
Reviewed-on: http://codereview.qt.nokia.com/1601
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
13 years agoRemoteLinux: Fix wizard bug.
Christian Kandeler [Wed, 13 Jul 2011 13:35:42 +0000 (15:35 +0200)]
RemoteLinux: Fix wizard bug.

A condition was accidentally logically inverted.

Change-Id: Ib74cc55e74a46d6fab3fcb82d00f391ce57c9f79
Reviewed-on: http://codereview.qt.nokia.com/1599
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
13 years agoanalyzer: potential fix for not-up-to-date actions
hjk [Tue, 12 Jul 2011 12:02:59 +0000 (14:02 +0200)]
analyzer: potential fix for not-up-to-date actions

I cannot reproduce the issue locally. This removes a test whether
something has changed before updating the actions.

Change-Id: If32a7911a6b7ebde65d6dcd45d1eaae6a09933fa
Reviewed-by: con
Task-number: QTCREATORBUG-5405
Task-number: QTCREATORBUG-5357
Reviewed-on: http://codereview.qt.nokia.com/1526
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agoQmlProfiler: Visual feedback
Christiaan Janssen [Mon, 11 Jul 2011 14:05:37 +0000 (16:05 +0200)]
QmlProfiler: Visual feedback

Change-Id: Ib0d50b0699a6553079c84bbc8d67ecc3c3397bc2
Reviewed-on: http://codereview.qt.nokia.com/1594
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
13 years agoQmlJS: Update Qt 5 builtin type information.
Christian Kamm [Wed, 13 Jul 2011 12:53:01 +0000 (14:53 +0200)]
QmlJS: Update Qt 5 builtin type information.

Change-Id: I1864f7e657d448957d8ecb4f72765b5caf60f178
Reviewed-on: http://codereview.qt.nokia.com/1593
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
13 years agoQmlDesigner.rewriter: only check 3 digits for reals
Thomas Hartmann [Wed, 13 Jul 2011 11:57:28 +0000 (13:57 +0200)]
QmlDesigner.rewriter: only check 3 digits for reals

Since we cut digits in the rewriter, we get (rare) asserts otherwise.

Task-number: QTCREATORBUG-5419
Change-Id: If8ab174ba7bf06cf87ae8142ba0c2561bc7287bb
Reviewed-on: http://codereview.qt.nokia.com/1553
Reviewed-by: Marco Bubke <marco.bubke@nokia.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner.modelView: optimize node creation from qml
Thomas Hartmann [Wed, 13 Jul 2011 09:55:27 +0000 (11:55 +0200)]
QmlDesigner.modelView: optimize node creation from qml

Detaching the rewriter view significantly increases the perfomance.
(No rewriting for setting x and y)

Change-Id: I00fc5037e033d17d01d94ef33872b4014c5e0290
Reviewed-on: http://codereview.qt.nokia.com/1588
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoMSVC Toolchain: Add an informative label displaying the .bat.
Friedemann Kleint [Wed, 13 Jul 2011 10:17:31 +0000 (12:17 +0200)]
MSVC Toolchain: Add an informative label displaying the .bat.

and the argument.

Change-Id: I3ff5e2a7719e19e43952c481b6dbdb31428c979a
Reviewed-on: http://codereview.qt.nokia.com/1580
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
13 years agoRemove last traces of the WelcomeModeTreewidget.
Friedemann Kleint [Wed, 13 Jul 2011 10:01:00 +0000 (12:01 +0200)]
Remove last traces of the WelcomeModeTreewidget.

Change-Id: I22ab22c5ed053a3f24ac3f08ca83fa600be98370
Reviewed-on: http://codereview.qt.nokia.com/1579
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoDoc: update QML profiler
Leena Miettinen [Wed, 13 Jul 2011 09:19:24 +0000 (11:19 +0200)]
Doc: update QML profiler

Change-Id: I62ba5c74585648c8f495602cd4d676d0628de9b4
Reviewed-on: http://codereview.qt.nokia.com/1560
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
13 years agoDebug and Analyze mode context menus were reshuffling.
Eike Ziller [Wed, 13 Jul 2011 08:35:41 +0000 (10:35 +0200)]
Debug and Analyze mode context menus were reshuffling.

Sort the items alphabetically to counter measure reordering of
QMainWindow child dockwidgets.

Change-Id: Ia79ffcb2dcd0c313184bc7bcafb7a4482db72a21
Reviewed-on: http://codereview.qt.nokia.com/1557
Reviewed-by: Bill King <bill.king@nokia.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agoFix initial layout in analyze mode.
Eike Ziller [Wed, 13 Jul 2011 07:27:25 +0000 (09:27 +0200)]
Fix initial layout in analyze mode.

Task-number: QTCREATORBUG-5414

Change-Id: I4ac8d150f20e35a769e6f7f13db420d81e93e7e2
Reviewed-on: http://codereview.qt.nokia.com/1552
Reviewed-by: hjk <qthjk@ovi.com>
13 years agodebugger: gracefully handle pointers to types named 'class Foo'
hjk [Mon, 11 Jul 2011 12:31:02 +0000 (14:31 +0200)]
debugger: gracefully handle pointers to types named 'class Foo'

The code was previously taking the fallback route through
gdb.parse_and_evaluate which is slow and not available on
some targets.

Change-Id: I066d4c87c9eda168fe8019e4aaae35e58715d5c8
Reviewed-by: Friedemann Kleint
Reviewed-on: http://codereview.qt.nokia.com/1426
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
13 years agoanalyzer: add 'Locked' and 'Reset to default' actions to Views menu
hjk [Tue, 12 Jul 2011 07:17:55 +0000 (09:17 +0200)]
analyzer: add 'Locked' and 'Reset to default' actions to Views menu

Change-Id: Ia5677b250fefe8fcfe731a06aabb6d2f2988a03d
Reviewed-on: http://codereview.qt.nokia.com/1491
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agoQmlDesigner.FormEditor: Fix centering of the scene
Marco Bubke [Tue, 12 Jul 2011 16:04:40 +0000 (18:04 +0200)]
QmlDesigner.FormEditor: Fix centering of the scene

Task-number: QTCREATORBUG-5336

Change-Id: Idc4b7a924725575b71450a82ec3e588c3c1cd797
Reviewed-on: http://codereview.qt.nokia.com/1546
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agofix warning
Thomas Hartmann [Tue, 12 Jul 2011 15:58:26 +0000 (17:58 +0200)]
fix warning

Change-Id: I9af4cc00b6976368368f0a2e659f3ca2b60c991a
Reviewed-on: http://codereview.qt.nokia.com/1545
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Marco Bubke <marco.bubke@nokia.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner: Fix for code style
Marco Bubke [Tue, 12 Jul 2011 12:08:15 +0000 (14:08 +0200)]
QmlDesigner: Fix for code style

Change-Id: Ib44d54414d38409ec0647c922fb81a10b5c30046
Reviewed-on: http://codereview.qt.nokia.com/1523
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Marco Bubke <marco.bubke@nokia.com>
13 years agoDebugger: Center location marker in assembly mode.
Friedemann Kleint [Tue, 12 Jul 2011 14:46:01 +0000 (16:46 +0200)]
Debugger: Center location marker in assembly mode.

Task-number: QTCREATORBUG-5409

Change-Id: Ib2056005bdc7f7dbaf75c55da73ba0c11ade7c42
Reviewed-on: http://codereview.qt.nokia.com/1540
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
13 years agoQmlDesigner: do not show icons on Mac
Thomas Hartmann [Tue, 12 Jul 2011 14:43:11 +0000 (16:43 +0200)]
QmlDesigner: do not show icons on Mac

This fixes a regression. $$PWD was missing.

Change-Id: I579b1e22fd790280c5d87b6e59e11320fdb1a2af
Reviewed-on: http://codereview.qt.nokia.com/1538
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoMSVC toolchains: Make it possible to clone and save it.
Friedemann Kleint [Tue, 12 Jul 2011 14:35:09 +0000 (16:35 +0200)]
MSVC toolchains: Make it possible to clone and save it.

In order to switch debuggers.

Change-Id: I1e8ceaf5b145715ab1ea803e7bb188a3cff5f1c6
Reviewed-on: http://codereview.qt.nokia.com/1536
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoQmlDesigner.NodeInstances: Wouraround invisible root items
Marco Bubke [Tue, 12 Jul 2011 13:36:41 +0000 (15:36 +0200)]
QmlDesigner.NodeInstances: Wouraround invisible root items

Task-number: QTCREATORBUG-5152

Change-Id: I40be95844598a3a3728d0c7fbe88a9fe7a155c53
Reviewed-on: http://codereview.qt.nokia.com/1532
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner.propertyEditor: adding inputMask to color LineEdit
Thomas Hartmann [Tue, 12 Jul 2011 13:52:51 +0000 (15:52 +0200)]
QmlDesigner.propertyEditor: adding inputMask to color LineEdit

Task-number: QTCREATORBUG-4733
Change-Id: I56921361d2dfc67578a0536b0b50e0c8cfee5180
Reviewed-on: http://codereview.qt.nokia.com/1533
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoWorks around a problem in Qt/Mac with mixed modal/non-modal dialogs.
Eike Ziller [Tue, 12 Jul 2011 13:06:57 +0000 (15:06 +0200)]
Works around a problem in Qt/Mac with mixed modal/non-modal dialogs.

Which leads to non-modal dialog getting incorrectly covered by the modal
one.

Task-number: QTCREATORBUG-5406
Change-Id: I1abd3051b9b849ecb5ee36316a0ab481ebcc754a
Reviewed-on: http://codereview.qt.nokia.com/1527
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
13 years agoDebugger[CDB]: Fix CDB disassembly for older Debugging Tools pre 6.12
Friedemann Kleint [Tue, 12 Jul 2011 13:07:17 +0000 (15:07 +0200)]
Debugger[CDB]: Fix CDB disassembly for older Debugging Tools pre 6.12

which mingle source code line and address when doing mixed
disassembly.

Task-number: QTCREATORBUG-5401
Change-Id: I7e3cd967fd4e11b8dcd4bab82fa89721d61274c0
Reviewed-on: http://codereview.qt.nokia.com/1528
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agofixes warnings
Thomas Hartmann [Tue, 12 Jul 2011 13:10:17 +0000 (15:10 +0200)]
fixes warnings

Change-Id: Id743bf898cb564d3b3331b39d554034015ddd232
Reviewed-on: http://codereview.qt.nokia.com/1529
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agofancymainwindow: style
hjk [Tue, 12 Jul 2011 07:16:03 +0000 (09:16 +0200)]
fancymainwindow: style

Change-Id: I36975e3aa5365a5294889f08cfb0ff0a95e38235
Reviewed-on: http://codereview.qt.nokia.com/1490
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agodebugger: don't let gdb look up dummy types
hjk [Mon, 11 Jul 2011 11:33:57 +0000 (13:33 +0200)]
debugger: don't let gdb look up dummy types

Sometimes " " is used as type data to make the Locals and Expressions
view show an "empty" field. This should use a better mechanism in the
long term, but for now at least don't ask gdb to look up type " ".

Change-Id: I6617f68affd66116529460b7c3df68b4a0be422e
Reviewed-By: Friedemann Kleint
Reviewed-on: http://codereview.qt.nokia.com/1417
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
13 years agoQmlCppDebugger: skipping breakpoints before QML debugging is started
Christiaan Janssen [Tue, 12 Jul 2011 12:18:48 +0000 (14:18 +0200)]
QmlCppDebugger: skipping breakpoints before QML debugging is started

Change-Id: I461488812976284e9f3af1bcea8399f504e150e4
Reviewed-on: http://codereview.qt.nokia.com/1524
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
13 years agoadd some debugger, analyzer and fakevim changes to changes-2.3.0
hjk [Tue, 12 Jul 2011 11:24:24 +0000 (13:24 +0200)]
add some debugger, analyzer and fakevim changes to changes-2.3.0

Change-Id: I3d621a83f23b344f70251a1c0de236e7c17fc4df
Reviewed-on: http://codereview.qt.nokia.com/1521
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agoQmlDesigner: Fix license header
Marco Bubke [Mon, 11 Jul 2011 16:17:51 +0000 (18:17 +0200)]
QmlDesigner: Fix license header

Change-Id: I4a8e1abd5a5b2431f654bb64421c872655b3ce40
Reviewed-on: http://codereview.qt.nokia.com/1458
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner.rewriter: limit decimals of any float to 3
Thomas Hartmann [Tue, 12 Jul 2011 11:17:46 +0000 (13:17 +0200)]
QmlDesigner.rewriter: limit decimals of any float to 3

Task-number: QTCREATORBUG-4772
Change-Id: I2e3fba1fff0e0b8cef614bf7fb996c3dedfabf9e
Reviewed-on: http://codereview.qt.nokia.com/1520
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner.propertyEditor: increase number of decimals for opacity
Thomas Hartmann [Tue, 12 Jul 2011 11:16:24 +0000 (13:16 +0200)]
QmlDesigner.propertyEditor: increase number of decimals for opacity

Task-number: QTCREATORBUG-4772
Change-Id: Ia590803e66d5e2cc41e51a1306511c9bfe4f3c47
Reviewed-on: http://codereview.qt.nokia.com/1519
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner.instances: fix qml2puppet check
Thomas Hartmann [Tue, 12 Jul 2011 09:47:22 +0000 (11:47 +0200)]
QmlDesigner.instances: fix qml2puppet check

We now check for Qt Quick 2 instead of Qt Quick 1.
This fixes issues with webview and confusion if there arent any imports.

Change-Id: I5979996dd618a88e96cb09ef24744f1f9bd51c47
Reviewed-on: http://codereview.qt.nokia.com/1506
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Marco Bubke <marco.bubke@nokia.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agodebugger: work on manual tests
hjk [Tue, 12 Jul 2011 09:15:57 +0000 (11:15 +0200)]
debugger: work on manual tests

Change-Id: Ia118a4ead1f42ab5e3dff1aaa36e3d4bbb3d4bd6
Reviewed-on: http://codereview.qt.nokia.com/1518
Reviewed-by: hjk <qthjk@ovi.com>
13 years agoanalyzer: remove unneeded AnalyzerPluginPrivate class
hjk [Tue, 12 Jul 2011 07:57:34 +0000 (09:57 +0200)]
analyzer: remove unneeded AnalyzerPluginPrivate class

Change-Id: I2fac5e0e8c796d6009ba30da82a5a7a67672851d
Reviewed-on: http://codereview.qt.nokia.com/1517
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
13 years agoQmlDesigner.FormEditor: Disable feedback pane
Marco Bubke [Mon, 11 Jul 2011 17:27:10 +0000 (19:27 +0200)]
QmlDesigner.FormEditor: Disable feedback pane

Task-number: QTCREATORBUG-4598

Change-Id: I5b776348c75bbf0f927138d90d5414ca1344e435
Reviewed-on: http://codereview.qt.nokia.com/1460
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoVersion bump
Eike Ziller [Tue, 12 Jul 2011 10:44:14 +0000 (12:44 +0200)]
Version bump

Change-Id: I3307d6836ae5d876a8409bf3c19a30583475639d

13 years agoGit: Use native separators in error messages
Tobias Hunger [Mon, 11 Jul 2011 14:22:10 +0000 (14:22 +0000)]
Git: Use native separators in error messages

Change-Id: I52cdcd2b34311796eff80cebd0b56f8996186fd0
Reviewed-on: http://codereview.qt.nokia.com/1446
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
13 years agoQmlDesigner: fix warnings
Thomas Hartmann [Tue, 12 Jul 2011 10:18:38 +0000 (12:18 +0200)]
QmlDesigner: fix warnings

Change-Id: I0b4d23e02810cf859726f544beb36a3f1b2746a8
Reviewed-on: http://codereview.qt.nokia.com/1513
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner.formEditor: disabling double click (enter component)
Thomas Hartmann [Tue, 12 Jul 2011 10:15:36 +0000 (12:15 +0200)]
QmlDesigner.formEditor: disabling double click (enter component)

There is now an item in the context menu.

Change-Id: I5b7cc9ec5c374354e546a650f7c59539ca81ab29
Reviewed-on: http://codereview.qt.nokia.com/1512
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoWizards: Use showFullScreen for Simulator builds.
Christian Kamm [Tue, 12 Jul 2011 09:47:42 +0000 (11:47 +0200)]
Wizards: Use showFullScreen for Simulator builds.

Change-Id: Iad67e40f236723ddbeb7633ad950bbb2c5613c4f
Reviewed-on: http://codereview.qt.nokia.com/1507
Reviewed-by: Oliver Wolff <oliver.wolff@nokia.com>
13 years agoDoc: Qt Quick Designer enhancements
Leena Miettinen [Mon, 11 Jul 2011 15:36:43 +0000 (17:36 +0200)]
Doc: Qt Quick Designer enhancements

Stacking order, mark for translation, new buttons, and list view.

Update screen shots

Change-Id: I472ebbf43e53d8dd20d7dc12f5c55ac298ef0e87
Reviewed-on: http://codereview.qt.nokia.com/1448
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner.itemLibrary: use utf8 for filenames (not latin1)
Thomas Hartmann [Tue, 12 Jul 2011 10:06:59 +0000 (12:06 +0200)]
QmlDesigner.itemLibrary: use utf8 for filenames (not latin1)

Task-number: QTCREATORBUG-4617
Change-Id: I6ff20816aa2800d4465a99ee69bdd871e6186a57
Reviewed-on: http://codereview.qt.nokia.com/1511
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoIndenters: Remove unnecessary include.
Christian Kamm [Tue, 12 Jul 2011 09:55:11 +0000 (11:55 +0200)]
Indenters: Remove unnecessary include.

Change-Id: I97f95b14c6957079729da01a5d4226062c24116b
Reviewed-on: http://codereview.qt.nokia.com/1508
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoIndenters: Fix dangling pointer when project settings are deleted.
Christian Kamm [Tue, 12 Jul 2011 06:52:32 +0000 (08:52 +0200)]
Indenters: Fix dangling pointer when project settings are deleted.

Task-number: QTCREATORBUG-5390
Change-Id: I68517955a86fbb2ded53f6235a7fe27793e2b2c8
Reviewed-on: http://codereview.qt.nokia.com/1481
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoQmlDesigner.textToModelMerger: check for no imports
Thomas Hartmann [Tue, 12 Jul 2011 09:45:38 +0000 (11:45 +0200)]
QmlDesigner.textToModelMerger: check for no imports

No imports make no sense in the visual designer.

Change-Id: Ib426d726c6d7e11a3dce25b3c73c4bc921f64f60
Reviewed-on: http://codereview.qt.nokia.com/1505
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoDebugger[CDB]: Display VTable-pointers as hex.
Friedemann Kleint [Tue, 12 Jul 2011 09:40:08 +0000 (11:40 +0200)]
Debugger[CDB]: Display VTable-pointers as hex.
Task-number: QTCREATORBUG-5381

Change-Id: I840296ddfb297f2a60c8d2e83c541c75df1aa23d
Reviewed-on: http://codereview.qt.nokia.com/1504
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
13 years agoWelcomeScreen: Add pointing hand cursors.
Daniel Molkentin [Mon, 11 Jul 2011 18:38:53 +0000 (20:38 +0200)]
WelcomeScreen: Add pointing hand cursors.

Change-Id: Ifdf0db9ec1c95b9947385d038f359d569173d913
Reviewed-on: http://codereview.qt.nokia.com/1463
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agoWelcomePage: Swap Feedback and Open/Create Project buttons.
Daniel Molkentin [Mon, 11 Jul 2011 18:37:11 +0000 (20:37 +0200)]
WelcomePage: Swap Feedback and Open/Create Project buttons.

Change-Id: I9c47a817795da7db9b0ec456199e9f9aa06206f7
Reviewed-on: http://codereview.qt.nokia.com/1462
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agoWelcome Screen: Fix regressions
Daniel Molkentin [Mon, 11 Jul 2011 18:25:00 +0000 (20:25 +0200)]
Welcome Screen: Fix regressions

- last session / current session semantics is back
- Manage Sessions... button is back

This commit changes the behaviour of currentSession()
to return the session name and not the full path.
SessionNodeImpl as the other user has been adjusted
accordingly.

Change-Id: I1dcfbef2fb4dacf3e3906871d816483c2bfb76da
Reviewed-on: http://codereview.qt.nokia.com/1461
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agoQmlDesigner.itemLibrary: fix for TextEdit/TextInput
Thomas Hartmann [Mon, 11 Jul 2011 14:09:30 +0000 (16:09 +0200)]
QmlDesigner.itemLibrary: fix for TextEdit/TextInput

Task-number: QTCREATORBUG-5335
Change-Id: I56dfebdd16a7a29317f1ca9c45d67e6f63828cf9
Reviewed-on: http://codereview.qt.nokia.com/1441
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner.propertyEditor: layout fix
Thomas Hartmann [Tue, 12 Jul 2011 09:20:42 +0000 (11:20 +0200)]
QmlDesigner.propertyEditor: layout fix

The layout was quite broken and was not working with translations.

Task-number: QTCREATORBUG-5081
Change-Id: Ibc36eacb611e46fddd26867cdf2a13cf303bde36
Reviewed-on: http://codereview.qt.nokia.com/1503
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoGet rid of rounded corners and some color adaptions.
Eike Ziller [Mon, 11 Jul 2011 16:08:27 +0000 (18:08 +0200)]
Get rid of rounded corners and some color adaptions.

Change-Id: Id0bbbd7455836ba7c5b311c4489aab3cf4aa1b13
Reviewed-on: http://codereview.qt.nokia.com/1459
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
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>