OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoQt4ProjectManager: Run qmake on the right project
dt [Fri, 11 Mar 2011 15:32:02 +0000 (16:32 +0100)]
Qt4ProjectManager: Run qmake on the right project

13 years agochanges-2.2.0: add valgrind, small debugger changes
hjk [Tue, 15 Mar 2011 17:33:13 +0000 (18:33 +0100)]
changes-2.2.0: add valgrind, small debugger changes

13 years agoUpdate changelog for 2.2
Christiaan Janssen [Tue, 15 Mar 2011 17:19:11 +0000 (18:19 +0100)]
Update changelog for 2.2

Reviewed-by: Daniel Molkentin
13 years agoUpdate changelog for 2.2
Tobias Hunger [Tue, 15 Mar 2011 16:58:07 +0000 (17:58 +0100)]
Update changelog for 2.2

13 years agoQTVersion: Reset toolchain pathes on creator upgrade
Tobias Hunger [Tue, 15 Mar 2011 16:23:17 +0000 (17:23 +0100)]
QTVersion: Reset toolchain pathes on creator upgrade

Reset the toolchain pathes on creator upgrade. This is necessary
to prevent creator from auto-creating the toolchains found by
reading the settings in the old Qt version configuration which
might override user changes.

13 years agoFixed crash when QML app shuts down itself in debugging mode
Thorbjørn Lindeijer [Tue, 15 Mar 2011 14:56:46 +0000 (15:56 +0100)]
Fixed crash when QML app shuts down itself in debugging mode

The QDeclarativeViewObserverPrivate could end up referencing the tool bar
when it was already destroyed.

Reviewed-by: Kai Koehne
13 years agoDebugging helpers: Build Gdb helper on Mac only.
Friedemann Kleint [Tue, 15 Mar 2011 15:37:38 +0000 (16:37 +0100)]
Debugging helpers: Build Gdb helper on Mac only.

Reviewed-by: Kai Köhne <kai.koehne@nokia.com>
13 years agoSymbian: Small UI fix
Pawel Polanski [Tue, 15 Mar 2011 15:34:59 +0000 (16:34 +0100)]
Symbian: Small UI fix

13 years agoC++ indenter: Fix for use of << and >> in parentheses.
Christian Kamm [Tue, 15 Mar 2011 14:05:05 +0000 (15:05 +0100)]
C++ indenter: Fix for use of << and >> in parentheses.

Task-number: QTCREATORBUG-4076

13 years agoDebugger: Fix exit crash in debug mode (X11).
Friedemann Kleint [Tue, 15 Mar 2011 13:52:35 +0000 (14:52 +0100)]
Debugger: Fix exit crash in debug mode (X11).

Double deletion of debug mode widgets.

13 years agoL10n: Update German translation for 2.2 beta.
Friedemann Kleint [Tue, 15 Mar 2011 13:19:22 +0000 (14:19 +0100)]
L10n: Update German translation for 2.2 beta.

13 years agoL10n: tr()-fixes.
Friedemann Kleint [Tue, 15 Mar 2011 13:18:41 +0000 (14:18 +0100)]
L10n: tr()-fixes.

Use standard checkable message box in analyzer.

13 years agoDon't show the QML debugging tool bar in the simulator
Thorbjørn Lindeijer [Tue, 15 Mar 2011 12:29:04 +0000 (13:29 +0100)]
Don't show the QML debugging tool bar in the simulator

13 years agoMake sure plugins on Linux resolve all dependencies
Thiago Macieira [Tue, 15 Mar 2011 11:44:24 +0000 (12:44 +0100)]
Make sure plugins on Linux resolve all dependencies

Remove the previous code which hardcoded options and didn't work for
linux-icc.

Reviewed-By: dt
13 years agoRemove standalone Bauhaus
Kai Koehne [Tue, 15 Mar 2011 11:40:52 +0000 (12:40 +0100)]
Remove standalone Bauhaus

Horribly outdated + not maintained.

13 years agoQmlDesigner: Fix icc compilation warning
Kai Koehne [Tue, 15 Mar 2011 11:35:16 +0000 (12:35 +0100)]
QmlDesigner: Fix icc compilation warning

Fix warning 1098: the qualifier on this friend declaration is ignored.

13 years agoDebugger: Require QtDeclarative module
Kai Koehne [Tue, 15 Mar 2011 11:33:41 +0000 (12:33 +0100)]
Debugger: Require QtDeclarative module

