OSDN Git Service

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

13 years agoFix expanding details button.
con [Tue, 12 Apr 2011 10:56:09 +0000 (12:56 +0200)]
Fix expanding details button.

Task-number: QTCREATORBUG-4467
Reviewed-by: Robert Loehning
13 years agoActually compile
dt [Tue, 12 Apr 2011 14:21:18 +0000 (16:21 +0200)]
Actually compile

That's what you get for applying the patch, testing it and then applying
it again.

13 years agoFix deploy configuration for symbian
dt [Tue, 12 Apr 2011 14:01:46 +0000 (16:01 +0200)]
Fix deploy configuration for symbian

Reviewed-By: hunger
Pathch-By: ppolanski
13 years agoDoc: pinning tooltips in Debug mode
Leena Miettinen [Tue, 12 Apr 2011 13:51:13 +0000 (15:51 +0200)]
Doc: pinning tooltips in Debug mode

Reviewed-by: Friedemann Kleint
13 years agoDebugger[CDB]: Fix handling of shadowed variables.
Friedemann Kleint [Tue, 12 Apr 2011 09:57:57 +0000 (11:57 +0200)]
Debugger[CDB]: Fix handling of shadowed variables.

Fix name formatting and algorithm to find uninitialized
variables to use reverse order in case locals of the same
name occur in a scope.

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

13 years agoL10n: Fix broken link in welcome page (tips).
Friedemann Kleint [Tue, 12 Apr 2011 09:33:41 +0000 (11:33 +0200)]
L10n: Fix broken link in welcome page (tips).

Task-number: QTCREATORBUG-4481

13 years agoRevert "QmlJSEditor: Don't warn about failing dumps if dumper is from 2.1"
Kai Koehne [Tue, 12 Apr 2011 08:49:47 +0000 (10:49 +0200)]
Revert "QmlJSEditor: Don't warn about failing dumps if dumper is from 2.1"

This reverts commit d40c15abea817cf8c3e6b155a3faff7af527bbd3.
Was superseded by 284b0827 (QmlJS: Don't warn user about imports if static info is available).

13 years agoQmlJS: Don't warn user about imports if static info is available
Kai Koehne [Tue, 12 Apr 2011 07:14:31 +0000 (09:14 +0200)]
QmlJS: Don't warn user about imports if static info is available

Don't underline the import if a qmldump fails,
but the typeinfo is available via a .qmltypes file. That should allow
users to 'fix' qmldump issues by shipping a .qmltypes file.

Reviewed-by: Erik Verbruggen
13 years agoQmlDesigner.symbianPlugin: fix typo
Thomas Hartmann [Tue, 12 Apr 2011 08:30:45 +0000 (10:30 +0200)]
QmlDesigner.symbianPlugin: fix typo

13 years agoMaemo: Fix compilation.
Christian Kandeler [Tue, 12 Apr 2011 07:19:54 +0000 (09:19 +0200)]
Maemo: Fix compilation.

13 years agoMaemo: Get rid of some Q_ASSERTs that limit forward compatibility.
Christian Kandeler [Tue, 12 Apr 2011 06:15:18 +0000 (08:15 +0200)]
Maemo: Get rid of some Q_ASSERTs that limit forward compatibility.

13 years agoMaemo: Fix deployment issues with disabled packaging.
Christian Kandeler [Tue, 12 Apr 2011 06:00:34 +0000 (08:00 +0200)]
Maemo: Fix deployment issues with disabled packaging.

13 years agoFix crash when closing QML files
Robert Loehning [Mon, 11 Apr 2011 15:10:13 +0000 (17:10 +0200)]
Fix crash when closing QML files

Reviewed-by: Thomas Hartmann
Task-number: QTCREATORBUG-4459

13 years agoPolish Polish translations
Jarek Kobus [Mon, 11 Apr 2011 15:03:48 +0000 (17:03 +0200)]
Polish Polish translations

13 years agoDoc: connecting to CODA over WLAN
Leena Miettinen [Mon, 11 Apr 2011 14:57:02 +0000 (16:57 +0200)]
Doc: connecting to CODA over WLAN

Reviewed-by: Pawel Polanski
13 years agoDoc: bring back a topic that disappeared mysteriously
Leena Miettinen [Mon, 11 Apr 2011 14:56:14 +0000 (16:56 +0200)]
Doc: bring back a topic that disappeared mysteriously

13 years agoQmlDebug: Fix crash on Mac OS X
Kai Koehne [Mon, 11 Apr 2011 14:31:11 +0000 (16:31 +0200)]
QmlDebug: Fix crash on Mac OS X

Work-around for what seems to be an optimization bug in
i686-apple-darwin9-gcc-4.2.1 . Without it, for i = 1
i - 1 != 0 .

Task-number: QTCREATORBUG-4107
Reviewed-by: hjk
13 years agoMake "Macro" options title translatable
Jarek Kobus [Mon, 11 Apr 2011 14:22:53 +0000 (16:22 +0200)]
Make "Macro" options title translatable

13 years agodebugger: fix disassembler address display on Mac
hjk [Mon, 11 Apr 2011 13:53:53 +0000 (15:53 +0200)]
debugger: fix disassembler address display on Mac

Reviewed-by: con
13 years agoQmlDesigner: update for symbian plugin
Thomas Hartmann [Mon, 11 Apr 2011 13:43:11 +0000 (15:43 +0200)]
QmlDesigner: update for symbian plugin