OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoSymbian: fix in the Debugger's output texts
Pawel Polanski [Tue, 12 Apr 2011 14:38:58 +0000 (16:38 +0200)]
Symbian: fix in the Debugger's output texts

13 years agoFixes for QML debugging over USB OST
Tom Sutcliffe [Wed, 23 Mar 2011 16:02:22 +0000 (16:02 +0000)]
Fixes for QML debugging over USB OST

13 years agoAdded some support for QML debugging over USB. Fixed some issues with -qmljsdebugger...
Tom Sutcliffe [Wed, 23 Feb 2011 11:10:51 +0000 (12:10 +0100)]
Added some support for QML debugging over USB. Fixed some issues with -qmljsdebugger option.

Not fully working over USB yet, there are some handshaking issues that need to be addressed. WLAN might be improved due to the -qmljsdebugger fixes, but not tested.

13 years agoSymbian: Move QMLJSDEBUGGER qmake argument
Kai Koehne [Mon, 14 Feb 2011 12:37:56 +0000 (13:37 +0100)]
Symbian: Move QMLJSDEBUGGER qmake argument

Make sure it's before the "-after" section, and therefore available in the .pro file.

13 years agoSymbian: Show debugger language chooser in run settings
Kai Koehne [Mon, 14 Feb 2011 12:36:39 +0000 (13:36 +0100)]
Symbian: Show debugger language chooser in run settings

13 years agoDebugger: Add action to copy watch value to clipboard.
Friedemann Kleint [Tue, 12 Apr 2011 14:17:19 +0000 (16:17 +0200)]
Debugger: Add action to copy watch value to clipboard.

13 years agoDebugger: Have Python dumper print type size information.
Friedemann Kleint [Tue, 12 Apr 2011 13:56:03 +0000 (15:56 +0200)]
Debugger: Have Python dumper print type size information.

For memory views. In the dumper, create a cache of TypeInfo
structs to contain type information and print the new entries
in each call of bb().

Collect the information in the gdb engine.
Replace WatchData::origAddress by WatchData::ReferencingAddress
to be able to correctly handle automatically dereferenced
pointers of the gdb engine. Whereas 'address' of a automatically
dereferenced used to be that of the pointer, it is now that
of the dereferenced item matching the size reported, enabling
memory views. Referencing address is now the address of the pointer.

Reviewed-by: hjk
13 years agoDebugger/MemoryView: Recurse over children.
Friedemann Kleint [Tue, 12 Apr 2011 13:43:00 +0000 (15:43 +0200)]
Debugger/MemoryView: Recurse over children.

Color all available children if available instead of just
first order children. Remove member variable struct and
pass range vector representing area directly to recursion.

13 years agoDebugger: Fix memory view address display.
Friedemann Kleint [Tue, 12 Apr 2011 12:21:36 +0000 (14:21 +0200)]
Debugger: Fix memory view address display.

13 years agoRemove unused constants
Jarek Kobus [Tue, 12 Apr 2011 11:11:15 +0000 (13:11 +0200)]
Remove unused constants

Reviewed-by: Tobias Hunger
13 years agoprojectexplorer: move project{Context,Language} from IProjectManager to Project
hjk [Tue, 12 Apr 2011 10:17:19 +0000 (12:17 +0200)]
projectexplorer: move project{Context,Language} from IProjectManager to Project

Reviewed-by: dt
13 years agogenericproject: pass an essentially temporary variable as parameter
hjk [Tue, 12 Apr 2011 06:29:42 +0000 (08:29 +0200)]
genericproject: pass an essentially temporary variable as parameter

13 years agogenericproject: cosmetics
hjk [Tue, 12 Apr 2011 06:20:54 +0000 (08:20 +0200)]
genericproject: cosmetics

13 years agoMaemo: Add direct SFTP deployment method.
Christian Kandeler [Tue, 12 Apr 2011 08:04:07 +0000 (10:04 +0200)]
Maemo: Add direct SFTP deployment method.

Not used yet.

13 years agodebugger: cleanup
hjk [Fri, 8 Apr 2011 13:38:50 +0000 (15:38 +0200)]
debugger: cleanup

