OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoQmlDesiner.statesEditorWidget: adding siye hint
Thomas Hartmann [Thu, 17 Mar 2011 10:46:57 +0000 (11:46 +0100)]
QmlDesiner.statesEditorWidget: adding siye hint

Setting a minimum size.

Task-number: QTCREATORBUG-4093

13 years agoTargetSetupPage: Use relative include paths
Kai Koehne [Thu, 17 Mar 2011 10:29:22 +0000 (11:29 +0100)]
TargetSetupPage: Use relative include paths

The qt4projectmanager folder isn't by default in the INCLUDEPATH for
external plugins.

13 years agoC++ highlighter: Disable highlighting to the right of #error.
Christian Kamm [Thu, 17 Mar 2011 10:03:08 +0000 (11:03 +0100)]
C++ highlighter: Disable highlighting to the right of #error.

Task-number: QTCREATORBUG-4098
Reviewed-by: Roberto Raggi
13 years agoSymbian: Polish messages related to CODA-ports.
Friedemann Kleint [Thu, 17 Mar 2011 10:17:43 +0000 (11:17 +0100)]
Symbian: Polish messages related to CODA-ports.

13 years agoQmlDesigner.formEditor: enter components of views
Thomas Hartmann [Thu, 17 Mar 2011 09:43:59 +0000 (10:43 +0100)]
QmlDesigner.formEditor: enter components of views

By double clicking on views the user can enter the
component (delegate).

13 years agoQmlDesigner.itemLibrary: remove import managment
Thomas Hartmann [Thu, 10 Mar 2011 12:13:39 +0000 (13:13 +0100)]
QmlDesigner.itemLibrary: remove import managment

13 years agoQtQuickToolBar: disable gradient editing in PropertyChanges
Thomas Hartmann [Thu, 10 Mar 2011 12:05:23 +0000 (13:05 +0100)]
QtQuickToolBar: disable gradient editing in PropertyChanges

Editing gradients in PropertyChanges is not allowed.

Task-number: QTCREATORBUG-2969

13 years agoQmlJsEditor: hide context pane if last document is closed
Thomas Hartmann [Thu, 10 Mar 2011 09:34:10 +0000 (10:34 +0100)]
QmlJsEditor: hide context pane if last document is closed

Task-number: QTCREATORBUG-3702
Reviewed-by: Christian Kamm
13 years agoQtQuickToolBar: tooltip fix
Thomas Hartmann [Wed, 9 Mar 2011 16:25:18 +0000 (17:25 +0100)]
QtQuickToolBar: tooltip fix

Task-number: QTCREATORBUG-2620

13 years agoCpaster: Empty list displayed.
Friedemann Kleint [Thu, 17 Mar 2011 08:47:42 +0000 (09:47 +0100)]
Cpaster: Empty list displayed.

Use archive page now in hopes of a more stable page layout.

Task-number: QTCREATORBUG-4112

13 years agoDoc: move known issues to Qt Creator Manual
Leena Miettinen [Tue, 15 Mar 2011 15:55:30 +0000 (16:55 +0100)]
Doc: move known issues to Qt Creator Manual

Remove version number from filename.

Reviewed-by: Erik Verbruggen
13 years agodebugger: fix previous commit
hjk [Wed, 16 Mar 2011 17:53:50 +0000 (18:53 +0100)]
debugger: fix previous commit

Tested wrong build...

13 years agodebugger: persist 'AlwaysAdjust*ColumnWidths' settings
hjk [Wed, 16 Mar 2011 17:48:14 +0000 (18:48 +0100)]
debugger: persist 'AlwaysAdjust*ColumnWidths' settings

Task-number: QTCREATORBUG-2836

13 years agoFix spelling of tool chain is user-visible strings and comments
Tobias Hunger [Wed, 16 Mar 2011 16:59:43 +0000 (17:59 +0100)]
Fix spelling of tool chain is user-visible strings and comments

13 years agoTargetSetupPage: Select Desktop target if no other target is there
dt [Wed, 16 Mar 2011 17:00:59 +0000 (18:00 +0100)]
TargetSetupPage: Select Desktop target if no other target is there

Task-Nr: QTCREATORBUG-4100

13 years agoTargetSetupPage: Incorrect logic for detecting per bc warnings
dt [Wed, 16 Mar 2011 16:55:10 +0000 (17:55 +0100)]
TargetSetupPage: Incorrect logic for detecting per bc warnings

13 years agoClarify project setup dialog.
dt [Wed, 16 Mar 2011 16:47:05 +0000 (17:47 +0100)]
Clarify project setup dialog.

Task-Nr: QTCREATORBUG-4079

