OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoOvi Wizard: Translation fixes
Primrose Mbanefo [Tue, 1 Mar 2011 15:31:06 +0000 (16:31 +0100)]
Ovi Wizard: Translation fixes

13 years agoAdd toolchain autodetection based on config file
Tobias Hunger [Tue, 1 Mar 2011 15:34:02 +0000 (16:34 +0100)]
Add toolchain autodetection based on config file

Add toolchains found in share/qtcreator/Nokia/toolChains.xml as
autodetected.

13 years agos60publishing: compile fix for namepaced Qt
hjk [Tue, 1 Mar 2011 15:31:12 +0000 (16:31 +0100)]
s60publishing: compile fix for namepaced Qt

13 years agodebugger: output bitfield sizes
hjk [Tue, 1 Mar 2011 15:30:51 +0000 (16:30 +0100)]
debugger: output bitfield sizes

13 years agodebugger: enhance test case for bit fields
hjk [Tue, 1 Mar 2011 15:17:17 +0000 (16:17 +0100)]
debugger: enhance test case for bit fields

13 years agoIntroduce symbian ovi publishing wizard
Primrose Mbanefo [Fri, 21 Jan 2011 14:37:05 +0000 (15:37 +0100)]
Introduce symbian ovi publishing wizard

13 years agodebugger: Switch off address printing for generated items
hjk [Tue, 1 Mar 2011 14:44:22 +0000 (15:44 +0100)]
debugger: Switch off address printing for generated items

13 years agodebugger: remove unused dumper code
hjk [Tue, 1 Mar 2011 13:23:35 +0000 (14:23 +0100)]
debugger: remove unused dumper code

13 years agodebugger: make members of QObjectPrivate derived data visible
hjk [Tue, 1 Mar 2011 13:14:44 +0000 (14:14 +0100)]
debugger: make members of QObjectPrivate derived data visible

13 years agodebugger: properly initialize test data
hjk [Tue, 1 Mar 2011 12:25:51 +0000 (13:25 +0100)]
debugger: properly initialize test data

13 years agoFix parsing of gcc include path output
dt [Tue, 1 Mar 2011 12:23:49 +0000 (13:23 +0100)]
Fix parsing of gcc include path output

Reviewed-By: hunger
13 years agoFix warning when compiling with ICC.
Thiago Macieira [Tue, 1 Mar 2011 11:41:16 +0000 (12:41 +0100)]
Fix warning when compiling with ICC.

../build/botan/gfp_modulus.h(21): warning #1565: attributes are ignored on a class declaration that is not also a definition
  class BOTAN_DLL GFpElement;
        ^

There's no need to add class attributes to a forward declaration.

13 years agoDon't apply GCC options to non-GCC compilers
Thiago Macieira [Tue, 1 Mar 2011 11:40:20 +0000 (12:40 +0100)]
Don't apply GCC options to non-GCC compilers

13 years agodebugger: add a manual test for classes using the Q_D pattern for privates
hjk [Tue, 1 Mar 2011 11:39:53 +0000 (12:39 +0100)]
debugger: add a manual test for classes using the Q_D pattern for privates

13 years agoSnippets: Remove unnecessary header
Leandro Melo [Tue, 1 Mar 2011 10:39:29 +0000 (11:39 +0100)]
Snippets: Remove unnecessary header

13 years agoGen. highlighter: Fix spelling
Leandro Melo [Tue, 1 Mar 2011 10:28:37 +0000 (11:28 +0100)]
Gen. highlighter: Fix spelling

13 years agoMaemo: Add more debian/control fields to Harmattan target.
Christian Kandeler [Tue, 1 Mar 2011 10:22:42 +0000 (11:22 +0100)]
Maemo: Add more debian/control fields to Harmattan target.

13 years agoDebugger: Remove leftover qDebug.
Friedemann Kleint [Tue, 1 Mar 2011 09:00:43 +0000 (10:00 +0100)]
Debugger: Remove leftover qDebug.

Fix 5ddf7d3c4078174d37369767840d98a68469f0a7

13 years agoSymbian: Fix CODA shutdown after debuggee crash.
Friedemann Kleint [Tue, 1 Mar 2011 08:58:00 +0000 (09:58 +0100)]
Symbian: Fix CODA shutdown after debuggee crash.

