OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoDon't adjust DYLD_LIBRARY_PATH in run environments.
Christian Kamm [Thu, 28 Apr 2011 09:35:57 +0000 (11:35 +0200)]
Don't adjust DYLD_LIBRARY_PATH in run environments.

Reviewed-by: con
13 years agoSSH: Don't send keep-alive packet during key exchange.
Christian Kandeler [Thu, 28 Apr 2011 09:12:34 +0000 (11:12 +0200)]
SSH: Don't send keep-alive packet during key exchange.

Only certain types of messages are allowed in that phase.

13 years agoSSH: Fix key re-exchange bug.
Christian Kandeler [Thu, 28 Apr 2011 08:57:17 +0000 (10:57 +0200)]
SSH: Fix key re-exchange bug.

We used the encrypted client payload by mistake. The bug only manifests
itself from the second key exchange on, because during the first one,
no encryption is active, so the "encrypted" payload is the same as
the non-encrypted one.

13 years agoDebugger[CDB]: Use file normalization function from utils.
Friedemann Kleint [Thu, 28 Apr 2011 09:11:34 +0000 (11:11 +0200)]
Debugger[CDB]: Use file normalization function from utils.

Remove complicated/expensive function in dbgwinutils
in favour of the utils one (improved to upper case
the drive letter) as it is sufficient now with
the improved checking in editor manager/location mark.

13 years agoDebugger/GDB: Fix file names according to host-ABI
Friedemann Kleint [Thu, 28 Apr 2011 09:10:01 +0000 (11:10 +0200)]
Debugger/GDB: Fix file names according to host-ABI

Task-number: QTCREATORBUG-4648

13 years agoQmlJS: Complete trailing / in file name completion.
Christian Kamm [Thu, 28 Apr 2011 07:20:53 +0000 (09:20 +0200)]
QmlJS: Complete trailing / in file name completion.

Also restart completion when a directory was completed.

13 years agoSet LD_LIBRARY_PATH in unix run environments.
Christian Kamm [Wed, 27 Apr 2011 11:21:24 +0000 (13:21 +0200)]
Set LD_LIBRARY_PATH in unix run environments.

Similarly to how PATH is set up for Windows. The background is that
without it plugin loading can pull in incompatible Qt libraries if the
binary is compiled with RUNPATH instead of RPATH.

Reviewed-by: Daniel Teske
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
13 years agoDebugger: Use base class PID mechanism in CDB.
Friedemann Kleint [Thu, 28 Apr 2011 08:02:34 +0000 (10:02 +0200)]
Debugger: Use base class PID mechanism in CDB.

Fix base engine to raise app only in applicable modes.

13 years agoAdded the overview part.
con [Thu, 28 Apr 2011 07:26:17 +0000 (09:26 +0200)]
Added the overview part.

13 years agoMaemo: Small refactoring in configuration test dialog.
Christian Kandeler [Thu, 28 Apr 2011 06:44:55 +0000 (08:44 +0200)]
Maemo: Small refactoring in configuration test dialog.

13 years agoDoc: add doc project for the Extending Qt Creator Manual
Leena Miettinen [Wed, 27 Apr 2011 15:35:17 +0000 (17:35 +0200)]
Doc: add doc project for the Extending Qt Creator Manual

13 years agoQmlObserver: Disable crumblepath if not active
Kai Koehne [Wed, 27 Apr 2011 15:20:44 +0000 (17:20 +0200)]
QmlObserver: Disable crumblepath if not active

13 years agoQt4Target Page: Filter out QMLJSDEBUGGER_PATH when importing build
Kai Koehne [Tue, 26 Apr 2011 14:39:51 +0000 (16:39 +0200)]
Qt4Target Page: Filter out QMLJSDEBUGGER_PATH when importing build

Don't add QMLJSDEBUGGER_PATH to the list of customer qmake arguments
when importing a built on the target page.

Task-number: QTCREATORBUG-4694
Reviewed-by: dt
13 years agoQmlDebug: Simplify logic to find the source file for a stack frame
Kai Koehne [Tue, 26 Apr 2011 07:46:05 +0000 (09:46 +0200)]
QmlDebug: Simplify logic to find the source file for a stack frame

Get rid of custom logic to handle shadow builds (which didn't work
anyway if the qml files are from a different directory than expected).
Instead, just search for the file name in the list of files from the
project.

