Commit Graph

21107 Commits

Author SHA1 Message Date
Thomas Hartmann
36f4d7b284 QmlDesigner.symbianPlugin: update of icons 2011-04-11 10:27:45 +02:00
Erik Verbruggen
483875f2be Fixed an off-by-one array-out-of-bounds bug.
Reviewed-by: Lasse Holmstedt
2011-04-11 09:56:26 +02:00
Tobias Hunger
f61b8fd6a3 VCS: Fix crash in VCSManager 2011-04-08 17:33:32 +02:00
Christiaan Janssen
4ae814361a QmlProfiler: summary computation optimization
Reviewed-by: Kai Koehne
2011-04-08 17:06:01 +02:00
Christiaan Janssen
4214bb1a9b QmlProfiler: cleaning output when starting new trace
Reviewed-by: Kai Koehne
2011-04-08 17:06:01 +02:00
Leena Miettinen
752606e48d Doc: add link to Qt Quick components for Symbian 2011-04-08 17:02:10 +02:00
Leena Miettinen
0a298a7457 Doc: update screen shots 2011-04-08 17:02:10 +02:00
Leena Miettinen
769b2c234a Doc: add file for fixnavi 2011-04-08 17:02:09 +02:00
Tobias Hunger
9b36f12b81 Remove debug code 2011-04-08 16:40:27 +02:00
Tobias Hunger
c65ba85f8d Gcc: Detect arm gccs on mac properly
... and add a unit test.
2011-04-08 16:34:32 +02:00
Friedemann Kleint
f3cc061dbe 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
2011-04-08 16:22:56 +02:00
Tobias Hunger
275e1434da Mercurial: Remove unnecessary virtual keywords
... and clean up the whitespaces.
2011-04-08 16:21:19 +02:00
cerf
4087492067 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>
2011-04-08 16:21:19 +02:00
Tobias Hunger
d8a179c572 VCS: Work better with nested VCS
Are more intelligent at guessing nested VCS. This should improve
git submodule support.

Task-number: QTCREATORBUG-4044
2011-04-08 16:21:18 +02:00
Tobias Hunger
9b121e3df0 Bazaar: Remove unnecessary virtuals
Remove unnecessary virtuals and whitespaces
2011-04-08 16:21:18 +02:00
Friedemann Kleint
6cf2cf8605 Debugger: Fix warning, remove unused AttachTcf mode. 2011-04-08 16:04:53 +02:00
con
be3a2f615f Fix target setup page layout on Mac.
Reviewed-by: dt
2011-04-08 15:28:56 +02:00
hjk
9dc3e3ed44 debugger: fix quoting of watched expressions with funny chars inside
Base 64 to the rescue.

Reviewed-by: con
2011-04-08 14:46:35 +02:00
hjk
7fafe86725 debugger: use an enum for different encoding values 2011-04-08 14:39:56 +02:00
Kai Koehne
d40c15abea QmlJSEditor: Don't warn about failing dumps if dumper is from 2.1
Ignore dumper failures if dumper is from 2.1. This is the case e.g.
for the time being with the Qt SDK 1.1. The type info might still
be available if a .qmltypes file is available.

Task-number: QTCREATORBUG-4380
Reviewed-by: Erik Verbruggen
2011-04-08 14:21:17 +02:00
Christiaan Janssen
6ab68a1a5f QmlProfiler: added summary view
Reviewed-by: Kai Koehne
2011-04-08 13:35:38 +02:00
Christiaan Janssen
d5ad4e8dd4 QmlProfiler: reset timer on clear output
Reviewed-by: Kai Koehne
2011-04-08 13:35:38 +02:00
Leandro Melo
cd995e0826 Fix C++ model crash when evaluating deep expressions
Task-number: QTCREATORBUG-3831
Done-with: Roberto Raggi
2011-04-08 13:24:11 +02:00
hjk
2074ec8a35 debugger: fix quoting of watched expressions with funny chars inside
Base 64 to the rescue.
2011-04-08 13:22:00 +02:00
Pawel Polanski
0da6c8bcb8 CODA: added some timeout fixes to the deployment 2011-04-08 12:44:47 +02:00
Pawel Polanski
3875944c2a CODA: Fixed: CODA keeps handle to .SIS file
Task-number: QTCREATORBUG-4324
Reviewed-by: Kai Koehne
2011-04-08 12:19:46 +02:00
Kai Koehne
986c9560e9 QmlObserver: Fix 'Apply Changes on Save' on Mac
Use the generic FileInProjectFinder instead of some homebrewn
matching algorithm (which didn't handle the case that on  Mac OS X,
files are copied to the app bundle).

