OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoFileUtils: Add some safety checks to removeRecursively().
Christian Kandeler [Thu, 21 Jul 2011 12:49:16 +0000 (14:49 +0200)]
FileUtils: Add some safety checks to removeRecursively().

Change-Id: I657f8416081ce7d253f4a3ef9722a39ac34b5f24
Reviewed-on: http://codereview.qt.nokia.com/1955
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agoDoc: using Qt Quick Components for Symbian with Qt Mobility
Leena Miettinen [Thu, 21 Jul 2011 15:09:37 +0000 (17:09 +0200)]
Doc: using Qt Quick Components for Symbian with Qt Mobility

Change-Id: Ie143e560f67cb99b7b4a70736071eefd57a2e381
Reviewed-on: http://codereview.qt.nokia.com/1954
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Reviewed-by: Erik Verbruggen <erik.verbruggen@nokia.com>
13 years agoQMLProject: Use cancel button.
Friedemann Kleint [Thu, 21 Jul 2011 14:51:05 +0000 (16:51 +0200)]
QMLProject: Use cancel button.

Change-Id: I2c9b3d3fb6b48428a0b8b9c46c5c994eb8941e13
Reviewed-on: http://codereview.qt.nokia.com/1979
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
13 years agoQmlDesigner.NodeInstances: Reparent after value setting
Marco Bubke [Thu, 21 Jul 2011 16:39:50 +0000 (18:39 +0200)]
QmlDesigner.NodeInstances: Reparent after value setting

Change-Id: I06ac27d5043ab7f102972f0c054fc55fc77f6b15
Reviewed-on: http://codereview.qt.nokia.com/1994
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlProfiler: semitransparent gap in zoom indicator
Christiaan Janssen [Thu, 21 Jul 2011 12:47:45 +0000 (14:47 +0200)]
QmlProfiler: semitransparent gap in zoom indicator

Change-Id: I0dcb7dabdb2f276d509a8c4eb09e02f8af56cbed
Reviewed-on: http://codereview.qt.nokia.com/1953
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
13 years agoQmlDesigner: Fix qreal is not double
Marco Bubke [Thu, 21 Jul 2011 11:26:39 +0000 (13:26 +0200)]
QmlDesigner: Fix qreal is not double

Task-number: QTCREATORBUG-5547

Change-Id: Id23737f292de00232deac792d3db2bd36bda0efe
Reviewed-on: http://codereview.qt.nokia.com/1947
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesiger.propertyEditor: fix for opacity
Thomas Hartmann [Thu, 21 Jul 2011 14:07:09 +0000 (16:07 +0200)]
QmlDesiger.propertyEditor: fix for opacity

Task-number: QTCREATORBUG-5517
Change-Id: I76ce708a4bcad0afe4716877d4c826d1a1a74537
Reviewed-on: http://codereview.qt.nokia.com/1963
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner.documentController: fix for subcomponents
Thomas Hartmann [Thu, 21 Jul 2011 13:40:56 +0000 (15:40 +0200)]
QmlDesigner.documentController: fix for subcomponents

The change to master model has to be before extractText().

Change-Id: I7e791098ddec8cbc8bd597e4ef4fdb97ef01a6e4
Reviewed-on: http://codereview.qt.nokia.com/1961
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoMobileAppWizards: Use correct line endings on Windows
Kai Koehne [Thu, 21 Jul 2011 08:41:48 +0000 (10:41 +0200)]
MobileAppWizards: Use correct line endings on Windows

Make sure the generated .cpp, .pro files use CRLF on Windows.

Task-number QTCREATORBUG-5124

Change-Id: I3b47a347f1da62f3c654a91720ccc23024b774be
Reviewed-on: http://codereview.qt.nokia.com/1931
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
13 years agoFileInProjectFinder: Fix compilation with 4.7.4
Kai Koehne [Thu, 21 Jul 2011 13:32:20 +0000 (15:32 +0200)]
FileInProjectFinder: Fix compilation with 4.7.4

Don't depend on QUrl::isLocalFile, which only exists in 4.8.

Change-Id: I67a8e35c8754396424c5578216bc6deb02ae0d50
Reviewed-on: http://codereview.qt.nokia.com/1959
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
13 years agoDebuggingHelper: Log the toolchain that is used to debugging output
Kai Koehne [Thu, 21 Jul 2011 10:36:40 +0000 (12:36 +0200)]
DebuggingHelper: Log the toolchain that is used to debugging output

Change-Id: Ia78c2b1cad4135cf3325eb612ccc81d6c3c4fc67
Reviewed-on: http://codereview.qt.nokia.com/1945
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
13 years agoQmlProfiler: rendering event information popup next to cursor
Christiaan Janssen [Thu, 21 Jul 2011 11:25:34 +0000 (13:25 +0200)]
QmlProfiler: rendering event information popup next to cursor

