hjk
a2c8394088
debugger: fix assignment to array members
2010-02-11 14:36:27 +01:00
hjk
f9b6832edf
debugger: code cosmetics
2010-02-11 14:36:26 +01:00
Kai Koehne
aed6ca6ab3
Remove unused header include
2010-02-11 13:54:12 +01:00
hjk
620fcd9199
debugger: comment out remote log file
2010-02-11 13:13:59 +01:00
Friedemann Kleint
dc006860c4
Symbian: Let SymbianDeviceManager handle TrkDevice leases.
...
...making use of a shared device by all clients. Detect device removal by
delaying the WM_DEVICE event handling. Introduce Acquire/Release mechanism
to SymbianDeviceManager and let acquire() fail if the device is in use, thus
preventing starting 'run' while debugging is active, etc.
Handle "Device removed" (unplugging of cable) signal by closing the device and adding
handlers to the clients, stabilize TrkDevice against it.
Remove communication type from the run configuration parameters (now handled by
SymbianDeviceManager).
Working towards keeping the Trk-connection always open and a giving the target pane
a meaningful tooltip.
For the moment, pass on tooltips from device manager additional information
(Trk version and such as determined by the launcher).
2010-02-11 12:31:59 +01:00
Kai Koehne
ecbb54811c
Deleting/pasting multiple items at once are now one Undo/Redo action
...
Task-number: BAUHAUS-368
2010-02-11 12:28:52 +01:00
Friedemann Kleint
df82d67900
CDB: Fix compilation
2010-02-11 11:58:15 +01:00
Tobias Hunger
5dffd4f7c4
Warn on import of a build into a wrong target
2010-02-11 11:48:41 +01:00
Tobias Hunger
abeedb6802
Add remove button to target selector widget
...
* ... and use it.
2010-02-11 11:48:40 +01:00
hjk
9cd64f51a6
debugger: re-enable the 'Reset Debugger' action, renamed into 'Abort Debugging'
2010-02-11 11:26:08 +01:00
hjk
931ef372f6
debugger: handle critical TRK errors as critical.
2010-02-11 11:11:28 +01:00
hjk
904fc6c36d
debugger: enable register view for core dumps
2010-02-11 10:52:26 +01:00
hjk
68513b596a
debugger: make MI parser accept superflous commas to reduce that burder on
...
the producer side
2010-02-11 10:52:25 +01:00
hjk
28b0dcc4d1
debugger: increase accessible memory range in the trk adapter
...
needed after changing the default to "inaccessible"
2010-02-11 10:52:25 +01:00
hjk
43265dd221
debugger: re-introduce reminder
2010-02-11 10:52:25 +01:00
hjk
89a971207f
debugger: fix initial display of register view in trk adapter
2010-02-11 10:52:25 +01:00
hjk
238f5be023
debugger: fix call to "set trust-readonly-sections on".
...
Does not appear to help, though.
2010-02-11 10:52:25 +01:00
hjk
7766646b11
debugger: use gdb/cli for disassembler output.
2010-02-11 10:52:25 +01:00
hjk
9f7966d344
debugger: rename gdb{In,Out}putAvailable to showDebugger{In,Out}put
2010-02-11 10:52:24 +01:00
Roberto Raggi
7a65191306
Moved the code in the source file.
2010-02-11 10:19:41 +01:00
Roberto Raggi
75229edcf9
Process the formal arguments of inline methods when searching the usages of a symbol.
2010-02-11 10:18:05 +01:00
Erik Verbruggen
4df9b37542
Fixed local usage highlighting for ObjC message parameters.
2010-02-11 10:02:00 +01:00
kh1
555436bc0f
Fix the build using mingw 4.4.0
2010-02-10 18:34:50 +01:00
Thorbjørn Lindeijer
83a5aced2f
Some cleanup of GenericProject
...
Unused stuff.
2010-02-10 18:32:49 +01:00
Thorbjørn Lindeijer
5ed4437ee8
Preserve the original paths of the generic project file list
...
Don't mess up the original structure of the generic project file list by
reconverting all the paths to be relative from the project directory.
This allows whitespace or absolute paths to be preserved even when
adding/removing files through Qt Creator.
2010-02-10 18:32:49 +01:00
Christiaan Janssen
f2377d4728
QmlDesigner.Navigator: Whole row semitransparent when visible unchecked
2010-02-10 17:50:29 +01:00
Marco Bubke
90ca63ef11
Fix state change in hte form editor
2010-02-10 17:47:57 +01:00
Christiaan Janssen
ab7f41e658
QmlDesigner.Navigator: Showing icons for the items' types
2010-02-10 17:46:58 +01:00
Roberto Raggi
bdf8c94809
Get rid off the friend QmlJS::Link declaration.
2010-02-10 17:06:32 +01:00
con
8f5a1225f1
Fixes: Device information was not correct after loading a project.
...
SymbianDeviceManager needs to initialize when friendlyName is requested.
2010-02-10 17:05:13 +01:00
Tobias Hunger
75abcda936
Use sane Qt version on import
2010-02-10 17:01:07 +01:00
Tobias Hunger
9b55197108
Fix typo in comment
2010-02-10 17:01:06 +01:00
Roberto Raggi
d61cca8e0a
Show the generated slots in the completion box for the attached property `Keys'.
2010-02-10 16:47:31 +01:00
Roberto Raggi
4d7444e6cd
Fixed the insertion of matching braces when the token at the left of the cursor is a string literal.
2010-02-10 16:24:23 +01:00
Roberto Raggi
56df4e29ce
Fixed possible crash when trying to link invalid documents.
2010-02-10 16:24:22 +01:00
Oswald Buddenhagen
5d0f65fc91
don't assert on $$files(/foo)
2010-02-10 16:20:41 +01:00
Roberto Raggi
220f6b43c2
Register the Qt' and the console' object.
2010-02-10 15:51:53 +01:00
Oswald Buddenhagen
caedef35e2
fix conditionals on the qmakespec
...
- match just the spec name without a possible path
- resolve the default spec
2010-02-10 15:40:53 +01:00
Oswald Buddenhagen
e0e4c4d3bf
properly evaluate one-arg-variant of CONFIG()
2010-02-10 15:40:53 +01:00
Oswald Buddenhagen
46bc5a80ac
make $$files() qmake-compliant again
...
unfortunately, the efforts to use only absolute paths internally became
externally visible ...
2010-02-10 15:40:53 +01:00
Marco Bubke
a426ddada6
Fix id naming for pasting
2010-02-10 15:15:04 +01:00
Marco Bubke
6ac458418b
Remove qDebugs
2010-02-10 15:11:46 +01:00
Erik Verbruggen
b0b893acbf
Fixed null-pointer deref in copy/paste.
2010-02-10 14:50:13 +01:00
Roberto Raggi
2e7ddfb914
Get rid of useless qDebugs.
2010-02-10 14:38:08 +01:00
Marco Bubke
f6a06085e0
Change changeNodeType in changeRootNodeType
2010-02-10 13:03:03 +01:00
Marco Bubke
3f8988b58b
Fix core.pri
2010-02-10 13:03:03 +01:00
Marco Bubke
5f0c9f96ad
Remove wrong statement in the form editor
2010-02-10 13:03:03 +01:00
Marco Bubke
a5c4c3b239
Add BehaviorNodeInstance
...
This is for disabling behavios in Bauhaus
2010-02-10 13:03:03 +01:00
con
686b21195d
Symbian is the term. Also unconditionally reset target names.
...
Since the target names are translated, we cannot use the saved
display name from the user file.
Reviewed-by: Tobias Hunger
2010-02-10 12:41:07 +01:00
Tobias Hunger
8548da1c30
Assume the GCCE toolchain to be always available in Symbian
...
* This is necessary as the decission on whether Symbian support
is available at all depends on the ToolChain used to build.
We should improve this!
2010-02-10 12:21:25 +01:00