Skip to content
Snippets Groups Projects
  1. Jul 30, 2010
    • Alessandro Portale's avatar
      Pedantic cleanup of filename parameters for QIcon constructor · 3aa3c568
      Alessandro Portale authored
      Using more *::Constants::ICON_* where it makes sense and
      wrapping the file names into QLatin1String where they were
      missing.
      
      The increased usage of the ICON constants needed a few more
      cross plugin includes of *constants.h, here and there.
      I think that it is OK, since the dependencies were alredy there
      icon resource wise.
      3aa3c568
  2. May 31, 2010
    • Thorbjørn Lindeijer's avatar
      Open .prf files in the pro file editor · 0afe76a6
      Thorbjørn Lindeijer authored
      This fixes QTCREATORBUG-1434, but it's more of a workaround than a fix.
      The problem was that the file was opened in the diff editor due to a
      broken diff detection, and the diff editor in turn has a bug in that
      it's kind of halfway read-only.
      
      Reviewed-by: ossi
      Task-number: QTCREATORBUG-1434
      0afe76a6
  3. Mar 05, 2010
  4. 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
  5. Aug 14, 2009
  6. 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
  7. May 26, 2009
    • Thorbjørn Lindeijer's avatar
      Rely on lazy instantiation of text editor actions · 5b132339
      Thorbjørn Lindeijer authored
      The actions are already lazily instantiated in
      TextEditorActionHandler::setupActions(), so there should be no need to
      call initializeActions() in all plugins on startup. Only the main text
      editor plugin will still initialize its actions, to make sure the menu
      items are there.
      5b132339
  8. 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
  9. Feb 25, 2009
  10. Jan 27, 2009
    • Jens Bache-Wiig's avatar
      Fixes: Improved file icons · 629a4778
      Jens Bache-Wiig authored
      Details:
      This patch makes use of system icons as a base
      and draws overlay on top. This should blend a bit better
      into the native icon theme.
      629a4778
  11. Jan 21, 2009
  12. Jan 20, 2009
  13. Jan 19, 2009
  14. Jan 13, 2009
  15. Jan 08, 2009
  16. Dec 16, 2008
  17. Dec 02, 2008
Loading