- Dec 08, 2010
-
-
Leandro Melo authored
-
Leandro Melo authored
Groups are no longer enum values but identified from snippet providers.
-
Leandro Melo authored
Since in the snippets overlay the selections are created with ExpandBegin the interest is mostly in detecting when the first one moved to the left (for example, when an undo is performed right after inserting the snippet). However, this tracking doesn't need to necessarily be associated with that flag.
-
Leandro Melo authored
- Restored removed built-in snippets. - Revert a built-in snippet. - Reset the snippets collection.
-
Leandro Melo authored
Reloading and synchronizing are now directly accessible from the collection interface.
-
Leandro Melo authored
-
Leandro Melo authored
-
Leandro Melo authored
-
Leandro Melo authored
-
Leandro Melo authored
-
Leandro Melo authored
And mark the completion item as a snippet.
-
Leandro Melo authored
When editing one variable from a code snippet, all other variables with the same name are updated accordingly.
-
Leandro Melo authored
Provide an interface so users can create/edit/remove snippets.
-
Leandro Melo authored
-
Thomas Hartmann authored
This avoids flickering, since parentChanged now comes after property changed.
-
Thomas Hartmann authored
We select now after the drop event. Some fixes for the out of process stuff.
-
Thomas Hartmann authored
-
hjk authored
Task-number: QTCREATORBUG-3242
-
hjk authored
-
Friedemann Kleint authored
Add USB protocol and chunking.
-
Kai Koehne authored
The mainFile property of QmlProject is the default file to run. People have still the opportunity to override this in their run settings, though. The wizard generated code was updated accordingly. Note that this makes projects generated by the wizard incompatible with QtCreator 2.1! Task-number: QTCREATORBUG-3249
-
Kai Koehne authored
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
con authored
-
Christian Kandeler authored
-
con authored
Conflicts: doc/qtcreator.qdoc src/plugins/qmldesigner/designercore/instances/nodeinstance.cpp src/plugins/qt4projectmanager/qmakestep.cpp src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationstep.cpp src/plugins/qt4projectmanager/qtversionmanager.cpp
-
con authored
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-3312
-
hjk authored
This is necessary to handle "live updates". Originally done by ck.
-
hjk authored
-
hjk authored
-
- Dec 07, 2010
-
-
Christian Kandeler authored
Task-number: QTCREATORBUG-3063
-
Christian Kandeler authored
-
dt authored
Splitted up patches wrongly
-
Thomas Hartmann authored
We check the qml file/document now with QmlJSCheck. We explicitly disable checking of qml types.
-
Thomas Hartmann authored
We are checking for duplicate ids and duplicate property definitions now.
-
Thomas Hartmann authored
-
Thomas Hartmann authored
We have to check also for the ModelNode, but we also have to avoid recursion. Reviewed-by: Marco Bubke
-
Thomas Hartmann authored
Properly detach from rewriter view and node instance view on model destruction. Reviewed-by: Marco Bubke
-
hjk authored
Using the convienience class does not really save code and adds another needless level in the hierarchy. This affects the three remaining BaseMode users: Help, ProjectExplorer and HelloWorld.
-