OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoDebugger[CDB]: Fix console on Windows XP.
Friedemann Kleint [Thu, 12 May 2011 15:19:42 +0000 (17:19 +0200)]
Debugger[CDB]: Fix console on Windows XP.

Attach to suspended application and doing resume manually
does not work. Use special options for console.

Reviewed-by: hjk
Tested-by: Alessandro Portale <alessandro.portale@nokia.com>
13 years agoDebugger: Move corrected breakpoints back after termination.
Friedemann Kleint [Tue, 10 May 2011 15:04:03 +0000 (17:04 +0200)]
Debugger: Move corrected breakpoints back after termination.

13 years agofrench translation fixes
Thibaut Cuvelier [Wed, 11 May 2011 12:58:15 +0000 (14:58 +0200)]
french translation fixes

Merge-request: 2197
Reviewed-by: ossi
13 years agoUpdate french translation for 2.2
Oswald Buddenhagen [Mon, 9 May 2011 14:40:22 +0000 (16:40 +0200)]
Update french translation for 2.2

This is a team work by:
Jonathan Courtois <jonathan.courtois@gmail.com>
Thibaut Cuvelier <tcuvelier@redaction-developpez.com>
Verdvaine Yan <yan.verdavaine@redaction-developpez.com>
Pierre Rossi <pierre.rossi@nokia.com>

Merge-request: 2194
Merge-request: 2196
Merge-request: 321
Reviewed-by: ossi
13 years agoDebugger: Fix remote CDB debugging.
Friedemann Kleint [Tue, 10 May 2011 11:41:04 +0000 (13:41 +0200)]
Debugger: Fix remote CDB debugging.

Determine ABI correctly.

Reviewed-by: hjk
Task-number: QTCREATORBUG-4832

13 years agoL10n: Fix German translation of the 'Add Library Wizard'.
Friedemann Kleint [Wed, 4 May 2011 12:41:41 +0000 (14:41 +0200)]
L10n: Fix German translation of the 'Add Library Wizard'.

(cherry picked from commit ac18e2016c2bc5ba9ee2b123a880249b7deff5e6)

13 years agodon't validate working directory of custom process steps
Oswald Buddenhagen [Mon, 9 May 2011 10:40:51 +0000 (12:40 +0200)]
don't validate working directory of custom process steps

amends 64cfa46

Task-number: QTCREATORBUG-4806
Reviewed-by: dt
13 years agoFix ABI detection of static mingw libraries on windows
Tobias Hunger [Fri, 6 May 2011 15:56:21 +0000 (17:56 +0200)]
Fix ABI detection of static mingw libraries on windows

Task-number: QTCREATORBUG-4771
(cherry picked from commit fcf82b74b650238e4bdcda19fe45833e7a2b0e74)

13 years agoUploading the doc is now handled differently.
con [Fri, 29 Apr 2011 14:08:53 +0000 (16:08 +0200)]
Uploading the doc is now handled differently.

13 years agoQmlDesigner.statesEditor: crash fix
Thomas Hartmann [Fri, 29 Apr 2011 08:10:23 +0000 (10:10 +0200)]
QmlDesigner.statesEditor: crash fix

If the current state is deleted we have to go to the base state
to stay in a valid state.

Task-Nr: QTCREATORBUG-4339
Reviewed-by: Kai Koehne
13 years agoVersion bump.
con [Fri, 29 Apr 2011 08:16:23 +0000 (10:16 +0200)]
Version bump.

13 years agoQmlDesigner.rewriter: crash fix
Thomas Hartmann [Thu, 28 Apr 2011 12:02:54 +0000 (14:02 +0200)]
QmlDesigner.rewriter: crash fix

When pasting or reading in a Component that has no object definition
inside we crashed.

I added an explicit check in the FirstDefinitionFinder.
In the TextToModelMerger we then handle this case.

Task-Nr: QTCREATORBUG-4730
Reviewed-by: Erik Verbruggen
13 years agoFix disassembler view on Xcode4.
con [Thu, 28 Apr 2011 13:05:14 +0000 (15:05 +0200)]
Fix disassembler view on Xcode4.

The gdb shipped with Xcode4 simply never returns if the command is
"disassemble /m someaddress", Xcode3 returned an error, which resulted
in a call for non-mixed disassembly. So we set the disassembler agent to
not try mixed in case of Mac tool chain abi.