Don't check for QtDeclarative in the .pro file, the places where qml is
integrated aren't #ifdef'd, so compilation will always fail
anyway.

13 years agoDoc: description of Ovi Store
Leena Miettinen [Tue, 15 Mar 2011 11:28:14 +0000 (12:28 +0100)]
Doc: description of Ovi Store

13 years agoDoc: Maemo publishing wizard
Leena Miettinen [Tue, 15 Mar 2011 11:25:49 +0000 (12:25 +0100)]
Doc: Maemo publishing wizard

Reviewed-by: dt
13 years agoText fix
Pawel Polanski [Tue, 15 Mar 2011 11:40:06 +0000 (12:40 +0100)]
Text fix

13 years agoSymbian: fixed the Debugging agents UI
Pawel Polanski [Tue, 15 Mar 2011 11:08:12 +0000 (12:08 +0100)]
Symbian: fixed the Debugging agents UI

13 years agoSymbian: In case of failed installation user is presented URL with error codes
Pawel Polanski [Tue, 15 Mar 2011 10:05:19 +0000 (11:05 +0100)]
Symbian: In case of failed installation user is presented URL with error codes

13 years agoCODA: Simplifying error message
Pawel Polanski [Tue, 15 Mar 2011 09:54:01 +0000 (10:54 +0100)]
CODA: Simplifying error message

13 years agoSymbian: Skip the subdir projects while creating sis packages
Pawel Polanski [Tue, 15 Mar 2011 09:24:25 +0000 (10:24 +0100)]
Symbian: Skip the subdir projects while creating sis packages

13 years agoMaemo: Fix double connection in device configuration widget.
Christian Kandeler [Tue, 15 Mar 2011 08:56:53 +0000 (09:56 +0100)]
Maemo: Fix double connection in device configuration widget.

The "Remove" button was connected twice to its slot, so two
configurations were removed at once.

Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=234693

13 years agoQmlDumpTool: Remove unneeded QtVersion
Kai Koehne [Mon, 14 Mar 2011 15:40:06 +0000 (16:40 +0100)]
QmlDumpTool: Remove unneeded QtVersion

Since m_version was never initialized the logic was just plain wrong.
Pointed out by dt.

Reviewed-by: ckamm
13 years agoDebugger[CDB]: Fix watchpoints, observe size parameter.
Friedemann Kleint [Tue, 15 Mar 2011 08:17:38 +0000 (09:17 +0100)]
Debugger[CDB]: Fix watchpoints, observe size parameter.

13 years agochangelog: CDB Debugger
Friedemann Kleint [Tue, 15 Mar 2011 07:53:11 +0000 (08:53 +0100)]
changelog: CDB Debugger

13 years agoremove another unnecessary platform #ifdef concerning temppath
Oswald Buddenhagen [Fri, 11 Mar 2011 16:30:42 +0000 (17:30 +0100)]
remove another unnecessary platform #ifdef concerning temppath

13 years agoDebugger: Show message box when preferred engine is not available.
Friedemann Kleint [Mon, 14 Mar 2011 16:34:27 +0000 (17:34 +0100)]
Debugger: Show message box when preferred engine is not available.

Rewrite logic once again. Merge the previously separate
enabled/configured loops into one to simplify the code and
exclude LLDB from reporting as it is experimental, currently.

13 years agoDoc: fix qdoc tag errors
Leena Miettinen [Mon, 14 Mar 2011 15:49:12 +0000 (16:49 +0100)]
Doc: fix qdoc tag errors

13 years agoDoc: resources must be copied to the QML folder
Leena Miettinen [Mon, 14 Mar 2011 15:48:42 +0000 (16:48 +0100)]
Doc: resources must be copied to the QML folder

Task-number: QTCREATORBUG-3569

13 years agoDoc: update screen shots and UI text in project wizards
Leena Miettinen [Mon, 14 Mar 2011 15:47:23 +0000 (16:47 +0100)]
Doc: update screen shots and UI text in project wizards

13 years agoRevert "Debugger: Message box when preferred debugger is not set up."
Friedemann Kleint [Mon, 14 Mar 2011 14:50:23 +0000 (15:50 +0100)]
Revert "Debugger: Message box when preferred debugger is not set up."

As it causes messages on Linux.

This reverts commit c75738f9ace4f8683db8f9f08ae538b7d7f4c219.

