- 10 Feb, 2011 17 commits
-
-
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
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
-
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
-
Kai Koehne authored
-
Kai Koehne authored
-
- 09 Feb, 2011 23 commits
-
-
Alessandro Portale authored
Now using an explicit Mode (generated, imported) instead of empty or set filename convention. Just like in Html5App.
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
AbstractFormEditorTool -> AbstractLiveEditTool LayerItem -> LiveLayerItem SelectionIndicator -> LiveSelectionIndicator SelectionRectangle -> LiveSelectionRectangle SelectionTool -> LiveSelectionTool SingleSelectionManipulator -> LiveSingleSelectionManipulator RubberBandSelectionManipulator -> LiveRubberBandSelectionManipulator
-
Leandro Melo authored
Task-number: QTCREATORBUG-2968 Reviewed-by: Alessandro Portale
-
Marco Bubke authored
-
Marco Bubke authored
All type information should be now available.
-
Marco Bubke authored
-
Alessandro Portale authored
-
Christian Kandeler authored
-
Christian Kandeler authored
-
hjk authored
-
hjk authored
-
Christian Kandeler authored
-
Christian Kandeler authored
-
Christian Kandeler authored
Changing this field will not have an effect anyway.
-
Christian Kandeler authored
All this environment setting was just an approximation of what the "mad" script does better.
-
Christian Kandeler authored
This simplifies the call and also fixes a bug along the way. Task-number: QTCREATORBUG-3589
-
Kai Koehne authored
When closing the app via the WM the status of the services change to 'not available'. We used to log this as an error to the debugger log, causing the log to 'magically' pop up. Reviewed-by: Christiaan Janssen
-
hjk authored
No need to add random '1' if there's only one.
-
dt authored
We used to only fallback at start time from a invalid/empty setting to the cmake in path. Now we do that even if the setting is later edited. Task-Nr: QTCREATORBUG-3739
-
Friedemann Kleint authored
-
Thorbjørn Lindeijer authored
For this option it would actually be better to reapply the state of the toggle button to the restarted QtQuick application rather than resetting the state of the button.
-
Thorbjørn Lindeijer authored
* Renamed Toolbar to ToolBar * Use mass-disconnect instead of duplicating all connect calls * Split up setupToolbar(bool)
-