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
ck
5a71082328
Made use of Qt::UniqueConnection dependent on version >= 4.6.
2009-07-20 16:21:43 +02:00
ck
512b809188
Added more dumper auto tests.
...
Added test for QObjectSignal dumper and fixed two bugs uncovered by it.
2009-07-20 16:10:37 +02:00
ck
0a0b16a1db
Added more dumper auto tests.
...
Added test for QImage and fixed bug uncovered by that test.
Also prepared test for QSharedPointer.
2009-07-16 14:35:49 +02:00
Friedemann Kleint
562b417036
Debugger: Remove unneeded expression for dumping QVector.
...
...thus enabling dumping of it in CDB.
Reviewed-by: hjk <qtc-committer@nokia.com >
2009-07-16 12:09:24 +02:00
Sergey Belyashov
2c414f21a6
Added possibility to translate file types in open/save dialogs.
...
Merge-request: 900
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-07-16 10:06:52 +02:00
Friedemann Kleint
7a847df2b7
Fix CDB/output dumperversion correctly, dump maps correctly.
2009-07-15 16:07:57 +02:00
hjk
a16aa2e0d6
debugger: remove duplicated 'completeSuffix' entry in QFileInfo dumper
2009-07-15 09:26:00 +02:00
Thorbjørn Lindeijer
2fcf2ac5d3
Added a FakeVim color theme
...
Specially for FakeVim users out there who want an easy way to switch to
vim's default color theme on a dark brackground.
Also did a little cleanup.
2009-07-14 15:30:27 +02:00
hjk
56a81a06b5
debugger: fix regression in QMap dumping introduced in 5bd1d2a0
2009-07-14 10:08:12 +02:00
Roberto Raggi
dbffbe107f
Install the color schemes
2009-07-13 14:35:40 +02:00
Thorbjørn Lindeijer
947b719e69
Made selecting the color scheme functional
...
Also, defaults formats are now applied to any format that hasn't been
defined in the color scheme file. This allows a color scheme to fall
back on the default selection color, for example.
2009-07-13 14:22:27 +02:00
Thorbjørn Lindeijer
065689478c
Introduced a ColorSchemeReader class for reading color scheme files
2009-07-13 14:22:27 +02:00
hjk
b1761033ea
debugger: workaround for gdb reporting 'std::wstring' as 'wstring'
2009-07-13 12:53:50 +02:00
ck
911d15a879
Added QDumper auto tests.
...
Added auto tests for QChar and QFile dumpers.
2009-07-10 14:57:50 +02:00
hjk
51ce82a727
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-07-10 14:28:10 +02:00
Daniel Molkentin
29c3a674e5
proper version of 33dd9deaea
...
Make revision sting show up in German translation. Also fix the Spanish one a bit.
2009-07-10 12:56:51 +01:00
Daniel Molkentin
f5414a4a79
Revert "Make revision sting show up in German translation. Also fix the Spanish one a bit."
...
This reverts commit 33dd9deaea .
2009-07-10 12:55:44 +01:00
Daniel Molkentin
33dd9deaea
Make revision sting show up in German translation. Also fix the Spanish one a bit.
2009-07-10 12:50:14 +01:00
hjk
56b24aac36
debugger: reduce amount of data produced by the dumpers by removing
...
predicatable parts.
2009-07-10 13:40:54 +02:00
hjk
ef786bf32e
debugger: do not output child type and numchild information if it is equal
...
to the ones specified in the childtype and childnumchild items
2009-07-10 13:40:54 +02:00
hjk
209037e98f
debugger: remove the InnerValueResult enum and handling again.
...
60 lines of mainly useless code
2009-07-10 11:39:11 +02:00
Pierre Rossi
8c64c97c15
deleted the french phrasebook (merged into the one from mainline)
2009-07-09 16:26:09 +02:00
hjk
206adf2d43
debugger: work on dumper auto tests
2009-07-09 10:26:54 +02:00
Friedemann Kleint
842540d9c0
Dump QObjects for CDB
2009-07-09 09:11:22 +02:00
hjk
de6fda2020
debugger: add auto tests for QList
2009-07-08 18:28:49 +02:00
Pierre Rossi
1c1cb9f18c
Added non breaking spaces in front of double ponctuation signs (':','!'
...
and '?' ) in the french translation.
2009-07-08 14:56:52 +02:00
Benjamin Poulain
c86acef69a
New translations for the French version of Qt Creator
2009-07-08 14:28:09 +02:00
axasia
81c454a57d
Fix some wrong translations for japanese.
...
Merge-request: 827
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-07-07 17:09:49 +02:00
Friedemann Kleint
7b15d12300
Dumper fixing, dump some common std::map, std::set types with CDB.
...
- std::set/map: Introduce templates to iterate the MSVC STL
implementation depending on type (since it inherits some
basic set_traits that depend on the key/value size.
- Retrieve types correctly in CDB (buffer too short for STL-types)
- Fix std::map in GDB broken by previous commit.
- Introduce a dumper version check in GDB/CDB.
- Make GDB parse sizes in initial dumper call as well
- Fix special sizes to work with namespaced Qt (watchutils)
2009-07-07 16:00:45 +02:00