OSDN Git Service

qt-creator-jp/qt-creator-jp.git
12 years agoQtcProcess: Windows compile fix
Joerg Bornemann [Mon, 15 Aug 2011 09:12:00 +0000 (11:12 +0200)]
QtcProcess: Windows compile fix

Change-Id: I5f5882fe4ae2ab84c6e5668c560290b6b0cd30c7
Reviewed-on: http://codereview.qt.nokia.com/2942
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
12 years agoDebugger: Don't warn about never-hit breakpoints when loading a coredumps
Kai Koehne [Mon, 8 Aug 2011 13:38:05 +0000 (15:38 +0200)]
Debugger: Don't warn about never-hit breakpoints when loading a coredumps

Only check the breakpoints when app was started internally.

Change-Id: I38f0af08a2c137d44a127b254283574277b57eff
Reviewed-on: http://codereview.qt.nokia.com/2751
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
12 years agomove qtcbuildhelper where it belongs and rename it accordingly
Oswald Buddenhagen [Fri, 12 Aug 2011 19:06:05 +0000 (21:06 +0200)]
move qtcbuildhelper where it belongs and rename it accordingly

this is not a creator tool, but a helper of qtcprocess, just like the
existing stub.

Change-Id: Ice7c60a1dee0b132c6063747f82ea35699f4127d
Reviewed-on: http://codereview.qt.nokia.com/2918
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
12 years agouseCtrlCStub is windows-only. make #ifdefs reflect that consistently
Oswald Buddenhagen [Fri, 12 Aug 2011 18:51:54 +0000 (20:51 +0200)]
useCtrlCStub is windows-only. make #ifdefs reflect that consistently

Change-Id: I9504df9a2a0d6381c66ec71f40799d185461731a
Reviewed-on: http://codereview.qt.nokia.com/2917
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
12 years agounscrew argument quoting in qtcbuildhelper call
Oswald Buddenhagen [Fri, 12 Aug 2011 18:49:50 +0000 (20:49 +0200)]
unscrew argument quoting in qtcbuildhelper call

Change-Id: I4f389e32d540d49e886e7db02b6332d2ad2372f7
Reviewed-on: http://codereview.qt.nokia.com/2916
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
12 years agoAvoid warning from MSVC
Robert Loehning [Fri, 12 Aug 2011 12:55:49 +0000 (14:55 +0200)]
Avoid warning from MSVC

MSVC will warn if it finds */ outside of a comment

Change-Id: Ie25fd0d2793946817abfa778a6d475e881df1859
Reviewed-on: http://codereview.qt.nokia.com/2914
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
12 years agoFix MSVC's class/vs struct warning.
Friedemann Kleint [Fri, 12 Aug 2011 11:44:30 +0000 (13:44 +0200)]
Fix MSVC's class/vs struct warning.

Change-Id: I5839f979b6fc8687b55dc46917dfc72abd3122a9
Reviewed-on: http://codereview.qt.nokia.com/2913
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
12 years agoVCS: Add a 'Apply patch chunk' pairing 'Revert chunk' to VCS editor.
Friedemann Kleint [Fri, 12 Aug 2011 11:42:21 +0000 (13:42 +0200)]
VCS: Add a 'Apply patch chunk' pairing 'Revert chunk' to VCS editor.

Fix "Open With" editor-by-mimetype search to return all (diff) editors.

Change-Id: I8d9d3cee9e5fcee5555d6e301818ed22ad4390ac
Reviewed-on: http://codereview.qt.nokia.com/2912
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
12 years agoFix gcc warnings about signed/unsigned comparison
Kai Koehne [Thu, 11 Aug 2011 11:16:09 +0000 (13:16 +0200)]
Fix gcc warnings about signed/unsigned comparison

Change-Id: I43f0de47dccf67da2f4b622f70c76a69198286d5
Reviewed-on: http://codereview.qt.nokia.com/2860
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
12 years agoQmlJS: Rename SemanticHighlighter -> SemanticInfoUpdater.
Christian Kamm [Thu, 11 Aug 2011 11:52:02 +0000 (13:52 +0200)]
QmlJS: Rename SemanticHighlighter -> SemanticInfoUpdater.

Since it doesn't do any highlighting...

Change-Id: I45d20735535fa1885153a725d0ca894326ce53db
Reviewed-on: http://codereview.qt.nokia.com/2862
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
12 years agoQmlDebugger: Remove unused code
Kai Koehne [Tue, 9 Aug 2011 14:06:48 +0000 (16:06 +0200)]
QmlDebugger: Remove unused code

Change-Id: I0b92c281e0d1cfd3e4d5a4e56544fde41a0f22a6
Reviewed-on: http://codereview.qt.nokia.com/2788
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
12 years agoQmlJSDebugger: Remove unused toolbar
Kai Koehne [Tue, 9 Aug 2011 10:33:00 +0000 (12:33 +0200)]
QmlJSDebugger: Remove unused toolbar

This got disabled ages ago, but we never cleaned up the sources.

Change-Id: I3d172708002627c29816a6dc1e68b19b15fda372
Reviewed-on: http://codereview.qt.nokia.com/2776
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
12 years agoName watchutils encoding types consistently.
Friedemann Kleint [Mon, 8 Aug 2011 13:03:34 +0000 (15:03 +0200)]
Name watchutils encoding types consistently.

