- Jan 15, 2010
-
-
con authored
Rename IWizard::Kind --> IWizard::WizardKind, add some logic for which wizard kinds to collapse/expand.
-
- Jan 14, 2010
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
This commit add a Settings::Scope parameter to Core::ICore::settings(), the default is UserScope, which falls back to SystemScope. Specifying SystemScope instead gives exclusive access to the SystemScope.
-
- Jan 11, 2010
-
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
- 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
-
- Jan 05, 2010
-
-
Daniel Molkentin authored
Platform-dependent behavior is not good enough for a lot of people it seems. Reviewed-By: con
-
- Dec 16, 2009
-
-
con authored
Replaced by the maximize and "More..." buttons. Edit mode is now the fallback mode for the output panes.
-
- Dec 15, 2009
-
-
mae authored
-
- Dec 09, 2009
- Dec 08, 2009
-
-
con authored
-
- 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>
-
- Nov 25, 2009
-
-
Tobias Hunger authored
* Add -color option to core plugin which will override the base UI color for that session. Reviewed-by: thorbjorn
-
- Nov 12, 2009
-
-
Thorbjørn Lindeijer authored
There were three missing and one duplicate. Committed to master since 1.3 is currently in a hard string freeze. Task-number: QTCREATORBUG-261 Task-number: QTCREATORBUG-262 Task-number: QTCREATORBUG-263 Task-number: QTCREATORBUG-264
-
- Nov 11, 2009
-
-
Friedemann Kleint authored
Add changed signals to IVersionControl and VCSManager and wire them to the update methods. Add a menu action for manually updating. Improved version of reverted 7aa24116. Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- Nov 10, 2009
-
- Nov 09, 2009
-
-
Friedemann Kleint authored
Add state logic to CppCodeModelManagerInterface, making it aware whether an indexer is running, protect the update methods from another invocation while running. Add changed signals to IVersionControl and VCSManager and wire them to the update methods. Add a menu action for manually updating. Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com> Reviewed-by:
con <qtc-committer@nokia.com>
-
- Oct 08, 2009
-
-
Friedemann Kleint authored
Add a configuration checking method to the Debugger manager, depending on toolchain, wire it to the engines. Check that in the debugger run controls. Add a convenience method to ICore that shows a warning message with a "Settings" button, pointing the user to a configuration error on a settings page. Remove leftovers of the dumper parser. Acked-by:
con <qtc-committer@nokia.com>
-
- Oct 05, 2009
-
-
Friedemann Kleint authored
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
-
- Oct 01, 2009
-
-
Friedemann Kleint authored
-
- Sep 11, 2009
-
-
con authored
And ensure that the menu items don't vanish from the application menu when they are translated.
-
- Aug 14, 2009
-
-
hjk authored
-
- Jul 31, 2009
-
-
con authored
And adapt the device selection list.
-
- Jul 22, 2009
-
-
Norwegian Rock Cat authored
If we are going to be uncertain, then let's try to be somewhat better stylistically about it.
-
- Jul 21, 2009
- Jul 20, 2009
-
-
mae authored
This is a fix for the problem, that some users were unable to figure out how to open projects.
-
- Jul 17, 2009
-
-
con authored
Reviewed-by: Jens Bache-Wiig
-
- Jul 16, 2009
-
-
con authored
-
- Jul 15, 2009
-
-
con authored
-
- Jul 14, 2009
-
-
con authored
-
- Jul 13, 2009
-
-
Alessandro Portale authored
There were both variants, with and without extra semicolon.
-
- Jul 09, 2009
-
-
con authored
-
- Jul 07, 2009
-
-
dt authored
Also cache a lastModified time, so that we don't emit a signal if it didn't change.
-
Norwegian Rock Cat authored
If you call setVisible(true) on the item before it is placed in a hierarchy, it will show as a normal top-level window. On some platforms this isn't really an issue, but with Carbon, the show happens immediately, so you get this flash of a window which is really disturbing. I'm surprised it's not noticed on other platforms. Personally, I'm not sure why we call this at all, but I'm leaving it for the moment.
-
- Jun 23, 2009
-
-
Friedemann Kleint authored
Add a shutdown()-notification to MainWindow and reset the context in it. Task-number: 256386 Reviewed-by:
con <qtc-committer@nokia.com>
-
- 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
-