Reviewed-by: Friedemann Kleint
13 years agoQmlDump: fix path import dumps on Windows
Thomas Hartmann [Thu, 28 Apr 2011 08:41:03 +0000 (10:41 +0200)]
QmlDump: fix path import dumps on Windows

Absolute file pathes containing drive identifiers do not work in qml.
(C:\)

workaround: use "." imports and setting the component url.

Reviewed-by: Christian Kamm
(cherry picked from commit 0c8b4e38fab1862e3427aac7e7db68623bc7f174)

13 years agoQmlDebug: Fix 'Interrupt' functionality for mixed debugging
Kai Koehne [Thu, 28 Apr 2011 07:04:49 +0000 (09:04 +0200)]
QmlDebug: Fix 'Interrupt' functionality for mixed debugging

Make sure that m_inferiorPid is initialized even when the CppEngine
is not the main one, and therefore startDebugger() not called on it.
Otherwise the engine tries to send a SIGINT signal to an arbirary
process ID, resulting in the debugging being stopped.

Reviewed-by: Friedemann Kleint
Task-number: QTCREATORBUG-4716

13 years agoFixed typos in German error message
Robert Loehning [Tue, 26 Apr 2011 16:19:53 +0000 (18:19 +0200)]
Fixed typos in German error message

Reviewed-by: ossi
13 years agoDebug views menu would show after using the text marker menu.
con [Wed, 27 Apr 2011 07:25:16 +0000 (09:25 +0200)]
Debug views menu would show after using the text marker menu.

The right-click event that is handled by the extra text area for the
marker menu needs to be accepted, so it's not propagated further as a
context menu event.

Reviewed-by: Friedemann Kleint
13 years agoStop QTC_ASSERT from being triggered
Tobias Hunger [Wed, 13 Apr 2011 13:50:14 +0000 (15:50 +0200)]
Stop QTC_ASSERT from being triggered

Set up UI elements before they are used. No crash since the elements
are guarded by QTC_ASSERTs, but annoying output.
(cherry picked from commit 1df460426b2e409cccdb38254261f75fa686e924)

13 years agoQmlJS: Disable unhelpful warning.
Christian Kamm [Tue, 26 Apr 2011 12:42:33 +0000 (14:42 +0200)]
QmlJS: Disable unhelpful warning.
(cherry picked from commit a03de5f717a033f35c5f701e865b2ac5a3c53898)

13 years agoQmlDesigner.qmlPuppet: fixes a bug when dragging in a WebView on KDE
Thomas Hartmann [Tue, 26 Apr 2011 11:11:23 +0000 (13:11 +0200)]
QmlDesigner.qmlPuppet: fixes a bug when dragging in a WebView on KDE

WebView object contains a QIcon property ("reload.icon"),
which fails to be streamed from the puppet (client) to Qt Creator (server).
The QIcon is created by a 'KIconEngine' in the KDE case.

which isn't found on the QtCreator side.
This leads operator>> in qicon.cpp to not read anything from
the buffer at all ... leading to all following properties being
invalid, since read from the wrong bytes in the stream.

Solution: Since QIcon leads to problems and we have no current use case
for a QIcon property in Bauhaus we just ignore properties of type QIcon.

Reviewed-by: Marco Bubke
Task-number: QTCREATORBUG-4596

13 years agoUpdated Russian translation
Sergey Belyashov [Fri, 22 Apr 2011 14:30:13 +0000 (18:30 +0400)]
Updated Russian translation

13 years agofix quoting of strings with spaces and backslashes at the end
Oswald Buddenhagen [Tue, 26 Apr 2011 08:31:28 +0000 (10:31 +0200)]
fix quoting of strings with spaces and backslashes at the end

the regexp would match twice at the end, and thus insert a stray quote.
so use a discrete loop instead.
fixed the same thing in proparser/ioutils before ...

Task-number: QTCREATORBUG-4291

13 years agoQmlDebug: Make sure that right file is opened when hitting breakpoint
Kai Koehne [Tue, 26 Apr 2011 07:18:49 +0000 (09:18 +0200)]
QmlDebug: Make sure that right file is opened when hitting breakpoint

Make the file search case insensitive on Windows, in case the projects
directory has a different capitalization than what we store in the user
settings.

Reviewed-by: Robert Loehning
13 years agoAdded missing translation
Robert Loehning [Thu, 21 Apr 2011 16:32:32 +0000 (18:32 +0200)]
Added missing translation