Change-Id: I26d92ffc6fdbe67bf0cbbb0dde40211330ef8e34
Reviewed-on: http://codereview.qt.nokia.com/2748
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoMerge remote-tracking branch 'origin/2.3'
Eike Ziller [Wed, 10 Aug 2011 14:03:57 +0000 (16:03 +0200)]
Merge remote-tracking branch 'origin/2.3'

Conflicts:
qtcreator.pri
src/libs/libs.pro
src/plugins/debugger/watchwindow.cpp
src/plugins/remotelinux/maemopackagecreationstep.h

Change-Id: Ic67c46256d0060ee9845b92ef82539f6f8fbe639

12 years agoC++: Fix off-by-one in scopeAt.
Christian Kamm [Wed, 10 Aug 2011 10:16:25 +0000 (12:16 +0200)]
C++: Fix off-by-one in scopeAt.

The only Scope that set the end offset to *before* the last token
was ObjCClassDeclaration.

Change-Id: Icbdb5bcdd72d96087ac586ad51510fed74a633eb
Reviewed-on: http://codereview.qt.nokia.com/2820
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
12 years agoChanged links to bugtracker to https
Robert Loehning [Tue, 9 Aug 2011 15:32:46 +0000 (17:32 +0200)]
Changed links to bugtracker to https

Change-Id: I62aa9a4033399ee7fc0b55952613657f124c8fb9
Reviewed-on: http://codereview.qt.nokia.com/2791
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agoAdd absolute paths to environment.
Friedemann Kleint [Wed, 10 Aug 2011 10:13:31 +0000 (12:13 +0200)]
Add absolute paths to environment.

Change-Id: I0f23f8d372f3ceb3d4af301196e6fdea5f969998
Reviewed-on: http://codereview.qt.nokia.com/2819
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agoFix running applications in Windows SDK 7.1.
Friedemann Kleint [Wed, 10 Aug 2011 10:10:35 +0000 (12:10 +0200)]
Fix running applications in Windows SDK 7.1.

Fix start of applications with varying Qt-versions when Qt Creator
is launched from an Windows SDK command prompt (prevent
PATH from being reset by setenv.cmd).

Change-Id: I74f75f3663be4836c368a4b9d8c7f8fc5ec351d7
Reviewed-on: http://codereview.qt.nokia.com/2818
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agoQmlJS: String literals with file names link to files.
Christian Kamm [Tue, 9 Aug 2011 09:10:53 +0000 (11:10 +0200)]
QmlJS: String literals with file names link to files.

Task-number: QTCREATORBUG-5701
Change-Id: If8e0cf2ba685de6fb5d2d11cff05d0dd5893ff82
Reviewed-on: http://codereview.qt.nokia.com/2775
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
12 years agoQmlJS: Make the astPath available.
Christian Kamm [Tue, 9 Aug 2011 10:18:56 +0000 (12:18 +0200)]
QmlJS: Make the astPath available.

Change-Id: Ice51730ee118723dbd755467dd221eb9940775fd
Reviewed-on: http://codereview.qt.nokia.com/2774
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
12 years agoBuild qtcbuildhelper with MinGW.
Friedemann Kleint [Wed, 10 Aug 2011 07:38:40 +0000 (09:38 +0200)]
Build qtcbuildhelper with MinGW.

Change-Id: I0c6898bd6672c9d3a05c636d9712d9b75a9b6f3b
Reviewed-on: http://codereview.qt.nokia.com/2815
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
12 years agoQmlJS: Move 'file not found' error message from Bind to Link.
Christian Kamm [Wed, 10 Aug 2011 07:00:40 +0000 (09:00 +0200)]
QmlJS: Move 'file not found' error message from Bind to Link.

Change-Id: I701fc179f377581b87e31630eaa4231688152f5e
Reviewed-on: http://codereview.qt.nokia.com/2813
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
12 years agoRemoteLinux: Get rid of non-standard mkdir option.
Christian Kandeler [Wed, 10 Aug 2011 07:04:23 +0000 (09:04 +0200)]
RemoteLinux: Get rid of non-standard mkdir option.

Busybox implementations, for example, don't necessarily have -v.

Change-Id: Icf9ed8e8826ef53073d62d2900d2f72d0bf2fe83
Reviewed-on: http://codereview.qt.nokia.com/2812
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
12 years agoRemoteLinux: Don't do timestamp checks for file-by-file deployment.
Christian Kandeler [Wed, 10 Aug 2011 07:02:05 +0000 (09:02 +0200)]
RemoteLinux: Don't do timestamp checks for file-by-file deployment.

Rationale: If the device has been re-flashed, for example,
the deployment information will be outdated and every single file
will have to be touched to force re-deployment, which is a hassle
for the user and not very obvious either.

Change-Id: I9c48096eb4bdde4b13212f55c9c9a1bc6f9445fd
Reviewed-on: http://codereview.qt.nokia.com/2811
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
12 years agoRemoteLinux: Fix crash introduced by merge.
Christian Kandeler [Tue, 9 Aug 2011 15:28:53 +0000 (17:28 +0200)]
RemoteLinux: Fix crash introduced by merge.

Change-Id: Iea18410bc812fb5c27442ae01c408113e6bceece
Reviewed-on: http://codereview.qt.nokia.com/2789
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
12 years agoHighlight matches when opening editor from advanced text search.
Eike Ziller [Tue, 9 Aug 2011 09:08:01 +0000 (11:08 +0200)]
Highlight matches when opening editor from advanced text search.