Task-number: QTCREATORBUG-5538
Change-Id: I6cb4ac6924eda2588657dbea0d51166ad0c01340
Reviewed-on: http://codereview.qt.nokia.com/1948
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
13 years agoQmlDebugging: Force build for all Symbian targets
Kai Koehne [Wed, 20 Jul 2011 13:36:44 +0000 (15:36 +0200)]
QmlDebugging: Force build for all Symbian targets

Don't stop if e.g. the build for the very first target winscw fails.

Change-Id: I9a8e06045340f2921018bcbe8d2587d848f9aa3f
Reviewed-on: http://codereview.qt.nokia.com/1944
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
13 years agoAnalyzer: show correct displayName when StartParameters not used
Christiaan Janssen [Thu, 21 Jul 2011 10:31:28 +0000 (12:31 +0200)]
Analyzer: show correct displayName when StartParameters not used

Change-Id: I8c1dd66bca57e043fabed3d9d7726a58513cbcf9
Reviewed-on: http://codereview.qt.nokia.com/1942
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
13 years agoQmlDesigner.propertyEditor: fix ui for borders and colors
Thomas Hartmann [Thu, 21 Jul 2011 11:27:41 +0000 (13:27 +0200)]
QmlDesigner.propertyEditor: fix ui for borders and colors

Hiding controls was a bad idea. It is better to disable them and give
them sensible tooltips.

Task-number: QTCREATORBUG-4667
Task-number: QTCREATORBUG-5433
Change-Id: I2361fbbd3c28a5b9c07787abedf0439d6a7d1ad1
Reviewed-on: http://codereview.qt.nokia.com/1946
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 [Thu, 21 Jul 2011 10:30:49 +0000 (12:30 +0200)]
QmlDesigner.propertyEditor: layout fix

Task-number: QTCREATORBUG-5522
Change-Id: I932a40e459ef1160fc362185b22e7dcd0db3237d
Reviewed-on: http://codereview.qt.nokia.com/1940
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQml Tooling: Fix debugging & profiling of .qml files loaded from resources
Kai Koehne [Tue, 19 Jul 2011 15:48:57 +0000 (17:48 +0200)]
Qml Tooling: Fix debugging & profiling of .qml files loaded from resources

Don't expect that every url specifying a file is a local file url. Instead
let FileInProjectFinder handle urls with other schemes gracefully, too.

Change-Id: I72457d502ff1caf52f588e8ec41ab260882d1cf5
Reviewed-on: http://codereview.qt.nokia.com/1840
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
13 years agoAttach tags to bottom of description.
Eike Ziller [Thu, 21 Jul 2011 09:06:00 +0000 (11:06 +0200)]
Attach tags to bottom of description.

Change-Id: Idbd219ec17ba36c14565c08be4c7cd2e1246f1b1
Reviewed-on: http://codereview.qt.nokia.com/1933
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoUse push button instead of tool button.
Eike Ziller [Thu, 21 Jul 2011 08:56:01 +0000 (10:56 +0200)]
Use push button instead of tool button.

Looks really ugly on Mac otherwise.

Change-Id: I062f5ab4a585c88db4a955079545ff023e677ea4
Reviewed-on: http://codereview.qt.nokia.com/1932
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
13 years agoQmlProfiler: avoid reference to connection in UI
Christiaan Janssen [Thu, 21 Jul 2011 09:24:49 +0000 (11:24 +0200)]
QmlProfiler: avoid reference to connection in UI

The reference to the "connection" instance can become a dangling pointer.

Change-Id: Icde6fed39d19f35420904f718d12931d297d1511
Reviewed-on: http://codereview.qt.nokia.com/1934
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
13 years agoQmlDesigner.propertyEditor: layout fixes for expression editing
Thomas Hartmann [Thu, 21 Jul 2011 09:55:54 +0000 (11:55 +0200)]
QmlDesigner.propertyEditor: layout fixes for expression editing

Task-number: QTCREATORBUG-5045
Change-Id: Ie3ab670edef3aa82187ca0e4cfb1124218ff6a29
Reviewed-on: http://codereview.qt.nokia.com/1936
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner.property: small fix for font size
Thomas Hartmann [Thu, 21 Jul 2011 09:57:12 +0000 (11:57 +0200)]
QmlDesigner.property: small fix for font size

Allow font sizes up to 400

Task-number: QTCREATORBUG-5555
Change-Id: I78fb5983353e0c45d6472b3af3142c8eee597643
Reviewed-on: http://codereview.qt.nokia.com/1938
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner.propertyEditor: fixes name of property
Thomas Hartmann [Thu, 21 Jul 2011 09:56:17 +0000 (11:56 +0200)]
QmlDesigner.propertyEditor: fixes name of property

Change-Id: I40861eb2bffa542578d69d4648ae358abea0aa4f
Reviewed-on: http://codereview.qt.nokia.com/1937
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoRemove empty tab above news section.
Eike Ziller [Thu, 21 Jul 2011 07:29:06 +0000 (09:29 +0200)]
Remove empty tab above news section.

