Friedemann Kleint
caa164a4ab
CDB: Use GdbMi parser for everything.
...
..preparing recursive dumpers. Add recursive parser to
watchutils.cpp Use insertBulkData() within CDB, add sizeof()
information for some Qt containers in order to be able to
dump QList<QList<KnownType> > .
2009-09-21 14:55:39 +02:00
Friedemann Kleint
603630fad6
Debugger: Use Gdbmi parser in CDB for parsing of protocol 1
...
Change dumper protocol 1 output not to contain type names as
hash keys (might contain blanks), use lists instead.
Start fixing autotests for 4.6.
2009-09-18 16:55:17 +02:00
Oswald Buddenhagen
1500914f5b
fix pointer aliasing issue
2009-09-18 11:31:00 +02:00
Daniel Molkentin
29ecb23342
Windows need quotes, unfortunately.
2009-09-15 17:19:29 +02:00
con
c22e4c7628
It's "Qt Creator" and that should reflect in the App name on Mac.
2009-09-15 14:22:13 +02:00
Alp Mestan
ead47eafa8
Translations from QuickOpen::* until the end done, many needing review though
...
Merge-request: 1461
Reviewed-by: Pierre Rossi <pierre.rossi@nokia.com >
2009-09-10 18:21:41 +02:00
Alp Mestan
10c2b04069
Many additional translations
...
Merge-request: 1461
Reviewed-by: Pierre Rossi <pierre.rossi@nokia.com >
2009-09-10 18:21:41 +02:00
hjk
80847e5551
debugger: disable not very useful QImage dumper for 1.3
2009-09-03 13:32:26 +02:00
hjk
b69fad927a
debugger: fix child count in QAbstractItem dumpers
2009-09-03 13:26:38 +02:00
Pierre Rossi
98af2967cc
a few more french translations
2009-09-02 18:03:27 +02:00
Benjamin Poulain
bde57a8832
Improve the French translation
2009-09-02 09:44:42 +02:00
Pierre Rossi
5c1c4501d2
french translation: non breaking spaces before colon char.
2009-08-31 17:54:09 +02:00
Pierre Rossi
a5f6bfbf21
French translation updates and fixes.
2009-08-31 17:54:09 +02:00
hjk
452f108ac7
debugger: fixes and improvements related to the Locals display
...
Split the concepts 'enabled' and 'editable' in the dumper output
Disable "<not in scope>" entries, also fix their type.
Fix glitch in type beautification for display
Find reason for failing bulk updates.
2009-08-31 16:05:55 +02:00
hjk
c7a48c67c0
debugger: revert accidentally commited changes in the dumpers
2009-08-28 17:37:48 +02:00
hjk
da76dcc32f
debugger: the new pointer checks had been to aggressive. disable for now
2009-08-28 17:32:04 +02:00
hjk
27382f753c
debuger: fix insertion of nested WatchData
2009-08-28 15:56:58 +02:00
hjk
75ade29466
debugger: allow dumpers to return children in more than one nesting level
2009-08-28 14:34:56 +02:00
hjk
9a5908bf8c
debugger: small improvements to dumpers
...
Add a dumper for QStack. Also don't crash when accessing an uninitialized
pointer when the pointer looks bad to begin with.
2009-08-28 10:42:55 +02:00
hjk
b901b5013d
debugger: fix type field in QHash dumper
2009-08-27 18:21:22 +02:00
hjk
1011450ca3
debugger: make list access in dumpers a bit more robust
2009-08-27 18:12:03 +02:00
hjk
786a0deb77
debugger: constify the address parameter passed to qDumpObjectData
2009-08-27 17:07:37 +02:00
hjk
9b34946f85
debugger: cosmetics of the dumper output
2009-08-27 16:52:14 +02:00
hjk
e195159f16
debugger: fix dumpers for QSharedPointer and QWeakPointer for the isNull() case
2009-08-26 16:49:05 +02:00
hjk
8ad116c0f1
debugger: re-organize autotests. also adjust to recent QScopedPointer changes
2009-08-26 16:11:23 +02:00
Benjamin Poulain
51f8a5fc69
Fixes in the French translation.
2009-08-25 09:53:16 +02:00
hjk
d79e8dc342
debugger: small fixes in the QObject dumper and autotest
2009-08-21 08:13:54 +02:00
hjk
a43bda6035
debugger: add dumpers for QPoint, QPointF, and QRectF
2009-08-21 08:13:50 +02:00
hjk
6a20960cad
add dumper for QRect
2009-08-20 10:24:22 +02:00
Friedemann Kleint
76c226dfdb
Debugger: Fix memory display
...
- Watchwindow: Do not open Address dialog if menu is canceled (act = 0
matching the unitialized unknown memory action)
- Actually pass the address of the dialog to the agent
- Make the "Open Memory editor..." action always visible to be able to
look at const char *x pointing at y
- Improve the address dialog with checking and dialog button box
- Explicitly pass the quint64 around
- Translate & purge
2009-08-19 14:41:51 +02:00
Friedemann Kleint
a04d0978f8
I18n: Updated German translation, fixed tr-Bugs for 1.2.9
2009-08-19 12:32:23 +02:00
hjk
93cbef8724
long live the king
2009-08-14 09:30:56 +02:00
hjk
71302eab8f
debugger: re-enable all dumpers that are usable in bootstrapped applications
2009-08-13 13:18:32 +02:00
hjk
864dec490f
debugger: make helpers compilable with QT_BOOTSTRAPPED
2009-08-12 17:34:40 +02:00
Pierre Rossi
dae47b3ed2
Just a quick review of the french translation.
2009-08-12 17:29:05 +02:00
Friedemann Kleint
894febbadf
Debugger: Make use of the "displayedtype" attribute.
...
Fix "displayedtype" in CDB, display it elsewhere.
Log debugger settings in DebuggerManager startup.
Acked-by: hjk <qtc-committer@nokia.com >
2009-08-12 11:21:44 +02:00
ck
49066c709a
Debugger: Added auto test for QModelIndex dumper.
...
Also fixed a bug uncovered by the auto test.
2009-08-11 11:44:23 +02:00
ck
f7a3fa1253
Debugger: Adapted dumper auto tests to new QObjectPrivate changes.
...
Also added checks to guard against these kind of changes in the future.
2009-08-11 10:28:24 +02:00
ck
d5d53c746a
Debugger: Fixed QMapNode dumper.
2009-08-10 16:59:15 +02:00
ck
0ab8f1ed46
Debugger: More dumper auto tests.
...
Added auto tests for QFileInfo, QHashNode and QLocale dumpers.
2009-08-07 15:28:54 +02:00
ck
e5c38532f5
Debugger: Fixed dumper autotests.
...
Recent changes to QObject and QSharedPointer broke the dumper
auto tests.
2009-08-06 17:40:53 +02:00
ck
3f6d5a83a8
Bugfix: Private header is no longer included in public header.
2009-08-06 11:21:40 +02:00
ck
99d4c0b2a9
Debugger: More dumper auto tests.
...
Added test for "QAbstractItem" and fixed bug uncovered by that.
2009-08-05 16:01:33 +02:00
ck
afd9fd824d
Debugger auto tests: Tracked changes to QObjectPrivate.
2009-08-05 14:05:03 +02:00
ck
2721eb2371
Debugger: Added auto test to stay in sync with QObjectPrivate.
...
The compile-time solution introduced by 3a084ae8a2
was felt by some to be too intrusive, so I've integrated the check for
changes to QObjectPrivate into the auto test.
2009-08-04 15:38:31 +02:00
ck
3a084ae8a2
Dumper updates.
...
- Added auto test for QMap.
- Qt::UniqueConnection is not actually a connection type, so we
don't treat it as one.
- The definition of QObjectPrivate keeps getting out of sync, so
there now is a "static assertion" that causes a compile error
when QObjectPrivate's size changes.
2009-08-04 12:23:26 +02:00
Friedemann Kleint
c483f5ae85
Updated and purged German translation.
2009-07-31 16:40:41 +02:00
Sergey Belyashov
c3169057b6
Updated Russian translation.
...
Merge-request: 1044
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-07-29 11:20:30 +02:00
ck
fb2f3860fa
Debugger: Updated QObjectSlot dumper for Qt 4.6.
...
The format of QObjectPrivate's senders list changed in version 4.6.
This change is now taken into account by the QObjectSlot and
QObjectSlotList dumpers.
Reviewed-by: hjk
2009-07-24 10:50:18 +02:00
con
95e5bfbda0
Match the new shortcut name at least in the schemes.
2009-07-21 13:50:29 +02:00