13 years agoDebugger: Message box when preferred debugger is not set up.
Friedemann Kleint [Mon, 14 Mar 2011 14:42:26 +0000 (15:42 +0100)]
Debugger: Message box when preferred debugger is not set up.

Task-number: QTCREATORBUG-3990

13 years agoAvoid use of dynamic_cast in qmljsdebugger library
Thorbjørn Lindeijer [Mon, 14 Mar 2011 13:21:21 +0000 (14:21 +0100)]
Avoid use of dynamic_cast in qmljsdebugger library

Remove usages of 'dynamic_cast' in qmljsdebugger library. Otherwise
compilation will fail for a Qt compiled with -no-rtti.

Task-number: QTCREATORBUG-4043
Reviewed-by: Kai Koehne
13 years agoShow all parameters of a makestep
Tobias Hunger [Mon, 14 Mar 2011 13:39:02 +0000 (14:39 +0100)]
Show all parameters of a makestep

Show everything we pass on to make, incl. the parameters we pick up from
the Toolchain via the QtVersion.

Reviewed-by: dt
13 years agoDoc: debugger modes of operation
Leena Miettinen [Mon, 14 Mar 2011 12:36:09 +0000 (13:36 +0100)]
Doc: debugger modes of operation

Reviewed-by: Pawel Polanski
13 years agoDoc: troubleshooting info for debugging
Leena Miettinen [Mon, 14 Mar 2011 12:35:23 +0000 (13:35 +0100)]
Doc: troubleshooting info for debugging

From the FAQ on the Qt development wiki.

Reviewed-by: Pawel Polanski
13 years agoDoc: CODA on-device debugging agent
Leena Miettinen [Mon, 14 Mar 2011 11:51:52 +0000 (12:51 +0100)]
Doc: CODA on-device debugging agent

Reviewed-by: Pawel Polanski
13 years agoAnalysis mode: Suppress startup flicker.
Friedemann Kleint [Mon, 14 Mar 2011 12:23:43 +0000 (13:23 +0100)]
Analysis mode: Suppress startup flicker.

Caused by QStackedWidget.

13 years agoDesigner: Fix warning about missing editor factory on 'recent file'
Friedemann Kleint [Mon, 14 Mar 2011 11:21:25 +0000 (12:21 +0100)]
Designer: Fix warning about missing editor factory on 'recent file'

caused by mismatched ID's of editor and editor factory.

13 years agoUserfileaccessor: Give message <html> tags.
Friedemann Kleint [Mon, 14 Mar 2011 11:08:34 +0000 (12:08 +0100)]
Userfileaccessor: Give message <html> tags.

It contains <b> markup which on its own is not sufficient for
Qt::AutoText to detect HTML.

13 years agoDebugger[CDB]: Use standard shutdown path within QML/CPP debugging.
Friedemann Kleint [Mon, 14 Mar 2011 10:43:33 +0000 (11:43 +0100)]
Debugger[CDB]: Use standard shutdown path within QML/CPP debugging.

As the InferiorShutdown-State is required to synchronize the
engines.

Task-number: QTCREATORBUG-4026
Initial-patch-by: Kai Köhne <kai.koehne@nokia.com>
13 years agoGcc: Reset displayname after updating the target abi
Tobias Hunger [Mon, 14 Mar 2011 10:00:38 +0000 (11:00 +0100)]
Gcc: Reset displayname after updating the target abi

13 years agoDesigner: Update editor before entering edit mode.
Friedemann Kleint [Mon, 14 Mar 2011 08:42:24 +0000 (09:42 +0100)]
Designer: Update editor before entering edit mode.

Adapt to changed semantics of ModeManager::currentModeAboutToChange.

Task-number: QTCREATORBUG-4051

13 years agoUpdate 2.2 changelog.
Christian Kamm [Mon, 14 Mar 2011 08:21:45 +0000 (09:21 +0100)]
Update 2.2 changelog.

13 years agoObserverTool: Fix Qt dependencies
Kai Koehne [Fri, 11 Mar 2011 16:21:33 +0000 (17:21 +0100)]
ObserverTool: Fix Qt dependencies

QmlObserver requires 4.7.1, not 4.7.2.

13 years agoDebuggingHelpers: Properly escape paths with spaces in it
Kai Koehne [Fri, 11 Mar 2011 16:08:39 +0000 (17:08 +0100)]
DebuggingHelpers: Properly escape paths with spaces in it