Change-Id: I5f7a05ebc7f7c44d55e916fec02eec7420b83f1d
Reviewed-on: http://codereview.qt.nokia.com/1921
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoQmlProfiler: show warning when no observer is present
Christiaan Janssen [Thu, 21 Jul 2011 08:42:34 +0000 (10:42 +0200)]
QmlProfiler: show warning when no observer is present

Task-number: QTCREATORBUG-5536
Change-Id: I2cd1e62f78af3b1b18a3e318ad29ee0343c48b29
Reviewed-on: http://codereview.qt.nokia.com/1930
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
13 years agoQmlProjectManager: moved the no-observer warning dialog to qmlprojectplugin
Christiaan Janssen [Thu, 21 Jul 2011 08:40:56 +0000 (10:40 +0200)]
QmlProjectManager: moved the no-observer warning dialog to qmlprojectplugin

Change-Id: I6ce724e0db17d22616adcdf058d1f05af7124b64
Reviewed-on: http://codereview.qt.nokia.com/1929
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
13 years agoFix release build warnings about unitialized variables.
Friedemann Kleint [Thu, 21 Jul 2011 07:12:10 +0000 (09:12 +0200)]
Fix release build warnings about unitialized variables.

Change-Id: I1a6ba631b0626969b328276a91561c34154c9a1c
Reviewed-on: http://codereview.qt.nokia.com/1920
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
13 years agoUtils::NetworkAccessManager: Fix typo in generic unix case.
Daniel Molkentin [Wed, 20 Jul 2011 15:27:06 +0000 (17:27 +0200)]
Utils::NetworkAccessManager: Fix typo in generic unix case.

Change-Id: I25d11af5bff0cca3ed6f0bf2f11e928c4e75a423
Reviewed-on: http://codereview.qt.nokia.com/1903
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agoRefactor: Move NAM to utils, rss model to welcome.
Daniel Molkentin [Fri, 15 Jul 2011 13:24:43 +0000 (15:24 +0200)]
Refactor: Move NAM to utils, rss model to welcome.

Change-Id: I0dddedd820e75df05c3a028e7fbb02b642c79659
Reviewed-on: http://codereview.qt.nokia.com/1902
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agoQmlDesigner.NodeInstances: Better handling of qml puppet problems
Marco Bubke [Wed, 20 Jul 2011 15:34:05 +0000 (17:34 +0200)]
QmlDesigner.NodeInstances: Better handling of qml puppet problems

Task-number: QTCREATORBUG-4909

Change-Id: I4cad62e379ba66c3ab9eddb2d770f39eb1e07ff8
Reviewed-on: http://codereview.qt.nokia.com/1901
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoFixes and UI-Changes:
Daniel Molkentin [Tue, 19 Jul 2011 17:37:48 +0000 (19:37 +0200)]
Fixes and UI-Changes:

- Swap Recent Sessions and Recent Projects
- Fix tooltip error
- Change column width ratio in develop screen from 50/50 to 40/60
- reapply fix for off-by-one pixel error in the tab widget

Change-Id: Ibbcea66262723fed1a54ac63b735bc25241d1846
Reviewed-on: http://codereview.qt.nokia.com/1891
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoReapply 0461150b852351dd1a9f76b9b1b257706d8ad5a5.
Daniel Molkentin [Tue, 19 Jul 2011 17:31:29 +0000 (19:31 +0200)]
Reapply 0461150b852351dd1a9f76b9b1b257706d8ad5a5.

After conflict resolution.

Change-Id: I888b0d110d20df88e1cb96424717e914a9a613de
Reviewed-on: http://codereview.qt.nokia.com/1890
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoSilence (false) warnings from QtDeclarativeEngine
Daniel Molkentin [Wed, 20 Jul 2011 12:33:44 +0000 (14:33 +0200)]
Silence (false) warnings from QtDeclarativeEngine

Change-Id: Ice8b6624c6aed41869617adaae59a509eaea7268
Reviewed-on: http://codereview.qt.nokia.com/1892
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoReapply 22d6dfa45abe3d8edcc3fb92a627ee06fd3e85a9
Daniel Molkentin [Mon, 11 Jul 2011 18:25:00 +0000 (20:25 +0200)]
Reapply 22d6dfa45abe3d8edcc3fb92a627ee06fd3e85a9

without 'manage sessions' button after Jens' relayouting.

Change-Id: Ida3e2e01a2ecae258be026bab22c76ede26020f6
Reviewed-on: http://codereview.qt.nokia.com/1889
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoQmlDesigner.FormEditor: Fix root item visibility
Marco Bubke [Wed, 20 Jul 2011 14:29:39 +0000 (16:29 +0200)]
QmlDesigner.FormEditor: Fix root item visibility

