Skip to content
Snippets Groups Projects
  1. May 27, 2010
    • Thorbjørn Lindeijer's avatar
      Fixed the default UI color · de7af4f2
      Thorbjørn Lindeijer authored
      When there was no existing configuration, it would get set to pure black
      on startup, resulting in a very dark gray Qt Creator. Now it is back to
      its old friendly gray as default color.
      
      Also made sure that the default on startup and the color used for
      resetting the UI color in the settings are always in sync.
      
      Reviewed-by: Jens Bache-Wiig
      de7af4f2
  2. May 04, 2010
  3. Apr 13, 2010
  4. Apr 12, 2010
    • Jens Bache-Wiig's avatar
      Improved fancylineedit and consistency · 894fd9d7
      Jens Bache-Wiig authored
      - fixed some RTL issues. I removed isSideStored
      and useLayoutDirection. Instead we simply flip the
      sides if RTL is in use.
      - added the fader animation and clear icon that we
      use in Designer already.
      - fixed the double toplevel popup focus issues we
      had with the locator menu.
      - removed some redundant labels and reset buttons
      894fd9d7
    • Daniel Molkentin's avatar
      Only add qtcreator's qm files to iterate through. · dc2fbe65
      Daniel Molkentin authored
      The app bundles on mac as well as the Creator versions created
      by the windows and linux installers also copy all required qms
      for qt, etc, which we must not pick up in the iteration.
      
      Task-number: QTCREATORBUG-1080
      Reviewed-by: Erik Verbruggen
      dc2fbe65
  5. Mar 26, 2010
  6. Mar 22, 2010
  7. Mar 19, 2010
  8. Mar 18, 2010
  9. Mar 16, 2010
  10. Mar 11, 2010
  11. Mar 05, 2010
  12. Mar 03, 2010
    • Jens Bache-Wiig's avatar
      Force custom colors within usable range · 93dbb3a5
      Jens Bache-Wiig authored
      We previously allowed fully white and yellow colors as the
      base color for our interface. This does not work with our
      icons or other interface elements. Instead I now constrain
      the selectable colors within a certain range of saturation
      and brightness. This still leaves the user in control but
      will prevent the common case where the user selects an
      overly saturated color from the color picker and ends up
      with an unusable or extremely ugly panel.
      93dbb3a5
  13. Feb 01, 2010
  14. Jan 26, 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. Jan 06, 2010
  17. Jan 05, 2010
  18. Jan 04, 2010
  19. Nov 27, 2009
  20. Nov 20, 2009
  21. Oct 05, 2009
  22. Aug 14, 2009
  23. Jul 15, 2009
  24. Jul 13, 2009
  25. 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
  26. Apr 30, 2009
  27. Apr 14, 2009
  28. Mar 18, 2009
    • Friedemann Kleint's avatar
      Fixes: Introduce a cpp settingspage containing file naming conventions (lower... · bccf4a1f
      Friedemann Kleint authored
      Fixes: Introduce a cpp settingspage containing file naming conventions (lower case and suffixes). Reorder VCS settings pages.
      
      Task: 241959, 248085
      
      RevBy: Optics/Naming checked by con
      Details: Give IOptionPage an id() to differentiate from trName(). Make showOptionsDialog return a bool (applied) and give it an optional parent. Change Cpp and form class wizards, give them a Configure... button to change those settings.
      bccf4a1f
  29. Feb 25, 2009
  30. Feb 02, 2009
  31. Jan 30, 2009
  32. Jan 13, 2009
  33. Jan 12, 2009
  34. Dec 16, 2008
Loading