When you close the search pane it will remove the highlight, even if the
find tool bar is open with a different search, though.

Task-number: QTCREATORBUG-2606
Change-Id: I7defe15c844d37ae80ab66c6b9e68e1ef1afdf92
Reviewed-on: http://codereview.qt.nokia.com/2786
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agoSend missing visibilityChanged signals to output panes.
Eike Ziller [Tue, 9 Aug 2011 07:00:34 +0000 (09:00 +0200)]
Send missing visibilityChanged signals to output panes.

Change-Id: Ic2de484904c8be2f3110c7e083c3691a174a5781
Reviewed-on: http://codereview.qt.nokia.com/2785
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agoFix Valgrind test compilation.
Friedemann Kleint [Tue, 9 Aug 2011 12:33:24 +0000 (14:33 +0200)]
Fix Valgrind test compilation.

Change-Id: I13dfc18d1b283af610edba4f40515aef01001d92
Reviewed-on: http://codereview.qt.nokia.com/2781
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Bill King <bill.king@nokia.com>
12 years agoC++: Fix crash when typing illegal class names
Leandro Melo [Tue, 9 Aug 2011 11:46:28 +0000 (13:46 +0200)]
C++: Fix crash when typing illegal class names

Such as class ~A {} or class operator+ {}.

Done by Roberto Raggi

Change-Id: I4fdad6d27aaa997e651f2d08de36fe675fc78814
Reviewed-on: http://codereview.qt.nokia.com/2778
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
12 years agoRemove unnecessary import, removes a warning
Eike Ziller [Tue, 9 Aug 2011 11:51:37 +0000 (13:51 +0200)]
Remove unnecessary import, removes a warning

Change-Id: If89bec794fe3fe5315b69ad283d35c2ba0abced3
Reviewed-on: http://codereview.qt.nokia.com/2779
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agoYet another compile fix for MinGW/Windows.
Friedemann Kleint [Tue, 9 Aug 2011 11:43:56 +0000 (13:43 +0200)]
Yet another compile fix for MinGW/Windows.

Change-Id: Iea0d998de254d26e15a8703812b3aad8399721a8
Reviewed-on: http://codereview.qt.nokia.com/2777
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
12 years agoQmlDebugger: Hit breakpoints for simple bindings also for .qmlproject
Kai Koehne [Mon, 8 Aug 2011 14:26:12 +0000 (16:26 +0200)]
QmlDebugger: Hit breakpoints for simple bindings also for .qmlproject

Make sure QML_DISABLE_OPTIMIZER is set also when debugging with
qmlobserver

Change-Id: I33aa4cd50ae184e339e3783488ba236eecdf7b33
Reviewed-on: http://codereview.qt.nokia.com/2753
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
12 years agoApply code style settings to templates
Jarek Kobus [Fri, 5 Aug 2011 07:59:28 +0000 (09:59 +0200)]
Apply code style settings to templates

Task-number: QTCREATORBUG-169

Change-Id: I380c956d3256c186ff9497463ab845228017ff87
Reviewed-on: http://codereview.qt.nokia.com/2671
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Jarek Kobus <jaroslaw.kobus@nokia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
12 years agoCompile fix.
Friedemann Kleint [Tue, 9 Aug 2011 09:12:01 +0000 (11:12 +0200)]
Compile fix.

Change-Id: I6ce0d3d063cda97d55d102b8d6988934e5411846
Reviewed-on: http://codereview.qt.nokia.com/2771
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
12 years agoCompile fix.
Friedemann Kleint [Tue, 9 Aug 2011 09:02:37 +0000 (11:02 +0200)]
Compile fix.

Change-Id: I046ae871ef482bf36ee21ba77abd706292a15d3f
Reviewed-on: http://codereview.qt.nokia.com/2768
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
12 years agoQmlJS: Clean up ScopeAstPath visitor.
Christian Kamm [Tue, 9 Aug 2011 08:40:39 +0000 (10:40 +0200)]
QmlJS: Clean up ScopeAstPath visitor.

Change-Id: If983e9c9bee2d0396d7cc00973ee3885a3736d8a
Reviewed-on: http://codereview.qt.nokia.com/2767
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
12 years agoDebugger: Fix MSVC detection.
Friedemann Kleint [Tue, 9 Aug 2011 08:38:30 +0000 (10:38 +0200)]
Debugger: Fix MSVC detection.

Trigger AttachCore for MSVC flavours only.
Handle .dmp files on the command line.

Change-Id: I65be1ad7aef36db157a84499ff5e10d9f1e8fb97
Reviewed-on: http://codereview.qt.nokia.com/2766
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
12 years agoQmlJS: Add XMLHttpRequest, DB API and JSON completion.
Christian Kamm [Mon, 8 Aug 2011 12:22:22 +0000 (14:22 +0200)]
QmlJS: Add XMLHttpRequest, DB API and JSON completion.

Change-Id: I30773e8879086c1f85d331fabf9380e217b32dd7
Reviewed-on: http://codereview.qt.nokia.com/2745
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
12 years agoJSDebugger: Only hit breakpoints in user code
Kai Koehne [Mon, 8 Aug 2011 12:53:10 +0000 (14:53 +0200)]
JSDebugger: Only hit breakpoints in user code