Task-number: QTCREATORBUG-5504

Change-Id: I8ecf06c221d9e69bf25785940b390d744386f6a5
Reviewed-on: http://codereview.qt.nokia.com/1896
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoFix tooltip and prettified Develop tab
Jens Bache-Wiig [Thu, 14 Jul 2011 08:47:16 +0000 (10:47 +0200)]
Fix tooltip and prettified Develop tab

Change-Id: I422a15558305a805af5a037f7537daaddd866a92
Reviewed-on: http://codereview.qt.nokia.com/1651
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoMake use of splitters
Jens Bache-Wiig [Wed, 13 Jul 2011 15:22:11 +0000 (17:22 +0200)]
Make use of splitters

Change-Id: I02f0d4af1aedc45914424f68a32d3970bf936806
Reviewed-on: http://codereview.qt.nokia.com/1650
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoFixed tabs and missing pixmap
Jens Bache-Wiig [Wed, 13 Jul 2011 13:24:00 +0000 (15:24 +0200)]
Fixed tabs and missing pixmap

Change-Id: Ieaf7956f90a269cc582af5c6e8f08faa4b624b8e
Reviewed-on: http://codereview.qt.nokia.com/1649
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoRe-order the feedback buttons
Jens Bache-Wiig [Wed, 13 Jul 2011 11:05:56 +0000 (13:05 +0200)]
Re-order the feedback buttons

Change-Id: Ie10a5bc9394753aed5e13e772364d0357f577db1
Reviewed-on: http://codereview.qt.nokia.com/1587
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoImproved resizing behavior
Jens Bache-Wiig [Wed, 13 Jul 2011 09:55:33 +0000 (11:55 +0200)]
Improved resizing behavior

Change-Id: I9f2156e996ea233cbe5424ad2e615e936b729443
Reviewed-on: http://codereview.qt.nokia.com/1578
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoRoll back some of the diff
Jens Bache-Wiig [Wed, 13 Jul 2011 09:01:59 +0000 (11:01 +0200)]
Roll back some of the diff

Change-Id: Id36db8de505be94ca2005280d16d767bafc21a23
Reviewed-on: http://codereview.qt.nokia.com/1573
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoAdd missing hand cursor
Jens Bache-Wiig [Wed, 13 Jul 2011 08:45:47 +0000 (10:45 +0200)]
Add missing hand cursor

Change-Id: If94aaa48c7ede340d7886ba8fe5be140124ab562
Reviewed-on: http://codereview.qt.nokia.com/1572
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoRevert to old tabs
Jens Bache-Wiig [Wed, 13 Jul 2011 09:32:32 +0000 (11:32 +0200)]
Revert to old tabs

Change-Id: I5da2c6c0fceb91a4e91e4ce7128d36f53f7af327
Reviewed-on: http://codereview.qt.nokia.com/1571
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoWelcome page makeover
Jens Bache-Wiig [Tue, 12 Jul 2011 14:29:56 +0000 (16:29 +0200)]
Welcome page makeover

Change-Id: I4077960ed029eaf3c48164ea44448325b506e402
Reviewed-on: http://codereview.qt.nokia.com/1570
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoCenter vertical text
Jens Bache-Wiig [Tue, 12 Jul 2011 14:28:51 +0000 (16:28 +0200)]
Center vertical text

Change-Id: I2c20b4f0dabdeb1af7c6df9383df343d05dd2a09
Reviewed-on: http://codereview.qt.nokia.com/1569
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoMake TextField placeholder text elide
Jens Bache-Wiig [Tue, 12 Jul 2011 13:54:37 +0000 (15:54 +0200)]
Make TextField placeholder text elide

Change-Id: Iac36b0b103890c031c7622fc13663fcfa6ba8b85
Reviewed-on: http://codereview.qt.nokia.com/1568
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoAdd hint property to TextField
Jens Bache-Wiig [Tue, 12 Jul 2011 13:53:47 +0000 (15:53 +0200)]
Add hint property to TextField

Change-Id: Ic6777928fbd4e561f9ae070ba9ea8b07d7943452
Reviewed-on: http://codereview.qt.nokia.com/1567
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoUpdated qwheelarea
Jens Bache-Wiig [Tue, 12 Jul 2011 13:53:15 +0000 (15:53 +0200)]
Updated qwheelarea

Change-Id: I1c64902b03b31cb92cce8e83cd2d7a9633d37a08
Reviewed-on: http://codereview.qt.nokia.com/1566
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoUpdated scrollbar with pagestep behavior
Jens Bache-Wiig [Tue, 12 Jul 2011 13:51:27 +0000 (15:51 +0200)]
Updated scrollbar with pagestep behavior

Change-Id: I67b78d878fbf7f895231b5e98f6fe0dc5ed8b8e0
Reviewed-on: http://codereview.qt.nokia.com/1565
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoUse sizehint for QML buttons
Jens Bache-Wiig [Tue, 12 Jul 2011 08:39:10 +0000 (10:39 +0200)]
Use sizehint for QML buttons