Reviewed-by: ossi
13 years agodebugger: somewhat more verbose explanation of "UseCodeModel"
hjk [Thu, 21 Apr 2011 12:11:31 +0000 (14:11 +0200)]
debugger: somewhat more verbose explanation of "UseCodeModel"

Reviewed-by: con
13 years agodebugger: remove custom dumper location settings
hjk [Thu, 21 Apr 2011 12:02:26 +0000 (14:02 +0200)]
debugger: remove custom dumper location settings

Reviewed-by: con
13 years agoQmlDebug: Fix debugging for mixed projects on MinGW
Kai Koehne [Wed, 20 Apr 2011 13:52:44 +0000 (15:52 +0200)]
QmlDebug: Fix debugging for mixed projects on MinGW

We've so far missed the 'QDeclarativeDebug: ' messages, because they
were arriving on an unexpected channel.

Task-number: QTCREATORBUG-4630
Reviewed-by: Friedemann Kleint
13 years agoMaemo: Disable QML debugging for Harmattan and Meego.
Christian Kandeler [Thu, 21 Apr 2011 07:33:28 +0000 (09:33 +0200)]
Maemo: Disable QML debugging for Harmattan and Meego.

It's completely broken for the remote case in both pure QML and
mixed mode.

13 years agoDoc: known issue related to Okteta KDE custom widget plugin
Leena Miettinen [Wed, 20 Apr 2011 14:20:18 +0000 (16:20 +0200)]
Doc: known issue related to Okteta KDE custom widget plugin

Task-number: QTCREATORBUG-4586

Reviewed-by: Friedemann Kleint
13 years agoFix "File name case mismatch" error when debugging QML apps (Win)
Kai Koehne [Tue, 19 Apr 2011 09:07:34 +0000 (11:07 +0200)]
Fix "File name case mismatch" error when debugging QML apps (Win)

Work around QTBUG-17529 by normalizing the capitalization of the
working directory (which we do already for launching apps without
debugging).

Task-number: QTCREATORBUG-4592
Reviewed-by: Friedemann Kleint
13 years agoSymbian target: Fix availableBuildConfigurations
dt [Tue, 19 Apr 2011 16:52:29 +0000 (18:52 +0200)]
Symbian target: Fix availableBuildConfigurations

Task-Nr: QTCREATORBUG-4561

Reviewed-By: hunger
13 years agoTarget setup: Allow deployconfigurations to not do anything
dt [Tue, 19 Apr 2011 16:51:39 +0000 (18:51 +0200)]
Target setup: Allow deployconfigurations to not do anything

Task-Nr: QTCREATORBUG-4579

Reviewed-By: hunger
13 years agoDoc: restructure the Manual
Leena Miettinen [Wed, 20 Apr 2011 09:01:58 +0000 (11:01 +0200)]
Doc: restructure the Manual

Pull out coding topics to separate HTML files.
Put advanced topics to a separate section.

Reviewed-by: con
13 years agoDoc: change topic titles to better reflect their content
Leena Miettinen [Wed, 20 Apr 2011 08:59:41 +0000 (10:59 +0200)]
Doc: change topic titles to better reflect their content

Reviewed-by: con
13 years agoDoc: remove subscription instructions and just link to the lists page
Leena Miettinen [Wed, 20 Apr 2011 08:58:48 +0000 (10:58 +0200)]
Doc: remove subscription instructions and just link to the lists page

Reviewed-by: con
13 years agoDebugger: Fix memory editing.
Friedemann Kleint [Tue, 19 Apr 2011 10:56:23 +0000 (12:56 +0200)]
Debugger: Fix memory editing.

Typing characters > 127 caused signedness problems
(causing large uints to be passed to the debuggers).

Reviewed-by: hjk
13 years agoMaemo: Get rid of some Debian control file entries.
Christian Kandeler [Tue, 19 Apr 2011 13:32:34 +0000 (15:32 +0200)]
Maemo: Get rid of some Debian control file entries.

According to the Harmattan people, support for them has been dropped
and they are afraid users could get confused.

13 years agodebugger: prevent endless loop in resolution of some types
hjk [Tue, 19 Apr 2011 09:28:02 +0000 (11:28 +0200)]
debugger: prevent endless loop in resolution of some types

Reviewed-by: Friedemann Kleint
13 years agoQmlDump: Ensure that qmldump is found in QtSDK
Kai Koehne [Mon, 18 Apr 2011 12:13:18 +0000 (14:13 +0200)]
QmlDump: Ensure that qmldump is found in QtSDK