Reviewed-by: Christiaan Janssen
13 years agoAdd "Run in terminal" option also to cmake runconfigurations
dt_ [Wed, 27 Apr 2011 14:33:21 +0000 (16:33 +0200)]
Add "Run in terminal" option also to cmake runconfigurations

Task-Nr: QTCREATORBUG-4695

13 years agoHandle internally triggered deletes more gracefull
dt_ [Wed, 27 Apr 2011 13:52:24 +0000 (15:52 +0200)]
Handle internally triggered deletes more gracefull

If the user has enabled "Reload unmodified" then on remove the
unmodified editors are closed. Otherwise the user is asked as before.
Also modify the message to indicate if the change was triggred
externally.

13 years agoRun cmake dialog: More intelligent hardcoded font
dt_ [Wed, 27 Apr 2011 13:51:35 +0000 (15:51 +0200)]
Run cmake dialog: More intelligent hardcoded font

Platform specific now.

13 years agoDoc: add front page for Extending Qt Creator Manual
Leena Miettinen [Wed, 27 Apr 2011 13:41:34 +0000 (15:41 +0200)]
Doc: add front page for Extending Qt Creator Manual

13 years ago"Open Terminal Here" should open Terminal.app on Mac.
con [Wed, 27 Apr 2011 13:27:44 +0000 (15:27 +0200)]
"Open Terminal Here" should open Terminal.app on Mac.

It was starting X11 and a xterm...

Task-number: QTCREATORBUG-4683

13 years agoDo not add a release configuration for Symbian Emulator
dt_ [Wed, 27 Apr 2011 12:55:36 +0000 (14:55 +0200)]
Do not add a release configuration for Symbian Emulator

Task-Nr: QTCREATORBUG-4649

13 years agoAlways append cmake output
dt_ [Wed, 27 Apr 2011 12:41:15 +0000 (14:41 +0200)]
Always append cmake output

13 years agoUse fixed font in the cmake output window
dt_ [Wed, 27 Apr 2011 12:40:14 +0000 (14:40 +0200)]
Use fixed font in the cmake output window

Task-Nr: QTCREATORBUG-4658

13 years agoFix warning in watchwindow.cpp
dt_ [Wed, 27 Apr 2011 11:35:48 +0000 (13:35 +0200)]
Fix warning in watchwindow.cpp

Reviewed-By: Friedemann Kleint
13 years agoQmlDesigner.itemLibrary: adding plugin for extra components
Thomas Hartmann [Wed, 27 Apr 2011 12:24:15 +0000 (14:24 +0200)]
QmlDesigner.itemLibrary: adding plugin for extra components

A new extra component plugin.

13 years agoMerge remote branch 'origin/2.2'
con [Wed, 27 Apr 2011 09:27:29 +0000 (11:27 +0200)]
Merge remote branch 'origin/2.2'

Conflicts:
src/plugins/projectexplorer/gcctoolchain.cpp
src/plugins/projectexplorer/target.cpp
src/plugins/qt4projectmanager/qt-s60/qt4symbiantargetfactory.cpp

13 years agoDebugger: Fix long tooltips in GDB settings.
Friedemann Kleint [Wed, 27 Apr 2011 08:26:44 +0000 (10:26 +0200)]
Debugger: Fix long tooltips in GDB settings.

Task-number: QTCREATORBUG-4703

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 agoMaemo: Make shared pointer an actual QSharedPointer.
Christian Kandeler [Tue, 26 Apr 2011 14:48:45 +0000 (16:48 +0200)]
Maemo: Make shared pointer an actual QSharedPointer.

Pointer was left dangling when a deploy configuration was removed.

13 years agoQmlProfiler: corrected display name
Christiaan Janssen [Tue, 26 Apr 2011 12:08:09 +0000 (14:08 +0200)]
QmlProfiler: corrected display name

Reviewed-by: Friedemann Kleint
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 agoQtVersion: Add sysroot for Meego.
Christian Kandeler [Tue, 26 Apr 2011 13:02:33 +0000 (15:02 +0200)]
QtVersion: Add sysroot for Meego.

13 years agoMaemo: Remove unneeded reference to MaemoToolchain.
Christian Kandeler [Tue, 26 Apr 2011 13:01:11 +0000 (15:01 +0200)]
Maemo: Remove unneeded reference to MaemoToolchain.

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

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 agoAnalyzer: Store FancyMainWindow defaults without QSettings.
Friedemann Kleint [Tue, 26 Apr 2011 11:43:08 +0000 (13:43 +0200)]
Analyzer: Store FancyMainWindow defaults without QSettings.

