Skip to content
Snippets Groups Projects
  1. Jan 13, 2010
  2. Jan 12, 2010
    • con's avatar
      Fix use of dumper library. · 7be7c52a
      con authored
      Not assigning a value to a variable will not put the variable in the
      right state...
      7be7c52a
    • Roberto Raggi's avatar
      Added the keyword `readonly' · be127fa0
      Roberto Raggi authored
      be127fa0
    • con's avatar
    • con's avatar
      Merge remote branch 'origin/1.3' · 7199223a
      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
      7199223a
    • Roberto Raggi's avatar
      New smart indenter for QML files. · 27d2a129
      Roberto Raggi authored
      27d2a129
    • kh1's avatar
    • kh1's avatar
      Build fix for Linux and Mac. · 71b3985c
      kh1 authored
      71b3985c
    • dt's avatar
      Fix that changing qmake arguments did not update the import label · b560e240
      dt authored
      Task-Nr: QTCREATOR-269
      b560e240
    • Thomas Hartmann's avatar
    • Thomas Hartmann's avatar
      94066044
    • Thomas Hartmann's avatar
      3c7216a8
    • ck's avatar
      Maemo: Fix race condition in SSH output reader. · b7abc03e
      ck authored
      b7abc03e
    • kh1's avatar
      Fix timeout bug on windows. · e4024d22
      kh1 authored
      Sleep() is taking milliseconds instead of microseconds.
      e4024d22
    • Kai Koehne's avatar
      Make QmlProject & QmlRunConfiguration exported classes · 7f7e9d86
      Kai Koehne authored
      Will be used in QmLInspector plugin.
      7f7e9d86
    • con's avatar
      Also remove tokens that we consider "lost" from the list. · e28968bf
      con authored
      Reviewed-by: hjk
      e28968bf
    • Friedemann Kleint's avatar
      VCS[hg, git]: Add support for repository creation. · d5271a08
      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.
      d5271a08
    • con's avatar
      Remove debug output. · cdf06a4b
      con authored
      Reviewed-by: hjk
      cdf06a4b
    • Oswald Buddenhagen's avatar
      purge ProEditorModel and ProCommandManager · 5ab250fe
      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).
      5ab250fe
    • Roberto Raggi's avatar
      Speed up contextAllowsAutoParentheses(). · 547912af
      Roberto Raggi authored
      Look at the token under cursor only if the current character is a brace or a quote.
      547912af
    • dt's avatar
      Don't silently reset the qt version if it has become invalid · e3188417
      dt authored
      Instead note that it is invalid if trying to build and on the projects
      mode pane.
      
      Task-Nr: QTCREATORBUG-459
      e3188417
Loading