Skip to content
Snippets Groups Projects
  1. Sep 10, 2010
  2. Sep 08, 2010
    • Leandro Melo's avatar
      Do not force a specific editor for a file created from a wizard. · f7532a02
      Leandro Melo authored
      The wizards already provide a default suffix for file creation.
      But since the user is still free to specify something else it's better to leave it to Creator to decide which one is the proper editor.
      After all, this reflects how the file will be treated by Creator (including the next time it's opened).
      
      Task-number: QTCREATORBUG-2006
      f7532a02
  3. Jul 12, 2010
  4. Jul 08, 2010
    • Kai Koehne's avatar
      Add new Outline sidebar pane · 5439ce97
      Kai Koehne authored
      Adds a generic Outline pane to the sidebar. The CppEditor & QmlJSEditor
      plugins will implement the IOutlineWidget/IOutlineWidgetFactory interface to
      provide views specific to C++/Qml/JS documents.
      
      Reviewed-by: con
      5439ce97
  5. Jun 25, 2010
  6. May 27, 2010
  7. May 20, 2010
  8. May 12, 2010
  9. Apr 20, 2010
  10. Mar 18, 2010
  11. Mar 17, 2010
    • con's avatar
      Adapt default shortcut for completion on Mac. · 497e5141
      con authored
      Since Leopard our default shortcut for completion collides
      with the one for Spotlight (Ctrl+Space).
      Cmd+Space is taken for Mac's keyboard layout settings,
      so going for Opt+Space...
      497e5141
  12. Mar 05, 2010
  13. Feb 12, 2010
  14. Jan 15, 2010
  15. Jan 07, 2010
    • Tobias Hunger's avatar
      Make method naming more consistent. · a6ad7737
      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
      a6ad7737
  16. Nov 30, 2009
  17. Nov 27, 2009
  18. Aug 14, 2009
  19. Jul 15, 2009
  20. Jul 13, 2009
  21. Jun 16, 2009
    • con's avatar
      Cherry-pick: Update license headers and sales contact details. · 2919c210
      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
      2919c210
    • Jason McDonald's avatar
      Update license headers and sales contact details. · 884b7af7
      Jason McDonald authored
      Reviewed-by: Trust Me
      884b7af7
  22. Jun 09, 2009
  23. Jun 08, 2009
  24. Jun 03, 2009
    • Oswald Buddenhagen's avatar
      ifdef Q_?S_* cleanup · d2a8449b
      Oswald Buddenhagen authored
      - clear up some Q_OS_LINUX vs. Q_OS_UNIX
      - clear up Q_WS_* vs. Q_OS_* (relatively theoretical exercise)
      - use proper #if-#else cascades instead of free-standing #ifs
      d2a8449b
  25. May 29, 2009
  26. May 28, 2009
  27. May 25, 2009
  28. Apr 08, 2009
  29. Mar 30, 2009
  30. Mar 17, 2009
    • Thorbjørn Lindeijer's avatar
      Unduplicated the code that initializes editor settings · 0a48bd87
      Thorbjørn Lindeijer authored
      This stuff was all over the place, a relic from before the editor
      settings were unified. Now the initialization is only done in
      TextEditorSettings.
      
      Fixes the .pro file editor and the generic project files editor, which
      before only used the font settings.
      0a48bd87
  31. Feb 25, 2009
  32. Jan 23, 2009
  33. Jan 21, 2009
  34. Jan 20, 2009
  35. Jan 19, 2009
Loading