This is important especially on the Mac , where the default QtCreator
directory contains a PATH in it.

13 years agosymbian support: make it compile on linux
hjk [Fri, 11 Mar 2011 15:48:16 +0000 (16:48 +0100)]
symbian support: make it compile on linux

Reviewed-by: Tobias Hunger
13 years agoupdate changes-2.2.0
hjk [Fri, 11 Mar 2011 15:34:58 +0000 (16:34 +0100)]
update changes-2.2.0

13 years agomy noteworthy 2.2 changes
Oswald Buddenhagen [Fri, 11 Mar 2011 14:31:05 +0000 (15:31 +0100)]
my noteworthy 2.2 changes

13 years agopick a better temp file location
Oswald Buddenhagen [Fri, 11 Mar 2011 12:46:56 +0000 (13:46 +0100)]
pick a better temp file location

so the following move would not try to cross device boundaries

13 years agomake profile parse errors somewhat more visible
Oswald Buddenhagen [Fri, 11 Mar 2011 11:27:42 +0000 (12:27 +0100)]
make profile parse errors somewhat more visible

pop up the error pane.
the evaluator got significantly better since the last time we tried this
...

Reviewed-by: dt
13 years agouse an assert for a clearly internal error
Oswald Buddenhagen [Fri, 11 Mar 2011 13:13:36 +0000 (14:13 +0100)]
use an assert for a clearly internal error

there are no external reasons why this could fail ...

Reviewed-by: dt
13 years agosimplify unnecessarily platform-dependent tempdir determination
Oswald Buddenhagen [Thu, 10 Mar 2011 12:46:36 +0000 (13:46 +0100)]
simplify unnecessarily platform-dependent tempdir determination

Reviewed-by: hunger
13 years agoInformation about CODA has been added to chagelog
Pawel Polanski [Fri, 11 Mar 2011 14:08:05 +0000 (15:08 +0100)]
Information about CODA has been added to chagelog

13 years agoSymbian: CODA's connection dialog has been fixed
Pawel Polanski [Fri, 11 Mar 2011 14:07:29 +0000 (15:07 +0100)]
Symbian: CODA's connection dialog has been fixed

13 years agoSessionManager: emit sessionLoaded after actually changing activeSession
dt [Fri, 11 Mar 2011 12:08:46 +0000 (13:08 +0100)]
SessionManager: emit sessionLoaded after actually changing activeSession

Also make use of that signal for the welcome page
Task-Nr: QTCREATORBUG-4034

13 years agoProjectExplorer: updateActions on session change
dt [Fri, 11 Mar 2011 11:52:54 +0000 (12:52 +0100)]
ProjectExplorer: updateActions on session change

Task-Nr: QTCREATORBUG-4032

13 years agoGeneric project: Refresh configuration when tool chain changes
Thorbjørn Lindeijer [Thu, 10 Mar 2011 22:09:37 +0000 (23:09 +0100)]
Generic project: Refresh configuration when tool chain changes

Reviewed-by: Roberto Raggi
13 years agoGeneric project: Fixed the connection to updateToolChainList
Thorbjørn Lindeijer [Thu, 10 Mar 2011 22:08:54 +0000 (23:08 +0100)]
Generic project: Fixed the connection to updateToolChainList

Reviewed-by: Roberto Raggi
13 years agoGeneric project: Made C++ code model work better without a tool chain
Thorbjørn Lindeijer [Thu, 10 Mar 2011 21:47:49 +0000 (22:47 +0100)]
Generic project: Made C++ code model work better without a tool chain

When no valid tool chain is selected, no project info update was done at
all. After this patch, at least the project defines and include paths
are used.

Reviewed-by: Roberto Raggi
13 years agoGccParser: Fix unit test which got out of sync
Tobias Hunger [Fri, 11 Mar 2011 11:34:04 +0000 (12:34 +0100)]
GccParser: Fix unit test which got out of sync

13 years agoGcc: Improve detection of supported architectures on Mac
Tobias Hunger [Fri, 11 Mar 2011 11:01:39 +0000 (12:01 +0100)]
Gcc: Improve detection of supported architectures on Mac

13 years agoWindows compilation fix
Pawel Polanski [Fri, 11 Mar 2011 10:01:51 +0000 (11:01 +0100)]
Windows compilation fix

13 years agoCODA: Extend error codes only when debug is enabled
Pawel Polanski [Fri, 11 Mar 2011 08:17:19 +0000 (09:17 +0100)]
CODA: Extend error codes only when debug is enabled