We ship a precompiled qmldump in the Qt SDK because the Qt versions
don't have private headers. However, the logic in buildablehelperlibrary
by default rejects any build that is older than the latest changes to the
qmldump source code files; allow Qt Creator to pick up the (maybe
outdated) qmldump nevertheless if no private headers are installed.

Reviewed-by: ckamm
Task-number: QTCREATORBUG-4578

13 years agoUpdate japanese translation.
axasia [Mon, 18 Apr 2011 10:27:42 +0000 (12:27 +0200)]
Update japanese translation.

Merge-request: 292
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
13 years agoUpdate version number.
con [Mon, 18 Apr 2011 10:30:15 +0000 (12:30 +0200)]
Update version number.

13 years agoSmall correction of Russian translation
Sergey Belyashov [Mon, 18 Apr 2011 10:18:09 +0000 (12:18 +0200)]
Small correction of Russian translation

Merge-request: 293
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
13 years agoDebugger: Reduce log severity of locals errors.
Friedemann Kleint [Mon, 18 Apr 2011 09:51:44 +0000 (11:51 +0200)]
Debugger: Reduce log severity of locals errors.

Preventing the log view from popping up.

Task-number: QTCREATORBUG-4524
Reviewed-by: hjk
13 years agoFix possible crash when parsing layout qualifiers nodes.
Roberto Raggi [Mon, 18 Apr 2011 09:00:23 +0000 (11:00 +0200)]
Fix possible crash when parsing layout qualifiers nodes.

Task-number: QTCREATORBUG-4563
Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
13 years agoWINSCW: Fix bit width of WINSCW ABIs
Tobias Hunger [Fri, 15 Apr 2011 15:34:13 +0000 (17:34 +0200)]
WINSCW: Fix bit width of WINSCW ABIs

This should unbreak WINSCW support

Task-number: QTCREATORBUG-4560
Reviewed-by: Robert Loehning
13 years agoQmlDesigner.propertyEditor: crash fix
Thomas Hartmann [Mon, 18 Apr 2011 08:26:52 +0000 (10:26 +0200)]
QmlDesigner.propertyEditor: crash fix

Setting an empty expression on a value not defined in the model
crashed.

Task-number: QTCREATORBUG-4312

13 years agoFix %{CurrentProject:Path}
con [Fri, 15 Apr 2011 14:43:47 +0000 (16:43 +0200)]
Fix %{CurrentProject:Path}

Was returning the same as %{CurrentProject:FilePath}

Task-number: QTCREATORBUG-4533
Reviewed-by: Robert Loehning
13 years agoUpdated Russian translation
Sergey Belyashov [Fri, 15 Apr 2011 18:31:15 +0000 (20:31 +0200)]
Updated Russian translation

Merge-request: 290
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
13 years agoMaemo: Fix section name in Debian control file.
Christian Kandeler [Fri, 15 Apr 2011 15:06:34 +0000 (17:06 +0200)]
Maemo: Fix section name in Debian control file.

It's "user/other" for Harmattan, apparently...

13 years agoDoc: update screen shot
Leena Miettinen [Fri, 15 Apr 2011 12:52:49 +0000 (14:52 +0200)]
Doc: update screen shot

13 years agoDoc: Analysis pane in the Viewing Output section
Leena Miettinen [Thu, 14 Apr 2011 12:56:19 +0000 (14:56 +0200)]
Doc: Analysis pane in the Viewing Output section

13 years agoMaemo: Detect unexpected gdbserver exit.
Christian Kandeler [Fri, 15 Apr 2011 12:20:04 +0000 (14:20 +0200)]
Maemo: Detect unexpected gdbserver exit.

Task-number: QTCREATORBUG-4535

13 years agoTargetSetupPage: Hide "add Build" for shadow incapble targets
dt [Fri, 15 Apr 2011 10:34:55 +0000 (12:34 +0200)]
TargetSetupPage: Hide "add Build" for shadow incapble targets

There can't be any builds anywhere

Reviewed-By: hunger
13 years agoQt4BuildConfiguration: Changing qt versions affects the environment
dt [Fri, 15 Apr 2011 10:34:06 +0000 (12:34 +0200)]
Qt4BuildConfiguration: Changing qt versions affects the environment

