Commit Graph

12126 Commits

Author SHA1 Message Date
Christian Kamm
1a61ae01cb C++ indenter: Respect user indent with stream operators.
Reviewed-by: Erik Verbruggen
2010-07-15 16:15:09 +02:00
Roberto Raggi
9b24e0ae2a Highlight local and member symbols. 2010-07-15 16:04:16 +02:00
hjk
cc3179ef03 qmljsinspector: remove unneeded declaration 2010-07-15 15:14:47 +02:00
hjk
0700dec275 debugger: add missing callback to qmlengine 2010-07-15 14:54:43 +02:00
hjk
475bc51392 debugger: there are several states that do not accept commands 2010-07-15 14:54:43 +02:00
hjk
42f326af60 debugger: start moving to the async shutdown infrastructure 2010-07-15 14:54:43 +02:00
hjk
c336ddaedf debugger: remove old state logic from the gdb engine 2010-07-15 14:54:43 +02:00
hjk
d6fc1193ed debugger: more linear state handling in core adapter 2010-07-15 14:54:43 +02:00
hjk
9f8b5af3b2 debugger: make parsing of cli-style commands in python more robust 2010-07-15 14:54:43 +02:00
Tobias Hunger
d747efed52 Fix warnings on windows
* Windows does not like "QObject */* name */", warning about end
   of comment when rtunning into */*.
2010-07-15 14:19:53 +02:00
Erik Verbruggen
3879122a53 Added more visitor methods. 2010-07-15 14:06:35 +02:00
Roberto Raggi
9318ff735c Ensure the chunks are completed. 2010-07-15 13:41:51 +02:00
Lasse Holmstedt
0d163379df Changed handling of selected items to use weak pointers
graphics items could be destroyed after selecting something.
2010-07-15 13:40:16 +02:00
Lasse Holmstedt
28867b787f Remove context if it is destroyed 2010-07-15 13:40:12 +02:00
Lasse Holmstedt
bb596688c2 fixed singleselection for states qml file 2010-07-15 13:39:39 +02:00
Erik Verbruggen
0cfcb27ac9 Removed old test. 2010-07-15 13:05:26 +02:00
Tobias Hunger
503b35340c Fix wrong task type returned by gccparser
* Fix "instantiated from" with leading spaces being wrongly considered
   an error.
 * Add a unit test to cover this case
2010-07-15 12:53:37 +02:00
dt
615cda8430 Fix compile output to be readeable with dark themes
This changes the colors to be a mix of red/blue and the foreground
color. If the regular text color is either of those, well...
2010-07-15 11:11:21 +02:00
dt
bf3a9e4e89 Fix colors in Application Output for dark themes 2010-07-15 11:11:21 +02:00
hjk
614cd408ad projectexplorer: fix crash on uninitialized pointer 2010-07-15 10:46:01 +02:00
hjk
fc3b503644 debugger: make -debug binary@host:port[@arch] work on the commandline to
attach to a gdb server
2010-07-15 10:45:51 +02:00
hjk
6da6add886 debugger: update state diagramm 2010-07-15 10:45:51 +02:00
Kai Koehne
bc3878b700 Show again all application output in 'Application Output'
Fixes a regression introduced in 7862e31256.

Reviewed-by: dt
2010-07-15 10:10:07 +02:00
Lasse Holmstedt
dad99969ab Fixed OS X qml observer name 2010-07-15 10:13:06 +02:00
Erik Verbruggen
65d061218f Added ast-to-.dot "dump" utility for QML ASTs. 2010-07-15 09:55:28 +02:00
Kai Koehne
47359f767a Compile fix
QDeclarativeContextData isn't exported for a default Qt (non
-developer-build).
2010-07-15 08:42:16 +02:00
hjk
2f2c3afad1 debugger: fix warning
done by Robert
2010-07-15 08:36:50 +02:00
hjk
2d551de03f fakevim: make recognition of ex command names similar to vi's 2010-07-14 18:15:17 +02:00
hjk
e7e0ead0fc fakevim: implement :only 2010-07-14 17:59:48 +02:00
hjk
cc3df924ac debugger: reduce noise created by debugging messages 2010-07-14 17:54:19 +02:00
hjk
0d8c1d7c7e compile fix 2010-07-14 17:49:18 +02:00
hjk
5c8ad66fb1 debugger: compile fix 2010-07-14 17:49:18 +02:00
Friedemann Kleint
0b527bfdfe Fix CDB/trkgdbadapter. 2010-07-14 17:49:18 +02:00
hjk
8ab4ed5815 debugger: map "Abort Debugging" to notifyEngineIll() 2010-07-14 17:49:17 +02:00
hjk
d00c63bfcc debugger: re-add the lost wiring of "Detach Debugger" 2010-07-14 17:49:17 +02:00
hjk
02f85a9949 debugger: adjust maemo adapter to new architecture 2010-07-14 17:49:17 +02:00
Friedemann Kleint
f945366198 Compile Windows. 2010-07-14 17:49:17 +02:00
Friedemann Kleint
3201d4adb3 Rename breakpoint.cpp/h from CDB to avoid linker conflicts. 2010-07-14 17:49:17 +02:00
hjk
87fc54faca debugger: code cosmetics 2010-07-14 17:49:17 +02:00
hjk
47fee37832 debugger: extract the Qt namespace even if the inferior is not runnable
That enables the python dumpers for namespaced Qt even for core files.
2010-07-14 17:49:17 +02:00
hjk
fa8cf20dc0 debugger: remove finished engines from snapshot list 2010-07-14 17:49:17 +02:00
hjk
4f4167a310 debugger: move BreakpointData into file of its own 2010-07-14 17:49:17 +02:00
hjk
99fdaf06a2 debuygger: make snapshots using true parallel engines 2010-07-14 17:49:17 +02:00
hjk
574862ac9f debugger: disable some debug messages 2010-07-14 17:49:17 +02:00
Robert Loehning
3bf0789464 Compile fixes. 2010-07-14 17:49:17 +02:00
hjk
887e21da56 debugger: more state work 2010-07-14 17:49:17 +02:00
hjk
b221d93b78 debugger: disallow interuption during InferiorRunRequest and
InferiorStopReqeust
2010-07-14 17:49:16 +02:00
Robert Loehning
c69cad48f9 debugger: Compile fixes 2010-07-14 17:49:16 +02:00
Robert Loehning
f88a010a41 debugger: state compile fix on Windows 2010-07-14 17:49:16 +02:00
hjk
3eef8a43c0 debugger: more state work 2010-07-14 17:49:16 +02:00