13 years agoFix build warning
Tobias Hunger [Wed, 16 Mar 2011 16:36:01 +0000 (17:36 +0100)]
Fix build warning

13 years agoBazaar: set global Bazaar user ID when changed
cerf [Tue, 15 Mar 2011 14:47:45 +0000 (15:47 +0100)]
Bazaar: set global Bazaar user ID when changed

This ID is automatically set when the user settings have been changed
and applied from the "Options" dialog. This calls 'bzr whoami' under
the hood

Merge-request: 275
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoBazaar: fix code folding markers in the diff view
cerf [Mon, 14 Mar 2011 18:32:42 +0000 (19:32 +0100)]
Bazaar: fix code folding markers in the diff view

The top-level marker is now centered on the line starting with '==='

Merge-request: 274
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoBazaar: fix jumping to the changes from the blame view
cerf [Mon, 14 Mar 2011 16:52:50 +0000 (17:52 +0100)]
Bazaar: fix jumping to the changes from the blame view

Merge-request: 273
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoBazaar: rename literals referring to Mercurial
cerf [Mon, 14 Mar 2011 14:37:30 +0000 (15:37 +0100)]
Bazaar: rename literals referring to Mercurial

Merge-request: 272
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoBazaar: mark unused parameters with Q_UNUSED
cerf [Mon, 14 Mar 2011 14:37:30 +0000 (15:37 +0100)]
Bazaar: mark unused parameters with Q_UNUSED

Merge-request: 272
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoBazaar: satisfy naming policy
cerf [Mon, 14 Mar 2011 14:37:30 +0000 (15:37 +0100)]
Bazaar: satisfy naming policy

Merge-request: 272
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agovcsbase: concise and readable VCS editor title
cerf [Mon, 14 Mar 2011 10:18:49 +0000 (11:18 +0100)]
vcsbase: concise and readable VCS editor title

The user string returned by VCSBaseClient::vcsEditorTitle() now
begins with the basename of the VCS binary

Merge-request: 270
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agovcsbase : fix bug in VCSBaseClient::view()
cerf [Mon, 14 Mar 2011 08:41:25 +0000 (09:41 +0100)]
vcsbase : fix bug in VCSBaseClient::view()

The VCS command was executed in the wrong working directory

Merge-request: 269
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agovcsbase : fix bug in VCSBaseClient::log()
cerf [Mon, 14 Mar 2011 08:41:25 +0000 (09:41 +0100)]
vcsbase : fix bug in VCSBaseClient::log()

The editor returned by createVCSEditor() had always the wrong source

Merge-request: 269
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoBazaar plugin : corrected whitespaces and indentation
cerf [Fri, 11 Mar 2011 14:32:11 +0000 (15:32 +0100)]
Bazaar plugin : corrected whitespaces and indentation

Merge-request: 268
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agovcsbase : corrected ws
cerf [Fri, 11 Mar 2011 14:32:08 +0000 (15:32 +0100)]
vcsbase : corrected ws

Correct Whitespace in header and source files of class VCSBaseClient

Merge-request: 268
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoTarget setup page: Show a error if there are no valid qt versions
dt [Mon, 14 Mar 2011 15:44:20 +0000 (16:44 +0100)]
Target setup page: Show a error if there are no valid qt versions

Task-Nr: QTCREATORBUG-3864

13 years agoTargetsetupPage: Show per target warnings
dt [Mon, 14 Mar 2011 13:41:30 +0000 (14:41 +0100)]
TargetsetupPage: Show per target warnings

Task-Nr: QTCREATORBUG-3868

Reviewed-By: hunger
13 years agoAdd a additional summary label to the DetailsWidget
dt [Mon, 14 Mar 2011 13:33:48 +0000 (14:33 +0100)]
Add a additional summary label to the DetailsWidget

used by the targetsetuppage

Reviewed-By: hunger
13 years agoQt4ProjectManager: Small refactoring in reportIssues
dt [Fri, 11 Mar 2011 14:58:33 +0000 (15:58 +0100)]
Qt4ProjectManager: Small refactoring in reportIssues

Do not report project dir specific issues next to each
buildconfiguration. Also move the code to a place the TargetSetupPage
can easily use, without having a hardcoded target list. Note: They
currently aren't shown at all, next step is to show them once per
target.

Reviewed-By: hunger
13 years agoQtVersionManager: Mark some more qt versions as invalid
dt [Fri, 11 Mar 2011 14:19:25 +0000 (15:19 +0100)]
QtVersionManager: Mark some more qt versions as invalid

Namely versions not having a correct sysroot and where qmake is non
executable. Remove those from reportIssues as they are then already
covered by the isValid() check.