Reviewed-By: hunger
13 years agoQtVersionManager: Detect changes in sbs/system root settings
dt [Fri, 15 Apr 2011 10:33:31 +0000 (12:33 +0200)]
QtVersionManager: Detect changes in sbs/system root settings

Otherwise the Qt options dialog won't emit a signal if just those paths
are changed in the settings.

Reviewed-By: hunger
13 years agoUtils: Fix possible crash in SynchronousProcess
Tobias Hunger [Fri, 15 Apr 2011 10:28:31 +0000 (12:28 +0200)]
Utils: Fix possible crash in SynchronousProcess

Disconnect before deleting our data: Otherwise we will get called
via our signals again and then access members that were already
deleted.

Task-number: QTCREATORBUG-4361
Reviewed-by: Friedemann Kleint
(cherry picked from commit 72ae03ba808157f48b769cd04a9aa7ed48342be3)

13 years agodebugger: silence debug output for unrecognized temporary breakpoints
hjk [Thu, 14 Apr 2011 14:10:18 +0000 (16:10 +0200)]
debugger: silence debug output for unrecognized temporary breakpoints

13 years agoQmlDesigner.symbianPlugin: fix for BusyIndicator
Thomas Hartmann [Fri, 15 Apr 2011 10:39:54 +0000 (12:39 +0200)]
QmlDesigner.symbianPlugin: fix for BusyIndicator

BusyIndicator does nto have a property text.

13 years agoQmlTextEditor: new icons for outline
Thomas Hartmann [Thu, 14 Apr 2011 15:02:00 +0000 (17:02 +0200)]
QmlTextEditor: new icons for outline

13 years agoQmlDesigner.nodeInstances: show warning if qml pupped crashes
Thomas Hartmann [Wed, 13 Apr 2011 15:52:17 +0000 (17:52 +0200)]
QmlDesigner.nodeInstances: show warning if qml pupped crashes

If the qml puppetcrahes 3 times in a row we show a warning.

Reviewed-by: Marco Bubke
13 years agoQmlDesigner.meegoPlugin: update meta info
Thomas Hartmann [Wed, 13 Apr 2011 15:50:39 +0000 (17:50 +0200)]
QmlDesigner.meegoPlugin: update meta info

13 years agoQmlDesigner.meegoPlugin: fix qrc warnings
Thomas Hartmann [Wed, 13 Apr 2011 15:50:08 +0000 (17:50 +0200)]
QmlDesigner.meegoPlugin: fix qrc warnings

13 years agoremove dead code
Oswald Buddenhagen [Mon, 4 Apr 2011 12:31:10 +0000 (14:31 +0200)]
remove dead code

13 years agodon't clobber encoding on rewriting file
Oswald Buddenhagen [Wed, 30 Mar 2011 14:04:48 +0000 (16:04 +0200)]
don't clobber encoding on rewriting file

13 years agoshow error string instead of error code ...
Oswald Buddenhagen [Mon, 4 Apr 2011 13:03:49 +0000 (15:03 +0200)]
show error string instead of error code ...

13 years agodon't ignore file changes while reload dialog is up
Oswald Buddenhagen [Thu, 14 Apr 2011 19:07:13 +0000 (21:07 +0200)]
don't ignore file changes while reload dialog is up

we cannot clear the list of modified files after possibly entering the main
loop again, as that might discard new notifications which we have not
processed yet.

Reviewed-by: dt
13 years agoFix upgrade of Symbian Qt versions from 2.1
Tobias Hunger [Thu, 14 Apr 2011 09:36:16 +0000 (11:36 +0200)]
Fix upgrade of Symbian Qt versions from 2.1

SBSv2 support has changed a bit.

Reviewed-by: Pawel Polanski
13 years agoSet debugger when importing tool chains from old settings
Tobias Hunger [Wed, 13 Apr 2011 14:45:38 +0000 (16:45 +0200)]
Set debugger when importing tool chains from old settings

Set the default debugger when importing tool chains from old
settings. We just left the field blank before.

Task-number: QTCREATORBUG-4482
Reviewed-by: dt
13 years agoUpdate chinese translation
Beaver Xu [Thu, 14 Apr 2011 10:58:55 +0000 (12:58 +0200)]
Update chinese translation

Merge-request: 287
Reviewed-by: ossi
13 years agoDoc: update screenshots
Leena Miettinen [Thu, 14 Apr 2011 07:51:18 +0000 (09:51 +0200)]
Doc: update screenshots

