- 09 Dec, 2010 9 commits
-
-
Marco Bubke authored
This notifies the views if the instance has be really instanced.
-
Pawel Polanski authored
Task-number: QTCREATORBUG-3323 Reviewed-by: Tobias Hunger
-
Marco Bubke authored
This is a woukround and should be fixed later.
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
con authored
Task-number: QTCREATORBUG-1785
-
Leandro Melo authored
Avoid issues with QXmlStream* classes on Mac. Reviewed-by: con
-
Tobias Hunger authored
* Remove unnecessary member variable.
-
Friedemann Kleint authored
Some renaming and cleanup.
-
Christian Kamm authored
Also, remove the import path of the Qt that Creator was built with. It might make things seem to work on built-from-source Creators that will fail when Creator is shipped. Reviewed-by: Erik Verbruggen
-
- 08 Dec, 2010 31 commits
-
-
Thomas Hartmann authored
-
Thomas Hartmann authored
fixes crash on shutdown
-
hjk authored
-
Thomas Hartmann authored
-
hjk authored
-
hjk authored
Order matters.
-
Marco Bubke authored
Reviewed-By: Thomas Hartmann
-
Leandro Melo authored
Let the collection itself be the singleton.
-
Leandro Melo authored
-
Leandro Melo authored
Instead of in one XML embedded as a resource, now builtin snippets can be specified on any XML distributed under share.
-
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
-