Commit Graph

16481 Commits

Author SHA1 Message Date
Christian Kandeler 4aca17427a Maemo: Adapt package names so that OVI store will accept them.
Task-number: QTCREATORBUG-3189
2011-01-20 12:38:29 +01:00
Christian Kamm 90a44ab1df QmlJS indenter: Fix object bindings with namespaces.
Task-number: QTCREATORBUG-3371
Reviewed-by: Roberto Raggi
2011-01-20 11:32:25 +01:00
Tobias Hunger ca73b6b95f Parser: Handle changed moc error reporting 2011-01-20 11:18:44 +01:00
Christian Kamm 8ab2735368 QmlJS: Be more efficient when looking for QML libraries.
Reviewed-by: Erik Verbruggen
2011-01-20 11:04:00 +01:00
Roberto Raggi abff92c0fb Parse ambiguous postfix expressions. 2011-01-20 11:01:16 +01:00
Roberto Raggi c238eb9300 Fixed unintialized variables. 2011-01-20 11:00:48 +01:00
Leandro Melo 9e3b5bd0a0 Temporary "feature" to allow user specific MIME types
We need a feature which allows a more flexible binding
of MIME types and editors. This is definetely not the
way to handle it, but a temporary workaround.

Reviewed-by: con
2011-01-20 10:47:42 +01:00
Marco Bubke a3310d326d QmlDesigner.FormEditor: The scene rectangle isn't set anymore
So the scene rectangle is the bounding rectangle of all items.
2011-01-19 19:24:42 +01:00
Marco Bubke 40eea09030 QmlDesigner.NodeInstances: Filter duplicate nodes from list 2011-01-19 19:24:42 +01:00
Marco Bubke 146d9ede08 QmlDesigner: core test changes 2011-01-19 19:24:42 +01:00
hjk 63666f9f8b debugger: fix the handling of two stopped slaves 2011-01-19 19:28:16 +01:00
hjk 26296c06ba debugger: don't show the <global> frame in qml stack 2011-01-19 19:16:34 +01:00
hjk 05b77b958d debugger: make activateFrame() dispatch properly to the qml/cpp slaves 2011-01-19 18:59:53 +01:00
hjk 77afdb42af debugger: in the qmldebugger, draw location marker _above_ breakpoints 2011-01-19 18:53:30 +01:00
Tobias Hunger 78b06e7cac P4: Do not complain about P4 when it is not installed
Remove warning message about P4 when that is not installed.

Task-number: QTCREATORBUG-3382
2011-01-19 18:08:17 +01:00
hjk 49710f3986 debugger: show combined C++/QML stack 2011-01-19 17:34:47 +01:00
hjk 43599825e8 debugger: remove dead code 2011-01-19 17:34:47 +01:00
Erik Verbruggen 86f487a296 Fixed inconsistent highlighting of virtual destructor.
Task-number: QTCREATORBUG-3404
2011-01-19 17:19:59 +01:00
Tobias Hunger 522ffa1fa7 Symbian: Fix create package parser
Fix Parser to recognize errors in the form
(35) : error : Some message
2011-01-19 17:16:24 +01:00
Friedemann Kleint 808408eeea 10n: Fix tr() issues. 2011-01-19 16:50:03 +01:00
Erik Verbruggen 94411bfaef Fixed argument completion for destructors.
Task-number: QTCREATORBUG-2854
2011-01-19 16:40:07 +01:00
dt e505604b92 ProjectExplore: Introduce dis/enabling of buildconfigurations
The build actions are disabled if the buildconfiguration is disabled.
The deploy and run actions are disabled if deploying or running invokes
building automatically.

Qt4BuildConfigurations are disabled while parsing.

Task-Nr: QTCREATORBUG-2576
2011-01-19 15:47:00 +01:00
dt 8fdef8e316 ProjectExplorer: Do not emit updateRunActions on target change 2011-01-19 15:47:00 +01:00
dt 3278d6c77c Session Manager: Simplfy code 2011-01-19 15:47:00 +01:00
hjk fd3d7de92c debugger: implement qml->c++ cross-stepping 2011-01-19 15:16:11 +01:00
hjk 210382f27b debugger: remove some debug output 2011-01-19 15:06:22 +01:00
Friedemann Kleint 38d048fb0f Debugger[CDB]: Fix autodetection of "Debugging Tools".
Always detected true since the existence of the file
was not checked after the last clause.
2011-01-19 14:45:25 +01:00
Erik Verbruggen f8db0ae7ce Prevent preleminary flushes to prevent order mess-ups.
The semantic highlighter relies on the highlight ranges to be subsequent
and non-overlapping. A method body in a class nested in a method can
result in flushes before the semantic info for the enclosing method is
calculated, resulting in overlapping ranges.