Gridlines were removed from several dialogs.

13 years agoDoc: update breakpoint list
Leena Miettinen [Wed, 13 Apr 2011 13:25:44 +0000 (15:25 +0200)]
Doc: update breakpoint list

13 years agoDoc: shadow building is not supported for Maemo on Windows
Leena Miettinen [Wed, 13 Apr 2011 13:02:27 +0000 (15:02 +0200)]
Doc: shadow building is not supported for Maemo on Windows

Reviewed-by: Christian Kandeler
13 years agoremove dead files
Oswald Buddenhagen [Wed, 13 Apr 2011 19:29:26 +0000 (21:29 +0200)]
remove dead files

13 years agode-duplicate resource list
Oswald Buddenhagen [Wed, 13 Apr 2011 19:25:41 +0000 (21:25 +0200)]
de-duplicate resource list

13 years agosynchronize resources with their usage
Oswald Buddenhagen [Wed, 13 Apr 2011 19:20:13 +0000 (21:20 +0200)]
synchronize resources with their usage

toolbutton is not used, while formeditorstylesheet and outputpane-style
are used but were not actually linked.

13 years agoUpdated Russian translation
Sergey Belyashov [Wed, 13 Apr 2011 16:09:40 +0000 (18:09 +0200)]
Updated Russian translation

Merge-request: 2190
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
13 years agofix script executable flags after license header changes
hjk [Wed, 13 Apr 2011 16:00:15 +0000 (18:00 +0200)]
fix script executable flags after license header changes

13 years agoSymbian: Always export SBS_HOME when building with SBSv2
Tobias Hunger [Wed, 13 Apr 2011 14:03:27 +0000 (16:03 +0200)]
Symbian: Always export SBS_HOME when building with SBSv2

Always export SBS_HOME when building with SBSv2, even though that
is no longer required. Not doing so breaks Qt 4.6.3 support in the
SDK for some people.

Task-number: QTCREATORBUG-4487
Reviewed-by: Robert Loehning
13 years agoMaemo: Fix Qemu button state.
Christian Kandeler [Wed, 13 Apr 2011 14:23:34 +0000 (16:23 +0200)]
Maemo: Fix Qemu button state.

Took inactive targets into account.

13 years agoMaemo: Fix issue with cached device configuration.
Christian Kandeler [Wed, 13 Apr 2011 14:06:22 +0000 (16:06 +0200)]
Maemo: Fix issue with cached device configuration.

External functions need to access the real device config,
internal ones need the cached one during deployment.

Task-number: QTCREATORBUG-4514

13 years agoQmlProject: Fix import of .qmlproject.user files from 2.1
Kai Koehne [Wed, 13 Apr 2011 11:00:06 +0000 (13:00 +0200)]
QmlProject: Fix import of .qmlproject.user files from 2.1

We changed the semantics of an empty 'mainScript' in the .user file:
In 2.1 it translated to 'use current file', while in 2.2 the default is now
to use the file specified in .qmlproject.

However, if there is no mainFile specified in .qmlproject we should
fall back to the current file in editor.

Reviewed-by: Christiaan Janssen
13 years agoMaemo: Use ABI for determining the gdb architecture string.
Christian Kandeler [Wed, 13 Apr 2011 13:10:46 +0000 (15:10 +0200)]
Maemo: Use ABI for determining the gdb architecture string.

Can't use MADDE, because it is outdated.

Reviewed-by: Tobias Hunger
Task-number: QTCREATORBUG-4299

13 years agoMaemo: Don't use "new" MADDE features.
Christian Kandeler [Wed, 13 Apr 2011 13:09:47 +0000 (15:09 +0200)]
Maemo: Don't use "new" MADDE features.

The MADDE in the SDK is six months old...

13 years agoFix Polish punctuation
Jarek Kobus [Wed, 13 Apr 2011 13:13:37 +0000 (15:13 +0200)]
Fix Polish punctuation

13 years agoQt4RunConfiguration: Hide the run in console checkbox for simulator
dt [Wed, 13 Apr 2011 11:12:02 +0000 (13:12 +0200)]
Qt4RunConfiguration: Hide the run in console checkbox for simulator

Reviewed-By: hunger
13 years agoCMakeProject: Fix wrong slots
dt [Wed, 13 Apr 2011 11:10:30 +0000 (13:10 +0200)]
CMakeProject: Fix wrong slots

We never noticed that we had run cmake

