Roberto Raggi
fefd72b293
Introduced CPlusPlus::FindUsages.
2009-10-27 12:01:45 +01:00
Roberto Raggi
83a7e0f518
Print the result of the preprocessor.
2009-10-27 11:31:26 +01:00
Roberto Raggi
8ef85c6489
Removed obsoleted test.
2009-10-27 11:05:35 +01:00
Friedemann Kleint
3fd1e5b23f
Debugger: Fix exit crash, dump QVariantList with gdb
...
Handle QVariantList within dumpers, as gdb does not resolve
typedefs. Disconnect the gdb process on exit, one more round
of event loop when quitting.
2009-10-27 09:51:14 +01:00
Oswald Buddenhagen
f244008a0f
don't translate debug messages
...
this isn't bullet-proof - integrated error messages are already
translated. but at least we know *where* the message comes from.
also, saves the translators from some pretty useless work.
2009-10-26 21:24:44 +01:00
Oswald Buddenhagen
293b49aecb
improve messages
2009-10-26 21:24:44 +01:00
Daniel Molkentin
9abcd93c5c
QtS60 Run Configuration: Proper slashes for path
...
Reviewed-By: con
2009-10-26 18:35:11 +01:00
Roberto Raggi
07a5604ab7
Removed unused code.
2009-10-26 18:05:52 +01:00
Friedemann Kleint
9dc11c5d73
Debugger: Handle core shutdown, prompt user to terminate debugging.
...
Add a corelistener and trigger on shutdown. Notify about critical
states.
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-10-26 18:05:22 +01:00
Roberto Raggi
a3580ab576
Added the copyright header
2009-10-26 18:00:49 +01:00
Roberto Raggi
82ecb2c7b3
Initial work on the `new' GenTemplateInstance.
2009-10-26 17:59:54 +01:00
Daniel Molkentin
b4744214c6
Add qt-apps.org to the welcome page.
2009-10-26 17:27:10 +01:00
Daniel Molkentin
ad65077adc
Some refactoring on the Welcome Widget. Generalize tooltips.
2009-10-26 17:27:10 +01:00
Friedemann Kleint
f13d4a104a
Autotests: Compile on Windows
...
Reviewed-by: Roberto Raggi <qtc-committer@nokia.com >
2009-10-26 17:26:53 +01:00
Friedemann Kleint
4091efb47f
S60: Provide a MessageBox for starting serial communication as well.
...
Generalize the concept of the Bluetooth starter, extract base class
BaseCommunicationStarter that can be used to start a serial communication
without further resources (listener) as well. Introduce convenience
functions for both types.
Note: This will only work for COM-ports that are not used otherwise
by the operating system.
2009-10-26 15:40:11 +01:00
Daniel Molkentin
c6e9c041a7
Do not require QTDIR to be set.
...
Reviewed-By: Oswald Buddenhagen
2009-10-26 15:36:09 +01:00
Thorbjørn Lindeijer
cd3435a983
Don't needlessly call updateProjectInfo()
...
Should not be necessary when nothing changed in the project info. This
also fixes a problem where include file scanning happened twice after
saving a pro file.
Reviewed-by: Roberto Raggi
2009-10-26 15:34:12 +01:00
Roberto Raggi
fe9b4458c6
Fixed the #include directive.
2009-10-26 15:21:21 +01:00
Roberto Raggi
0ed33aa8a5
Test ExpressionUnderCursor
2009-10-26 15:07:00 +01:00
Roberto Raggi
1f61dbc380
Test GenTemplateInstance.
2009-10-26 15:00:56 +01:00
Roberto Raggi
72da848073
We expect failures in tst_Semantic::pointer_to_function_1
2009-10-26 14:45:58 +01:00
Roberto Raggi
485dec6d2b
Link with cplusplus library.
2009-10-26 14:40:36 +01:00
Roberto Raggi
a2b5184123
Activate the completion only when the canonical symbol has a valid name.
2009-10-26 13:45:27 +01:00
hjk
3c0ca8c188
fakevim: prepare fix of QTextDocument::revision() based undo/redo.
2009-10-26 12:52:07 +01:00
Roberto Raggi
fb8d699aac
Introduced CPlusPlus::GenTemplateInstance.
2009-10-26 12:41:33 +01:00
Friedemann Kleint
47035f3817
S60: Split up starters into a different file.
2009-10-26 12:18:14 +01:00
hjk
fc512f716d
some forgotten license header changes. also, use Nokia instead of Trolltech.
2009-10-26 12:09:35 +01:00
Roberto Raggi
59584a1803
Updated the copyright header.
2009-10-26 12:07:49 +01:00
Friedemann Kleint
7ad5ca3047
Merge branch '1.3' of scm.dev.nokia.troll.no:creator/mainline into 1.3
2009-10-26 12:00:21 +01:00
Friedemann Kleint
93759263d0
S60/Debugger: Add Bluetooth starter to Debugger
...
- Remove old rfcomm process handler from TrkGdbAdapter, use
Bluetooth starter instead
- Synchronous connection, remove waitForTrkConnect()
- Move gdb start into Trk version answer, pass on
settings id hint
- Prevent exit crash triggered by signal gdbProcessFinished()
- Set DebuggerNotReady correctly on AdapterStartFailed when no
gdb is started yet
2009-10-26 11:55:02 +01:00
Roberto Raggi
2bd9c40dd9
Updated the QML front-end to revision 44f3548fde7cf6a87bd3cc8bb1cc0e63cfc5ca4c of qt/kinetic-declarativeui
2009-10-26 11:53:28 +01:00
Roberto Raggi
dc9e019a1d
Test the enclosing scope of pointer-to-function symbols.
2009-10-26 11:24:32 +01:00
Erik Verbruggen
f4047ac8bf
Fixed use of uninitialized/unallocated object.
2009-10-26 10:50:11 +01:00
Christian Kamm
3e953b0323
Check for null scope when hovering.
...
Fixes a segfault when hovering over QtCleanUpFunction in
qcoreapplication.h.
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com >
2009-10-26 10:35:10 +01:00
Friedemann Kleint
dc8318853a
S60: Fix the run configuration status label
2009-10-26 09:12:00 +01:00
Oswald Buddenhagen
f1d5b3c70b
move setting of m_currentFrame to a somewhat useful place
...
specifically, we need it iff the user gets to see the stopped inferior
2009-10-23 23:02:16 +02:00
Oswald Buddenhagen
c07667a743
remove unreachable "stopped for unknown reason" fallback
...
seems to have been an artifact from an early version. it was
unreachable (gdb going wild notwithstanding), and would do
Strange Stuff (TM) if it ever were reached.
2009-10-23 23:02:16 +02:00
Oswald Buddenhagen
a2a444d683
do the auto-continue-at-_start hack earlier
2009-10-23 23:02:16 +02:00
Oswald Buddenhagen
c0a46ace61
improve breakpoint setting
...
first, try harder to have an up-to-date sources list.
then, use the mapping whenever applicable and available.
2009-10-23 22:01:14 +02:00
Oswald Buddenhagen
d81150850b
fix spurious inferior interruption (attempts ...)
...
when queuing up commands, don't interrupt if we are already waiting
for interruption. that will be the case when other commands area already
queued.
2009-10-23 22:01:13 +02:00
Oswald Buddenhagen
bf09e8c830
fix spurious command reordering
...
if there are already commands queued for running after temporary break,
then *all* commands must queued up or their order will change.
2009-10-23 22:01:13 +02:00
Oswald Buddenhagen
31818acb11
eliminate desperate attempts to keep short-long filename mapping complete
...
*in theory*, there is no way we could at any point know more than gdb
knows and tells us about full path names. let's see what practice shows
for the gdbs we support ...
2009-10-23 22:01:13 +02:00
Oswald Buddenhagen
087733e5d5
avoid copy of GdbResponse struct
2009-10-23 22:01:13 +02:00
Oswald Buddenhagen
96a5ff74d9
disable remainders of the plugin loading settings code
2009-10-23 19:07:35 +02:00
Oswald Buddenhagen
393123be45
jump is a RunRequest, too
2009-10-23 19:07:35 +02:00
Oswald Buddenhagen
f3aefdf589
don't print error messages in quotes
2009-10-23 19:07:35 +02:00
Robert Loehning
05f29012d9
S60: Deleting allocated TrkLauncher in dtor of S60DeviceRunControlBase.
2009-10-23 18:40:46 +02:00
Friedemann Kleint
1c528c48cc
Fix compilation on Windows
2009-10-23 18:19:53 +02:00
Friedemann Kleint
1af61fefa8
S60: Add startup logic for Bluetooth to the project/run configuration
...
Prepare trk::Launcher to deal with a shared trkdevice.
Add encapsulation for the rfcomm listener process and helper
classes for prompting the user to connect the Bluetooth
device. Add a command line prompt to the trklauncher test.
2009-10-23 18:00:20 +02:00
hjk
d35dcd8dbe
debugger: better handling of qfDllInfo packet
2009-10-23 17:06:44 +02:00