Change-Id: I12500b87f34081f0e27829a88525c4a8fc52bae9
Reviewed-on: http://codereview.qt.nokia.com/1564
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoDoc: add FSF GDB to the table that summarizes debugger support
Leena Miettinen [Wed, 20 Jul 2011 10:43:23 +0000 (12:43 +0200)]
Doc: add FSF GDB to the table that summarizes debugger support

Also add download link.

Change-Id: Iee22f964c03e812e7e9c73fc036c467a657f6ca7
Reviewed-on: http://codereview.qt.nokia.com/1835
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
13 years agoKill process correctly in PerforceChecker dtor.
Daniel Molkentin [Wed, 20 Jul 2011 12:34:58 +0000 (14:34 +0200)]
Kill process correctly in PerforceChecker dtor.

Caused a warning from QProcess when closing Creator right after
start and p4 would time out due to incorrect settings.

Change-Id: I3407d900522f86f12dfedb8c1aeda361017a3e89
Reviewed-on: http://codereview.qt.nokia.com/1884
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
13 years agoQmlDesigner.rewriter: fix for assert
Thomas Hartmann [Wed, 20 Jul 2011 11:45:53 +0000 (13:45 +0200)]
QmlDesigner.rewriter: fix for assert

In some cases we get a string and have to convert the string explicitly.
Task-number: QTCREATORBUG-5503

Change-Id: I1008deffeb8ede54911f1a7031edd41b5827c010
Reviewed-on: http://codereview.qt.nokia.com/1842
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 [Wed, 20 Jul 2011 10:45:48 +0000 (12:45 +0200)]
QmlDesigner.propertyEditor: adding tooltips

Task-number: QTCREATORBUG-5521
Change-Id: I7331e1eb76093bceb16062d9826a37a459876344
Reviewed-on: http://codereview.qt.nokia.com/1879
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 [Wed, 20 Jul 2011 10:39:46 +0000 (12:39 +0200)]
QmlDesigner.propertyEditor: layout fix

This is a possible fix for: QTCREATORBUG-5484

Change-Id: I9cf95c8a35615b55fa2bf299df758b62c9ad71c1
Reviewed-on: http://codereview.qt.nokia.com/1878
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner.model: avoid assert when setting current state (again)
Thomas Hartmann [Wed, 20 Jul 2011 10:33:22 +0000 (12:33 +0200)]
QmlDesigner.model: avoid assert when setting current state (again)

Task-number: QTCREATORBUG-5503
Change-Id: Ib6469b584e82f6b0cb579d5ab81658f918fd8690
Reviewed-on: http://codereview.qt.nokia.com/1877
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQt4Runconfiguration needs to work with Simulator target
Daniel Teske [Thu, 14 Jul 2011 12:09:19 +0000 (14:09 +0200)]
Qt4Runconfiguration needs to work with Simulator target

Change-Id: I153bfb5cc7da59f177a9ed390730e2411b7f7b1e
Reviewed-on: http://codereview.qt.nokia.com/1663
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
13 years agoQmlDesigner: enable F2 to go into a component
Thomas Hartmann [Wed, 20 Jul 2011 10:32:06 +0000 (12:32 +0200)]
QmlDesigner: enable F2 to go into a component

Change-Id: I23b298b184a9a17e19206db6086fce073b12a592
Reviewed-on: http://codereview.qt.nokia.com/1876
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoFix suggested folder for New File from context menu on project tree.
Eike Ziller [Wed, 20 Jul 2011 09:42:52 +0000 (11:42 +0200)]
Fix suggested folder for New File from context menu on project tree.

If a virtual category folder had files directly below them and a single
subdirectory, the suggestion was the subdirectory.

Change-Id: I185c7e6e9f64764664f5858d95aea57082161b82
Reviewed-on: http://codereview.qt.nokia.com/1871
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
13 years agoMake showInGraphicalShell select a file on Win + Mac again.
Eike Ziller [Wed, 20 Jul 2011 09:20:36 +0000 (11:20 +0200)]
Make showInGraphicalShell select a file on Win + Mac again.

Change-Id: I25e93f9f51ba8589d308700e9478ca31efbcc9c1
Reviewed-on: http://codereview.qt.nokia.com/1869
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
13 years agoQmlExtension wizard: Use $$[QT_INSTALL_IMPORTS] for desktop targets
Kai Koehne [Wed, 20 Jul 2011 10:38:03 +0000 (12:38 +0200)]
QmlExtension wizard: Use $$[QT_INSTALL_IMPORTS] for desktop targets