13 years agodebugger: move not-so-generic stuff to gdb/classicgdbengine.cpp
hjk [Fri, 8 Apr 2011 13:24:23 +0000 (15:24 +0200)]
debugger: move not-so-generic stuff to gdb/classicgdbengine.cpp

13 years agodebugger: remove dead code
hjk [Fri, 8 Apr 2011 13:00:26 +0000 (15:00 +0200)]
debugger: remove dead code

13 years agodebugger: use the new enum
hjk [Fri, 8 Apr 2011 12:48:43 +0000 (14:48 +0200)]
debugger: use the new enum

13 years agoQmlDebugger: removed prefix in expression for locals
Christiaan Janssen [Mon, 11 Apr 2011 15:07:17 +0000 (17:07 +0200)]
QmlDebugger: removed prefix in expression for locals

Task-number: QTCREATORBUG-4462
Reviewed-by: Kai Koehne
13 years agoTypo fixed
Pawel Polanski [Mon, 11 Apr 2011 13:43:39 +0000 (15:43 +0200)]
Typo fixed

13 years agoQt: Fix update of debugging helper display
Tobias Hunger [Mon, 11 Apr 2011 13:21:38 +0000 (15:21 +0200)]
Qt: Fix update of debugging helper display

Fix update of Qt debugging helper display (yet again;-)

Task-number: QTCREATORBUG-2810

13 years agoMaemo: Device config improvements.
Christian Kandeler [Mon, 11 Apr 2011 09:50:40 +0000 (11:50 +0200)]
Maemo: Device config improvements.

13 years agoVCS: Fix crash in VCSManager
Tobias Hunger [Fri, 8 Apr 2011 15:33:14 +0000 (17:33 +0200)]
VCS: Fix crash in VCSManager

13 years agoQmlProfiler: summary computation optimization
Christiaan Janssen [Fri, 8 Apr 2011 15:00:51 +0000 (17:00 +0200)]
QmlProfiler: summary computation optimization

Reviewed-by: Kai Koehne
13 years agoQmlProfiler: cleaning output when starting new trace
Christiaan Janssen [Fri, 8 Apr 2011 12:39:55 +0000 (14:39 +0200)]
QmlProfiler: cleaning output when starting new trace

Reviewed-by: Kai Koehne
13 years agoRemove debug code
Tobias Hunger [Fri, 8 Apr 2011 14:40:27 +0000 (16:40 +0200)]
Remove debug code

13 years agoGcc: Detect arm gccs on mac properly
Tobias Hunger [Fri, 8 Apr 2011 14:33:59 +0000 (16:33 +0200)]
Gcc: Detect arm gccs on mac properly

... and add a unit test.

13 years agoDebugger: Add memory views.
Friedemann Kleint [Fri, 8 Apr 2011 14:18:47 +0000 (16:18 +0200)]
Debugger: Add memory views.

Add a separate memory view tool window available
from the context menus of:

Locals view:
   If the debugger provides size information, colors the
   areas of member variables for inspecting class layouts.

Registers view:
   Tracks the area pointed to by a register.

The view has a context menu allowing to open subviews
referenced by the pointer at the location using
the toolchain abi's word with/endianness.

Rubber-stamped-by: hjk
13 years agoMercurial: Remove unnecessary virtual keywords
Tobias Hunger [Fri, 8 Apr 2011 11:53:08 +0000 (13:53 +0200)]
Mercurial: Remove unnecessary virtual keywords

... and clean up the whitespaces.

13 years agoBazaar: status summary and diff patch for 'log -rX'
cerf [Fri, 8 Apr 2011 11:47:17 +0000 (13:47 +0200)]
Bazaar: status summary and diff patch for 'log -rX'

This allows to have more detailed infos about a revision, pretty
much similar to 'git show'.

Merge-request: 288
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoVCS: Work better with nested VCS
Tobias Hunger [Fri, 8 Apr 2011 11:44:48 +0000 (13:44 +0200)]
VCS: Work better with nested VCS

Are more intelligent at guessing nested VCS. This should improve
git submodule support.

Task-number: QTCREATORBUG-4044

13 years agoBazaar: Remove unnecessary virtuals
Tobias Hunger [Fri, 8 Apr 2011 11:42:49 +0000 (13:42 +0200)]
Bazaar: Remove unnecessary virtuals