Check that the topmost stack entry is a user defined ScriptFunction.
This avoids hitting the anonymous functions used for bindings, e.g.

onClicked: Qt.quit()

leads to script code

(function onClicked() { Qt.quit(); })

which will be hit twice for the debugger: Once for the function call
itself, then for the execution of Qt.quit().

Change-Id: I4cb374782c93a26d97d4a717ce67d1fb2f6df438
Task-number: QTCREATORBUG-5090
Reviewed-on: http://codereview.qt.nokia.com/2746
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
12 years agoCompile.
Friedemann Kleint [Mon, 8 Aug 2011 13:22:46 +0000 (15:22 +0200)]
Compile.

Change-Id: I118bdfd3fb9843e7522cec304a0d7da879651b30
Reviewed-on: http://codereview.qt.nokia.com/2750
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
12 years agoCompile.
Friedemann Kleint [Mon, 8 Aug 2011 13:06:14 +0000 (15:06 +0200)]
Compile.

Change-Id: I9e2f02bfa3dcc2e3ab2895620ee3f163edc3d764
Reviewed-on: http://codereview.qt.nokia.com/2749
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
12 years agoDebugger[CDB]: Rework string formatting.
Friedemann Kleint [Mon, 8 Aug 2011 12:56:04 +0000 (14:56 +0200)]
Debugger[CDB]: Rework string formatting.

Use watch encoding without quotes for non-ASCII output.
Use formats with quotes for recoded strings.
Extend char-pointer recoding to work for char-arrays as well
and restrict to char types. Split up and re-use when
outputting QByteArrays or std::[w]string.

Task-number: QTCREATORBUG-5667
Change-Id: If9748c2e375ee5ecb05d257410eba4012de1c3cf
Reviewed-on: http://codereview.qt.nokia.com/2747
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
12 years agoC++ completion: Minimize qualified names in function signatures.
Christian Kamm [Thu, 4 Aug 2011 08:54:12 +0000 (10:54 +0200)]
C++ completion: Minimize qualified names in function signatures.

Change-Id: I8e2c38e279952372b3e12f6ea8da18b75b39a5d4
Reviewed-on: http://codereview.qt.nokia.com/2733
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
12 years agoC++ insert definition: Find better insertion point.
Christian Kamm [Thu, 28 Jul 2011 20:11:38 +0000 (22:11 +0200)]
C++ insert definition: Find better insertion point.

Change-Id: Ic424ae7ed4ac6dcda5d96353071ba0415c1815da
Reviewed-on: http://codereview.qt.nokia.com/2732
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
12 years agoC++ insert definition: Use minimally qualified names.
Christian Kamm [Thu, 28 Jul 2011 19:17:28 +0000 (21:17 +0200)]
C++ insert definition: Use minimally qualified names.

Change-Id: I633dbc77557fc2b6563888103350612a262536ee
Reviewed-on: http://codereview.qt.nokia.com/2731
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
12 years agoQmlJS: Remove Interpreter namespace.
Christian Kamm [Mon, 8 Aug 2011 10:47:49 +0000 (12:47 +0200)]
QmlJS: Remove Interpreter namespace.

The distinction between QmlJS and QmlJS::Interpreter has always been
weak and the extra namespace just added an unnecessary complication.

Change-Id: I4db8ef4bd91b5f6bf610a9d23fdbf55bd60250fc
Reviewed-on: http://codereview.qt.nokia.com/2743
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
12 years agoQmlJS: Remove LookupContext.
Christian Kamm [Mon, 8 Aug 2011 10:26:22 +0000 (12:26 +0200)]
QmlJS: Remove LookupContext.

Use Context or ScopeChain instead.

Change-Id: I2489477eac08774ba41710ee81876aab11b5af24
Reviewed-on: http://codereview.qt.nokia.com/1699
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
12 years agoFix the build.
Christian Kamm [Mon, 8 Aug 2011 10:10:14 +0000 (12:10 +0200)]
Fix the build.

Change-Id: I0fc65bb7e7336b930299364f3fe977f42d035523
Reviewed-on: http://codereview.qt.nokia.com/2740
Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com>
12 years agoQmlJS: Share Context.
Christian Kamm [Wed, 13 Jul 2011 13:04:27 +0000 (15:04 +0200)]
QmlJS: Share Context.

Previously Context was not entirely thread safe and had to be
copied locally. Now it is thread safe and its lifetime
managed by QSharedPointer.

The non-safe parts were moved into ScopeChain in a previous commit.

Change-Id: I851a93de85cbd6391dbea0fe33b011e2e093addb
Reviewed-on: http://codereview.qt.nokia.com/1695
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
12 years agoQmlJS: Split Context and ScopeChain.
Christian Kamm [Tue, 12 Jul 2011 12:55:27 +0000 (14:55 +0200)]
QmlJS: Split Context and ScopeChain.

Context is created by Link and has information about imports
for all Documents in a Snapshot.

ScopeChain represents how lookup is done at a specific place in
a Document.

Change-Id: I874102d57bbaf1a497fa3f27633bed6ee75dcf10
Reviewed-on: http://codereview.qt.nokia.com/1694
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
12 years agoQmlJS: Resolve references while evaluating expressions.
Christian Kamm [Mon, 8 Aug 2011 08:54:48 +0000 (10:54 +0200)]
QmlJS: Resolve references while evaluating expressions.