Reviewed-By: hunger
13 years agoFix available toolchains for cmake and generic project manager
dt [Wed, 13 Apr 2011 10:01:54 +0000 (12:01 +0200)]
Fix available toolchains for cmake and generic project manager

Reviewed-By: hunger
13 years agoFix available QtVersion::availableToolchains
dt [Tue, 12 Apr 2011 17:05:32 +0000 (19:05 +0200)]
Fix available QtVersion::availableToolchains

Do really disable the symbian emulator if there's no toolchain
supporting it.

Reviewed-By: hunger
13 years agoFix toolchain restricted to targets handling
dt [Tue, 12 Apr 2011 16:51:55 +0000 (18:51 +0200)]
Fix toolchain restricted to targets handling

Reviewed-By: hunger
13 years agoUpdate Polish translations
Jarek Kobus [Wed, 13 Apr 2011 11:11:09 +0000 (13:11 +0200)]
Update Polish translations

13 years agoDebugger[CDB]: Fix assembly mode stepping.
Friedemann Kleint [Wed, 13 Apr 2011 10:56:42 +0000 (12:56 +0200)]
Debugger[CDB]: Fix assembly mode stepping.

Snapped back to source mode as the pending variable was not set.

Reviewed-by: hjk
13 years agoUpdate license.
hjk [Wed, 13 Apr 2011 06:42:33 +0000 (08:42 +0200)]
Update license.

13 years agoMaemo: Use debugger set up by the SDK
Tobias Hunger [Wed, 13 Apr 2011 09:25:23 +0000 (11:25 +0200)]
Maemo: Use debugger set up by the SDK

Use the debugger set up by the Qt SDK instead of the one shipped
with Maemo/Meego.

Task-number: QTCREATORBUG-4299
Reviewed-by: Christian Kandeler
13 years agoFix qt version number in Qt Quick Wizard
dt [Wed, 13 Apr 2011 08:12:52 +0000 (10:12 +0200)]
Fix qt version number in Qt Quick Wizard

Temporal lapse in understanding which qt version is required for the Qt
Quick Wizard. On Maemo we have the Qt Quick compat plugin which allows
the generated project to work with 4.7.0. In theory that doesn't apply
to symbian, but qt 4.7.0 does not support symbian. (And on the desktop
everyone has upgraded.)

Reviewed-By: ck
13 years agoQmlDesigner.NodeInstances: Use dummy data for components too
Marco Bubke [Tue, 12 Apr 2011 17:16:25 +0000 (19:16 +0200)]
QmlDesigner.NodeInstances: Use dummy data for components too

Reviewed-By: Thomas Hartmann
13 years agoTargetSetupPage: Disable editing build directory for symbian
dt [Tue, 12 Apr 2011 15:41:25 +0000 (17:41 +0200)]
TargetSetupPage: Disable editing build directory for symbian

Shadow building is not supported so editing the path has no purpose.

Reviewed-By: hunger
13 years agoFix minimum qt version for mobile/html wizard
dt [Tue, 12 Apr 2011 14:29:02 +0000 (16:29 +0200)]
Fix minimum qt version for mobile/html wizard

That was broken by the TargetSetupPage refactoring

Task-Nr: QTCREATORBUG-4486
Reviewed-By: ck
13 years agoQmlDesigner.meegoplugin: updating icons for Meego
Thomas Hartmann [Tue, 12 Apr 2011 14:38:54 +0000 (16:38 +0200)]
QmlDesigner.meegoplugin: updating icons for Meego

13 years agoQmlDesigner.propertyEditor: bugfix for Rectangle.radius
Thomas Hartmann [Tue, 12 Apr 2011 14:05:41 +0000 (16:05 +0200)]
QmlDesigner.propertyEditor: bugfix for Rectangle.radius

Task-number: QTCREATORBUG-4285
Reviewed-by: Marco Bubke
13 years agoPrevent improper sizing of MiniProjectTargetSelector
Daniel Molkentin [Tue, 12 Apr 2011 14:35:50 +0000 (16:35 +0200)]
Prevent improper sizing of MiniProjectTargetSelector

The selector would sometimes be too high (if projects were removed),
and sometimes show vertical scrollbars (if projects were added). This
problem was limited to the first time that the widget was opened on
all platforms but on OS X, where it could be observed persistently
and where its lack potentially can cause problems due to ed5d10a.

Reviewed-by: con
Task-Number: QTCREATORBUG-1792