Reviewed-By: hunger
13 years agoAnalyzerBase: Fixes for multiple tools.
Friedemann Kleint [Wed, 16 Mar 2011 15:07:18 +0000 (16:07 +0100)]
AnalyzerBase: Fixes for multiple tools.

Initial-patch-by: Milian Wolff <mail@milianw.de>
13 years agoQmlDump: Fix uri-based plugin dumping.
Christian Kamm [Wed, 16 Mar 2011 14:34:50 +0000 (15:34 +0100)]
QmlDump: Fix uri-based plugin dumping.

13 years agoMobileWizard: Export library symbols to allow wizards in external plugins
Kai Koehne [Tue, 15 Mar 2011 12:34:44 +0000 (13:34 +0100)]
MobileWizard: Export library symbols to allow wizards in external plugins

Qt components want to provide Qt Quick Application wizards in their own
repos. Allow them to use the MobileAppWizard infrastructure.

Reviewed-by: Alessandro Portale
13 years agoFix locator crash.
kh1 [Wed, 16 Mar 2011 14:20:02 +0000 (15:20 +0100)]
Fix locator crash.

Task-number: QTCREATORBUG-3991
Reviewed-by: kh
13 years agoAnalyzer: Add status label.
Friedemann Kleint [Wed, 16 Mar 2011 12:49:28 +0000 (13:49 +0100)]
Analyzer: Add status label.

Factor out the status label with timeout from the debugger plugin.
Use in analyzer manager, add standard messages and use that
in memcheck.

Task-number: QTCREATORBUG-4077
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
13 years agoDebugger: Improve breakpoint debug output.
Friedemann Kleint [Wed, 16 Mar 2011 12:39:29 +0000 (13:39 +0100)]
Debugger: Improve breakpoint debug output.

13 years agoDebugger[CDB]: Fix breakpoint context menu for CDB.
Friedemann Kleint [Wed, 16 Mar 2011 12:38:27 +0000 (13:38 +0100)]
Debugger[CDB]: Fix breakpoint context menu for CDB.

Immediately report known data back when settings breakpoints
so that line number/enabled is correct in the handler.

13 years agodon't be tricked by scope blocks with colons
Oswald Buddenhagen [Tue, 15 Mar 2011 21:26:06 +0000 (22:26 +0100)]
don't be tricked by scope blocks with colons

people write strange code ...

13 years agodon't accidentally write into scopes
Oswald Buddenhagen [Tue, 15 Mar 2011 21:21:37 +0000 (22:21 +0100)]
don't accidentally write into scopes

we get no reliable end-of-block location from the token stream, so we
have to do it ourselves. the solution is qmake-worthy, to put it that
way ...

Task-number: QTCREATORBUG-4049

13 years agoreinitialize character data pointer after modifying qstring
Oswald Buddenhagen [Tue, 15 Mar 2011 19:44:39 +0000 (20:44 +0100)]
reinitialize character data pointer after modifying qstring

13 years agoplug leaks in test
Oswald Buddenhagen [Tue, 15 Mar 2011 19:33:08 +0000 (20:33 +0100)]
plug leaks in test

makes the valgrind output less annoying

13 years agoadd some comments
Oswald Buddenhagen [Tue, 15 Mar 2011 18:43:27 +0000 (19:43 +0100)]
add some comments

13 years agouse proper enum value instead of number for unknown functions
Oswald Buddenhagen [Tue, 15 Mar 2011 13:30:59 +0000 (14:30 +0100)]
use proper enum value instead of number for unknown functions

silences compiler warnings

13 years agoremove obsolete comment
Oswald Buddenhagen [Tue, 15 Mar 2011 13:28:01 +0000 (14:28 +0100)]
remove obsolete comment

13 years agoDebugger[CDB]: Fix warning about invalid breakpoint on 'step out'.
Friedemann Kleint [Wed, 16 Mar 2011 10:55:24 +0000 (11:55 +0100)]
Debugger[CDB]: Fix warning about invalid breakpoint on 'step out'.

Do not display internal breakpoint id=10000.

13 years agoCodepaster: Always enable send to codepaster menu action.
Friedemann Kleint [Wed, 16 Mar 2011 09:24:30 +0000 (10:24 +0100)]
Codepaster: Always enable send to codepaster menu action.

As the dialog is editable, now.

Task-number: QTCREATORBUG-4060

13 years agoCODA: Fixed problem with CODA not responding at first communication attempt
Pawel Polanski [Wed, 16 Mar 2011 09:03:52 +0000 (10:03 +0100)]
CODA: Fixed problem with CODA not responding at first communication attempt

13 years agoAdd my user visible changes
dt [Tue, 15 Mar 2011 17:58:23 +0000 (18:58 +0100)]
Add my user visible changes

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.