Task-number: QTCREATORBUG-5752
Change-Id: Ibcdaac039a5e862d7a8f03f58c8bf017b544e436
Reviewed-on: http://codereview.qt.nokia.com/2736
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
12 years agoMeeGo: Adapt package name to changed OVI store requirements.
Christian Kandeler [Fri, 5 Aug 2011 13:58:18 +0000 (15:58 +0200)]
MeeGo: Adapt package name to changed OVI store requirements.

Fremantle needed the application version as x_y_z, for Harmattan it must
be x.y.z, otherwise the package will not be accepted by the store.
Obviously.

Task-Number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=276021

Change-Id: I93b8fd7f1c95b9ef26df97f817e3b8b610c4e932
Reviewed-on: http://codereview.qt.nokia.com/2697
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
12 years agoDebugger[CDB]: Implement AttachCore for debugdiag dumps.
Friedemann Kleint [Fri, 5 Aug 2011 15:42:32 +0000 (17:42 +0200)]
Debugger[CDB]: Implement AttachCore for debugdiag dumps.

Change-Id: I19c57248ed5e7c43b14b849419c9edf29bca26dc
Reviewed-on: http://codereview.qt.nokia.com/2706
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
12 years agoAdd missing network.
Friedemann Kleint [Fri, 5 Aug 2011 13:40:46 +0000 (15:40 +0200)]
Add missing network.

Change-Id: I83c82b8f09bee0e51773d82f17cd5782287d8675
Reviewed-on: http://codereview.qt.nokia.com/2695
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
12 years agodebugger: add manual test for QHostAddress dumper
hjk [Fri, 5 Aug 2011 13:06:14 +0000 (15:06 +0200)]
debugger: add manual test for QHostAddress dumper

Change-Id: I6cc146b1d5b21a4d4881a35a11ce24ad378e813c
Reviewed-on: http://codereview.qt.nokia.com/2694
Reviewed-by: hjk <qthjk@ovi.com>
12 years agodebugger: improve QHostAddress dumper
hjk [Fri, 5 Aug 2011 12:42:49 +0000 (14:42 +0200)]
debugger: improve QHostAddress dumper

Change-Id: Ie1e52619a3fa8d47e60f6508aa9a6d5fc9a0d21b
Reviewed-on: http://codereview.qt.nokia.com/2693
Reviewed-by: hjk <qthjk@ovi.com>
12 years agodebugger: change default value for 'break on qFatal' to 'false'
hjk [Fri, 5 Aug 2011 12:04:01 +0000 (14:04 +0200)]
debugger: change default value for 'break on qFatal' to 'false'

Change-Id: Ief1879c1e8009d1a60575180d4132d8f03a88b08
Reviewed-on: http://codereview.qt.nokia.com/2690
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agoQmlProfilerTraceClient: Cleanup
Kai Koehne [Fri, 5 Aug 2011 10:58:43 +0000 (12:58 +0200)]
QmlProfilerTraceClient: Cleanup

Move private members into d pointer, remove unused signal,
rename clearView() method & clear() signal to clearData(), dataCleared()

Change-Id: I0baf78107861a469185c736fc448b4d3a7929cdd
Reviewed-on: http://codereview.qt.nokia.com/2691
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
12 years agoAdd "Switch Header/Source" action to the context menu
Jarek Kobus [Fri, 5 Aug 2011 11:13:17 +0000 (13:13 +0200)]
Add "Switch Header/Source" action to the context menu

Task-number: QTCREATORBUG-5324

Change-Id: I137c9430e538714684ff6000ea68340a6f802615
Reviewed-on: http://codereview.qt.nokia.com/2688
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
Reviewed-by: Jarek Kobus <jaroslaw.kobus@nokia.com>
12 years agofakevim: update manual test code
hjk [Fri, 5 Aug 2011 10:36:15 +0000 (12:36 +0200)]
fakevim: update manual test code

Change-Id: I1356c07a4a7a9a42d905aa9040c4d31d50c813d6
Reviewed-on: http://codereview.qt.nokia.com/2686
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoQmlJSDebugClient: Move QmlProfilerTraceClient into library
Kai Koehne [Fri, 5 Aug 2011 09:12:27 +0000 (11:12 +0200)]
QmlJSDebugClient: Move QmlProfilerTraceClient into library

Change-Id: I1c0821778a3350ec55741b45680fca2cb1fed3aa
Reviewed-on: http://codereview.qt.nokia.com/2680
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
12 years agoQmlJsDebugClient: Compile it as separate library
Kai Koehne [Fri, 5 Aug 2011 08:20:15 +0000 (10:20 +0200)]
QmlJsDebugClient: Compile it as separate library

Should boost build times.

Change-Id: I35c9fd32d2df6dbdadf4d324eb87dbfb491e5ef2
Reviewed-on: http://codereview.qt.nokia.com/2673
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
12 years agoQmlJSDebugClient: Fix style & indentation
Kai Koehne [Fri, 5 Aug 2011 08:18:32 +0000 (10:18 +0200)]
QmlJSDebugClient: Fix style & indentation

Change-Id: I87bdb465816fc68f83f6c5e097c9d9b853614b94
Reviewed-on: http://codereview.qt.nokia.com/2672
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
12 years agocoreplugin: simplify VariableManager
hjk [Wed, 6 Jul 2011 17:02:18 +0000 (19:02 +0200)]
coreplugin: simplify VariableManager