13 years agoHeader cleanup.
Friedemann Kleint [Tue, 1 Mar 2011 08:23:46 +0000 (09:23 +0100)]
Header cleanup.

13 years agoToolchain: Fix Symbian Raptor/SBS.
Friedemann Kleint [Tue, 1 Mar 2011 07:46:25 +0000 (08:46 +0100)]
Toolchain: Fix Symbian Raptor/SBS.

Suppress LANG variable.

13 years agodebugger: move watcher saving to better position
hjk [Mon, 28 Feb 2011 17:55:54 +0000 (18:55 +0100)]
debugger: move watcher saving to better position

13 years agodebugger: load is load and save is save...
hjk [Mon, 28 Feb 2011 17:48:06 +0000 (18:48 +0100)]
debugger: load is load and save is save...

13 years agoToolChain: Fix warnings triggered by ToolChainOptionsPage
Tobias Hunger [Mon, 28 Feb 2011 17:30:34 +0000 (18:30 +0100)]
ToolChain: Fix warnings triggered by ToolChainOptionsPage

Fix warnings about QApplication sending to null receivers triggered
be the ToolChainOptionsPage.

13 years agoSave toolchains in XML format
Tobias Hunger [Mon, 28 Feb 2011 16:32:01 +0000 (17:32 +0100)]
Save toolchains in XML format

Also trigger saving via ICore::saveSettingsRequested.

13 years agoGCC: Do not try to start non-executable gccs
Tobias Hunger [Mon, 28 Feb 2011 16:30:40 +0000 (17:30 +0100)]
GCC: Do not try to start non-executable gccs

This stops a warning from appearing in the application output about
not being able to start a compiler.

13 years agoUsing the same sort command on Unix and Windows
Robert Loehning [Mon, 28 Feb 2011 16:23:58 +0000 (17:23 +0100)]
Using the same sort command on Unix and Windows

13 years agosimplify the "starting external tool" message
Oswald Buddenhagen [Mon, 28 Feb 2011 16:48:43 +0000 (17:48 +0100)]
simplify the "starting external tool" message

no need for a separate message, especially one that would overquote the
arguments.

13 years agouse the correct function for expanding macros in shell arguments
Oswald Buddenhagen [Mon, 28 Feb 2011 16:47:44 +0000 (17:47 +0100)]
use the correct function for expanding macros in shell arguments

Task-number: QTCREATORBUG-3887

13 years agoQmlDesigner: Notify for a crashed process
Marco Bubke [Mon, 28 Feb 2011 16:42:05 +0000 (17:42 +0100)]
QmlDesigner: Notify for a crashed process

13 years agoMaemo: Fix double connection of "Add device" button.
Christian Kandeler [Mon, 28 Feb 2011 16:33:03 +0000 (17:33 +0100)]
Maemo: Fix double connection of "Add device" button.

13 years agodebugger: write more object addresses in dumpers
hjk [Mon, 28 Feb 2011 16:35:28 +0000 (17:35 +0100)]
debugger: write more object addresses in dumpers

13 years agodebugger: fix QRegion dumper
hjk [Mon, 28 Feb 2011 16:15:21 +0000 (17:15 +0100)]
debugger: fix QRegion dumper

Item count is an integer, not a string.

13 years agoBazaar: Fixup, set unique action id.
Friedemann Kleint [Mon, 28 Feb 2011 16:28:41 +0000 (17:28 +0100)]
Bazaar: Fixup, set unique action id.

Duplicate ids in Mercurial, Bazaar.

13 years agoQmlJSDebugger: Only show the tool box when a debugging client connected
Thorbjørn Lindeijer [Mon, 28 Feb 2011 13:39:54 +0000 (14:39 +0100)]
QmlJSDebugger: Only show the tool box when a debugging client connected

Reviewed-by: Christiaan Janssen
13 years agoQmlJSDebugger: Avoid warning in window flag logic
Thorbjørn Lindeijer [Mon, 28 Feb 2011 13:38:28 +0000 (14:38 +0100)]
QmlJSDebugger: Avoid warning in window flag logic

13 years agoQmlInspector: fixed bug in crumblepath
Christiaan Janssen [Mon, 28 Feb 2011 16:14:00 +0000 (17:14 +0100)]
QmlInspector: fixed bug in crumblepath

13 years agoSSH: Fix misnomers.
Christian Kandeler [Mon, 28 Feb 2011 16:01:53 +0000 (17:01 +0100)]
SSH: Fix misnomers.