Change-Id: I1d3dc0c148a5f05d81f6cc0d22c3b13c504a1edb
Reviewed-on: http://codereview.qt.nokia.com/1875
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
13 years agoQmlDesigner.NodeInstances: Fix line feed handling
Marco Bubke [Tue, 19 Jul 2011 18:18:29 +0000 (20:18 +0200)]
QmlDesigner.NodeInstances: Fix line feed handling

Task-number: QTCREATORBUG-4161

Change-Id: I61d765bedffde4d1f15e763d92b771f22dbcd4a2
Reviewed-on: http://codereview.qt.nokia.com/1849
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner: Fix positioner handling
Marco Bubke [Tue, 19 Jul 2011 18:17:35 +0000 (20:17 +0200)]
QmlDesigner: Fix positioner handling

Change-Id: I519bbbfee939d4568a0de5bbe5c01912a08c6fb1
Reviewed-on: http://codereview.qt.nokia.com/1848
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoFix Qt Quick Wizard, allow 4.7.0
Daniel Teske [Tue, 19 Jul 2011 17:33:29 +0000 (19:33 +0200)]
Fix Qt Quick Wizard, allow 4.7.0

Task-number: QTCREATORBUG-5473
Change-Id: I41e16d4a8a22e9c5ffa44711a33a71248a8bd993
Reviewed-on: http://codereview.qt.nokia.com/1846
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
13 years agoShow warning if qmlviewer is missing
Daniel Teske [Tue, 19 Jul 2011 15:54:24 +0000 (17:54 +0200)]
Show warning if qmlviewer is missing

Change-Id: Ie6275ebf6a49f0b1732cc146abeaa23c7b6eafd4
Reviewed-on: http://codereview.qt.nokia.com/1843
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
13 years agoDon't jump to the wrong qml file in insource build.
Eike Ziller [Fri, 15 Jul 2011 10:07:20 +0000 (12:07 +0200)]
Don't jump to the wrong qml file in insource build.

Doing an insource build on Mac will copy the qml file(s) into the
applications resources folder, which still is located under the project
root. In that case it was assumed to be the original file. The patch
assumes that for files in the project root with
".app/Contents/Resources" in the path will need the magic to happen.

Change-Id: I25ffea8a1be7caff5313d03590b4094cb3429492
Reviewed-on: http://codereview.qt.nokia.com/1698
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
13 years agoQmlProfiler: skip anonymous events when computing percentages
Christiaan Janssen [Wed, 20 Jul 2011 07:31:03 +0000 (09:31 +0200)]
QmlProfiler: skip anonymous events when computing percentages

Change-Id: I23acc59937622c4426c02a613434eb443a155b29
Reviewed-on: http://codereview.qt.nokia.com/1864
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
13 years agoQmlProjectRunConfiguration: Copy enabled state on cloning
Daniel Teske [Thu, 14 Jul 2011 13:19:16 +0000 (15:19 +0200)]
QmlProjectRunConfiguration: Copy enabled state on cloning

Change-Id: I9f6dcac96e4b448f008498707571a0f80a134921
Reviewed-on: http://codereview.qt.nokia.com/1668
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
13 years agoQMakeStep: Allow UI to update when asking user whether to recompile
Kai Koehne [Tue, 19 Jul 2011 14:03:42 +0000 (16:03 +0200)]
QMakeStep: Allow UI to update when asking user whether to recompile

Makes sure that the warning about security implications are visible
before the user answers whether to recompile.

Task-number: QTCREATORBUG-5411
Change-Id: I43fe6aeb9e24d25be4fb51f356b6238ce0cd3924
Reviewed-on: http://codereview.qt.nokia.com/1832
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
13 years agoQmlDesigner.propertyEditor: Mac fixes
Thomas Hartmann [Tue, 19 Jul 2011 15:38:48 +0000 (17:38 +0200)]
QmlDesigner.propertyEditor: Mac fixes

Fixes expression editor on Mac.
The button are properly clickable now.

Change-Id: Ib886abad0237c22e72bfdc4099d329a1279d01e8
Reviewed-on: http://codereview.qt.nokia.com/1841
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlJS: add signals implemented by GestureArea
Fawzi Mohamed [Tue, 19 Jul 2011 14:34:29 +0000 (16:34 +0200)]
QmlJS: add signals implemented by GestureArea

manually adds onTap,... to GestureArea, as it uses a custom parser and
is "opaque" for the code model. Fixes QTCREATORBUG-5489 .

A workflow (separate generated and annotated files?) will have to be
introduced to ensure that this change is not lost.

Change-Id: Ibe7554432b000702b293a8b482c04048c07021af
Reviewed-on: http://codereview.qt.nokia.com/1836
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlCppDebugger: improved error message for early breakpoints
Christiaan Janssen [Tue, 19 Jul 2011 14:14:36 +0000 (16:14 +0200)]
QmlCppDebugger: improved error message for early breakpoints

