Friedemann Kleint
6e93f4544d
Display Q<>Pointers/Work towards displaying maps/QMaps in CDB.
...
Make dumpers pass on more size information initially, namely the
various Q<>Pointers. Introduce enum for those special template types
whose size does not vary with the arguments (Q<>Pointer,
std::allocators...) to make it more easily extensible.
Pass on some common QMapNode<> sizes as well.
Introduce an expression cache to the common QtDumperHelper
class and make dumpers pass some common expression values
(value offsets of common QMapNode<> incarnations).
Make CDBDumperHelper use the expression cache.
Extend dumper tester.
2009-07-02 16:38:15 +02:00
Benjamin Poulain
310e28ba95
Update the French translation
...
Validation of some translations from Pierre, a few new translations in
the context of the editor.
2009-07-01 14:33:16 +02:00
hjk
ffee3f98af
debugger: fix regression in QVariant dumper
2009-07-01 14:15:44 +02:00
hjk
013437cfab
debugger: add widget watchers by mouse click in the debugged application.
...
The option is hidden in the context menu.
Currently the application must be stopped.
2009-07-01 14:15:44 +02:00
Pierre Rossi
04c2a73d6d
Updated French translation and added phrasebook.
2009-07-01 14:06:01 +02:00
Friedemann Kleint
02de790714
Moved the custom widget wizard templates into Qt Creators template dir.
...
Cannot put a source file template into a resource in a source directory
as Visual Studio will grab and build it.
2009-06-30 17:11:35 +02:00
Sergey Belyashov
7dd60128fd
Complete (ex: messages about data dumpers) Russian translation for Qt Creator 1.2
...
Merge-request: 780
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-06-30 11:39:37 +02:00
hjk
6edbc900b9
debugger: refactoring
2009-06-26 13:18:17 +02:00
hjk
fc145c2c02
debugger: reduce use of macros in dumper code
2009-06-26 10:52:19 +02:00
hjk
b295aec1ad
debugger: fix several small issues in the dumper code
...
Fix typo in QChar helper.
Add a auto tests for some of the dumpers.
Make the dumpers compilable for Qt < 4.5 for better regression tests.
Make manual tests compile with Qt < 4.5.
2009-06-26 10:51:27 +02:00
Pierre Rossi
eaa9e8a183
Started the french translation
2009-06-24 17:16:57 +02:00
hjk
6ea24c6e65
debugger: better dumper support for QChar and unsigned short.
2009-06-24 14:37:29 +02:00
hjk
69f58777c2
debugger: also simplify diplayed type of nested std::containers
2009-06-23 10:25:06 +02:00
hjk
a4d2666b8d
debugger: fix dumper for QList<T*>
2009-06-19 15:13:26 +02:00
hjk
d8b589ceff
debugger: remove QtGui dependency from debugging helpers
...
It was only used for the watch-QImage-while-it-is-being-drawn-on feature,
which does not seem overly useful.
2009-06-18 13:39:19 +02:00
Jason McDonald
884b7af769
Update license headers and sales contact details.
...
Reviewed-by: Trust Me
2009-06-17 00:01:27 +10:00
Friedemann Kleint
e86e7f960d
Fixed tr()-glitches, updated German translation.
...
Acked-by: dt <qtc-committer@nokia.com >
2009-06-16 12:34:23 +02:00
axasia
a8b496c92d
Update Japanese translation file.
...
Merge-request: 670
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-06-15 16:33:43 +02:00
Enrico Ros
341fba10b0
Italian translation for QtCreator's 1.2 release.
...
Updated the strings, translated the QML related ones and the new
Welcome page. Shortcuts translations are missing, Italians are/will
get used to the english Creator shortcuts.
Merge-request: 667
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-06-15 16:26:22 +02:00
Diego A. Schulz G
af6f9ef96a
Spanish translation done.
...
Merge-request: 676
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-06-15 16:22:10 +02:00
Friedemann Kleint
61a9356c64
Complete German translations.
2009-06-15 14:49:31 +02:00
Thorbjørn Lindeijer
a778626e4e
Fixed typo
2009-06-15 10:13:42 +02:00
Daniel Molkentin
28a36379c6
Updated German translation.
2009-06-12 21:19:15 +02:00
Oswald Buddenhagen
bb429a0eb7
add translation howto
2009-06-12 19:54:37 +02:00
Oswald Buddenhagen
461eeb06d5
make ts for danimo
2009-06-12 19:34:13 +02:00
Daniel Molkentin
90b6d1f598
German translation: Werkzeuge -> Extras to conform to 'standards'
...
Reviewed-By: con
2009-06-10 17:50:24 +02:00
Daniel Molkentin
c0a1698a49
Fix error in german translation.
...
Revieved-By: TrustMe
2009-06-10 14:35:57 +02:00
Oswald Buddenhagen
f9cd84c104
don't abuse special TRANSLATIONS variable
2009-06-09 19:55:06 +02:00
con
fde603d887
Install data files to right location (Mac).
...
Reviewed-by: Oswald Buddenhagen
2009-06-09 11:55:00 +02:00
Oswald Buddenhagen
d606e1f04a
fix data output paths
2009-06-08 15:55:41 +02:00
Oswald Buddenhagen
7ef45a7070
actually compile and link the phony target
...
kinda slower, but without error messages.
2009-06-08 15:55:41 +02:00
Oswald Buddenhagen
71ff4913ea
move the qtcdebugger tool to an appropriate place
2009-06-08 15:55:41 +02:00
Daniel Molkentin
6b919043bf
Partitial revert of d7af85a097.
...
broke at least cdb.
Reviewed-By: hjk <qtc-committer@nokia.com >
2009-06-08 12:12:36 +02:00
hjk
d7af85a097
debugger: implement a dumper for QAbstractItemModel
...
This also squashes a namespace related bug introduced by the watchutils
refactoring.
2009-06-03 12:48:48 +02:00
Thorbjørn Lindeijer
0240302b96
Integrate merge-request #568 into branch '1.2'
...
axasia (1):
Fix compile error on MSVC2008 Express Edition with Debugging Tools
for Windows(CDB).
Request-url: http://gitorious.org/qt-creator/qt-creator/merge_requests/568
Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com >
2009-06-03 09:56:58 +02:00
Daniel Molkentin
879b3dee97
Update german translations
2009-06-02 17:09:54 +02:00
Oswald Buddenhagen
917521c3cc
update german .ts for danimo
2009-06-02 12:53:12 +02:00
Oswald Buddenhagen
8312d81f04
remove redundand test
2009-06-02 12:53:12 +02:00
Oswald Buddenhagen
3d0189b5a0
hide the scary phony link command
2009-06-02 12:53:12 +02:00
axasia
8d53cb0fb4
Fix compile error on MSVC2008 Express Edition with Debugging Tools for Windows(CDB).
...
Following implicit cast occurred error C2664 from cl compiler.
(const WCHAR *) => (const ushort *)
(const ushort *) => (PCWSTR)
So fixed by using a explicit cast which reinterpret_cast.
2009-05-30 23:03:43 +09:00
hjk
ee5fb31f11
debugger: re-start work on image dumper
2009-05-29 16:25:12 +02:00
Friedemann Kleint
f0c8cdc7cc
Translation fixes.
2009-05-29 15:34:10 +02:00
Friedemann Kleint
27f9d9727d
Added QtcDebugger (Dispatcher for crashed Windows processes).
...
Called with crashed process and prompts the user to
choose between Qt Creator and Default Debugger.
Acked-by: Daniel Molkentin <daniel.molkentin@nokia.com >
2009-05-29 11:11:53 +02:00
Friedemann Kleint
f3612ebaef
Bring German translation up to date.
2009-05-28 11:58:05 +02:00
Friedemann Kleint
aca4386a0f
Ignore EXCEPTION_ACCESS_VIOLATION in the dumpers for speedup.
...
Do not trigger the whole debugger mechanism when Dumpers
crash on encountering uninitizialized variables. Temporarily
ignore the exceptions while in dumper call.
2009-05-22 14:31:37 +02:00
Friedemann Kleint
3ba72d0e1e
Stabilized the QString debug dumper a bit on Windows.
...
Try to prevent dumper crashes on
unitialized variables that slow down the debugger.
Acked-by: hjk <qtc-committer@nokia.com >
2009-05-20 16:59:40 +02:00
Oswald Buddenhagen
4f3b2f9357
Integrate merge-request #443 into branch 'master'
...
Sergey Belyashov:
(Almost) full Russian translation
Repository: git://gitorious.org/~bsa/qt-creator/bsas-clone.git
Branch: master (3744854e8a )
Request-url: http://qt.gitorious.org/qt-creator/qt-creator/merge_requests/443
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
Merge commit '3744854e8ab735ba39bde666328e9c5f7e13b660' into HEAD
Merge commit '3744854e8ab735ba39bde666328e9c5f7e13b660' into HEAD
2009-05-19 12:36:08 +02:00
Alessandro Portale
a36dd9d2df
Referencing .ui file as source location
2009-05-18 12:46:51 +02:00
Alessandro Portale
ef410b7366
Polishing Settings Ui:
...
Putting Help Filter settings into a GroupBox
2009-05-18 12:22:29 +02:00
Alessandro Portale
ee70abee9b
Polishing Settings Ui:
...
Putting VCS settings into a GroupBox
2009-05-18 12:19:13 +02:00