Remove unnecessary virtuals and whitespaces

13 years agoDebugger: Fix warning, remove unused AttachTcf mode.
Friedemann Kleint [Fri, 8 Apr 2011 14:04:53 +0000 (16:04 +0200)]
Debugger: Fix warning, remove unused AttachTcf mode.

13 years agodebugger: use an enum for different encoding values
hjk [Fri, 8 Apr 2011 12:39:36 +0000 (14:39 +0200)]
debugger: use an enum for different encoding values

13 years agoQmlProfiler: added summary view
Christiaan Janssen [Fri, 8 Apr 2011 11:05:39 +0000 (13:05 +0200)]
QmlProfiler: added summary view

Reviewed-by: Kai Koehne
13 years agoQmlProfiler: reset timer on clear output
Christiaan Janssen [Thu, 7 Apr 2011 07:54:42 +0000 (09:54 +0200)]
QmlProfiler: reset timer on clear output

Reviewed-by: Kai Koehne
13 years agodebugger: fix quoting of watched expressions with funny chars inside
hjk [Fri, 8 Apr 2011 11:21:18 +0000 (13:21 +0200)]
debugger: fix quoting of watched expressions with funny chars inside

Base 64 to the rescue.

13 years agoCODA: added some timeout fixes to the deployment
Pawel Polanski [Thu, 7 Apr 2011 13:00:13 +0000 (15:00 +0200)]
CODA: added some timeout fixes to the deployment

13 years agofakevim: Enforce use of RealControlModifier by breaking the compilation otherwise
hjk [Thu, 7 Apr 2011 16:12:10 +0000 (18:12 +0200)]
fakevim: Enforce use of RealControlModifier by breaking the compilation otherwise

13 years agoQt: Update invalid icon
Tobias Hunger [Fri, 8 Apr 2011 09:16:40 +0000 (11:16 +0200)]
Qt: Update invalid icon

Update the invalid icon of the Qt version as soon as the qmake path
is changed.

Task-number: QTCREATORBUG-4408

13 years agoFix warning about signed/unsigned comparison
Tobias Hunger [Fri, 8 Apr 2011 09:14:11 +0000 (11:14 +0200)]
Fix warning about signed/unsigned comparison

Use int instead of unsigned and do some code cosmetics while at it.

13 years agoSubmit Editor: Fix shortcuts
Orgad Shaneh [Fri, 8 Apr 2011 09:05:21 +0000 (11:05 +0200)]
Submit Editor: Fix shortcuts

Merge-request: 285
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoVCS: Do not offer to revert a chunk when in a diff header
Tobias Hunger [Fri, 8 Apr 2011 08:42:07 +0000 (10:42 +0200)]
VCS: Do not offer to revert a chunk when in a diff header

Do not offer to revert a chunk when in a diff header

13 years agoVCS: Do not jump to any file when in the diff header
Tobias Hunger [Fri, 8 Apr 2011 08:40:59 +0000 (10:40 +0200)]
VCS: Do not jump to any file when in the diff header

Do not jump to a file on double-click when in a diff header.

Task-number: QTCREATORBUG-4364

13 years agoDescribe folding indents of the DiffHighlighter
Tobias Hunger [Fri, 8 Apr 2011 08:56:09 +0000 (10:56 +0200)]
Describe folding indents of the DiffHighlighter

13 years agoSymbian: Be more clever about figuring out SBS path
Tobias Hunger [Thu, 7 Apr 2011 12:56:23 +0000 (14:56 +0200)]
Symbian: Be more clever about figuring out SBS path

13 years agofakevim: Try to fix Ctrl on Mac. Again.
hjk [Thu, 7 Apr 2011 15:59:12 +0000 (17:59 +0200)]
fakevim: Try to fix Ctrl on Mac. Again.

How clever can "clever default behaviour" get before it turns unclever...

13 years agodebugger: code cosmetics
hjk [Thu, 7 Apr 2011 13:12:48 +0000 (15:12 +0200)]
debugger: code cosmetics

13 years agoMaemo: Manually create directories when deploying without packaging.
Christian Kandeler [Thu, 7 Apr 2011 15:02:30 +0000 (17:02 +0200)]
Maemo: Manually create directories when deploying without packaging.

