Roberto Raggi
8dc369bc2d
Simplified member completion.
...
Share code with ResolveExpression.
2009-10-16 11:08:34 +02:00
con
89d75814dd
CppQuickOpenFilter --> CppLocatorFilter
2009-10-16 10:55:58 +02:00
Robert Loehning
99172852e1
Trk: Changed Launcher::handleResult so it can be used for running various processes on device.
...
Reviewed-by: Friedemann Kleint
2009-10-16 10:50:59 +02:00
con
c47b3db745
Rename header file and export statement
2009-10-16 10:48:49 +02:00
con
5d74b9271d
Rename resource file.
2009-10-16 10:40:57 +02:00
con
4fa78b4794
QuickOpenFiltersFilter --> LocatorFiltersFilter
2009-10-16 04:00:57 +02:00
con
4dd828a350
QuickOpenModel --> LocatorModel
2009-10-16 04:00:57 +02:00
con
21f0f5adec
Some more QuickOpen --> Locator
2009-10-16 04:00:57 +02:00
con
2d9acbc28e
QuickOpenPlugin --> LocatorPlugin
2009-10-16 04:00:57 +02:00
con
2adb5d5599
QuickOpenManager --> LocatorManager
2009-10-16 04:00:57 +02:00
con
a42c3c493a
IQuickOpenFilter->ILocatorFilter and QuickOpenToolWindow->LocatorWidget
2009-10-16 04:00:57 +02:00
Roberto Raggi
b7a0dbfa0c
Expand the enclosing namespace.
2009-10-15 17:16:05 +02:00
Daniel Molkentin
4a58646be3
Accept CDB_PATH env variable as custom path to CDB installation.
...
Also, shortened checks on possible CDB locations.
Reviewed-By: Friedemann Kleint
2009-10-15 16:41:09 +02:00
Daniel Molkentin
1da8ccae81
Define _WIN32_WCE if using the MSVC for Windows CE compiler.
...
Also, remove bogus default defines.
Reviewed-By: joerg
2009-10-15 16:41:08 +02:00
Daniel Molkentin
594da3a37e
CodePaster: Warn about empty hostname field instead of failing silently.
2009-10-15 16:41:07 +02:00
Daniel Molkentin
ffb599da49
Prettify settings page for CodePaster service.
2009-10-15 16:41:07 +02:00
Daniel Molkentin
5b2aefb474
Source USERNAME environment variable on Windows instead of USER.
2009-10-15 16:41:06 +02:00
Daniel Molkentin
1bdb4d1953
Rename Category: CodePaster -> Code Pasting.
...
Reviewed-By: TrustMe
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
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
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
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
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