hjk
ad68bb2302
pluginhowto: update example code
...
Still not fully compilable
2011-05-11 12:34:17 +02:00
Friedemann Kleint
d58f0e7c75
Debugger[CDB]: Move breakpoint back from corrected location.
...
Make it fully work.
Task-number: QTCREATORBUG-4842
2011-05-11 12:19:31 +02:00
Tobias Hunger
b6e373bcda
GCC: Identify meego compiler
2011-05-11 12:14:56 +02:00
hjk
0747859006
debugger: make QVector and std::vector writable
2011-05-11 10:38:04 +02:00
Christian Kamm
d0b12f8f19
QmlJS: Remove unused argument for Link helper function.
2011-05-11 09:13:13 +02:00
hjk
587a2c3a2a
debugger: enable modification of std::string and QString
2011-05-10 19:01:49 +02:00
Oswald Buddenhagen
1d7605fbf8
Update french translation for 2.2
...
This is a team work by:
Jonathan Courtois <jonathan.courtois@gmail.com >
Thibaut Cuvelier <tcuvelier@redaction-developpez.com >
Verdvaine Yan <yan.verdavaine@redaction-developpez.com >
Pierre Rossi <pierre.rossi@nokia.com >
Merge-request: 2194
Merge-request: 2196
Merge-request: 321
Reviewed-by: ossi
2011-05-10 18:05:41 +02:00
Friedemann Kleint
4871f81894
Debugger: Move breakpoint back from corrected location.
...
Reviewed-by: hjk
Rubber-stamped-by:
Task-number: QTCREATORBUG-3912
2011-05-10 17:13:33 +02:00
Friedemann Kleint
00a0070483
Doc: Add documentation on how to write Wizards in code.
...
Reviewed-by: Leena Miettinen <leena.miettinen@nokia.com >
Acked-by: Alessandro Portale <alessandro.portale@nokia.com >
2011-05-10 16:51:02 +02:00
hjk
e8496ca33f
debugger: work on watchpoints (or, "data breakpoints" as they are called now)
2011-05-10 15:58:11 +02:00
hjk
6331b68943
debugger: (gdb, non-Mac) also print numeric values for enums
2011-05-10 15:58:11 +02:00
hjk
725fb153b7
debugger: speed up python dumper
...
build up list of string chunks instead of big string
2011-05-10 15:58:11 +02:00
hjk
da44415ebe
debugger: more direct number conversion in putAddress
2011-05-10 15:58:11 +02:00
Friedemann Kleint
86b50c579c
Analyzer: String constant and include cleanup.
2011-05-10 15:43:22 +02:00
Friedemann Kleint
ddf4b613f3
Krazy fixes (spelling, single char strings, char constants).
2011-05-10 15:21:41 +02:00
Friedemann Kleint
5a21fba3f2
Debugger: Fix remote CDB debugging.
...
Determine ABI correctly.
Reviewed-by: hjk
Task-number: QTCREATORBUG-4832
2011-05-10 15:11:55 +02:00
Thomas Hartmann
bda50da7cd
QmlDesigner.itemlibrary: do not show non-visual content items
...
Task-number: QTCREATORBUG-4770
2011-05-10 15:11:19 +02:00
Thomas Hartmann
df6f809927
QmlDesigner: allow aborting drag and drop with Escape
...
Also allows aborting the move tool.
Reviewed-by: Marco Bubke
Task-number: QTCREATORBUG-4322
2011-05-10 15:11:19 +02:00
Thomas Hartmann
4b19473a9b
QmlDesigner.formEditor: do not invert selection on click
...
Reviewed-by: Marco Bubke
Task-number: QTCREATORBUG-4819
2011-05-10 15:11:18 +02:00
Thomas Hartmann
040f2e0ba9
QmlDesigner.formEditor: no focus on enter event
...
Reviewed-by: Marco Bubke
Task-number: QTCREATORBUG-4820
2011-05-10 15:11:18 +02:00
Pawel Polanski
ab0bad2e67
Small fixes
2011-05-10 14:05:16 +02:00
Pawel Polanski
90507ed606
Small cleanup
2011-05-10 13:54:12 +02:00
Pawel Polanski
f86ccf296d
Symbian: Application display name can be changed
...
When publishing to Ovi Store the application's
name can be changed in the Publishing Wizard
Task-number: QTCREATORBUG-4816
2011-05-10 13:53:49 +02:00
dt
4e254f2d35
Fix crash after removing target
...
Reported on irc by ckamm
2011-05-09 20:53:19 +02:00
Friedemann Kleint
1dfb4a264a
L10n: Fix German translation of the 'Add Library Wizard'.
...
(cherry picked from commit ac18e2016c )
2011-05-09 18:44:05 +02:00
Kai Koehne
aa5d5c6b86
QmlProfiler: Add missing copyright header
2011-05-09 17:36:25 +02:00
Friedemann Kleint
b6d0f3f432
Debugger[CDB]: Correct breakpoint locations in source files.
...
Skip comments, move to end of multi-line statements and
other things.
Initial-patch-by: Erik Verbruggen <erik.verbruggen@nokia.com >
2011-05-09 17:02:46 +02:00
Erik Verbruggen
e0ae4021bd
Fixed auto-test, added constant, and added a bit of doxymentation.
2011-05-09 15:28:11 +02:00
Friedemann Kleint
56fea4ad3a
Fix test compile.
2011-05-09 15:08:21 +02:00
Thomas Hartmann
0da6d311b6
QmlDesigner.propertyEditor: fix tooltips
...
We set a stylesheet to avoid bugs with certain styles.
Task-number: QTCREATORBUG-4003
2011-05-09 14:42:42 +02:00
Thomas Hartmann
8828d2c063
QmlDesigner: fixes warning
2011-05-09 14:42:42 +02:00
Thomas Hartmann
32b93204d3
QmlDesigner.itemLibrary: disable animation and preview.
...
This feature is not polished enough.
Also since we use the complete canvas it does not make much sense.
So I disable it until we have time to polish it or decide to remove it
completely.
2011-05-09 14:42:41 +02:00
Erik Verbruggen
908d73f0d0
Added the Enumerator class as a special Declaration.
...
Reviewed-by: Roberto Raggi
2011-05-09 14:00:32 +02:00
Erik Verbruggen
49814d9ea5
Class to find breakpoint positions for CDB.
...
Reviewed-by: Friedemann Kleint
2011-05-09 13:43:19 +02:00
Thorbjørn Lindeijer
a547aee827
Introduced capabilities for OperateByInstruction and RunToLine
...
The ScriptEngine does not support these actions, so make sure they are
disabled in the debugger menu.
Reviewed-by: hjk
Task-number: QTCREATORBUG-2749
2011-05-09 13:13:14 +02:00
Pawel Polanski
e1f89cfaf9
Symbian: Unsigned installer's file does not install
...
Task-number: QTCREATORBUG-4808
2011-05-09 13:03:21 +02:00
Oswald Buddenhagen
4c8fbf5987
don't validate working directory of custom process steps
...
amends 64cfa46
Task-number: QTCREATORBUG-4806
Reviewed-by: dt
2011-05-09 12:53:49 +02:00
Friedemann Kleint
efaec47a99
Remove patch submitted by mistake.
2011-05-09 12:46:38 +02:00
dt
80d7cfc72d
Compile
2011-05-09 12:23:56 +02:00
dt
ecf66acaf2
Remove dead code
2011-05-09 12:00:23 +02:00
Friedemann Kleint
a05e5da60f
Compiler warnings.
2011-05-09 09:49:42 +02:00
Bill King
d097037d52
Updates to krazy2 reporting.
2011-05-09 09:33:53 +02:00
hjk
2b1ad2f9a3
debugger: re-do the 'bbsetup' after sourcing a user script
2011-05-09 09:17:11 +02:00
hjk
a4c8602821
debugger: "Add breakpoint" dialog cosmetics
2011-05-09 09:12:16 +02:00
hjk
c620749b95
debugger: introduce watchpoint-by-expression
2011-05-09 09:04:55 +02:00
hjk
8a9cde986a
debugger: fix output parsing for watchpoint on mac
...
Task-number: QTCREATORBUG-4797
2011-05-09 08:36:37 +02:00
Christian Kandeler
d984967797
Maemo: Remove file system watcher before removing files.
2011-05-06 18:35:23 +02:00
Thomas Hartmann
fef336bcea
QmlDesigner.propertyEditor: fixes for PathView
2011-05-06 18:10:53 +02:00
Thomas Hartmann
d7f3a0c3cc
QmlDesigner.propertyEditor: fixes for ListView
2011-05-06 18:10:52 +02:00
Thomas Hartmann
e4a2228739
QmlDesigner.propertyEditor: fixes for GridView
2011-05-06 18:10:52 +02:00