Change-Id: Id89dba3be538a29953b374e58df961835ea4207a
Reviewed-on: http://codereview.qt.nokia.com/1298
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoPolish Polish translation
Jarek Kobus [Fri, 5 Aug 2011 09:20:52 +0000 (11:20 +0200)]
Polish Polish translation

Change-Id: I5c48cd5cc5fcb8298dabb4a612a3fbb35ae6f491
Reviewed-on: http://codereview.qt.nokia.com/2679
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Jarek Kobus <jaroslaw.kobus@nokia.com>
12 years agofakevim: remove now unneeded oldTabSettings
hjk [Fri, 5 Aug 2011 08:37:02 +0000 (10:37 +0200)]
fakevim: remove now unneeded oldTabSettings

Change-Id: I61c817bf1efa16fda88b71bfbbf8d6f4cd8644f0
Reviewed-on: http://codereview.qt.nokia.com/2674
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoRefactor: Get rid of BaseTextEditorWidget from Indenter
Jarek Kobus [Thu, 4 Aug 2011 09:19:25 +0000 (11:19 +0200)]
Refactor: Get rid of BaseTextEditorWidget from Indenter

Provide directly TabSettings instead.
This will be used for indenting a text for which
there is no editor instance.

Change-Id: Ia5f11a481f42464cf4820efdf2c7c4c32166f55e
Reviewed-on: http://codereview.qt.nokia.com/2622
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
12 years agoWait with activating/opening a Locator entry until update has finished
Eike Ziller [Wed, 3 Aug 2011 13:11:31 +0000 (15:11 +0200)]
Wait with activating/opening a Locator entry until update has finished

So, if you pressed the enter key faster than the list updated, it will
wait for the list to update and then select an entry, which is much
saner behavior.

Task-number: QTCREATORBUG-5710
Change-Id: Ic98d48122c9db1aad903f9b76040ae5c14a8c44e
Reviewed-on: http://codereview.qt.nokia.com/2667
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Bill King <bill.king@nokia.com>
12 years agofakevim: remove visually selected contents before pasting.
hjk [Fri, 5 Aug 2011 06:47:53 +0000 (08:47 +0200)]
fakevim: remove visually selected contents before pasting.

Task-number: QTCREATORBUG-5605
Change-Id: Iee28b1acaeb4d8ad073bfadb0aab277f11b5001f
Reviewed-on: http://codereview.qt.nokia.com/2669
Reviewed-by: hjk <qthjk@ovi.com>
12 years agodebugger: show va_list in hex
hjk [Thu, 4 Aug 2011 15:14:22 +0000 (17:14 +0200)]
debugger: show va_list in hex

Task-number: QTCREATORBUG-5608
Change-Id: Ia0e741cd7ceb9f3a247468ceca10af0c728338a5
Reviewed-on: http://codereview.qt.nokia.com/2638
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoQmlDesigner.navigator: fixes crash for context menu
Thomas Hartmann [Thu, 4 Aug 2011 14:33:07 +0000 (16:33 +0200)]
QmlDesigner.navigator: fixes crash for context menu

We have to add a check if the item we want to set visibility on
is really an item. See: isItem()

For general safety I added try catch blocks for RewritingExceptions

Task-Number: QTCREATORBUG-5731
Change-Id: I72f4f5ae69067a04b09880ae071265c83f880b4c
Reviewed-on: http://codereview.qt.nokia.com/2637
Reviewed-by: Marco Bubke <marco.bubke@nokia.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
12 years agoQtQuickApp wizard: Deactivate .qml file selector by default
Kai Koehne [Thu, 4 Aug 2011 13:58:55 +0000 (15:58 +0200)]
QtQuickApp wizard: Deactivate .qml file selector by default

Change-Id: If7b94a0c5ddad7c06ffb41df1b0678181b0702fa
Reviewed-on: http://codereview.qt.nokia.com/2635
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
12 years agoFix the order of mobile wizards' items
Jarek Kobus [Tue, 2 Aug 2011 14:36:11 +0000 (16:36 +0200)]
Fix the order of mobile wizards' items

Task-number: QTCREATORBUG-5706

Change-Id: Iaaa5d7ccdb2948bc4ef2ae234ade8e769e22737a
Reviewed-on: http://codereview.qt.nokia.com/2520
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
12 years agoanalyzer: disable start options if there's no project
hjk [Thu, 4 Aug 2011 14:04:34 +0000 (16:04 +0200)]
analyzer: disable start options if there's no project

Task-number: QTCREATORBUG-5627
Change-Id: Ia8affb07ba1d87c0b333ca3a547fc9eed32062f4
Reviewed-on: http://codereview.qt.nokia.com/2636
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoQmlProfiler: fixed sorting of "event type" field
Christiaan Janssen [Thu, 4 Aug 2011 13:56:09 +0000 (15:56 +0200)]
QmlProfiler: fixed sorting of "event type" field

Change-Id: Ibaa321c65f44c4ca9c87bb312659173bb2f26d64
Reviewed-on: http://codereview.qt.nokia.com/2634
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
12 years agoRemove warning for unused paramters in qmlv8debuggerclient.
Aurindam Jana [Thu, 4 Aug 2011 13:12:09 +0000 (15:12 +0200)]
Remove warning for unused paramters in qmlv8debuggerclient.