Task-number: QTCREATORBUG-4398

13 years agoS60: Fix gcc warning.
Christian Kandeler [Thu, 7 Apr 2011 14:38:03 +0000 (16:38 +0200)]
S60: Fix gcc warning.

13 years agoMaemo: Allow tarball deployment for non-Harmattan targets.
Christian Kandeler [Thu, 7 Apr 2011 14:34:13 +0000 (16:34 +0200)]
Maemo: Allow tarball deployment for non-Harmattan targets.

13 years agoMaemo: Fix tarball installation.
Christian Kandeler [Thu, 7 Apr 2011 14:20:46 +0000 (16:20 +0200)]
Maemo: Fix tarball installation.

Busybox tar does not have --absolute-names.

13 years agoMaemo: Better detection of deployconfig changes relevant to runconfig.
Christian Kandeler [Thu, 7 Apr 2011 14:18:57 +0000 (16:18 +0200)]
Maemo: Better detection of deployconfig changes relevant to runconfig.

13 years agoMaemo: Fix race condition when removing a deploy step.
Christian Kandeler [Thu, 7 Apr 2011 13:45:26 +0000 (15:45 +0200)]
Maemo: Fix race condition when removing a deploy step.

13 years agoMaemo: Fix crash in run config with non-Maemo deploy configuration.
Christian Kandeler [Thu, 7 Apr 2011 13:26:08 +0000 (15:26 +0200)]
Maemo: Fix crash in run config with non-Maemo deploy configuration.

13 years agoSymbian: extra safety measures
Pawel Polanski [Thu, 7 Apr 2011 14:02:48 +0000 (16:02 +0200)]
Symbian: extra safety measures

13 years agoCODA: Dots indicating that a copy process is in progress
Pawel Polanski [Wed, 6 Apr 2011 11:09:10 +0000 (13:09 +0200)]
CODA: Dots indicating that a copy process is in progress

13 years agoCODA: Some extra cleanup is done when a Cancel gets pressed
Pawel Polanski [Wed, 6 Apr 2011 11:06:55 +0000 (13:06 +0200)]
CODA: Some extra cleanup is done when a Cancel gets pressed

13 years agoSymbian: fixed a output window bug that came form fixing window related bug
Pawel Polanski [Tue, 5 Apr 2011 14:48:23 +0000 (16:48 +0200)]
Symbian: fixed a output window bug that came form fixing window related bug

13 years agoSettings dialog: fix flashing of widget
dt [Tue, 5 Apr 2011 11:53:54 +0000 (13:53 +0200)]
Settings dialog: fix flashing of widget

Reviewed-By: con
Reviewed-By: Robert Loehning
13 years agoQt: Make sure clean up does not remove autodetected Qts
Tobias Hunger [Thu, 7 Apr 2011 12:33:26 +0000 (14:33 +0200)]
Qt: Make sure clean up does not remove autodetected Qts

13 years agotests: Fix a linking issue.
Bill King [Thu, 7 Apr 2011 11:33:22 +0000 (13:33 +0200)]
tests: Fix a linking issue.

13 years agoMaemo: Refactor upload + install deployment step.
Christian Kandeler [Thu, 7 Apr 2011 09:44:11 +0000 (11:44 +0200)]
Maemo: Refactor upload + install deployment step.

13 years agoMaemo: Fix tarball creation.
Christian Kandeler [Thu, 7 Apr 2011 09:39:38 +0000 (11:39 +0200)]
Maemo: Fix tarball creation.

13 years agotests: cleanup of test projects. Also, add rpathing where needed.
Bill King [Thu, 7 Apr 2011 09:13:30 +0000 (11:13 +0200)]
tests: cleanup of test projects. Also, add rpathing where needed.

13 years agoMerge remote branch 'origin/2.2'
Oswald Buddenhagen [Thu, 7 Apr 2011 08:12:39 +0000 (10:12 +0200)]
Merge remote branch 'origin/2.2'

13 years agotests: Make them compile again properly
Bill King [Thu, 7 Apr 2011 07:10:37 +0000 (09:10 +0200)]
tests: Make them compile again properly

13 years agocontinue parsing line despite errors
Oswald Buddenhagen [Wed, 6 Apr 2011 19:26:20 +0000 (21:26 +0200)]
continue parsing line despite errors