Change-Id: I461c0f85e4972af27a929e327877d9ad6ff9dbe3
Reviewed-on: http://codereview.qt.nokia.com/1833
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
13 years agoQtQuickApp: Fix look of component set options page on Mac
Kai Koehne [Mon, 18 Jul 2011 16:49:05 +0000 (18:49 +0200)]
QtQuickApp: Fix look of component set options page on Mac

Use window title, like it is done for the other wizard pages.

Change-Id: Ie02c41606a02eadf61548f28c5533d1495721077
Reviewed-on: http://codereview.qt.nokia.com/1782
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
13 years agoMac: Fix compilation warning
Kai Koehne [Tue, 19 Jul 2011 13:53:44 +0000 (15:53 +0200)]
Mac: Fix compilation warning

Change-Id: Ib2d388c468bd88d1774770585fbf8a64de7cfb53
Reviewed-on: http://codereview.qt.nokia.com/1831
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
13 years agoUI text: fix capitalization and terminology
Leena Miettinen [Tue, 19 Jul 2011 12:46:47 +0000 (14:46 +0200)]
UI text: fix capitalization and terminology

Change-Id: Ieb52b4e2e6e8b5835219ecc4f6fe7907539e5bdb
Reviewed-on: http://codereview.qt.nokia.com/1827
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
13 years agoHarmattan: Support deploying without packaging.
Christian Kandeler [Tue, 19 Jul 2011 13:20:10 +0000 (15:20 +0200)]
Harmattan: Support deploying without packaging.

Won't work out of the box with the default paths from our wizards, but
developers might find the faster turn-around time worth the hassle.

Task-number: QTCREATORBUG-5459
Change-Id: I21dbc67f940f2e68cf07f28568ea35c717abc294
Reviewed-on: http://codereview.qt.nokia.com/1828
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
13 years agoDebugger: Remove enclosing quotes when editing strings in watchwindow.
Friedemann Kleint [Mon, 18 Jul 2011 13:41:56 +0000 (15:41 +0200)]
Debugger: Remove enclosing quotes when editing strings in watchwindow.

When doubleclicking to edit a string value displayed as '0x3443 "foo"'
in the watchwindow, the whole display value including quotes
was set to the line edit. Remove them.

Change-Id: I0327e3e0fa2270047c8c1b28b07ad5bc5e531644
Reviewed-on: http://codereview.qt.nokia.com/1771
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
13 years agoQmlInspector: Try to find files in project
Kai Koehne [Mon, 18 Jul 2011 16:25:53 +0000 (18:25 +0200)]
QmlInspector: Try to find files in project

Try to find files with the same name in the project tree, instead of
resorting to the original path (e.g. in the bundle).

We do the same already for locating files in the stack.

Change-Id: I836cc810f2c6fbeac41de592f2159f7ae823d4e5
Reviewed-on: http://codereview.qt.nokia.com/1783
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
13 years agoSymbian: Fix CodaClient testing tool.
Friedemann Kleint [Tue, 19 Jul 2011 12:39:00 +0000 (14:39 +0200)]
Symbian: Fix CodaClient testing tool.

Tested-by: Alessandro Portale <alessandro.portale@nokia.com>
Change-Id: I56db4b3427a87c1c67b44246e62f75a4f3ad9a77
Reviewed-on: http://codereview.qt.nokia.com/1826
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
13 years agoDoc: update screen shot
Leena Miettinen [Tue, 19 Jul 2011 10:50:02 +0000 (12:50 +0200)]
Doc: update screen shot

Change-Id: Ia88442dbaaded4e99e31a893b28399ea86c59502
Reviewed-on: http://codereview.qt.nokia.com/1821
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
13 years agoDoc: Qt Simulator use case
Leena Miettinen [Tue, 19 Jul 2011 10:20:12 +0000 (12:20 +0200)]
Doc: Qt Simulator use case

Change-Id: I62d47a60ad0f6d904bc8717f43e0c6bae8152ee9
Reviewed-on: http://codereview.qt.nokia.com/1820
Reviewed-by: Oliver Wolff <oliver.wolff@nokia.com>
13 years agoDoc: using FSF GDB in Mac OS X
Leena Miettinen [Tue, 19 Jul 2011 09:37:43 +0000 (11:37 +0200)]
Doc: using FSF GDB in Mac OS X

Change-Id: Iacd80e488ac46001bc419f8e37828b09a286a086
Reviewed-on: http://codereview.qt.nokia.com/1816
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
13 years agoQmlDesigner.NodeInstances: Item with content are selectable
Marco Bubke [Mon, 18 Jul 2011 19:16:23 +0000 (21:16 +0200)]
QmlDesigner.NodeInstances: Item with content are selectable

If a list view for example has content it is now selectable too.

Task-number: QTCREATORBUG-5476
Change-Id: Ifb0902edcda064e488337c94fc4e575994da3ef1
Reviewed-on: http://codereview.qt.nokia.com/1786
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoDebugger: Set tooltips on Step into/Next.
Friedemann Kleint [Mon, 18 Jul 2011 15:23:42 +0000 (17:23 +0200)]
Debugger: Set tooltips on Step into/Next.