Store hash directly, do not keep QSettings objects around.

13 years agoMaemo: Make deploy step widget extensible.
Christian Kandeler [Tue, 26 Apr 2011 11:34:30 +0000 (13:34 +0200)]
Maemo: Make deploy step widget extensible.

13 years agoMaemo: Show the name of deploy steps in their associated widgets.
Christian Kandeler [Tue, 26 Apr 2011 10:40:26 +0000 (12:40 +0200)]
Maemo: Show the name of deploy steps in their associated widgets.

13 years agoFix context registration for project tree.
con [Tue, 26 Apr 2011 11:18:56 +0000 (13:18 +0200)]
Fix context registration for project tree.

Broke with IContext refactoring.

13 years agoMaemo: Use devrootsh only on remote systems that have MAD developer.
Christian Kandeler [Tue, 26 Apr 2011 10:10:37 +0000 (12:10 +0200)]
Maemo: Use devrootsh only on remote systems that have MAD developer.

13 years agoCoding style
Thorbjørn Lindeijer [Tue, 26 Apr 2011 09:46:34 +0000 (11:46 +0200)]
Coding style

13 years agoRemoved set-but-unused variable 'pos'
Thorbjørn Lindeijer [Tue, 26 Apr 2011 09:42:50 +0000 (11:42 +0200)]
Removed set-but-unused variable 'pos'

New warning in GCC 4.6.0. Plenty of other cases.

13 years agoCoding style.
con [Tue, 26 Apr 2011 09:33:37 +0000 (11:33 +0200)]
Coding style.

13 years agoShow wizard's cancel button even on Mac.
con [Tue, 26 Apr 2011 09:32:17 +0000 (11:32 +0200)]
Show wizard's cancel button even on Mac.

Task-number: QTCREATORBUG-4655

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

13 years agoRe-use output window implementation for general messages.
con [Thu, 21 Apr 2011 11:42:17 +0000 (13:42 +0200)]
Re-use output window implementation for general messages.

Moving the implementation to core plugin.

13 years agoMake output window implementation reusable.
con [Thu, 14 Apr 2011 08:39:09 +0000 (10:39 +0200)]
Make output window implementation reusable.

Removes the dependencies to project explorer and text editor plugins
and moves unrelated code to its own file.

13 years agoMove OutputFormatter to Utils lib.
con [Fri, 15 Apr 2011 10:59:44 +0000 (12:59 +0200)]
Move OutputFormatter to Utils lib.

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 agoAdapt to new config file location.
con [Mon, 11 Apr 2011 14:48:36 +0000 (16:48 +0200)]
Adapt to new config file location.

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 agobineditor: start making width flexible
hjk [Thu, 21 Apr 2011 16:31:34 +0000 (18:31 +0200)]
bineditor: start making width flexible

13 years agomemoryview: save a few pixels
hjk [Thu, 21 Apr 2011 15:41:17 +0000 (17:41 +0200)]
memoryview: save a few pixels

13 years agodebugger: also show log output for "full stack trace"
hjk [Thu, 21 Apr 2011 13:10:09 +0000 (15:10 +0200)]
debugger: also show log output for "full stack trace"

Mac is different...

13 years agoprojectexplorer: fix style
hjk [Thu, 21 Apr 2011 13:01:48 +0000 (15:01 +0200)]
projectexplorer: fix style

13 years agoMaemo: Introduce abstract base class for deploy steps targeting devices.
Christian Kandeler [Thu, 21 Apr 2011 14:58:38 +0000 (16:58 +0200)]
Maemo: Introduce abstract base class for deploy steps targeting devices.

This will make it possible for a MaemoRunConfiguration to work
with deploy steps that do not use Utils::SshConnection, but still
want to make use of our device configurations.

13 years agoMaemo: Make some public functions protected.
Christian Kandeler [Thu, 21 Apr 2011 13:17:01 +0000 (15:17 +0200)]
Maemo: Make some public functions protected.

13 years agoAdded support for running QML debugger without C++ debugger on Symbian
Tom Sutcliffe [Thu, 21 Apr 2011 13:59:05 +0000 (15:59 +0200)]
Added support for running QML debugger without C++ debugger on Symbian

Reviewed-by: kkoehne
Reviewed-by: Pawel Polanski
13 years agoCompile fix.
Friedemann Kleint [Thu, 21 Apr 2011 13:56:26 +0000 (15:56 +0200)]
Compile fix.