Change-Id: I4e82880f9026e5b9c321a21e9995724b0744550b
Reviewed-on: http://codereview.qt.nokia.com/2629
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
12 years agoqmlprofiler: remove unneeded variables
hjk [Thu, 4 Aug 2011 13:41:42 +0000 (15:41 +0200)]
qmlprofiler: remove unneeded variables

Change-Id: I96a06298018ab3ff3cfc6b6235c71ec5d33f7cbb
Reviewed-on: http://codereview.qt.nokia.com/2633
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoanalyzer: less global symbols
hjk [Thu, 4 Aug 2011 09:25:26 +0000 (11:25 +0200)]
analyzer: less global symbols

Change-Id: I2f771c7dc2a709611c68b97a5287804d4b8590fd
Reviewed-on: http://codereview.qt.nokia.com/2632
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoanalyzer: modify a copy-and-pasted windows title
hjk [Thu, 4 Aug 2011 08:46:55 +0000 (10:46 +0200)]
analyzer: modify a copy-and-pasted windows title

Change-Id: Ie159ddb6d40aa4c20be7be5bf7cf2571e60ca85f
Reviewed-on: http://codereview.qt.nokia.com/2631
Reviewed-by: hjk <qthjk@ovi.com>
12 years agodebugger: remove 19 symbols of dubious benefit
hjk [Thu, 4 Aug 2011 08:31:15 +0000 (10:31 +0200)]
debugger: remove 19 symbols of dubious benefit

Change-Id: I79c27331582e3e34449ba9f7ce6f3cfec4b99639
Reviewed-on: http://codereview.qt.nokia.com/2630
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoEnable some cursor keys for binary editor again.
Eike Ziller [Thu, 4 Aug 2011 09:26:08 +0000 (11:26 +0200)]
Enable some cursor keys for binary editor again.

Change-Id: I0e0136a205fa6ca6ed9c8d0d745803488337dd37
Reviewed-on: http://codereview.qt.nokia.com/2626
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>
12 years agoQmlDesigner.propertyEditor: fix for alpha == 0
Thomas Hartmann [Thu, 4 Aug 2011 12:48:08 +0000 (14:48 +0200)]
QmlDesigner.propertyEditor: fix for alpha == 0

"transparent" is an extra case.

Task-Number: QTCREATORBUG-5727
Change-Id: If28e8735aacb3dd464b61fb7ed65918d8ea465b2
Reviewed-on: http://codereview.qt.nokia.com/2627
Reviewed-by: Marco Bubke <marco.bubke@nokia.com>
12 years agoDebugger: Replace virtuals by capability flags.
Friedemann Kleint [Thu, 4 Aug 2011 12:25:38 +0000 (14:25 +0200)]
Debugger: Replace virtuals by capability flags.

Change-Id: If09efd21dc44e356eb575bb6170356fdbd409b39
Reviewed-on: http://codereview.qt.nokia.com/2625
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoQmlDesigner.statesEditor: crashfix for focus handling
Thomas Hartmann [Thu, 4 Aug 2011 12:21:58 +0000 (14:21 +0200)]
QmlDesigner.statesEditor: crashfix for focus handling

Ignore changes to the TextEdit if focus gets lost.
Reason: an error message (illegal state name) would lead to a crash.
For details see the task.

Task-Number: QTCREATORBUG-5729
Change-Id: I0f0ad7a416ba59d958b3ae5d8809ccb51f42fe5e
Reviewed-on: http://codereview.qt.nokia.com/2624
Reviewed-by: Marco Bubke <marco.bubke@nokia.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
12 years agoQmlCpp Debugging: Only set C++ breakpoints after QML is connected
Kai Koehne [Wed, 3 Aug 2011 12:48:56 +0000 (14:48 +0200)]
QmlCpp Debugging: Only set C++ breakpoints after QML is connected

If one hits a C++ breakpoint before the QmlEngine is properly set up
the debugging actions are all disabled. Patch 58faedc4e tried to
fix this by automatically executing continue in these cases, but
this let to errors on Mac OS X. Instead just delay the setting of
C++ breakpoints.

Task-number: QTCREATORBUG-5681
Change-Id: I149dea9b453ed7abd33a1a93b5b546d7c6cda8fd
Reviewed-on: http://codereview.qt.nokia.com/2568
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
12 years agoQmlProject: Don't crash if no qt version is available
Kai Koehne [Thu, 4 Aug 2011 08:22:16 +0000 (10:22 +0200)]
QmlProject: Don't crash if no qt version is available

Change-Id: I1737ca26b29d366f4f326c534af1528776f2bfdd
Reviewed-on: http://codereview.qt.nokia.com/2607
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agoExport qmakestep and makestep
Daniel Teske [Thu, 21 Jul 2011 13:05:52 +0000 (15:05 +0200)]
Export qmakestep and makestep

Needed by plugins implementing their own qt4 targets.
Backport was asked for on IRC.

Change-Id: Idad09914f95259443c06ecdf458e9ce63c802cc3
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
(cherry picked from commit a838d4ac0191de63e3a3a17290ffa6d14457c4d2)
Reviewed-on: http://codereview.qt.nokia.com/2587
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agofakevim: v in visual mode actually leave visual mode
hjk [Tue, 2 Aug 2011 15:59:05 +0000 (17:59 +0200)]
fakevim: v in visual mode actually leave visual mode

