Commit Graph

265 Commits

Author SHA1 Message Date
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
hjk
c91aca64e6 debugger: fix item count for QLists with more than 1000 elements
Reviewed-by: Oswald Buddenhagen
2009-11-04 18:31:27 +01:00
Jure Repinc
674c2635b6 Added Slovenian translation
Merge-request: 1978
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-11-02 17:17:21 +01:00
Robert Loehning
47acdb5b28 Improved German translations for handling different Qt-versions
Reviewed-by: Oswald Buddenhagen
2009-10-30 21:29:56 +01:00
Sergey Belyashov
1c4db5e32c Updated Russian translation.
Merge-request: 1963
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-10-30 19:35:25 +01:00
con
cc7bd7d139 Minimal translation fix.
Reviewed-by: Friedemann Kleint
2009-10-30 17:59:40 +01:00
Oswald Buddenhagen
36a4fddaf0 less confusing: use the data type which was meant 2009-10-30 17:47:51 +01:00
Oswald Buddenhagen
2eade14143 remove superfluous casts 2009-10-30 17:47:51 +01:00
Robert Loehning
aa36a5b5fd Typo fixes in German translation.
Reviewed-by: Friedemann Kleint
2009-10-30 15:43:13 +01:00
Jarek Kobus
80a6ccc8a8 Update Polish translation 2009-10-30 14:00:35 +01:00
Friedemann Kleint
0b37be6e22 Debugger: Completely replace C99 uintptr_t type by quintptr. 2009-10-30 09:16:27 +01:00
Friedemann Kleint
c671251ac4 Final polishing of German translation. 2009-10-29 17:19:54 +01:00
Jarek Kobus
e05980de26 Update Polish translation, fix shortcut in the "tip of the day".
RevBy: Daniel Molkentin <daniel.molkentin@nokia.com>
2009-10-29 16:45:57 +01:00
Friedemann Kleint
7b117ba975 Update German translation for Release candidate. 2009-10-29 15:57:57 +01:00
Friedemann Kleint
09f77930bc Debugger: Do not use C99 types for pointers in sprintf() formats.
Pointer fit into long or long long (Win64).
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-10-29 15:13:49 +01:00
Jonathan Courtois
224bae155b Update french translation
Merge-request: 1954
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-10-29 14:37:47 +01:00
Oswald Buddenhagen
6e6d6f784b work on french translation
this is a squashed result of some major merging messups. original authors are:

Alp Mestan <alpmestan@gmail.com>
Benjamin Poulain <benjamin.poulain@nokia.com>
Pierre Rossi <pierre.rossi@nokia.com>
2009-10-29 14:37:47 +01:00
Jarek Kobus
06ddc41705 Update Polish translation 2009-10-28 17:22:31 +01:00
hjk
9d4b70053a debugger: allow NULL pointers in QList<Foo*> 2009-10-28 11:50:39 +01:00
Friedemann Kleint
6d9288118f Debugger: Add missing include for intptr-types. 2009-10-28 09:51:19 +01:00
hjk
695201b02d debugger: allow NULL pointers in QVector<Foo*> and QStack<Foo*> dumpers 2009-10-27 16:35:39 +01:00
Friedemann Kleint
65e13b7034 Debugger: Fix autotests on Windows
Format pointers consistently using 0x%[l]x in printf/scanf.
Remove %p formatting as the existence of the prefix 0x
is platform-dependent (missing with MSVC), which caused
a scanf error and thus dumper crash for QAbstractItem.
Reviewed-by: ck <qt-info@nokia.com>
2009-10-27 12:25:11 +01:00
Friedemann Kleint
3fd1e5b23f Debugger: Fix exit crash, dump QVariantList with gdb
Handle QVariantList within dumpers, as gdb does not resolve
typedefs. Disconnect the gdb process on exit, one more round
of event loop when quitting.
2009-10-27 09:51:14 +01:00
hjk
fc512f716d some forgotten license header changes. also, use Nokia instead of Trolltech. 2009-10-26 12:09:35 +01:00
Oswald Buddenhagen
8c52cca636 generate install targets also for the not-yet-built QM files 2009-10-22 20:12:00 +02:00
hjk
a06b3c15c8 debugger: remove two unused variables 2009-10-21 16:41:28 +02:00
Friedemann Kleint
82f47372c3 CDB: Add consistency checks to dumpers that avoid iterator asserts.
_HAS_ITERATOR_DEBUGGING asserts can cause the debugger to be in an
inconsistent state and should thus be avoided. Add checks on the
underlying red/black tree structures using friend helper classes.
2009-10-20 16:34:37 +02:00
Friedemann Kleint
aa89317731 Fix compiler warnings in dumper tests. 2009-10-19 16:46:59 +02:00
Friedemann Kleint
9e10e11c9c CDB: Add further checking to avoid invalid set asserts.
Clear a failed call. _HAS_ITERATOR_DEBUGGING can unfortunately
not be turned off as it is not binary compatible with other code.
2009-10-19 16:44:07 +02:00
hjk
c79476e72f debbugger: fix item counts > 1000 in QVector dumper 2009-10-16 14:40:44 +02:00
con
2ad414318b Update references in translation files. 2009-10-16 14:16:54 +02:00
Jarek Kobus
48e7f20d86 Start working on Polish translations 2009-10-15 16:23:13 +02:00
ck
4ead5b7202 Debugger: Dumper fix.
- If NSX and NSY have quotes for the QT_NAMESPACE case, they need them
  for the non-namespace case too.
