Commit Graph

4946 Commits

Author SHA1 Message Date
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
Alessandro Portale
a6c0500882 Polishing Settings Ui:
Putting Debugging Helper settings into a GroupBox
2009-05-18 11:57:53 +02:00
Alessandro Portale
e00f346e7c Polishing Settings Ui:
Putting Docs settings into a GroupBox
2009-05-18 11:47:45 +02:00
Alessandro Portale
0c9e8b23a0 Polishing Settings Ui:
Putting Cpp file settings into a GroupBox
2009-05-18 11:35:59 +02:00
Alessandro Portale
59003be0d5 Replaced 'speinfo' with 'qtmodulesinfo'. 2009-05-17 23:57:21 +02:00
Sergey Belyashov
3744854e8a Full Russian translation
Translated most of entries (2081 finished, 23 unfinished, 59 untranslated),
but qt-creator does not use some of them (for example, main menu, "Application Output"
in bottom of layout, some items in settins, and others) - this problem presents in
other translations, so I think it is qt-creator problem.
2009-05-18 00:05:18 +04:00
Friedemann Kleint
72d2b286dc German translation up to 81% complete! 2009-05-15 15:43:10 +02:00
hjk
158e5ee82c debugger: refactoring of the QObject dumper
signal lists still broken for 4.6
2009-05-13 16:12:10 +02:00
hjk
6b9f9c6086 debugger: alsways use the copied qobject_p.h for the QObject dumper 2009-05-13 14:50:49 +02:00
con
6264ba4f59 Make QString dumper fail faster in case of uninitialized variables
Reviewed-by: hjk <qtc-committer@nokia.com>
2009-05-12 16:47:56 +02:00
Enrico Ros
11ffdd903a Adding the complete Italian translation. Keyboard shortcuts are left unchanged.
Some twirks may be added, for keeping strings in-size.

Thanks to Oswald Buddenhagen for the instructions.
2009-05-11 18:35:04 +02:00
Alessandro Portale
d971065b36 Renaming workbenchintegration.h/.cpp to qtcreatorintegration.h/.cpp 2009-05-08 16:43:26 +02:00
Alessandro Portale
0ffc9ab76a Removed unused source files that mentioned "Workbench". While at it,
also removed all code inside USE_P4_API. Gits history be our backup,
if we ever want to use the P4 Api directly in the future.
2009-05-08 16:43:18 +02:00
Alessandro Portale
0a593aa448 Rename QtWorkbenchSnippet to QtCreatorSnippet
Rename qtworkbench to qtcreator
2009-05-08 16:43:16 +02:00
Alessandro Portale
0b13357700 Rename AboutWorkbench to AboutQtCreator 2009-05-08 16:43:15 +02:00
Friedemann Kleint
84b3b9cba2 Continued German translation. 2009-05-07 15:34:27 +02:00
Oswald Buddenhagen
c1dc4394b0 beautify installation of pluginspecs
use the data copying custom compiler approach here, too.
this leaves more work to qmake, which is good.
on the upside, pluginspecs will be installed when they change without
having force a re-link of the plugin itself.
on the downside, installation of a pluginspec will force a re-link of
the plugin. oh, well - you can't have it all (with qmake) ...
2009-05-06 20:25:20 +02:00
Oswald Buddenhagen
e47689449d fix shadow build detection 2009-05-06 20:25:20 +02:00
Oswald Buddenhagen
97ffee6bdd automate setting IDE_BUILD_TREE 2009-05-06 20:25:20 +02:00
Daniel Molkentin
99becbe187 Fix for 8d7389fa8d. 2009-05-06 12:08:35 +02:00
Daniel Molkentin
8d7389fa8d Fix: Compile on Mac OS X with the official Qt for Mac / Qt SDK for Mac.
Find translation helper binaries in QT_INSTALL_BINS. QT_INSTALL_PREFIX is
/ on OS X, since it cannot have a meaningful value, unless you are
compiling Qt to work from the build dir, in which case QT_INSTALL_PREFIX
is set to this directory.
2009-05-06 10:53:07 +02:00
Friedemann Kleint
63384fbdc3 Made std::vector/std::list work with CDB dumpers. 2009-05-06 09:22:05 +02:00
Oswald Buddenhagen
0b802b31c8 less inefficient
still quite some potential ...
2009-05-05 21:00:24 +02:00
Oswald Buddenhagen
0368b2134a fix typos 2009-05-05 21:00:24 +02:00
Friedemann Kleint
bae6525976 Started on QObject dumping for CDB, make it smarter.
Try to find qobject_p.h, if it exists and use its structures
to determine the child offset.
2009-05-05 16:39:51 +02:00
Friedemann Kleint
0e73d5feb9 Added vector, QObject to dumpers. 2009-05-05 12:46:36 +02:00
Friedemann Kleint
fa87783cb4 Added test application for Debugger dumper development. 2009-05-05 12:11:22 +02:00
Friedemann Kleint
afe68f0d13 Continue German translation. 2009-04-30 16:08:17 +02:00
hjk
14321e675d debugger: add dumper for QWeakPointer 2009-04-29 17:48:04 +02:00
Friedemann Kleint
1c56388945 Make dumpers output size information. 2009-04-29 16:52:14 +02:00
hjk
0428a109e8 debugger: fix output of weak and strong reference counts in
QSharedPointer dumper
2009-04-29 15:09:42 +02:00
Friedemann Kleint
4ca60701da Use void() funcs in the dumpers for simplicity. 2009-04-29 14:31:11 +02:00
Friedemann Kleint
72a183777e Initial work on dumpers for CDB.
Add dumper calls, parser etc. Catch crashes
in the dumper functions.
2009-04-29 14:15:09 +02:00
hjk
8f4ae5fa53 debugger: use 4.5 features in dumpers only if compiled under 4.5+ 2009-04-28 11:21:46 +02:00
hjk
462a20461a debugger: add a dumper for QSharedPointer 2009-04-28 10:59:32 +02:00
Friedemann Kleint
78e5293f43 Continue German translation. 2009-04-24 14:01:11 +02:00
Friedemann Kleint
52915776cd Make CDB load custom dumpers.
Load in a 'well-defined' (temporary) breakpoint
at main().
2009-04-22 17:28:26 +02:00
Oswald Buddenhagen
a94dbf943b make ts - this time with the right qt version 2009-04-20 17:10:48 +02:00