13 years agoDoc: fix links after adding topics
Leena Miettinen [Fri, 11 Mar 2011 09:59:44 +0000 (10:59 +0100)]
Doc: fix links after adding topics

13 years agoDoc: editing MIME types
Leena Miettinen [Fri, 11 Mar 2011 09:58:46 +0000 (10:58 +0100)]
Doc: editing MIME types

Reviewed-by: Leandro Melo
13 years agoDoc: language edits
Leena Miettinen [Thu, 10 Mar 2011 15:13:28 +0000 (16:13 +0100)]
Doc: language edits

13 years agoDoc: update debugging Qt Quick projects section
Leena Miettinen [Thu, 10 Mar 2011 15:03:33 +0000 (16:03 +0100)]
Doc: update debugging Qt Quick projects section

Task-number: QTCREATORBUG-3993

Reviewed-by: Kai Koehne
13 years agoQmlJS: Fix infinite loop for objects that are attached to themselves.
Christian Kamm [Fri, 11 Mar 2011 09:18:42 +0000 (10:18 +0100)]
QmlJS: Fix infinite loop for objects that are attached to themselves.

13 years agoMerge remote branch 'origin/2.1' into 2.2
con [Fri, 11 Mar 2011 08:25:57 +0000 (09:25 +0100)]
Merge remote branch 'origin/2.1' into 2.2

Conflicts:
doc/qtcreator.qdoc

13 years agoTargetSetupPage: Only offer qt versions that have a toolchain
dt [Thu, 10 Mar 2011 16:55:02 +0000 (17:55 +0100)]
TargetSetupPage: Only offer qt versions that have a toolchain

Task-Nr: QTCREATORBUG-3886

13 years agoRemove 'Analyze' mode.
Friedemann Kleint [Thu, 10 Mar 2011 15:11:20 +0000 (16:11 +0100)]
Remove 'Analyze' mode.

- Introduce a shared analysis output pane using a stacked widgets,
  layouts for the tools' output panes and toolbar widgets.
- Introduce IAnalyzerOutputPaneAdapter interface returned
  by IAnalyzerTool to manage them.
- Remove mode and its mainwindow contents (depending on enum
  constants should use cases for it occur).

Reviewed-by: con
13 years agoFix build
con [Thu, 10 Mar 2011 16:44:10 +0000 (17:44 +0100)]
Fix build

13 years agoFix valgrind symbol lookup on Mac OS X.
Mike McQuaid [Thu, 10 Mar 2011 14:15:28 +0000 (15:15 +0100)]
Fix valgrind symbol lookup on Mac OS X.

Merge-request: 267
Reviewed-by: con <qtc-committer@nokia.com>
13 years agoSymbian: Remove S60devices
Tobias Hunger [Tue, 8 Mar 2011 11:57:12 +0000 (12:57 +0100)]
Symbian: Remove S60devices

Remove S60devices and all the code surrounding it. This gets rid of
the S60 devices tab in the options dialog, too.

Tasknumber: QTCREATORBUG-3681
Reviewed-by: dt
13 years agoGCC: Better targetAbi support
Tobias Hunger [Thu, 10 Mar 2011 13:44:49 +0000 (14:44 +0100)]
GCC: Better targetAbi support

* Save ABI in toolchain
* have guessGccAbi return a list of possible matches.

Tasknumber: QTCREATORBUG-3996
Reviewed-by: dt
13 years agoAbi: Add operator !=
Tobias Hunger [Thu, 10 Mar 2011 13:43:44 +0000 (14:43 +0100)]
Abi: Add operator !=

Reviewed-by: dt
13 years agoCMakeProjectManager: waitForFinished()
dt [Thu, 10 Mar 2011 13:15:38 +0000 (14:15 +0100)]
CMakeProjectManager: waitForFinished()

silences a qt warning.

13 years agoTrailing whitespace...
dt [Thu, 10 Mar 2011 12:51:41 +0000 (13:51 +0100)]
Trailing whitespace...

13 years agoQmlJS: Fix implicit "." import when . has a QML module.
Christian Kamm [Thu, 10 Mar 2011 13:49:38 +0000 (14:49 +0100)]
QmlJS: Fix implicit "." import when . has a QML module.

Reviewed-by: Erik Verbruggen
13 years agoCMakeProject: Better order of include directories
dt [Thu, 10 Mar 2011 12:48:49 +0000 (13:48 +0100)]
CMakeProject: Better order of include directories

