- 14 Feb, 2011 5 commits
-
-
Milian Wolff authored
Merge-request: 253 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
hjk authored
main/throw/catch
-
hjk authored
-
Kai Koehne authored
-
Friedemann Kleint authored
in watch window and tooltips.
-
- 11 Feb, 2011 7 commits
-
-
Christian Kandeler authored
In general, at least. Does not actually stop at breakpoints yet.
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Replace old debugger tooltip by a new ToolTipManager which has a list of AbstractDebuggerToolTipWidget with the functionality to 'acquire' an engine (display its data) and 'release' it (store engine data and display them as 'previous') and serialization to XML session data. DebuggerTreeViewToolTipWidget implements AbstractDebuggerToolTipWidget for tree model acting as a filter on watch models. Rubber-stamped-by: hjk
-
-
Christian Kandeler authored
Task-number: QTCREATORBUG-3783
-
Christian Kandeler authored
Neither TCP nor the SSH protocol offer a built-in way to reliably notice connection loss, so we implement our own. Task-number: QTCREATORBUG-3783
-
Christian Kandeler authored
This was always zero before the first deployment.
-
- 10 Feb, 2011 28 commits
-
-
Alessandro Portale authored
-
Marco Bubke authored
-
Marco Bubke authored
-
Alessandro Portale authored
-
Friedemann Kleint authored
-
Christian Kamm authored
-
Christian Kamm authored
Having a duplicate prototype chain - once in FakeMetaObjects and once in QmlObjectValues was unnecessary. Now FMOs don't contain references which may allow other simplifications.
-
Christian Kamm authored
-
Thiago Macieira authored
-
Marco Bubke authored
-
Christian Kandeler authored
Task-number: QTCREATORBUG-3782
-
Friedemann Kleint authored
-
Christian Kandeler authored
Task-number: QTCREATORBUG-3771
-
mae authored
Done-with: Leandro Melo
-
Oswald Buddenhagen authored
if the exact evalution fails (possibly because of a parser error), then still use the cumulative evaluation to construct the project tree. only the target information won't be updated and the code model will be left in the dark. todo: the errors are dumped only to the (unnumbered) "general messages" output pane, which makes them practically invisible. Task-number: QTCREATORBUG-3093
-
Oswald Buddenhagen authored
instead of erroring out the parse, only error out the evaluation in exact mode. that way we can do cumulative evaluation even on broken files. Task-number: QTCREATORBUG-3093
-
Oswald Buddenhagen authored
it would collect global values instead.
-
Oswald Buddenhagen authored
special-casing it makes no sense, as all other values from the project would be mismatched and thus worthless for code validation anyway.
-
Oswald Buddenhagen authored
the node updater would check if the cumulative and exact evalutor returned the same project type and would discard the cumulative one if they didn't. this was pointless, as a) it would practically never happen and b) it would be without much consequence anyway.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
... otherwise oldValues equals newValues. the signal is currently not connected anyway, but whatever.
-
Oswald Buddenhagen authored
this kinda worked because int(ReturnTrue) == int(true), but there are more possible return values than that.
-
Oswald Buddenhagen authored
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
hjk authored
Old logic was too fragile to maintain. Now it's PointMixed -> PointPlain -> RangeMixed -> RangePlain.
-
hjk authored
-
Christian Kamm authored
That means createComponent etc. will now be completed.
-
Kai Koehne authored
-