- Dumper autotest: Replace hard-coded namespace with compile-time
  dynamic one.
2009-10-14 12:59:39 +02:00
Friedemann Kleint
744febe01a Debugger/Dumpers: Perform checks on QList/QVector<RawPointer>.
Reviewed-by: hjk <qtc-committer@nokia.com>
2009-10-13 12:35:47 +02:00
Friedemann Kleint
e1ce20bf8f i18n: Update German translation for 1.3 2009-10-12 12:35:10 +02:00
con
350c282ba1 XCode style keyboard shortcut layout should use some more default keys. 2009-10-09 14:32:48 +02:00
Friedemann Kleint
8266c366a3 CDB: Make use of the improved debugger expression syntax
CDB can now handle sizeof(Class) and even expressions that
determine the offset of map node values (to some extent), may still
fail with templates). Format expressions accordingly, adapt
cached expressions.
Use gdbQuoteType depending on debugger type only.
Most important, do not evaluate each expression separately before
issuing the call, as ".call" can now do it on its own. Check for syntax
errors there and cache failing types as before.
2009-10-09 14:11:05 +02:00
Friedemann Kleint
f39e5d8ceb I18N: Change namespaces (Core::Utils, etc) in ts files. 2009-10-08 12:46:57 +02:00
Oswald Buddenhagen
6d18970ba3 do not sort contexts in TS files
this avoids big diffs if contexts are renamed and manually adjusted in
the files.
2009-10-08 12:12:41 +02:00
Friedemann Kleint
1fad39c923 CDB: Fix dumper regression
- Do not deref d-ptr when checking on QVariants of PODS
- Make type/value fixing of dumper results more fine-grained
- Allow children in expandPtrToDumpage (QWidget-Pointers)
- Fix broken size cache (queuePrefix was empty)
- Compile
2009-10-02 15:17:50 +02:00
Sergey Belyashov
8537864309 Updated Russian translation.
Merge-request: 1680
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-10-02 12:24:11 +02:00
Pierre Rossi
eef3f47a33 french translation: mostly validating existing ones. 2009-09-30 11:31:26 +02:00
Benjamin Poulain
48c7bc5c94 New French translations and validation of old ones 2009-09-30 11:28:32 +02:00
Sergey Belyashov
f0a30f4a9b Next try to fix pointer aliasing issue
Merge-request: 1562
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-09-29 19:07:45 +02:00
Daniel Molkentin
e7a477b3a0 Build system: make 'install' target work on Windows.
Reviewed-By: Oswald Buddenhagen
2009-09-25 12:31:25 +02:00
Friedemann Kleint
0bcbab862e Dumper: More tests 2009-09-21 15:56:40 +02:00