Project directories should come before system directories.

Task-Nr: QTCREATORBUG-3959

13 years agodon't create a temp file just for mime type detection
Oswald Buddenhagen [Wed, 9 Mar 2011 11:17:56 +0000 (12:17 +0100)]
don't create a temp file just for mime type detection

13 years agomime type matching optimization
Oswald Buddenhagen [Wed, 9 Mar 2011 10:40:10 +0000 (11:40 +0100)]
mime type matching optimization

given that checking for a match is expensive and determining the
priority is cheap, it makes sense to match only if the priority is known
to be high enough.

Reviewed-by: Leandro Melo
13 years agoadd mime type detection for stand-alone byte arrays
Oswald Buddenhagen [Wed, 9 Mar 2011 10:37:51 +0000 (11:37 +0100)]
add mime type detection for stand-alone byte arrays

Reviewed-by: Leandro Melo
13 years agoclean up DEPENDPATH insanity
Oswald Buddenhagen [Wed, 9 Mar 2011 21:00:08 +0000 (22:00 +0100)]
clean up DEPENDPATH insanity

simply add
  CONFIG += depend_includepath
to qtcreator.pri and remove all the manual DEPENDPATHs, as half of them
were missing anyway, and i wouldn't expect it to ever change. not
touching src/shared/ for syncing reasons.

13 years agoremove "Automatically generated by qmake ..." blurbs
Oswald Buddenhagen [Wed, 9 Mar 2011 21:04:10 +0000 (22:04 +0100)]
remove "Automatically generated by qmake ..." blurbs

they are a bit misleading (and embarrassing ...)

13 years agoremove dead files from project
Oswald Buddenhagen [Wed, 9 Mar 2011 21:22:45 +0000 (22:22 +0100)]
remove dead files from project

13 years agoRemoved incorrect warning message from codagdbadapter
Tom Sutcliffe [Wed, 9 Mar 2011 15:00:18 +0000 (16:00 +0100)]
Removed incorrect warning message from codagdbadapter

13 years agoAdding locking to SymbianDeviceManager
Tom Sutcliffe [Wed, 9 Mar 2011 14:59:55 +0000 (15:59 +0100)]
Adding locking to SymbianDeviceManager

13 years agoQmlDebugger: hiding "this" from debugger when empty
Christiaan Janssen [Wed, 9 Mar 2011 15:06:19 +0000 (16:06 +0100)]
QmlDebugger: hiding "this" from debugger when empty

Reviewed-by: Kai Koehne
13 years agoQmlDesigner.propertyEditor: crashfix
Thomas Hartmann [Wed, 9 Mar 2011 14:32:51 +0000 (15:32 +0100)]
QmlDesigner.propertyEditor: crashfix

Better safe then sorry.

13 years agoQmlDesigner.propertyEditor: adding more tooltips
Thomas Hartmann [Wed, 9 Mar 2011 12:06:38 +0000 (13:06 +0100)]
QmlDesigner.propertyEditor: adding more tooltips

Adding missing tooltips

Task-number: QTCREATORBUG-3525

13 years agoQmlDesigner.documentController: hourglass for loading loading progress
Thomas Hartmann [Wed, 9 Mar 2011 10:58:20 +0000 (11:58 +0100)]
QmlDesigner.documentController: hourglass for loading loading progress

Task-number: QTCREATORBUG-3733

13 years agoDoc: update run settings for Qt Quick UI projects
Leena Miettinen [Wed, 9 Mar 2011 11:30:28 +0000 (12:30 +0100)]
Doc: update run settings for Qt Quick UI projects

Task-number: QTCREATORBUG-4001

Reviewed-by: Kai Koehne
13 years agoSymbian: Some small fixes in CODA debugging
Pawel Polanski [Wed, 9 Mar 2011 11:06:20 +0000 (12:06 +0100)]
Symbian: Some small fixes in CODA debugging

13 years agoSymbian: Some of the windows error messages are a bit too obscure
Pawel Polanski [Wed, 9 Mar 2011 10:07:29 +0000 (11:07 +0100)]
Symbian: Some of the windows error messages are a bit too obscure

13 years agoCODA: Fixed timeout for info button
Pawel Polanski [Wed, 9 Mar 2011 10:01:20 +0000 (11:01 +0100)]
CODA: Fixed timeout for info button