13 years agoToolchains: Header cleanup.
Friedemann Kleint [Mon, 28 Feb 2011 15:50:14 +0000 (16:50 +0100)]
Toolchains: Header cleanup.

13 years agoMake PathChooser always use QPushButtons
Leandro Melo [Mon, 28 Feb 2011 14:53:37 +0000 (15:53 +0100)]
Make PathChooser always use QPushButtons

It might look a little bigger, but since we are using
QPushButtons by default in the options pages it's more
uniform considering the buttons around.

If we "conclude" it looks weird or unpleasant in other
places (like in the wizards, for example) we can consider
an alternative approach.

Reviewed-by: con
13 years agoFix setReadOnly method in PathChooser
Leandro Melo [Mon, 28 Feb 2011 14:29:24 +0000 (15:29 +0100)]
Fix setReadOnly method in PathChooser

Reviewed-by: dt
13 years agoBazaar: Cleanups
Tobias Hunger [Mon, 28 Feb 2011 14:05:40 +0000 (15:05 +0100)]
Bazaar: Cleanups

Clean up whitespaces and coding style issues.

13 years agoAdded new Bazaar plugin
cerf [Mon, 28 Feb 2011 12:40:06 +0000 (13:40 +0100)]
Added new Bazaar plugin

Merge-request: 229
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoRefactored the Mercurial plugin
cerf [Mon, 28 Feb 2011 12:40:04 +0000 (13:40 +0100)]
Refactored the Mercurial plugin

Refactored the mercurial plugin which led to new vcsbase common
tools (VCSBaseClient, VCSBaseClientSettings and VCSJobRunner)

Merge-request: 229
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agobineditor: simplify code
hjk [Mon, 28 Feb 2011 14:01:19 +0000 (15:01 +0100)]
bineditor: simplify code

Remove 'synchronous' parameter in data requests as everything is
asynchroneous right now. Also remove unneeded m_requests.contains call.

13 years agoCodePaster: Allow for editing snippets.
Friedemann Kleint [Mon, 28 Feb 2011 14:41:42 +0000 (15:41 +0100)]
CodePaster: Allow for editing snippets.

Introduce separate plain text mode parallel to diff-chunk mode
using a stacked widget with a QPlainTextEdit.

Task-number: QTCREATORBUG-3859

13 years agoFix custom tool default values for Windows.
con [Mon, 28 Feb 2011 14:03:48 +0000 (15:03 +0100)]
Fix custom tool default values for Windows.

Task-number: QTCREATORBUG-3838
Reviewed-by: Robert Loehning
13 years agoFix case of tool replacing selection but no selection existing.
con [Mon, 28 Feb 2011 13:48:42 +0000 (14:48 +0100)]
Fix case of tool replacing selection but no selection existing.

Task-number: QTCREATORBUG-3853

13 years agoFix german translation
con [Mon, 28 Feb 2011 13:32:25 +0000 (14:32 +0100)]
Fix german translation

13 years agoAdd sort tool for windows.
con [Mon, 28 Feb 2011 13:24:41 +0000 (14:24 +0100)]
Add sort tool for windows.

Task-number: QTCREATORBUG-3851

13 years agoStill changes to our options dialog
Leandro Melo [Mon, 28 Feb 2011 13:35:58 +0000 (14:35 +0100)]
Still changes to our options dialog

We decided to have text-based buttons by default.

13 years agoRevert "Make our options dialog a bit more uniform"
Leandro Melo [Mon, 28 Feb 2011 11:59:59 +0000 (12:59 +0100)]
Revert "Make our options dialog a bit more uniform"

This reverts commit 561f87fcb9d58aaccbccd424417e71b79798ff6b.

13 years agoRevert "More options dialog UI changes"
Leandro Melo [Mon, 28 Feb 2011 11:59:49 +0000 (12:59 +0100)]
Revert "More options dialog UI changes"

This reverts commit c5b57ea5f9927a0843d37c793788892a5131c1ee.

13 years agoDebugger[CDB]: Add memory editing.
Friedemann Kleint [Mon, 28 Feb 2011 13:33:35 +0000 (14:33 +0100)]
Debugger[CDB]: Add memory editing.

Add infrastructure for custom special stops with data.

