OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoUpdate changes file
Tobias Hunger [Mon, 21 Mar 2011 12:16:45 +0000 (13:16 +0100)]
Update changes file

13 years agoUpdate changes file
Tobias Hunger [Mon, 21 Mar 2011 12:07:22 +0000 (13:07 +0100)]
Update changes file

13 years agoChanges file update
Kai Koehne [Mon, 21 Mar 2011 10:42:41 +0000 (11:42 +0100)]
Changes file update

13 years agoBazaar: fix conflicting keyboard shortcuts
cerf [Mon, 21 Mar 2011 10:35:10 +0000 (11:35 +0100)]
Bazaar: fix conflicting keyboard shortcuts

Bazaar commands can now be triggered with ALT+Z as combination prefix
instead of the already used ALT+B

Merge-request: 278
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoDoc: workaround to use DYLD_IMAGE_SUFFIX on Mac OS X Snow Leopard
Leena Miettinen [Mon, 21 Mar 2011 09:46:20 +0000 (10:46 +0100)]
Doc: workaround to use DYLD_IMAGE_SUFFIX on Mac OS X Snow Leopard

Reviewed-by: con
13 years agoDoc: directly interacting with native debuggers
Leena Miettinen [Mon, 21 Mar 2011 09:45:02 +0000 (10:45 +0100)]
Doc: directly interacting with native debuggers

Reviewed-by: hjk
13 years agoUpdated the changes file.
Erik Verbruggen [Mon, 21 Mar 2011 10:02:10 +0000 (11:02 +0100)]
Updated the changes file.

13 years agoUpdated the changes file.
Erik Verbruggen [Mon, 21 Mar 2011 09:55:46 +0000 (10:55 +0100)]
Updated the changes file.

13 years agoDon't validate executable/working directory.
con [Mon, 21 Mar 2011 08:06:43 +0000 (09:06 +0100)]
Don't validate executable/working directory.

If they contain variables they'd turn red, because be don't resolve the
variables for validation.

Task-number: QTCREATORBUG-4063

13 years agoFix style of variable insertion.
con [Mon, 21 Mar 2011 08:01:46 +0000 (09:01 +0100)]
Fix style of variable insertion.

Task-number: QTCREATORBUG-4061

13 years agoQmlDesigner.rewriter: recognize escaped unicode characters
Thomas Hartmann [Sat, 19 Mar 2011 10:52:44 +0000 (11:52 +0100)]
QmlDesigner.rewriter: recognize escaped unicode characters

Convert (e.g.) "\u2939" into the right unicode character.

13 years agoQmlDesigner.metaInfo: perfomance fix
Thomas Hartmann [Sat, 19 Mar 2011 10:51:18 +0000 (11:51 +0100)]
QmlDesigner.metaInfo: perfomance fix

The caching was not working properly.
Fixed.

13 years agosync host & target mode determination with qmake
Oswald Buddenhagen [Fri, 18 Mar 2011 19:41:40 +0000 (20:41 +0100)]
sync host & target mode determination with qmake

they are dynamically determined from the qmakespec now.

Task-number: QTCREATORBUG-3512

13 years agomore exact qmake command line parsing
Oswald Buddenhagen [Fri, 18 Mar 2011 19:03:22 +0000 (20:03 +0100)]
more exact qmake command line parsing

support -after and -config.
this also moves the actual parsing to ProFileOption, where it belongs.

13 years agomove command line args from ProFileEvaluator to ProFileOption
Oswald Buddenhagen [Fri, 18 Mar 2011 18:32:57 +0000 (19:32 +0100)]
move command line args from ProFileEvaluator to ProFileOption

13 years agorecognize backslashes when evaluating a feature file's relativity
Oswald Buddenhagen [Fri, 18 Mar 2011 19:03:56 +0000 (20:03 +0100)]
recognize backslashes when evaluating a feature file's relativity

this is an utterly irrelevant non-feature, but whatever.

13 years agoremove pointless conditional
Oswald Buddenhagen [Fri, 18 Mar 2011 17:42:22 +0000 (18:42 +0100)]
remove pointless conditional

13 years agodebugger: fix vanishing location mark in disassembler mode
hjk [Fri, 18 Mar 2011 17:33:20 +0000 (18:33 +0100)]
debugger: fix vanishing location mark in disassembler mode

Task-number: QTCREATORBUG-4157

13 years agoupdate README
hjk [Fri, 18 Mar 2011 16:50:31 +0000 (17:50 +0100)]
update README

13 years agoTypo fix.
Alessandro Portale [Fri, 18 Mar 2011 17:04:12 +0000 (18:04 +0100)]
Typo fix.

Forgot a "you".

13 years agoCode cleanup.
Alessandro Portale [Fri, 18 Mar 2011 16:54:46 +0000 (17:54 +0100)]
Code cleanup.

