Commit Graph

74 Commits

Author SHA1 Message Date
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
Oswald Buddenhagen
7a722e2c54 protect against "make ts" with too old linguist tools
... which i of course promptly managed to do. argh.
2009-04-20 17:07:30 +02:00
Oswald Buddenhagen
98f04ed255 add japanese translation
by axasia
2009-04-20 16:51:10 +02:00
Oswald Buddenhagen
4e4265fa29 make ts 2009-04-20 16:51:10 +02:00
Oswald Buddenhagen
c38cb83d05 revamp the build system regarding translations 2009-04-20 16:51:10 +02:00
Oswald Buddenhagen
13f04d8430 revamp build system
now bin and share are not pegged to linking the executable any more,
but are proper subdirs targets of their own.
unforturnately, qmake is a bit tenacious, so we hack around a bit. :)

more or less in passing by, i removed some superfluous trailing slashes
and added path normalization as well.
2009-04-20 16:51:10 +02:00
con
412a4b027d Merge commit 'origin/1.1'
Conflicts:
	src/plugins/debugger/debuggeractions.cpp
	src/plugins/debugger/gdboptionpage.ui
2009-04-17 15:17:31 +02:00
hjk
85f340e27f debugger: fix dumper building on 'release' Qts 2009-04-17 14:23:21 +02:00
Thorbjørn Lindeijer
bc89f5dc4f Merge branch '1.1'
Conflicts:
	src/plugins/debugger/debuggeractions.cpp

Reviewed-by: hjk
2009-04-16 11:32:05 +02:00
hjk
3c7b1f4a80 debugger: return the address of the output buffer from the dumpers 2009-04-16 08:57:34 +02:00
hjk
5cb0a3cb72 debugger: put the address of the loaded helpers into the debugger log 2009-04-15 16:48:46 +02:00
Oswald Buddenhagen
894ee04ee0 make terminal emulator configurable centrally
this includes changing the runInTerminal.command command line.
the terminal setting mock from the debugger plugin is gone again.
2009-04-14 11:41:23 +02:00
hjk
353025f37f debugger: potential fix for cases where the std:: namespace is not
reported properly
2009-04-09 13:49:22 +02:00
con
423744e4e1 Version bump. 2009-04-08 11:47:14 +02:00
con
de6a0cfea9 Version bump. 2009-04-08 11:45:30 +02:00
hjk
47995286b5 debugger: show non-ASCII in QString, too 2009-04-02 10:58:52 +02:00
Oswald Buddenhagen
16297a94f7 clean up 2009-03-27 20:52:09 +01:00
hjk
5c9fd00d35 debugger: fix QStringList-in-QVariant dumper 2009-03-26 12:36:04 +01:00
hjk
95c0b1c130 debugger: cosmetical improvements of QVariant dumper output 2009-03-26 12:36:04 +01:00
Friedemann Kleint
178fe102e8 Fixes: Suppress colors for git diff project, class names in widget template 2009-03-17 13:00:22 +01:00
Friedemann Kleint
679d15f484 Fixes: Remove "Class" prefix from UI-classes generated by the gui app wizards; give new item dialog home path as default when creating files out of project contexts. 2009-03-12 13:44:37 +01:00
hjk
3a715bf07f Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-12 11:49:55 +01:00
hjk
1562193bf6 Fixes: debugger: compile fix for dumpers on naked Windows XP
Details:  <unistd.h> does not seem to be present there
2009-03-12 11:49:04 +01:00
Friedemann Kleint
f3b3d23c15 Fixes: Designer/'Goto Slot' doesn't work with multiple inheritance
Task: 247782
Details: Check for inheritance as well as member when looking for UI::FormClass.
2009-03-12 11:44:30 +01:00
hjk
a331218e9c Fixes: debugger: fix std::wstring dumper 2009-03-12 08:16:07 +01:00
hjk
8958a079b5 Fixes: debugger: also show the original address in a tooltip when
auto-dereferencing contents
2009-03-11 15:09:33 +01:00
hjk
d3f8d16f88 Fixes: debugger: implement custom dumpers for std::set
Task:     246286
2009-03-11 13:31:38 +01:00
Daniel Molkentin
a155cec18f Fixes: Bump Creator version after release
Task:     -
RevBy:    Thorbjorn
AutoTest: -
2009-03-04 12:46:05 +01:00