Task-number: QTCREATORBUG-5603
Change-Id: I239837b1d8ad30fdc157a6eaec05a026c294a750
(cherry picked from commit 764f902cf39da75260a1771d6d55a2f41be8dcca)
Reviewed-on: http://codereview.qt.nokia.com/2578
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agofakevim: handle cursor keys in Replace mode
hjk [Wed, 3 Aug 2011 09:40:45 +0000 (11:40 +0200)]
fakevim: handle cursor keys in Replace mode

Task-number: QTCREATORBUG-5647
Change-Id: I06bf6b859ac5111b5692c003aab2d003a0c7b110
(cherry picked from commit 18b74f087bc9d898f30b21478c09b8897dc1d444)
Reviewed-on: http://codereview.qt.nokia.com/2577
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agofakevim: also set foreground color for search matches
hjk [Wed, 3 Aug 2011 10:07:20 +0000 (12:07 +0200)]
fakevim: also set foreground color for search matches

Task-number: QTCREATORBUG-5604
Change-Id: Ic94ebbbb3d850624a8fbbc0e1d9d49ba70992ad0
(cherry picked from commit 00be04e1ea3b91849f963c9bca4d633fbdc352bc)
Reviewed-on: http://codereview.qt.nokia.com/2576
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agofakevim: fix endless loop in certain search&replace operations
hjk [Wed, 3 Aug 2011 11:14:19 +0000 (13:14 +0200)]
fakevim: fix endless loop in certain search&replace operations

Task-number: QTCREATORBUG-5697
Change-Id: I25e9ef4ef042efa2b4dd670f5177e5e170fbaaf0
(cherry picked from commit d8fdd0acdc59a02788c23b18680b47da51cf1c56)
Reviewed-on: http://codereview.qt.nokia.com/2574
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agodebugger: allow insertion of evaluated expressions for core files
hjk [Wed, 3 Aug 2011 10:40:28 +0000 (12:40 +0200)]
debugger: allow insertion of evaluated expressions for core files

Task-number: QTCREATORBUG-5693
Change-Id: I8b6a5e0cd7956dab92270cae8994da3303fcf8e0
(cherry picked from commit 9f82bc25a4d0a8e33cb9f984b7786f617a3f66f2)
Reviewed-on: http://codereview.qt.nokia.com/2575
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agodebugger: string cosmetics
hjk [Wed, 3 Aug 2011 17:04:51 +0000 (19:04 +0200)]
debugger: string cosmetics

Change-Id: Ie2322e0b63d65c6c29f7d280113aef6a45dbdb71
Reviewed-on: http://codereview.qt.nokia.com/2586
Reviewed-by: hjk <qthjk@ovi.com>
12 years agodebugger: re-organize actions
hjk [Wed, 3 Aug 2011 16:57:37 +0000 (18:57 +0200)]
debugger: re-organize actions

Task-number: QTCREATORBUG-5660
Change-Id: I25516dc5cab8035e3d1be7025435f1a762d1ee3c
Reviewed-on: http://codereview.qt.nokia.com/2585
Reviewed-by: hjk <qthjk@ovi.com>
12 years agocompile fix
Thomas Hartmann [Wed, 3 Aug 2011 15:44:04 +0000 (17:44 +0200)]
compile fix

Change-Id: I6bea04e8e4a6bf74fcfe7c70459924ff2443176d
Reviewed-on: http://codereview.qt.nokia.com/2584
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
12 years agoVersion bump
Eike Ziller [Wed, 3 Aug 2011 15:16:50 +0000 (17:16 +0200)]
Version bump

Change-Id: Ie922c0ccada7b20f452812ca0cf53f9085774c54

12 years agodebugger: offer an option to show C-style escaped strings
hjk [Wed, 3 Aug 2011 15:04:32 +0000 (17:04 +0200)]
debugger: offer an option to show C-style escaped strings

Task-number: QTCREATORBUG-5667
Change-Id: I1c48fb19ece055c0b3a4b29ccee063cbce06f525
Reviewed-on: http://codereview.qt.nokia.com/2582
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoRemoteLinux: Make deploy step widget detect more possible changes.
Christian Kandeler [Wed, 3 Aug 2011 14:51:00 +0000 (16:51 +0200)]
RemoteLinux: Make deploy step widget detect more possible changes.

Change-Id: Ic90669ea06088e6c99f2db81627363b5ecf52c80
Reviewed-on: http://codereview.qt.nokia.com/2580
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
12 years agoMeeGo: Fix initial deployment button state.
Christian Kandeler [Wed, 3 Aug 2011 14:22:48 +0000 (16:22 +0200)]
MeeGo: Fix initial deployment button state.

Change-Id: I3aff5759dad69cf729486ad15e64d8d9eecc75ab
Reviewed-on: http://codereview.qt.nokia.com/2579
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
12 years agoMake Components installable. Fix Shadow Build.
Daniel Molkentin [Tue, 2 Aug 2011 15:11:29 +0000 (17:11 +0200)]
Make Components installable. Fix Shadow Build.

Task-Number: QTCREATORBUG-5672
Done-with: Oswald Buddenhagen
Change-Id: I61f8a83205bc338ba12e43b7471eaa957da2b004
Reviewed-on: http://codereview.qt.nokia.com/2451
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>