Remove the code which handled the "QML_IMPORT_PATH" define in
the .pro file (actually, it did not even handle it, since the
line was commented).

13 years agoCode deduplication.
Alessandro Portale [Fri, 18 Mar 2011 16:50:15 +0000 (17:50 +0100)]
Code deduplication.

The 'include(deployment.pri)' is now removed in a central place.

13 years agoAdded (optional) touch optimized navigation of HTML5 apps
Alessandro Portale [Fri, 18 Mar 2011 16:14:53 +0000 (17:14 +0100)]
Added (optional) touch optimized navigation of HTML5 apps

Code provided by the Bostoner Browser team.

The HTML5 wizard shows a checkbox "Enable touch optimized navigation"
which enables flicking and enlarged click areas. By default, the
option is turned off.

Task-Number: QTCREATORBUG-3284

13 years agoQmlDesigner.rewriter: fixes utf 8 encoding
Thomas Hartmann [Fri, 18 Mar 2011 16:31:52 +0000 (17:31 +0100)]
QmlDesigner.rewriter: fixes utf 8 encoding

Task-number: QTCREATORBUG-4040

13 years agoQmlDesigner: missing files
Thomas Hartmann [Fri, 18 Mar 2011 16:30:56 +0000 (17:30 +0100)]
QmlDesigner: missing files

13 years agoQmlPuppet: crashfix for puppet
Thomas Hartmann [Fri, 18 Mar 2011 15:56:55 +0000 (16:56 +0100)]
QmlPuppet: crashfix for puppet

We have to set a value when creating a dynamic property.
Otherwise the metacall triggered latter might crash when trying
to compare old and new value.
Task-number: QTCREATORBUG-4088

13 years agoDoc: update screen shot
Leena Miettinen [Fri, 18 Mar 2011 15:39:47 +0000 (16:39 +0100)]
Doc: update screen shot

13 years agoDoc: new options for setting breakpoints and watchpoints
Leena Miettinen [Fri, 18 Mar 2011 15:39:30 +0000 (16:39 +0100)]
Doc: new options for setting breakpoints and watchpoints

Reviewed-by: hjk
13 years agoDoc: running to selected function
Leena Miettinen [Fri, 18 Mar 2011 15:37:26 +0000 (16:37 +0100)]
Doc: running to selected function

Task-number: QTCREATORBUG-3674

Reviewed-by: hjk
13 years agoDoc: add projects from version control to the list of projects
Leena Miettinen [Fri, 18 Mar 2011 12:33:06 +0000 (13:33 +0100)]
Doc: add projects from version control to the list of projects

Reviewed-by: Tobias Hunger
13 years agoDoc: move information about viewing type hierarchy
Leena Miettinen [Fri, 18 Mar 2011 12:31:50 +0000 (13:31 +0100)]
Doc: move information about viewing type hierarchy

Reviewed-by: Tobias Hunger
13 years agoDoc: add Welcome mode to list of modes
Leena Miettinen [Fri, 18 Mar 2011 12:30:57 +0000 (13:30 +0100)]
Doc: add Welcome mode to list of modes

Reviewed-by: Tobias Hunger
13 years agoUI text: fix capitalization
Leena Miettinen [Thu, 17 Mar 2011 15:57:26 +0000 (16:57 +0100)]
UI text: fix capitalization

Reviewed-by: Tobias Hunger
13 years agoDoc: Bazaar VCS
Leena Miettinen [Thu, 17 Mar 2011 15:26:21 +0000 (16:26 +0100)]
Doc: Bazaar VCS

Add missing functions for other supported VCS.
Update screen shots.

Reviewed-by: Friedemann Kleint
Reviewed-by: Tobias Hunger
13 years agoQt4 Maemo: Simplfy code for adding OTHER_FILES to .pro file
dt [Fri, 18 Mar 2011 15:36:25 +0000 (16:36 +0100)]
Qt4 Maemo: Simplfy code for adding OTHER_FILES to .pro file

Task-Nr: QTCREATORBUG-4085

13 years agoQmlDesigner.propertyEditor: bugfix for invalid ids
Thomas Hartmann [Fri, 18 Mar 2011 15:17:49 +0000 (16:17 +0100)]
QmlDesigner.propertyEditor: bugfix for invalid ids

13 years agoQmlDesigner: updating plugins for meego and symbian
Thomas Hartmann [Fri, 18 Mar 2011 15:17:24 +0000 (16:17 +0100)]
QmlDesigner: updating plugins for meego and symbian

Update of the item library.

13 years agoDebugger: Always add Qt install source mappings for gdb.
Friedemann Kleint [Fri, 18 Mar 2011 09:02:07 +0000 (10:02 +0100)]
Debugger: Always add Qt install source mappings for gdb.