Reviewed-by: Christiaan Janssen
Task-number: QTCREATORBUG-3188
2011-04-08 11:58:48 +02:00
hjk
a1e11f69a9 fakevim: Enforce use of RealControlModifier by breaking the compilation otherwise 2011-04-08 11:19:22 +02:00
Tobias Hunger
43f2096800 Qt: Update invalid icon
Update the invalid icon of the Qt version as soon as the qmake path
is changed.

Task-number: QTCREATORBUG-4408
2011-04-08 11:16:40 +02:00
Tobias Hunger
6db7426d5e Fix warning about signed/unsigned comparison
Use int instead of unsigned and do some code cosmetics while at it.
2011-04-08 11:14:11 +02:00
Orgad Shaneh
9043b8e73a Submit Editor: Fix shortcuts
Merge-request: 285
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
2011-04-08 11:05:21 +02:00
Tobias Hunger
a6ec8e29ea 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
2011-04-08 10:58:06 +02:00
Tobias Hunger
a809a0d2a6 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
2011-04-08 10:58:05 +02:00
Tobias Hunger
1f99db9d8f Describe folding indents of the DiffHighlighter 2011-04-08 10:58:05 +02:00
hjk
26b28804a7 debugger: fix display name when using "start and debug external app"
Reviewed-by: Lasse Holmstedt <lasse.holmstedt@nokia.com>
2011-04-08 10:48:16 +02:00
Tobias Hunger
6a2490c381 Symbian: Be more clever about figuring out SBS path 2011-04-08 10:44:02 +02:00
Leena Miettinen
1b106a9bff Doc: link to QML templates by Forum Nokia 2011-04-08 10:30:32 +02:00
Leena Miettinen
6cf1320184 Doc: setting breakpoints before attaching to a running process
Task-number: QTCREATORBUG-3170

Reviewed-by: hjk
2011-04-08 10:30:32 +02:00
con
a0925af7d1 Fix startup crash on Mac
Introduced by f023b1ddbd

Reviewed-by: Kai Koehne
2011-04-08 09:33:47 +02:00
hjk
d8b6837b45 fakevim: Try to fix Ctrl on Mac. Again.
How clever can "clever default behaviour" get before it turns unclever...
2011-04-07 18:00:46 +02:00
hjk
f5f8227be5 debugger: code cosmetics 2011-04-07 18:00:46 +02:00
Arvid Ephraim Picciani
f023b1ddbd debugger: remove lldb specific option from debugger menu
Reviewed-By: hjk
2011-04-07 17:30:53 +02:00
Leena Miettinen
446a9c561f Doc: edit for style and grammar 2011-04-07 17:28:24 +02:00
Christian Kandeler
3031eae8ab Maemo: Support copying directries to sysroot. 2011-04-07 17:26:19 +02:00
Christian Kandeler
11974a1449 Mobile wizards: Don't show orientation options for Harmattan & Meego. 2011-04-07 17:26:19 +02:00
Christian Kandeler
a257596b90 Maemo: Manually create directories when deploying without packaging.
Task-number: QTCREATORBUG-4398
2011-04-07 17:02:30 +02:00
Thomas Hartmann
86a5da6f68 QmlDesigner.itemLibrary: no width/height for text
The Text element has an implicit size.

Reviewed-by: Marco Bubke
2011-04-07 16:45:35 +02:00
Thomas Hartmann
32cb311694 QmlDesigner.nodeInstances: fix rendering bugs
Qt::transparent != 0 !!

Reviewed-by: Marco Bubke
2011-04-07 16:45:35 +02:00
Thomas Hartmann
c8d3876657 QmlDesigner.navigator: scroll to selected item
Reviewed-by: Marco Bubke
2011-04-07 16:45:34 +02:00
Thomas Hartmann
7a1e19d891 QmlDesigner.nodeInstances: fix for implicit width
Reviewed-by: Marco Bubke
2011-04-07 16:45:34 +02:00