13 years agoDebugger: Separate internal constants.
Friedemann Kleint [Thu, 21 Apr 2011 13:52:51 +0000 (15:52 +0200)]
Debugger: Separate internal constants.

13 years agoDebugger: Enable Stack Layout action in white area, too.
Friedemann Kleint [Thu, 21 Apr 2011 13:34:19 +0000 (15:34 +0200)]
Debugger: Enable Stack Layout action in white area, too.

13 years agoCodePaster: Provide service for soft-dependent plugins.
Friedemann Kleint [Thu, 21 Apr 2011 13:21:50 +0000 (15:21 +0200)]
CodePaster: Provide service for soft-dependent plugins.

Offer 'Paste' in VCSBase-Diff-Editor context menu.
Make new protocol the default one if user changes it
in view/paste dialogs.

13 years agoCompile fix.
Friedemann Kleint [Thu, 21 Apr 2011 13:08:27 +0000 (15:08 +0200)]
Compile fix.

13 years agoMaemo: Move OsVersion type from MaemoGlobal to MaemoDeviceConfig.
Christian Kandeler [Thu, 21 Apr 2011 12:39:57 +0000 (14:39 +0200)]
Maemo: Move OsVersion type from MaemoGlobal to MaemoDeviceConfig.

Also move freePorts() method from AbstractMaemoDeployStep
to MaemoGlobal.

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 agoProject Welcome Page: Use correct file filter for projects.
Friedemann Kleint [Thu, 21 Apr 2011 12:36:04 +0000 (14:36 +0200)]
Project Welcome Page: Use correct file filter for projects.

13 years agoAutoCompleter: Avoid overzealously eating trailing }.
Christian Kamm [Thu, 21 Apr 2011 12:19:47 +0000 (14:19 +0200)]
AutoCompleter: Avoid overzealously eating trailing }.

Task-number: QTCREATORBUG-4128
Reviewed-by: Leandro Melo
13 years agoMaemo: Remove C++ dumper support.
Christian Kandeler [Thu, 21 Apr 2011 12:03:38 +0000 (14:03 +0200)]
Maemo: Remove C++ dumper support.

They haven't been maintained for a while now, so no need to
try to support them.

13 years agoMaemo: Remove outdated code.
Christian Kandeler [Thu, 21 Apr 2011 11:43:38 +0000 (13:43 +0200)]
Maemo: Remove outdated code.

This was left over from the time where there was only one kind
Target class for all Maemo-like target types.

13 years agoMaemo: Fix file handling refactoring artifact.
Christian Kandeler [Thu, 21 Apr 2011 10:02:41 +0000 (12:02 +0200)]
Maemo: Fix file handling refactoring artifact.

Some content was written into the wrong files.

13 years agoSymbian: Fix error reporting.
Friedemann Kleint [Thu, 21 Apr 2011 11:54:52 +0000 (13:54 +0200)]
Symbian: Fix error reporting.

13 years agoDebugger/Stack layout view: Exclude Dereferenced Pointers.
Friedemann Kleint [Thu, 21 Apr 2011 11:39:40 +0000 (13:39 +0200)]
Debugger/Stack layout view: Exclude Dereferenced Pointers.

by WatchData::referencingAddress as they are outside
the address range.

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 agoDebugger: Improve register check for memory layout.
Friedemann Kleint [Thu, 21 Apr 2011 11:04:43 +0000 (13:04 +0200)]
Debugger: Improve register check for memory layout.

13 years agoQmlJS: Fix object literal indent in property initializers.
Christian Kamm [Thu, 21 Apr 2011 10:56:37 +0000 (12:56 +0200)]
QmlJS: Fix object literal indent in property initializers.

13 years agoDebugger: Add option to show the stack memory layout.
Friedemann Kleint [Thu, 21 Apr 2011 10:32:36 +0000 (12:32 +0200)]
Debugger: Add option to show the stack memory layout.

Show all variables. Mark registers as well in variable memory view
(showing stack pointers, etc).

13 years agoQmlDebugger: synchronize watches when deleted
Christiaan Janssen [Thu, 21 Apr 2011 10:25:06 +0000 (12:25 +0200)]
QmlDebugger: synchronize watches when deleted

Reviewed-by: Kai Koehne
13 years agoQmlJS: Fix indent of object literals.
Christian Kamm [Thu, 21 Apr 2011 10:21:23 +0000 (12:21 +0200)]
QmlJS: Fix indent of object literals.

