- Jun 01, 2010
-
-
Daniel Molkentin authored
Not needed anymore after the general QML support got deactivated. This reverts commit 74bd95d3.
-
- May 31, 2010
-
-
Daniel Molkentin authored
Reviewed-by: Kai Koehne
-
- May 18, 2010
-
-
con authored
-
- May 12, 2010
-
-
Daniel Molkentin authored
Reviewed-by: Leena Miettinen
-
- Apr 16, 2010
-
-
Friedemann Kleint authored
Remove all hacks/conventions of considering the last generated file as project file, etc. and instead add attributes flags to Core::GeneratedFile, giving fine-grained control of what to do with the file. Implement static utility functions in wizards that handle it. Add boolean XML-attributes "openeditor"/"openproject" to the file elements used by the CustomWizard XML-specification. Manually set the attributes in all wizards. Task-number: QTCREATORBUG-1166
-
- Apr 13, 2010
-
-
Kai Koehne authored
Reviewed-by: Thomas Hartmann
-
- Mar 31, 2010
-
-
Jarek Kobus authored
-
- Mar 22, 2010
-
-
Kai Koehne authored
E.g. "QmlFiles {}" now also monitors subdirectories by default, while "QmlFiles { paths : ["bla.qml"] } does not. Task-number: BAUHAUS-503
-
- Mar 19, 2010
-
-
Kai Koehne authored
Suggested by Erik Verbruggen
-
- Mar 18, 2010
-
-
Friedemann Kleint authored
-
Kai Koehne authored
- It's QML, not Qml. But this is only the file format. - The umbrella term is Quick (or Qt Quick, to be sorted out)
-
- Mar 05, 2010
-
-
hjk authored
-
- Feb 18, 2010
-
-
Tobias Hunger authored
Seems like I missed some the first time round. Sorry for that!
-
Kai Koehne authored
Unify names to QmlProjectApplicationWizard & QmlProjectImportWizard
-
- Feb 16, 2010
-
-
Kai Koehne authored
Putting every class in it's own files + avoid "using namespace"
-
Friedemann Kleint authored
-
- Jan 29, 2010
-
-
Kai Koehne authored
-
Kai Koehne authored
-
- Jan 15, 2010
-
-
con authored
-
- Jan 08, 2010
-
-
Kai Koehne authored
Some things like reparenting do not work right now in the Design mode for anchored items, and we are missing a way to inform the user. Using absolute positions for positioning therefore avoids confusion for first time users.
-
- Jan 07, 2010
-
-
Tobias Hunger authored
* Use id() for methods returning a string used to represent some type of object. * Use displayName() for strings that are meant to be user visible. * Quieten some warnings while touching the files anyway. * Move Factories to their products in the plugins where that was not done before. Reviewed-by: dt
-
- Nov 27, 2009
-
-
Friedemann Kleint authored
Introduce new QString id() const-API and sort wizards by [untranslated] category and id. Introduce respective constants. Rubber-stamped-by:
con <qtc-committer@nokia.com>
-
- Nov 26, 2009
-
-
Friedemann Kleint authored
- Introduce project directory and "use" flag to file manager, use that in new item dialog - Add configuration under Project settings, rename it to "General" - Make wizards create project names as "untitled1.." - Remove modules page from Qt application wizards (parametrizable) - Give Utils::ProjectIntroPage a "Set as default location" toggle. - Introduce wizard dialog base classes for handling that. - Introduce notion of "last visited directory to file manager" for open and non-project wizards, route open through file manager. - Clean out QmlAppWizard Task-number: QTCREATORBUG-333 Rubber-stamped-by:
con <qtc-committer@nokia.com>
-
- Oct 14, 2009
-
-
Kai Koehne authored
Default background of Rectangle is white anyway.
-
- Oct 05, 2009
-
-
Friedemann Kleint authored
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
-
- Sep 01, 2009
-
-
Henrik Hartz authored
-
- Aug 14, 2009
-
-
hjk authored
-
- Aug 13, 2009
-
-
Kai Koehne authored
anchors.centeredIn has become anchors.centerIn
-
- Jul 30, 2009
-
-
Roberto Raggi authored
-
- Jun 16, 2009
-
-
con authored
Reviewed-by: Trust Me Conflicts: src/libs/cplusplus/CppBindings.cpp src/libs/cplusplus/CppBindings.h src/libs/cplusplus/FastPreprocessor.cpp src/libs/cplusplus/FastPreprocessor.h src/plugins/cpptools/cppcurrentdocumentfilter.cpp src/plugins/cpptools/cppcurrentdocumentfilter.h src/plugins/cpptools/cppsemanticsearch.cpp src/plugins/cpptools/cppsemanticsearch.h src/plugins/duieditor/parser/qmljs.g src/plugins/duieditor/parser/qmljsast.cpp src/plugins/duieditor/parser/qmljsast_p.h src/plugins/duieditor/parser/qmljsastfwd_p.h src/plugins/duieditor/parser/qmljsastvisitor.cpp src/plugins/duieditor/parser/qmljsastvisitor_p.h src/plugins/duieditor/parser/qmljsengine_p.cpp src/plugins/duieditor/parser/qmljsengine_p.h src/plugins/duieditor/parser/qmljsgrammar.cpp src/plugins/duieditor/parser/qmljsgrammar_p.h src/plugins/duieditor/parser/qmljslexer.cpp src/plugins/duieditor/parser/qmljslexer_p.h src/plugins/duieditor/parser/qmljsmemorypool_p.h src/plugins/duieditor/parser/qmljsnodepool_p.h src/plugins/duieditor/parser/qmljsparser.cpp src/plugins/duieditor/parser/qmljsparser_p.h src/plugins/duieditor/parser/qmljsprettypretty.cpp src/plugins/duieditor/parser/qmljsprettypretty_p.h src/plugins/duieditor/rewriter/rewriter.cpp src/plugins/duieditor/rewriter/rewriter_p.h src/plugins/duieditor/rewriter/textwriter.cpp src/plugins/duieditor/rewriter/textwriter_p.h src/shared/cplusplus/ASTClone.cpp tests/manual/cplusplus/main.cpp
-
Jason McDonald authored
Reviewed-by: Trust Me
-
- May 11, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- May 07, 2009
-
-
Roberto Raggi authored
-
- May 06, 2009
-
-
Roberto Raggi authored
-
- May 04, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Apr 08, 2009
-
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
-
- Mar 20, 2009
-
-
Thorbjørn Lindeijer authored
-