Indicating they'll do Stop & Break at main().
Do not display for QML projects.

Change-Id: I10b6ee381f17dca89c7152e38514fb95776bc329
Reviewed-on: http://codereview.qt.nokia.com/1777
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
13 years agoReset ignoreGenericOptionsPage in Qt Quick wizard
Daniel Teske [Thu, 7 Jul 2011 15:25:52 +0000 (17:25 +0200)]
Reset ignoreGenericOptionsPage in Qt Quick wizard

Change-Id: I2cef1387430cd27783f9ee6cb1bea548eb58575c
Reviewed-on: http://codereview.qt.nokia.com/1325
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
13 years agoAnalyzer[callgrind]: Fix a crash when remote profiling.
Friedemann Kleint [Mon, 18 Jul 2011 14:10:25 +0000 (16:10 +0200)]
Analyzer[callgrind]: Fix a crash when remote profiling.

Task-number: QTCREATORBUG-5402

Change-Id: Ifd42befddccd28abdc5ee0a701321e1a6cf58f7f
Reviewed-on: http://codereview.qt.nokia.com/1774
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
13 years agoQmlRunControlFactory: Cleaner canRun code
Daniel Teske [Mon, 18 Jul 2011 15:23:26 +0000 (17:23 +0200)]
QmlRunControlFactory: Cleaner canRun code

Fixed a bug where the case config->qtVersion == 0 was mishandled.

Change-Id: Ic11133bcfbe402e8f7a19b99b59161f8a913a2ab
Reviewed-on: http://codereview.qt.nokia.com/1779
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
13 years agoQmlDesigner.propertyEditor: bugfix for assert
Thomas Hartmann [Mon, 18 Jul 2011 11:18:40 +0000 (13:18 +0200)]
QmlDesigner.propertyEditor: bugfix for assert

Since the linedit in the property editor has an input mask,
propery names like "red" are not handled correctly.

Change-Id: I43ec2f7e42de7f57d78c97b6865ea36c4e11b3fb
Solution: We normalize "red" to "#ff0000" in the property editor.
Task-number: QTCREATORBUG-5479
Reviewed-on: http://codereview.qt.nokia.com/1749
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 agoDoc: requirements for QML debugging on devices
Leena Miettinen [Mon, 18 Jul 2011 14:46:35 +0000 (16:46 +0200)]
Doc: requirements for QML debugging on devices

Task-number: QTCREATORBUG-4420
Change-Id: I0ee9bd7f3a8ce48c11fc18049ebf3b9d6e833b8c
Reviewed-on: http://codereview.qt.nokia.com/1773
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
13 years agoQmlDesigner.propertyEditor: style fix
Thomas Hartmann [Mon, 18 Jul 2011 14:34:08 +0000 (16:34 +0200)]
QmlDesigner.propertyEditor: style fix

I moved the tooltip into the parent widget to avoid coloring issues.

Task-number: QTCREATORBUG-5480
Change-Id: Ic7f70d83e22847ca8f257be3728139f68a0cb77c
Reviewed-on: http://codereview.qt.nokia.com/1776
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlDesigner: updating symbian plugin
Thomas Hartmann [Mon, 18 Jul 2011 13:44:30 +0000 (15:44 +0200)]
QmlDesigner: updating symbian plugin

Nice support for ToolBar and a symbian style ListView

Change-Id: I14b2ce7dd33fa363d6e2c498d83dda362e03169a
Reviewed-on: http://codereview.qt.nokia.com/1756
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
13 years agoQmlProfiler: enabled sorting in Callers/Callees tabs
Christiaan Janssen [Mon, 18 Jul 2011 12:24:33 +0000 (14:24 +0200)]
QmlProfiler: enabled sorting in Callers/Callees tabs

Change-Id: Ieede8580df9f9e7384865aaa9944a29925008fb1
Reviewed-on: http://codereview.qt.nokia.com/1758
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
13 years agoQmlProfiler: fixed sorting of percentage column
Christiaan Janssen [Mon, 18 Jul 2011 12:03:09 +0000 (14:03 +0200)]
QmlProfiler: fixed sorting of percentage column

Change-Id: Ic76135e2e401ee028a986f1f57186cb2144ed40a
Reviewed-on: http://codereview.qt.nokia.com/1755
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
13 years agoMeeGo: Use recommended package manager icon size.
Christian Kandeler [Mon, 18 Jul 2011 10:51:35 +0000 (12:51 +0200)]
MeeGo: Use recommended package manager icon size.

Task-number: QTCREATORBUG-5487

Change-Id: Ic0a25dcc26d835d1bddf267c0cfc50486e8eb878
Reviewed-on: http://codereview.qt.nokia.com/1752
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
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>