13 years agoDebugger: Quieten bin editor used as memory editor.
Friedemann Kleint [Mon, 28 Feb 2011 13:33:04 +0000 (14:33 +0100)]
Debugger: Quieten bin editor used as memory editor.

13 years agoMaemo: Fix default label values in device config widget.
Christian Kandeler [Mon, 28 Feb 2011 13:16:37 +0000 (14:16 +0100)]
Maemo: Fix default label values in device config widget.

13 years agoMaemo: Change debian/control field for Harmattan.
Christian Kandeler [Mon, 28 Feb 2011 12:35:12 +0000 (13:35 +0100)]
Maemo: Change debian/control field for Harmattan.

13 years agoCompile.
Friedemann Kleint [Mon, 28 Feb 2011 12:34:21 +0000 (13:34 +0100)]
Compile.

13 years agoUncategorized tools would no longer be configurable after first run.
con [Mon, 28 Feb 2011 11:46:58 +0000 (12:46 +0100)]
Uncategorized tools would no longer be configurable after first run.

Avoid writing empty string prefixed arrays into settings, and some
isNull vs isEmpty confusion (xml reader seems to read null instead of
empty strings in some cases).

13 years agoFixed 'unused' warning
Pawel Polanski [Mon, 28 Feb 2011 11:42:33 +0000 (12:42 +0100)]
Fixed 'unused' warning

13 years agorunconfiguration.h/runsettingspropertiespage.*: code cosmetics
hjk [Mon, 28 Feb 2011 11:37:15 +0000 (12:37 +0100)]
runconfiguration.h/runsettingspropertiespage.*: code cosmetics

13 years agoPolish target/toolchain warnings a bit.
Friedemann Kleint [Mon, 28 Feb 2011 11:29:41 +0000 (12:29 +0100)]
Polish target/toolchain warnings a bit.

13 years agoenable adding custom config widgets from a run control factory
Milian Wolff [Mon, 28 Feb 2011 11:23:12 +0000 (12:23 +0100)]
enable adding custom config widgets from a run control factory

To achieve this there are two methods in IRunControlFactory you
need to implement:

1) createRunConfigurationAspect returns a IRunConfigurationAspect
which stores the settings specific to your plugin.
2) createConfigurationWidget returns a RunConfigWidget that will
be shown in the project settings

Merge-request: 258
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoBrowsing for executable should allow executables, not directories.
con [Mon, 28 Feb 2011 10:54:18 +0000 (11:54 +0100)]
Browsing for executable should allow executables, not directories.

Task-number: QTCREATORBUG-3842

13 years agoMac: Fix up/down/remove button size in build settings again.
con [Mon, 28 Feb 2011 10:27:51 +0000 (11:27 +0100)]
Mac: Fix up/down/remove button size in build settings again.

Somehow got lost in merges 2.1 --> 2.2

13 years agoDebugger[CDB]: Do not set empty environment for 'Start external'.
Friedemann Kleint [Mon, 28 Feb 2011 10:48:33 +0000 (11:48 +0100)]
Debugger[CDB]: Do not set empty environment for 'Start external'.

13 years agoSymbian: Platform returned by the S60Manager::platform is now valid
Pawel Polanski [Mon, 28 Feb 2011 10:25:40 +0000 (11:25 +0100)]
Symbian: Platform returned by the S60Manager::platform is now valid

13 years agoToolchains: Fix MSCV.
Friedemann Kleint [Mon, 28 Feb 2011 09:14:52 +0000 (10:14 +0100)]
Toolchains: Fix MSCV.

Need /E:ON, V:ON for cmd.exe, do not pass empty environment
to QtcProcess.

13 years agoReconnect add/remove maemo configuration buttons
Leandro Melo [Mon, 28 Feb 2011 08:43:39 +0000 (09:43 +0100)]
Reconnect add/remove maemo configuration buttons

13 years agoToolChainOPtionsPage: Make sure parents are cleared
Tobias Hunger [Fri, 25 Feb 2011 17:01:51 +0000 (18:01 +0100)]
ToolChainOPtionsPage: Make sure parents are cleared

Make sure parent pointers are cleared when removing nodes.

13 years agoToolChainOptions: Clear new name afer applying it
Tobias Hunger [Fri, 25 Feb 2011 17:01:02 +0000 (18:01 +0100)]
ToolChainOptions: Clear new name afer applying it