Reviewed-by: Roberto Raggi
13 years agoFix the qmljs indenter autotest.
Christian Kamm [Thu, 21 Apr 2011 09:37:14 +0000 (11:37 +0200)]
Fix the qmljs indenter autotest.

Reviewed-by: Bill King
13 years agouse environment from build config also when starting external processes
Oswald Buddenhagen [Thu, 21 Apr 2011 09:36:37 +0000 (11:36 +0200)]
use environment from build config also when starting external processes

this uses QProcessEnvironment directly, which is somewhat inefficient,
but it has no big impact, and it can be optimized on the qt side.

Task-number: QTCREATORBUG-2866

13 years agouse QProcess in profile evaluator if not bootstrapped
Oswald Buddenhagen [Wed, 20 Apr 2011 20:26:01 +0000 (22:26 +0200)]
use QProcess in profile evaluator if not bootstrapped

this avoids the nasty console popups under windows

Task-number: QTCREATORBUG-1788

13 years agofix return statement in #if 0'd code
Oswald Buddenhagen [Wed, 20 Apr 2011 20:26:25 +0000 (22:26 +0200)]
fix return statement in #if 0'd code

13 years agoQmlJS: Add semantic errors to task window.
Christian Kamm [Thu, 21 Apr 2011 09:09:29 +0000 (11:09 +0200)]
QmlJS: Add semantic errors to task window.

Task-number: QTCREATORBUG-4103
Reviewed-by: Leandro Melo
13 years agoQmlJS: Fix library-by-path imports.
Christian Kamm [Wed, 20 Apr 2011 08:46:04 +0000 (10:46 +0200)]
QmlJS: Fix library-by-path imports.

Fixes the problem 5426c3ac2cdf898ca1190a7746ba506ff24abc50 and
7b25f438c67c7cf395ccd2cd846e5d413f6d9222 worked around.

Reviewed-by: Erik Verbruggen
13 years agoMaemo: Fix directory deployment issues.
Christian Kandeler [Thu, 21 Apr 2011 09:10:47 +0000 (11:10 +0200)]
Maemo: Fix directory deployment issues.

13 years agoMaemo: Fix issue with cached device configuration.
Christian Kandeler [Thu, 21 Apr 2011 08:53:25 +0000 (10:53 +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 agoMaemo: Make QML debugging engine aware of early inferior exit.
Christian Kandeler [Thu, 21 Apr 2011 07:38:58 +0000 (09:38 +0200)]
Maemo: Make QML debugging engine aware of early inferior exit.

13 years agoMaemo: Fix misleading error message.
Christian Kandeler [Thu, 21 Apr 2011 07:37:52 +0000 (09:37 +0200)]
Maemo: Fix misleading error message.

13 years agostruct -> class
Christian Kandeler [Wed, 20 Apr 2011 13:16:33 +0000 (15:16 +0200)]
struct -> class

13 years agoQmlJS: Don't warn about function exp statements.
Christian Kamm [Thu, 21 Apr 2011 07:43:24 +0000 (09:43 +0200)]
QmlJS: Don't warn about function exp statements.

Reviewed-by: Roberto Raggi
13 years agoDebugger: Fix up titles/tooltips of memory views.
Friedemann Kleint [Thu, 21 Apr 2011 07:10:31 +0000 (09:10 +0200)]
Debugger: Fix up titles/tooltips of memory views.

13 years agouse environment from build configuration in the project evaluator
Oswald Buddenhagen [Wed, 20 Apr 2011 19:16:17 +0000 (21:16 +0200)]
use environment from build configuration in the project evaluator

Task-number: QTCREATORBUG-2866

13 years agoeliminate m_filevaluemap by using source tagging
Oswald Buddenhagen [Wed, 20 Apr 2011 16:19:33 +0000 (18:19 +0200)]
eliminate m_filevaluemap by using source tagging

instead of having a second value map per included file, simply tag all
values with the project file they are coming from. a lot cleaner and
marginally faster.

13 years agoQmlDebugger: keeping watches when changing stack frames
Christiaan Janssen [Wed, 20 Apr 2011 14:47:47 +0000 (16:47 +0200)]
QmlDebugger: keeping watches when changing stack frames

Reviewed-by: Kai Koehne
13 years agoBin editor: Improve tooltip.
Friedemann Kleint [Wed, 20 Apr 2011 15:02:21 +0000 (17:02 +0200)]
Bin editor: Improve tooltip.

Fix endianness.
Show binary, octal for single bytes, float and double.
Use HTML tables for formatting.

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