- Sep 07, 2010
-
-
mae authored
Also fixes a crash when folding code at the very end of the document Task-number: QTCREATORBUG-2159
-
Thomas Hartmann authored
properties The navigator now displays all properties whose type is a sub class of QGraphicsObject, except for those properties inherited by Qt/Item. The contents of the default property are displayed as direct children of the model node's tree node. Reparenting into and from the displayed properties is supported. original author: Joerg Schummer
-
Thomas Hartmann authored
After this change, the parent properties of model nodes do not have to be "data" or "children" anymore. Any node or node list property can contain children. original author: Joerg Schummer I did some changes to the patch. 1.) Fix for NodeMetaInfo 2.) Remove changes to ObjectNodeInstance 3.) Adapt QmlObjectNode
-
Thomas Hartmann authored
-
Thomas Hartmann authored
When the user moves a block up or down the text markers have to be updated correctly. This is done now in moveLineUpDown(). We check if a text marker is in the block that is about to be moved and set the position of the QTextCursor to the correct value, afterwards. Reviewed-by: mae
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Leena Miettinen authored
Reviewed-by: Friedemann Kleint
-
Leena Miettinen authored
-
Tobias Hunger authored
* Output parser was deleted to early, resulting in creator assuming that the build had failed.
-
dt authored
It's more complicated then expected, to be detangled another day
-
dt authored
Task-Nr: QTCREATORBUG-2276
-
Friedemann Kleint authored
-
Roberto Raggi authored
-
Friedemann Kleint authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Morten Engvoldsen authored
-
Morten Engvoldsen authored
-
Tobias Hunger authored
* Explicitly set signing mode to SelfSigned if not mentioned in the .user file * Do not use c-style casts.
-
Tobias Hunger authored
-
Leandro Melo authored
There is still an open issue in this fix since the new extension might be of a different mime type (and our editors are attached to it currently). More details documented in the code. Task-number: QTCREATORBUG-2094 Reviewed-by: Thorbjorn Lindeijer
-
Roberto Raggi authored
-
Friedemann Kleint authored
enabling scripts that completely generate the project directory. Default to %TargetPath%.
-
Morten Engvoldsen authored
-
Morten Engvoldsen authored
-
Morten Engvoldsen authored
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-2279
-
Friedemann Kleint authored
... on clicking stack frames or disassembler/ memory views. Introduce flags to openEditorAt, pass EditorManager::NoModeSwitch where applicable. Task-number: QTCREATORBUG-2278
-
- Sep 06, 2010
-
-
Morten Engvoldsen authored
-
Morten Engvoldsen authored
-
Morten Engvoldsen authored
-
Morten Engvoldsen authored
-
Morten Engvoldsen authored
-
dt authored
-
Roberto Raggi authored
Thanks to this patch we can move the filtering of C++ symbols in a background thread. Done-with: Erik Verbruggen
-
dt authored
-