13 years agoFix crash in toolchainoptionspage
Tobias Hunger [Fri, 25 Feb 2011 16:55:47 +0000 (17:55 +0100)]
Fix crash in toolchainoptionspage

Do not crash when closing the options dialog for the second time.

Reviewed-by: thorbjorn
13 years agoMore options dialog UI changes
Leandro Melo [Fri, 25 Feb 2011 16:00:06 +0000 (17:00 +0100)]
More options dialog UI changes

Continuing 561f87fcb9d58aaccbccd424417e71b79798ff6b

13 years agoMake our options dialog a bit more uniform
Leandro Melo [Fri, 25 Feb 2011 15:27:17 +0000 (16:27 +0100)]
Make our options dialog a bit more uniform

In terms of buttons, layouts, aesthetics in general.

13 years agoQmlJS: Try to implicitly import libraries in the same directory.
Christian Kamm [Fri, 25 Feb 2011 15:16:37 +0000 (16:16 +0100)]
QmlJS: Try to implicitly import libraries in the same directory.

In QML, the current directory that holds a QML file is imported
implicitly. If it contains a qmldir file, the library is imported.

Since there is no explicit import statement, Creator can't know the URI
of this library. However, if type information is available for it
already - either through a previous dump or a qmltypes file - we can
guess the URI by looking at the contained exports.

Task-number: QTCREATORBUG-3768

13 years agocoding style in example
hjk [Fri, 25 Feb 2011 15:26:05 +0000 (16:26 +0100)]
coding style in example

13 years agodebugger: reset OperateByInstruction on runControlFinished
hjk [Fri, 25 Feb 2011 14:21:46 +0000 (15:21 +0100)]
debugger: reset OperateByInstruction on runControlFinished

13 years agoStop line number label from resizing too often
Thorbjørn Lindeijer [Fri, 25 Feb 2011 15:00:23 +0000 (16:00 +0100)]
Stop line number label from resizing too often

For example when changing options in the git blame editor, the label
would resize since it took into account the block count, which is
temporarily 0 while the blame is calculated.

Done-with: Tobias Hunger

13 years agoFixed layout issues in some editor toolbars
Thorbjørn Lindeijer [Fri, 25 Feb 2011 14:58:02 +0000 (15:58 +0100)]
Fixed layout issues in some editor toolbars

Cleaned up some hacky code in the process.

Done-with: Tobias Hunger

13 years agoAdd uppercase and lowercase selection actions to the text editor.
Steffen Imhof [Fri, 25 Feb 2011 10:10:42 +0000 (11:10 +0100)]
Add uppercase and lowercase selection actions to the text editor.

Merge-request: 256
Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
13 years agoDebugger: Actually pass the debugger command from ToolChain.
Friedemann Kleint [Fri, 25 Feb 2011 15:03:22 +0000 (16:03 +0100)]
Debugger: Actually pass the debugger command from ToolChain.

Do not retrieve debugger command from ABI as that causes mismatches
when several toolchains of the same ABI are present.
Use indexes in the debugger dialogs.
Polish tooltip.

13 years agoFix Krazy code scanning tool warnings (QString, loops, spelling).
Friedemann Kleint [Fri, 25 Feb 2011 14:27:13 +0000 (15:27 +0100)]
Fix Krazy code scanning tool warnings (QString, loops, spelling).

13 years agoDetect GCC by looking for g++ rather than gcc
Thorbjørn Lindeijer [Fri, 25 Feb 2011 14:26:46 +0000 (15:26 +0100)]
Detect GCC by looking for g++ rather than gcc

Improves compatibility with TeamBuilder.

Reviewed-by: Tobias Hunger
13 years agobineditor: remove unused m_fixedSize member
hjk [Fri, 25 Feb 2011 13:57:21 +0000 (14:57 +0100)]
bineditor: remove unused m_fixedSize member

13 years agoFixes for the Static Checks
Pawel Polanski [Wed, 23 Feb 2011 14:16:34 +0000 (15:16 +0100)]
Fixes for the Static Checks

13 years agodebugger: work on writable memory view
hjk [Fri, 25 Feb 2011 12:21:54 +0000 (13:21 +0100)]
debugger: work on writable memory view

13 years agoDebugger: Use Startparameters.debuggerCommand for command.
Friedemann Kleint [Fri, 25 Feb 2011 12:43:06 +0000 (13:43 +0100)]
Debugger: Use Startparameters.debuggerCommand for command.