as far as possible, anyway. and suppress messages after the first one.
this avoids that scope nesting gets thrown off and thus spurious
followup-errors crop up.

as a "side effect", this fixes a crash resulting from us rewinding the
token stream but ignoring the block stack on the way.

Task-number: QTCREATORBUG-4368

13 years agoreshuffle word counting in expressions
Oswald Buddenhagen [Tue, 5 Apr 2011 15:04:03 +0000 (17:04 +0200)]
reshuffle word counting in expressions

this makes the value list sizehints more correct: instead of the number
of literals and expansions, it's now the number of actual words, and
that only if the expression starts with a literal (otherwise the
pre-allocation is discarded anyway).
the performance impact seems negligible, with qt being a tad slower and
creator a tad faster.

as a side effect, complaining about excess words in a test expression
does not immediately terminate the current line's parsing.

13 years agoremove useless initializations
Oswald Buddenhagen [Tue, 5 Apr 2011 09:16:37 +0000 (11:16 +0200)]
remove useless initializations

reverts 6f5bf29e. coverity sucks, thankyouverymuch.

13 years agoconst-correctness
Oswald Buddenhagen [Mon, 4 Apr 2011 18:48:29 +0000 (20:48 +0200)]
const-correctness

13 years agosimplify copy c'tor
Oswald Buddenhagen [Mon, 4 Apr 2011 16:17:08 +0000 (18:17 +0200)]
simplify copy c'tor

13 years agosupport QT_INSTALL_IMPORTS in testreader
Oswald Buddenhagen [Tue, 5 Apr 2011 15:27:39 +0000 (17:27 +0200)]
support QT_INSTALL_IMPORTS in testreader

13 years agodebugger: make original value of automatically dereferenced pointer accessible
hjk [Wed, 6 Apr 2011 16:39:56 +0000 (18:39 +0200)]
debugger: make original value of automatically dereferenced pointer accessible

13 years agodebugger: remove unused variable
hjk [Wed, 6 Apr 2011 16:26:27 +0000 (18:26 +0200)]
debugger: remove unused variable

13 years agodebugger: switch order of item and type specific entries in l&w context menu
hjk [Wed, 6 Apr 2011 16:11:14 +0000 (18:11 +0200)]
debugger: switch order of item and type specific entries in l&w context menu

On Mr B.'s request.

13 years agobookmarks: minor style changes
hjk [Wed, 6 Apr 2011 13:19:15 +0000 (15:19 +0200)]
bookmarks: minor style changes

13 years agodebugger: display inability to "finish" in status line
hjk [Wed, 6 Apr 2011 15:34:08 +0000 (17:34 +0200)]
debugger: display inability to "finish" in status line

Reviewed-by: Friedemann Kleint
Task-number: QTCREATORBUG-4382

13 years agoRemove grid from highlight definitions table view
Leandro Melo [Wed, 6 Apr 2011 14:37:02 +0000 (16:37 +0200)]
Remove grid from highlight definitions table view

Reviewed-by: con
13 years agoRemove grid from snippets table view
Leandro Melo [Wed, 6 Apr 2011 14:10:51 +0000 (16:10 +0200)]
Remove grid from snippets table view

Reviewed-by: con
13 years agoQmlProfiler: added 'clear view'
Christiaan Janssen [Wed, 6 Apr 2011 14:04:18 +0000 (16:04 +0200)]
QmlProfiler: added 'clear view'

Reviewed-by: Kai Koehne
13 years agoFix duplicate mime types in the user file
Leandro Melo [Wed, 6 Apr 2011 09:47:48 +0000 (11:47 +0200)]
Fix duplicate mime types in the user file

Also avoid writing the file on every apply and do it
only when the dialog is finished.

Reset can still be improved to take effect immediately.

Reviewed-by: con
13 years agofakevim: support snippets, by doing nothing.
hjk [Wed, 6 Apr 2011 12:55:26 +0000 (14:55 +0200)]
fakevim: support snippets, by doing nothing.

Reviewed-by: con
Task-number: QTCREATORBUG-4379

13 years agoDebugger: Fix change-indication of registers.
Friedemann Kleint [Wed, 6 Apr 2011 12:07:09 +0000 (14:07 +0200)]
Debugger: Fix change-indication of registers.