Task-number: QTCREATORBUG-3364
Reviewed-by: Roberto Raggi
2011-01-19 14:23:30 +01:00
Friedemann Kleint 79529551b2 CODA: Fix some messages. 2011-01-19 14:14:19 +01:00
hjk c736cc3c8d debugger: use 'maint print msymbols' to extract Qt's namespace
still racy
2011-01-19 14:07:51 +01:00
Friedemann Kleint c1228d0c67 Debugger[CDB]: Add setting for additional command line arguments.
to CDB, allowing for extensions, etc.
2011-01-19 13:01:50 +01:00
Christian Kandeler 205268fb15 Maemo: Fix some qemu button behavior glitches. 2011-01-19 12:41:52 +01:00
Christian Kandeler c1789f8b78 Maemo: Fix initial Qemu button hiding.
Apparently, we have to hide the action /after/ creating the command.
2011-01-19 12:05:19 +01:00
Christian Kandeler 08d9ebf9a0 Maemo: Fix compilation. 2011-01-19 11:48:50 +01:00
Friedemann Kleint 20046e3ab3 Debugger[CDB]: Fixes for namespaced Qt.
Fix broken substringpredicate (temporary string reference),
fix Qt container template detection not to fall for
QMap<>::iterator (real inner class).
2011-01-19 11:40:50 +01:00
Christian Kandeler 3a87fdd5f1 Maemo: Move more functionality into the new target classes. 2011-01-19 11:07:14 +01:00
Christian Kandeler 2ec85cc67a Maemo: Make some stateless functions static. 2011-01-19 11:07:14 +01:00
Friedemann Kleint 3af8188784 Debugger[CDB]: Use Qt Creator console stub instead of CDB console.
As the latter immediately closes after the debuggee quits.
Handle pressing Ctrl like DebugBreak(), switch to thread 0.
2011-01-19 10:25:32 +01:00
Marco Bubke 4bcd401092 QmlDesigner: Add instance test mode to test
For synchronisation to the puppet process.
2011-01-18 19:38:01 +01:00
Marco Bubke 272b86a8de QmlDesigner: Fix linker error in core tests 2011-01-18 19:36:46 +01:00
Marco Bubke 930cf34dc6 QmlDesigner.NodeInstances: Add synchronizing to instances 2011-01-18 18:23:43 +01:00
Marco Bubke f5636f88e9 QmlDesigner: Fix warning 2011-01-18 18:23:43 +01:00
Marco Bubke 4dc17bc1bb QmlDesigner: Test compiles again
But not linking
2011-01-18 18:23:43 +01:00
con 0a8af1720d Another little fix for delayed registering actions.
Make them be correctly updated regarding to current context.
2011-01-18 17:03:33 +01:00
Christian Kandeler bae2cefc45 Fix non-Linux compilation. 2011-01-18 15:44:13 +01:00
Friedemann Kleint cd3b6c7b23 Debugger[CDB]: Switch to thread 0 after DebugBreak().
Do not show artificial thread that is created by
DebugBreak() as it causes a switch to disassembly.
Forcibly discard the symbol group for each locals
update as the lazy creation mechanism does not trigger
on thread changes back and forth involving assembly,
which causes the symbol group to become stale.
2011-01-18 15:34:58 +01:00
Christian Kandeler f0a54abf6b Maemo: Introduce dedicated Fremantle and Harmattan targets.
Task-number: QTCREATORBUG-2770
2011-01-18 15:22:12 +01:00
Leena Miettinen 45e69d2e2a Doc: starting external processes
Reviewed-by: Oswald Buddenhagen
2011-01-18 15:16:43 +01:00
Friedemann Kleint 786560b39e Debugger[CDB]: Dump QByteArray as array of unsigned chars.
Fix assignment to reference nodes (QByteArray field elements).
2011-01-18 13:49:39 +01:00
dt bbb097c322 ActionManager: Fix CommandAttribute enum to actually use a bit per value
Task-Nr: QTCREATORBUG-3517
Reviewed-By: con
2011-01-18 13:26:00 +01:00