Skip to content
Snippets Groups Projects
  1. Oct 25, 2010
  2. Oct 21, 2010
    • Tobias Hunger's avatar
      Stop navigationwidget from going haywire · 7b043ba1
      Tobias Hunger authored
      Stop navigationwidget from going haywire when faced with old
      configuration data. This issue could lead to different effects:
       * A crash
       * Creator not being able to exit anymore
       * The sidebar being messed up
      
      Task-number: QTCREATORBUG-2780
      Reviewed-by: con
      7b043ba1
  3. Oct 20, 2010
  4. Sep 16, 2010
  5. Sep 10, 2010
  6. Sep 09, 2010
  7. Aug 13, 2010
  8. Aug 11, 2010
  9. 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
  10. 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
  11. Jun 25, 2010
  12. Mar 18, 2010
  13. Mar 05, 2010
  14. 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
  15. Jan 27, 2010
  16. Dec 08, 2009
  17. Oct 09, 2009
  18. Oct 05, 2009
  19. Oct 01, 2009
  20. Aug 20, 2009
  21. Aug 14, 2009
  22. Jul 17, 2009
  23. Jul 16, 2009
  24. 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
  25. Jun 11, 2009
  26. 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
  27. Apr 03, 2009
  28. Mar 26, 2009
  29. Feb 25, 2009
  30. Feb 20, 2009
  31. 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
  32. 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
  33. Jan 23, 2009
  34. Jan 20, 2009
Loading