Emit dataChanged() on changed values.

13 years agoVCS: Fix unintented showing of description in log editor.
Friedemann Kleint [Wed, 6 Apr 2011 11:59:06 +0000 (13:59 +0200)]
VCS: Fix unintented showing of description in log editor.

In a log editor, releasing the mouse over a chunk of text
while selecting would trigger the opening of the description.
Prevent that by adding a flag indicating button drag,
ensuring it works only when no button is pressed.

Task-number: QTCREATORBUG-4385
Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
13 years agoCODA: CODA responds to the Device Removed event
Pawel Polanski [Wed, 6 Apr 2011 11:20:43 +0000 (13:20 +0200)]
CODA: CODA responds to the Device Removed event

13 years agoCompile fix
Friedemann Kleint [Wed, 6 Apr 2011 11:31:37 +0000 (13:31 +0200)]
Compile fix

13 years agoQuickDesigner: Jump to right column for QML syntax errors
Kai Koehne [Wed, 6 Apr 2011 10:35:56 +0000 (12:35 +0200)]
QuickDesigner: Jump to right column for QML syntax errors

column count for errors start with 1.

Task-number: QTCREATORBUG-4347
Reviewed-by: Thomas Hartmann
13 years agoQMakeStep: Fix qmljsdebugger warning issues
Kai Koehne [Wed, 6 Apr 2011 10:18:45 +0000 (12:18 +0200)]
QMakeStep: Fix qmljsdebugger warning issues

Debugging requires 4.7.1 minimum. Also update the label if the
user switches Qt versions.

Reviewed-by: dt
13 years agoFakeVim: Add missing endArray() to settings reading
dt [Wed, 6 Apr 2011 11:13:41 +0000 (13:13 +0200)]
FakeVim: Add missing endArray() to settings reading

Reviewed-By: hjk
13 years agoqQmlProfiler: independent start/stop/record buttons
Christiaan Janssen [Wed, 6 Apr 2011 10:26:19 +0000 (12:26 +0200)]
qQmlProfiler: independent start/stop/record buttons

Reviewed-by: Kai Koehne
13 years agoDoc: differences between integrated and stand-alone Qt Designer
Leena Miettinen [Wed, 6 Apr 2011 08:54:38 +0000 (10:54 +0200)]
Doc: differences between integrated and stand-alone Qt Designer

Task-number: QTCREATORBUG-3592

Reviewed-by: Friedemann Kleint
13 years agoDoc: differences in displaying application output
Leena Miettinen [Tue, 5 Apr 2011 14:53:42 +0000 (16:53 +0200)]
Doc: differences in displaying application output

Reviewed-by: Friedemann Kleint
13 years agoDoc: remove obsolete note
Leena Miettinen [Tue, 5 Apr 2011 09:54:34 +0000 (11:54 +0200)]
Doc: remove obsolete note

13 years agoDoc: remove obsolete info
Leena Miettinen [Tue, 5 Apr 2011 09:54:11 +0000 (11:54 +0200)]
Doc: remove obsolete info

13 years agoDoc: fix formatting
Leena Miettinen [Tue, 5 Apr 2011 09:53:44 +0000 (11:53 +0200)]
Doc: fix formatting

13 years agoFixed import of "." in a library with a hack.
Erik Verbruggen [Wed, 6 Apr 2011 07:19:46 +0000 (09:19 +0200)]
Fixed import of "." in a library with a hack.

Task-number: QTCREATORBUG-4198
Reviewed-by: Kai Koehne
13 years agoSSH: Move private class into internal namespace.
Christian Kandeler [Wed, 6 Apr 2011 08:31:27 +0000 (10:31 +0200)]
SSH: Move private class into internal namespace.

13 years agoSSH: Implement terminal support and corresponding tests.
Christian Kandeler [Wed, 6 Apr 2011 08:26:45 +0000 (10:26 +0200)]
SSH: Implement terminal support and corresponding tests.

Task-number: QTCREATORBUG-3891

13 years agoSSH: Adapt tests to API change.
Christian Kandeler [Wed, 6 Apr 2011 07:38:13 +0000 (09:38 +0200)]
SSH: Adapt tests to API change.