Use in both engines preferred over ABI if it is compatible.
Report start parameters. Introduce gdb configuration check.

13 years agoToolchains: Store gc--derived toolchains correctly.
Friedemann Kleint [Fri, 25 Feb 2011 10:17:54 +0000 (11:17 +0100)]
Toolchains: Store gc--derived toolchains correctly.

Reviewed-by: dt
13 years agoQmlJSDebugger: Animation speed can always be changed
Thorbjørn Lindeijer [Thu, 24 Feb 2011 16:56:55 +0000 (17:56 +0100)]
QmlJSDebugger: Animation speed can always be changed

The play button, that also allows changing animation speed, should never
be disabled since it works both in and outside of "observer" mode.

Reviewed-by: Kai Koehne
13 years agoQmlJSDebugger: Code cosmetics
Thorbjørn Lindeijer [Thu, 24 Feb 2011 16:52:35 +0000 (17:52 +0100)]
QmlJSDebugger: Code cosmetics

13 years agoQmlJSDebugger: Switched message identifiers from string to enum
Thorbjørn Lindeijer [Thu, 24 Feb 2011 16:26:36 +0000 (17:26 +0100)]
QmlJSDebugger: Switched message identifiers from string to enum

Avoids spelling problems, makes it easier to know all possible messages
and enables autocompletion.

The enum is part of a QObject derived class so that the meta object can
be used to print out the enumerators as readable strings.

Reviewed-by: Kai Koehne
13 years agoDebugger: Improve configuration error reporting.
Friedemann Kleint [Fri, 25 Feb 2011 08:34:31 +0000 (09:34 +0100)]
Debugger: Improve configuration error reporting.

- Make showWarningWithOptions actually show the details.
- Show errors from multiple engines as separate messages.
- Remove 'enabled' option from CDB (handled by toolchain config now).
- Show ABI as tooltip in debbugger toolchain chooser.

13 years agoQmlDebug: Enable 'What are the prerequisites?' link in run configuration
Kai Koehne [Thu, 24 Feb 2011 13:58:37 +0000 (14:58 +0100)]
QmlDebug: Enable 'What are the prerequisites?' link in run configuration

DebuggerLanguageChooser is in utils, which is why we cannot directly open
the URL in the help plugin.

13 years agoQmlDesigner.NodeInstances: Id getter and setter are now virtual
Marco Bubke [Thu, 24 Feb 2011 16:50:31 +0000 (17:50 +0100)]
QmlDesigner.NodeInstances: Id getter and setter are now virtual

13 years agoQmlDesigner.NodeInstances: Return engine context for no import context
Marco Bubke [Thu, 24 Feb 2011 16:49:45 +0000 (17:49 +0100)]
QmlDesigner.NodeInstances: Return engine context for no import context

If the import component is invalid there is no context. Because the instances
rely on a context we use the engine context.

13 years agoQmlDesigner.NodeInstances: Fix warnings
Marco Bubke [Thu, 24 Feb 2011 16:47:41 +0000 (17:47 +0100)]
QmlDesigner.NodeInstances: Fix warnings

13 years agoQmlDesigner.NodeInstances: More methode for dummy object
Marco Bubke [Thu, 24 Feb 2011 16:47:17 +0000 (17:47 +0100)]
QmlDesigner.NodeInstances: More methode for dummy object

13 years agoRe-apply compilation fix from 9232b3d5e8f.
Thiago Macieira [Mon, 21 Feb 2011 14:02:58 +0000 (15:02 +0100)]
Re-apply compilation fix from 9232b3d5e8f.

Commit 06ee3aee7f542a8c2ae7eb4e5c5240ff2359d9c8 reverted it by accident.

13 years agocoreplugin: Make RightPaneWidget more widely usable.
Pasi Hirvonen [Thu, 24 Feb 2011 12:00:04 +0000 (14:00 +0200)]
coreplugin: Make RightPaneWidget more widely usable.

RightPaneWidget now has setWidget() and is no longer intimately tied
to the help plugin. Help plugin now uses setWidget().

Reviewed-By: dt
13 years agoSymbian: Check the correct data
Tobias Hunger [Thu, 24 Feb 2011 16:25:29 +0000 (17:25 +0100)]
Symbian: Check the correct data

Make sure to check the data we are actually using later.