Commit Graph

6979 Commits

Author SHA1 Message Date
Marco Bubke
06e96f62d4 Some tweaks to the feedback. 2010-02-11 19:44:39 +01:00
Marco Bubke
c89d75dfca Fix the change notifiers in the property editor 2010-02-11 19:44:39 +01:00
Christian Kamm
2b1adbf610 Improve building of the Qml/JS scope chain.
* For JS files: Add each Qml component that sources the file in a Script
  tag to the scope chain.
* For Qml components: Add each component that instantiates the component
  to the scope chain.
* Generate the full list of documents required for completion in a
  given file. Previously, files that included the file were missing.
2010-02-11 19:08:33 +01:00
Robert Loehning
62dd493865 Fixed crash. Passing negative values to isalnum compiled with MSVC crashed. 2010-02-11 19:04:19 +01:00
Christiaan Janssen
4f971b9bcc QmlDesigner.Navigator: Recentered the icons one pixel up 2010-02-11 18:14:37 +01:00
hjk
d7745b3c43 debugger: remove accidentally checked-in debugging code 2010-02-11 18:08:33 +01:00
Tobias Hunger
c93e96305f Make target detection not depend on toolkit 2010-02-11 18:04:22 +01:00
Tobias Hunger
dbe7f66caf Change text around. 2010-02-11 18:03:58 +01:00
Christiaan Janssen
1fcb09c157 QmlDesigner.StatesEditor: Fixed crash when creating new state while renaming another state 2010-02-11 18:02:12 +01:00
Christiaan Janssen
85d9c555a5 QmlDesigner.StatesEditor: inherited methods in the view are now protected 2010-02-11 17:54:54 +01:00
Christiaan Janssen
42fab094b9 QmlDesigner.Navigator: Improved look using styles 2010-02-11 17:54:54 +01:00
hjk
47fa65be6c debugger: some basic support for 'catch catch' and 'catch throw'
Hidden in the Breakpoints context menu.
2010-02-11 17:46:05 +01:00
Marco Bubke
14d1edd5e2 Cleanup QmlStateNodeInstance 2010-02-11 17:33:35 +01:00
Erik Verbruggen
e8d4b8982b Clearing undo-stack when we have rolled back after a failed rewrite action. 2010-02-11 16:59:39 +01:00
Thorbjørn Lindeijer
3c1142d7d7 Expand environment variables in Generic Project file lists
Environment variables will now be expanded in the Generic Project file
and include path lists. They have to be written like $$(VARIABLE), like
in qmake .pro files.

Task-number: QTCREATORBUG-366
2010-02-11 16:46:30 +01:00
Christiaan Janssen
d1480ef65b QmlDesigner: Added new icons for some QML types 2010-02-11 16:41:49 +01:00
Tobias Hunger
a5af534f77 Fix QT version/mkspec reporting in Qt options page 2010-02-11 15:30:38 +01:00
Tobias Hunger
345f06a6fc Fix customexecutable RC
* CustomExecutableRunConfiguration is supposed to ask the user
   for input if asked to run when unconfigured. It did no longer do that.

 * This was discovered and fixed by dt.
2010-02-11 15:30:37 +01:00
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