As it fails for MinGW.

Task-number: QTCREATORBUG-4132
Reviewed-by: hjk
13 years agoBazaar: fix commit error for 'rename' changes
cerf [Fri, 18 Mar 2011 08:55:36 +0000 (09:55 +0100)]
Bazaar: fix commit error for 'rename' changes

Merge-request: 276
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoBazaar: fix indentation and whitespaces
cerf [Fri, 18 Mar 2011 08:55:33 +0000 (09:55 +0100)]
Bazaar: fix indentation and whitespaces

Merge-request: 276
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoresolve symlinks in project files' parent directories
Oswald Buddenhagen [Thu, 17 Mar 2011 19:30:23 +0000 (20:30 +0100)]
resolve symlinks in project files' parent directories

this is needed for following relative includes from files with symlinks
in their path (e.g., the default qmakespec pointing to
qws/linux-sh-g++).

Task-number: QTCREATORBUG-1513

13 years agoTargetSetupPage: Hide add build path until the button is cliked once
dt [Thu, 17 Mar 2011 19:26:00 +0000 (20:26 +0100)]
TargetSetupPage: Hide add build path until the button is cliked once

Makes a somewhat even cleaner layout

13 years agodebugger: fix removal of dummy <Edit> watch item using the <Del> key
hjk [Thu, 17 Mar 2011 18:37:07 +0000 (19:37 +0100)]
debugger: fix removal of dummy <Edit> watch item using the <Del> key

13 years agofakevim: fix crash in ex command mapping
hjk [Thu, 17 Mar 2011 17:15:34 +0000 (18:15 +0100)]
fakevim: fix crash in ex command mapping

Task-number: QTCREATORBUG-4084

13 years agofakevim: simplify pointer handling in ex command mapping
hjk [Thu, 17 Mar 2011 16:46:32 +0000 (17:46 +0100)]
fakevim: simplify pointer handling in ex command mapping

Not yet sufficent to fix the crash.

Task-number: QTCREATORBUG-4084

13 years agoAnalyzer: Compile fix for gcc 4.0.1
Kai Koehne [Thu, 17 Mar 2011 15:54:28 +0000 (16:54 +0100)]
Analyzer: Compile fix for gcc 4.0.1

Suggested by Roberto Raggi.

13 years agoQmlJSDebugger: Removed the double-click feature from the color box
Thorbjørn Lindeijer [Thu, 17 Mar 2011 14:28:20 +0000 (15:28 +0100)]
QmlJSDebugger: Removed the double-click feature from the color box

It was supposed to show a color dialog, but in practice it never worked
due to using show() rather than exec(). Removed it completely since it
was judged confusing and not very useful, since it is already possible
to copy the color by using the context menu.

Task-number: QTCREATORBUG-3878
Reviewed-by: Kai Koehne
13 years agoQmlJSDebugger: Use QWidget::window to get to the top-level
Thorbjørn Lindeijer [Wed, 16 Mar 2011 16:15:40 +0000 (17:15 +0100)]
QmlJSDebugger: Use QWidget::window to get to the top-level

Simplifies the code a bit.

13 years agoQt4 Options Page: Show S60 paths even if qt is invalid
dt [Thu, 17 Mar 2011 14:11:12 +0000 (15:11 +0100)]
Qt4 Options Page: Show S60 paths even if qt is invalid

Because qt might be invalid due to the s60 paths being wrong.
Ensure the paths edits are only shown fro s60 versions.

13 years agoQmlJS find usages: Don't pop up a result window if we don't search.
Christian Kamm [Thu, 17 Mar 2011 14:08:25 +0000 (15:08 +0100)]
QmlJS find usages: Don't pop up a result window if we don't search.

Task-number: QTCREATORBUG-4090

13 years agoQmlJS: Fix find usages if id and property name conflict.
Christian Kamm [Thu, 17 Mar 2011 13:43:08 +0000 (14:43 +0100)]
QmlJS: Fix find usages if id and property name conflict.

Task-number: QTCREATORBUG-4097

13 years agoMingw: Fix autodetection
Tobias Hunger [Thu, 17 Mar 2011 13:37:54 +0000 (14:37 +0100)]
Mingw: Fix autodetection

13 years agoMingw: Actually check for g++, not gcc
Tobias Hunger [Thu, 17 Mar 2011 13:03:12 +0000 (14:03 +0100)]
Mingw: Actually check for g++, not gcc

13 years agoQmlDesigner.model: crashfix
Thomas Hartmann [Thu, 17 Mar 2011 11:19:50 +0000 (12:19 +0100)]
QmlDesigner.model: crashfix

We have to check if there actually is a nodeInstanceView

Task-number: QTCREATORBUG-4126

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