hjk
66db60e0fe
debugger: replace xrange(0, end) by xrange(end).
2009-12-11 13:25:30 +01:00
hjk
68bd4d2b95
debugger: refactor the dumper class to make it work with gdb 7.0
...
This is an attempt to make it work with released gdb 7.0. It uses some
ugly workarounds to compensate for the missing gdb.Block and gdb.Symbol
structures.
2009-12-09 13:51:17 +01:00
hjk
d92f8b80ca
debugger: work on QImage dumper
2009-12-08 17:46:53 +01:00
hjk
4794cbf030
debugger: rename 'magic' prefix for custom dumper from qqDump to qdump__
...
It is nicer in the presence of namespaces as '::' will be replaced by '__'
to create the dumper function names.
2009-12-07 12:07:10 +01:00
hjk
d2ab8762e9
debugger: special handling of char *argv[] in l&w
...
It's nicer this way.
2009-12-07 11:28:47 +01:00
hjk
b08a349da9
debugger: allow user defines ranges of watch items
2009-12-04 18:16:16 +01:00
hjk
ecb0df0cb5
debugger: work on "watchers" for use with new dumpers
2009-12-04 17:08:35 +01:00
hjk
ef9db9cf79
debugger: make 'watch' item work with new dumpers
2009-12-04 13:22:59 +01:00
hjk
f2842d07d5
debugger: fix new dumpers in the context of base class types containing
...
spaces in its string representation
2009-12-04 13:22:59 +01:00
con
8b9c748abb
Merge remote branch 'origin/1.3'
2009-12-03 15:15:08 +01:00
hjk
71c3d0977b
debugger: try make custom dumpers more "user friendly"
...
Introduce Dumper.put{Value,Name,StringValue,ByteArrayValue} functions.
No need for explicit specification of valueencoding in user code.
2009-12-03 14:12:54 +01:00
hjk
534d91859f
debugger: auto-deref all pointers when new dumpers
2009-12-03 14:00:01 +01:00
hjk
7c5c69f6ac
debugger: various changes to new dumper
...
- add an 'informative' mode, similar to old dumper's 'protocol 1'
- remove some hard coded names for std container dumpers
- use safePutItemHelper instead of putItemHelper in most places
2009-12-03 14:00:01 +01:00
Oswald Buddenhagen
19ac943c43
fix lupdate breakage fallout
2009-12-02 17:56:13 +01:00
hjk
fdbecf93c0
debugger: remove some hard coded typenames for std container dumpers to "user land"
2009-12-02 14:12:12 +01:00
Thorbjørn Lindeijer
7057584f98
Set a background color for disabled code in FakeVim style
...
Fixes right margin and folded code popup background to be
non-transparent.
2009-12-02 12:34:32 +01:00
hjk
4e29b16f92
debugger: work on new dumpers
...
more robustness in case qt's namespace cannot be determined
work on qvariant dumper
2009-12-01 17:11:20 +01:00
hjk
ebff16f8b1
debugger: fix dumper for QString::isNull()
2009-12-01 17:11:09 +01:00
mae
0fffad22ad
Merge commit 'origin/1.3'
2009-12-01 15:58:09 +01:00
Robert Loehning
b02da0e034
Removed stray apostrophe.
...
Reviewed by: con
2009-12-01 12:59:44 +01:00
Friedemann Kleint
f2e77fb8fd
Dumpers: Dump QFileInfo
2009-12-01 12:00:47 +01:00
Oswald Buddenhagen
b0b5bde2e9
Merge remote branch 'origin/1.3'
...
Conflicts:
doc/qtcreator.qdoc
src/plugins/debugger/watchhandler.cpp
2009-11-27 20:06:01 +01:00
hjk
dd71d9a593
debugger: fix more cases of .. if ... else ..
2009-11-27 14:11:36 +01:00
hjk
a1e130471e
debugger: take care of antediluvian distributions
2009-11-27 13:53:46 +01:00
Robert Loehning
f1d79229d3
Added missing German translations.
...
Reviewed-by: Oswald Buddenhagen
2009-11-27 12:43:22 +01:00
Oswald Buddenhagen
e5c1bb76e6
"backport" french translation from 1.3.0
2009-11-27 11:23:48 +01:00
Oswald Buddenhagen
c7cd13892e
Added missing German translation.
...
by robert
2009-11-26 21:49:22 +01:00
hjk
94581fc6e3
add some meat
2009-11-26 15:11:59 +01:00
Oswald Buddenhagen
0271da5f37
Arm => ARM
2009-11-24 20:04:52 +01:00
Benjamin Poulain
6e61990023
Validatation of the first half of the French translations.
...
Validate the strings of the French translation. The strings were fixed
when necessary.
2009-11-22 20:54:22 +01:00
Pierre Rossi
8ae0b6665c
Updated french strings to be translated for 1.3
2009-11-22 18:45:32 +01:00
Benjamin Poulain
5bf5e23efc
Additionnal French translations
...
Reviewed-by: Pierre Rossi
2009-11-22 18:45:32 +01:00
hjk
e2cfc0958e
debugger: mark 'Null' QStrings() in pretty-printers
2009-11-20 10:11:21 +01:00
Robert Loehning
bfb01f4162
Fixed translation typo.
...
Reviewed-by: Maurice Kalinowski
2009-11-18 19:46:10 +01:00
axasia
fbede04f67
Update japanese translation.
...
Merge-request: 2140
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-11-18 18:14:07 +01:00
Jonathan Courtois
aaa06753ff
Validating French translations
...
Merge-request: 2131
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-11-18 18:10:59 +01:00
Oswald Buddenhagen
190bace234
French translations
...
by Ben & Pierre
2009-11-18 18:10:51 +01:00
Jonathan Courtois
6faadc94ed
French translations
...
Merge-request: 2131
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-11-18 17:17:42 +01:00
Florent Renault
ec7ad5e71a
French translations
...
Merge-request: 2131
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-11-18 17:17:42 +01:00
Friedemann Kleint
066b1d8d6b
Shortcut Ctrk-L (Locator Goto Line) broken in most translations.
...
Change the translateable string not to contain a blank.
Task-number: QTCREATORBUG-299
Reviewed-by: Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com >
2009-11-17 16:56:04 +01:00
Sergey Belyashov
9ce3bd0b76
Updated Russian translation.
...
Merge-request: 2115
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-11-17 15:48:00 +01:00
con
c0dc334891
CSL is the right name.
...
Reviewed-by: Oswald Buddenhagen
2009-11-12 19:43:31 +01:00
Jarek Kobus
6485a66c5b
Update Polish translations
2009-11-12 11:49:20 +01:00
Ritt Konstantin
702489cebc
update Russian translations for 1.3.0
...
Merge-request: 2065
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-11-12 11:18:47 +01:00
hjk
80a112f677
debugger: make QVariant dumper compile with QT_NO_SHORTCUT
2009-11-12 09:25:42 +01:00
Friedemann Kleint
97618ec493
L10n: Correct spelling in German translation
...
Run through spell checker.
Task-number: QTCREATORBUG-256
2009-11-10 12:50:51 +01:00
Robert Loehning
6320b06b7c
Typo fix in German translation
...
Reviewed-by: hjk
2009-11-09 13:06:46 +01:00
hjk
5eadf2bef7
debugger: simplify QList dumper
2009-11-06 10:15:19 +01:00
Friedemann Kleint
c489b8db7d
i18n: Complete German translation and correct tips on Welcome Page.
...
Reviewed-by: Robert Loehning <robert.loehning@nokia.com >
2009-11-05 15:43:46 +01:00
Robert Loehning
2dfa6e948e
Correct case for translations of "MinGW"
...
Reviewed-by: Oswald Buddenhagen
2009-11-05 14:05:21 +01:00