Daniel Molkentin
1bdb4d1953
Rename Category: CodePaster -> Code Pasting.
...
Reviewed-By: TrustMe
2009-10-15 16:41:05 +02:00
Daniel Molkentin
bb01aa7365
Remove obsolete checks for qdoc3 < Qt 4.6.
2009-10-15 16:41:05 +02:00
Roberto Raggi
f829ef899c
Store in the document's macroUsages only the top-level macro expansions.
2009-10-15 16:25:10 +02:00
Jarek Kobus
48e7f20d86
Start working on Polish translations
2009-10-15 16:23:13 +02:00
Friedemann Kleint
3fcd2dfe3a
CDB: Ignore initial breakpoint only for console processes.
...
As otherwise breaking when attaching to running processes
does not work as the startup trap is not received.
2009-10-15 15:04:11 +02:00
Roberto Raggi
e130c035d8
Process the names of the formal arguments when searching references in function definitions.
2009-10-15 14:48:56 +02:00
Roberto Raggi
24bcbaefe9
Don't use modality to inform the user about the dangerous world of code refactoring.
2009-10-15 13:59:04 +02:00
con
82ea24d790
Merge commit 'origin/1.3'
2009-10-15 12:37:55 +02:00
Roberto Raggi
f92b1428f3
Fixed the refactoring engine.
...
It was not working for files opened while indexing the project.
2009-10-15 12:31:40 +02:00
con
8ad31cba42
Remove some unused code.
2009-10-15 12:21:41 +02:00
Roberto Raggi
03fe61e31d
Improved lookup of class bindings.
...
Unmark the visited nodes when searching bindings in class or namespace scopes.
2009-10-15 11:39:22 +02:00
Aaron McCarthy
2c17c75639
Windows CE SDK not always found.
...
Creator fails to set up the build environment with MSVC 2008 and
Windows Mobile SDK 6. This is caused by two problems:
1. The toolchain was being searched for in
C:\Program Files\Microsoft Visual Studio 9.0\VC\VC
The correct path is
C:\Program Files\Microsoft Visual Studio 9.0\VC
2. Include statements in mkspecs were not being processed. All of the
important variables are set in files included from the
wincewm60{standard,professional}-msvc2008 mkspecs.
2009-10-15 09:12:59 +10:00
Daniel Molkentin
28231f8f9c
Add more MSVC specific intrinsics.
2009-10-14 18:10:59 +02:00
Roberto Raggi
2c80805165
Fixed possible crash when searching the canonical symbol.
2009-10-14 17:12:41 +02:00
con
fb63b108f5
Merge commit 'origin/1.3'
2009-10-14 16:03:12 +02:00
ck
ee324b0b1e
Debugger: Adapt autotests to know new signals.
2009-10-14 14:44:41 +02:00
Friedemann Kleint
2523336d34
Merge branch '1.3' of git@scm.dev.nokia.troll.no:creator/mainline into 1.3
2009-10-14 14:18:42 +02:00
ck
271f3ce8ef
Debugger: Fix autotests for QAbstractItemModel & friends.
2009-10-14 14:19:00 +02:00
Friedemann Kleint
0c945597db
Debugger: Remove obsolete code.
2009-10-14 14:18:18 +02:00
Roberto Raggi
7a2d4a7797
Fixed possible crash when building the helpId
2009-10-14 13:35:25 +02:00
Kai Koehne
0bd314bc8f
Remove color:"white" in qml hello world
...
Default background of Rectangle is white anyway.
2009-10-14 13:09:59 +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
ck
f3132c13e0
Debugger: Fix QFileInfo auto test.
2009-10-14 12:32:13 +02:00
Friedemann Kleint
39b4feef9e
CDB: Perform dumper initialization in a thread.
...
... with an event loop with disabled user input to keep
the GUI alive.
2009-10-14 11:38:40 +02:00
hjk
fdda7f10b5
debugger: work on new autotests
2009-10-14 11:28:33 +02:00
ck
7f3fb3920a
Debugger: Fix name demangler namespace and QString usage.
2009-10-14 10:44:21 +02:00
hjk
fa71a4879c
debugger: work on autotests
2009-10-14 10:02:07 +02:00
Oswald Buddenhagen
af3a387b5f
do not attempt to load dumpers until the inferior is fully initialized
...
specifically, this will skip the initial stop at _start when using the
terminal and remote adapters.
2009-10-13 20:43:13 +02:00
Oswald Buddenhagen
e55f344ba6
enable dumpers for attaching to debuggees
...
FIXME: if the attached to program has no relation to the currently
selected run configuration, the qt version config dialog will pop up
rather effectlessly and thus confusingly.
2009-10-13 20:43:13 +02:00
Oswald Buddenhagen
70f696d056
-gdb-exit has a special return code as well
2009-10-13 20:43:13 +02:00
Oswald Buddenhagen
98b477fc32
missed that -exec-continue
2009-10-13 20:43:13 +02:00
Oswald Buddenhagen
b27093c07d
fix state machine surrounding spontaneous stops
2009-10-13 20:43:13 +02:00
Oswald Buddenhagen
d1783e0974
fold preparing inferior into starting inferior
...
after refactoring the trk adapter startup, the split was not necessary
any more. in fact, it seemed fairly arbitrary at this point.
2009-10-13 20:43:12 +02:00
Oswald Buddenhagen
9aaa953245
reorder instructions for readability
2009-10-13 20:43:12 +02:00
Oswald Buddenhagen
1871664e0f
fix message
2009-10-13 20:43:12 +02:00
Oswald Buddenhagen
a2cc84194f
remove dead code
2009-10-13 20:43:12 +02:00
Oswald Buddenhagen
7782e26ae6
comment out handleExecRunToFunction()
...
it is currently unused. do not just remove it, as hjk says he wants to
revive it.
2009-10-13 20:42:11 +02:00
Robert Loehning
885a425dd1
Trk: Some minor code improvements
2009-10-13 19:11:30 +02:00
con
263d559e86
Merge commit 'origin/1.3'
2009-10-13 17:29:47 +02:00
dt
1db44c0513
Merge branch '1.3' of git@scm.dev.nokia.troll.no:creator/mainline into 1.3
2009-10-13 17:18:39 +02:00
dt
ceaa92ecbb
Set correct mime type for C++ files.
2009-10-13 17:18:23 +02:00
hjk
b9cd3378f7
debugger: work on dumper autotests
2009-10-13 14:42:47 +02:00
hjk
594730f3ac
debugger: adjust dumper autotest to valuedisabled='true' -> valueeditable='false' change
2009-10-13 14:42:47 +02:00
hjk
51906dc408
debugger: don't test json parsing as this was removed
2009-10-13 14:42:47 +02:00
Roberto Raggi
c33a8e9498
Rename the given enumerator.
2009-10-13 14:38:53 +02:00
Friedemann Kleint
14058c07ec
CDB: Bug fixing
...
- Turn off initial breakpoint when attaching (terminal) and
additionally ignore it before the first startup complete
- Refuse to step the artifical thread created when
interrupting
- If possible, switch to thread 0 when interupting (do not
use artificial thread)
- Ignore non-fatal exceptions in dumper calls (stray Startup-
complete-traps)
- Use right thread for dumper call loading
- Rename windows exception code enumeration
- Turn off modification off watch-data children by setType,
show empty lists correctly.
- Verbose warnings about inserting invalid watch data.
2009-10-13 14:16:50 +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
Roberto Raggi
5bee5dea13
Check the scope of class and fwd-class declarations
2009-10-13 12:21:05 +02:00
Thorbjørn Lindeijer
b07c1be547
Fixed a crash on exit when include files are still being scanned
...
Found by Roberto.
2009-10-13 12:14:23 +02:00
Oswald Buddenhagen
1653e287e7
if 0 some code - the calling code is if 0'd as well
2009-10-12 18:52:15 +02:00