Skip to content
Snippets Groups Projects
  1. Sep 10, 2010
  2. Sep 09, 2010
  3. Aug 13, 2010
  4. Aug 11, 2010
  5. 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
  6. Jul 16, 2010
    • Kai Koehne's avatar
      Save/restore settings of navigation widgets more aggressively · 802b21c0
      Kai Koehne authored
      Save/restore the current settings of a navigation widget per position,
      every time something changes in the navigation bar setup. Previously,
      only settings on exit were stored / restored on startup, which means
      that e.g. when you switch from the Outline to the Project Explorer and
      back, the settings of the Outline were lost.
      
      Reviewed-by: con
      802b21c0
  7. Jun 25, 2010
  8. Mar 18, 2010
  9. Mar 05, 2010
  10. Mar 01, 2010
    • Jens Bache-Wiig's avatar
      Fix missing tabfocus with manhattanstyle · a2ec8cc9
      Jens Bache-Wiig authored
      I added a new focus rect for combo boxes
      with manhattan style. To reduce the visual
      impact I follow the same policy we use on
      windows where we do not show the focus rect
      unless it is called upon by tabfocus.
      a2ec8cc9
  11. Jan 27, 2010
  12. Dec 08, 2009
  13. Oct 09, 2009
  14. Oct 05, 2009
  15. Oct 01, 2009
  16. Aug 20, 2009
  17. Aug 14, 2009
  18. Jul 17, 2009
  19. Jul 16, 2009
  20. 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
  21. Jun 11, 2009
  22. 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
  23. Apr 03, 2009
  24. Mar 26, 2009
  25. Feb 25, 2009
  26. Feb 20, 2009
  27. Feb 09, 2009
    • Thorbjørn Lindeijer's avatar
      Use QActions to fix toolbar extension · 6fa1084b
      Thorbjørn Lindeijer authored
      Instead of directly adding QToolButtons to the tool bar of the
      navigation subwidget, use QActions. This allows the tool bar extension
      to show them in a menu when necessary.
      
      The icons are inappropriate for in a menu, however.
      6fa1084b
  28. Feb 05, 2009
    • Thorbjørn Lindeijer's avatar
      Use QActions to fix toolbar extension · 0359ff60
      Thorbjørn Lindeijer authored
      Instead of directly adding QToolButtons to the tool bar of the
      navigation subwidget, use QActions. This allows the tool bar extension
      to show them in a menu when necessary.
      
      The icons are inappropriate for in a menu, however.
      0359ff60
  29. Jan 23, 2009
  30. Jan 20, 2009
  31. Jan 19, 2009
  32. Jan 14, 2009
  33. Jan 13, 2009
Loading