- Jan 13, 2010
-
-
ck authored
-
Marco Bubke authored
height Task-number: BAUHAUS-291
-
Marco Bubke authored
-
Friedemann Kleint authored
Remove they newly introduced category sortkey.
-
Roberto Raggi authored
-
Thomas Hartmann authored
See: BAUHAUS-288 Fixes some indentation
-
Kai Koehne authored
Otherwise parallel builds might fail
-
Kai Koehne authored
If the qml contains an error on frist call of DesignDocumentController::loadMaster, we did not wire up the components to the model. If the user then fixed the qml, the Design mode widgets were 'enabled', but didn't contain any meaningful input. Fixed by always wiring up the components. Unfortunately this shows the 'default' model with just a Rectangle.
-
Kai Koehne authored
-
ck authored
-
Kai Koehne authored
-
Bea Lam authored
-
- Jan 12, 2010
-
-
con authored
Not assigning a value to a variable will not put the variable in the right state...
-
Roberto Raggi authored
-
con authored
-
con authored
Conflicts: doc/qtcreator.qdoc doc/qtcreator.qdocconf src/app/Info.plist src/plugins/bineditor/BinEditor.pluginspec src/plugins/bookmarks/Bookmarks.pluginspec src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec src/plugins/coreplugin/Core.pluginspec src/plugins/coreplugin/coreconstants.h src/plugins/cpaster/CodePaster.pluginspec src/plugins/cppeditor/CppEditor.pluginspec src/plugins/cppeditor/cppeditor.cpp src/plugins/cpptools/CppTools.pluginspec src/plugins/cvs/CVS.pluginspec src/plugins/debugger/Debugger.pluginspec src/plugins/debugger/debuggeragents.cpp src/plugins/debugger/gdb/gdbengine.cpp src/plugins/designer/Designer.pluginspec src/plugins/fakevim/FakeVim.pluginspec src/plugins/find/Find.pluginspec src/plugins/genericprojectmanager/GenericProjectManager.pluginspec src/plugins/git/ScmGit.pluginspec src/plugins/helloworld/HelloWorld.pluginspec src/plugins/help/Help.pluginspec src/plugins/locator/Locator.pluginspec src/plugins/perforce/Perforce.pluginspec src/plugins/projectexplorer/ProjectExplorer.pluginspec src/plugins/qmleditor/QmlEditor.pluginspec src/plugins/qmleditor/idcollector.cpp src/plugins/qmleditor/idcollector.h src/plugins/qmleditor/parser/qmljsglobal_p.h src/plugins/qmleditor/qmlcodecompletion.cpp src/plugins/qmleditor/qmlcodeformatter.cpp src/plugins/qmleditor/qmlcodeformatter.h src/plugins/qmleditor/qmlexpressionundercursor.cpp src/plugins/qmleditor/qmllookupcontext.cpp src/plugins/qmleditor/qmlresolveexpression.cpp src/plugins/qmleditor/qmlsymbol.cpp src/plugins/qmleditor/qmlsymbol.h src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec src/plugins/qtscripteditor/QtScriptEditor.pluginspec src/plugins/regexp/RegExp.pluginspec src/plugins/resourceeditor/ResourceEditor.pluginspec src/plugins/snippets/Snippets.pluginspec src/plugins/subversion/Subversion.pluginspec src/plugins/texteditor/TextEditor.pluginspec src/plugins/vcsbase/VCSBase.pluginspec src/plugins/welcome/Welcome.pluginspec src/shared/qml/parser/qmljsast.cpp src/shared/qml/parser/qmljsast_p.h src/shared/qml/parser/qmljsastfwd_p.h src/shared/qml/parser/qmljsastvisitor.cpp src/shared/qml/parser/qmljsastvisitor_p.h src/shared/qml/parser/qmljsengine_p.cpp src/shared/qml/parser/qmljsengine_p.h src/shared/qml/parser/qmljsgrammar.cpp src/shared/qml/parser/qmljsgrammar_p.h src/shared/qml/parser/qmljslexer.cpp src/shared/qml/parser/qmljslexer_p.h src/shared/qml/parser/qmljsmemorypool_p.h src/shared/qml/parser/qmljsnodepool_p.h src/shared/qml/parser/qmljsparser.cpp src/shared/qml/parser/qmljsparser_p.h
-
Roberto Raggi authored
-
kh1 authored
-
kh1 authored
-
dt authored
Task-Nr: QTCREATOR-269
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
ck authored
-
kh1 authored
Sleep() is taking milliseconds instead of microseconds.
-
Kai Koehne authored
Will be used in QmLInspector plugin.
-
con authored
Reviewed-by: hjk
-
Friedemann Kleint authored
Add repository creation operation to IVersionControl, implement for hg and git, add convenience slot with prompts to VCSBasePlugin. Add respective menu options and make menus are visible in case no VCS is active. Change project wizards extension page to list VCS that are capable of repository creation in a QComboBox in case the directory is not managed by another VCS (in which case it lists that one for operation 'add'). On that occasion, polish the Project selection to use a QComboBox as well and add some smartness to find the most suitable project to add via path matching.
-
con authored
Reviewed-by: hjk
-
Oswald Buddenhagen authored
they were remnants of the pro editor, which was removed long time ago. they were still used for automatic editing of pro files, but were totally overengineered for that purpose (removed 1300 LOC, added 40).
-
Roberto Raggi authored
Look at the token under cursor only if the current character is a brace or a quote.
-
dt authored
Instead note that it is invalid if trying to build and on the projects mode pane. Task-Nr: QTCREATORBUG-459
-
Christiaan Janssen authored
-
Marco Bubke authored
-
Kai Koehne authored
Do not allow users to edit the field right beside the visible checkbox.
-
Kai Koehne authored
Happened when trying to reparent a node to one of it's children.
-
Kai Koehne authored
-
kh1 authored
-
con authored
Task-number: QTCREATORBUG-436 Reviewed-by: hjk
-
Marco Bubke authored
-