Skip to content
Snippets Groups Projects
  1. Nov 26, 2013
  2. Oct 11, 2013
  3. Sep 30, 2013
  4. May 15, 2013
  5. Apr 11, 2013
  6. Apr 05, 2013
  7. Jan 29, 2013
  8. Jan 17, 2013
  9. Oct 05, 2012
  10. Aug 27, 2012
    • Christian Kandeler's avatar
      Utils: Introduce HostOsInfo class. · e669f054
      Christian Kandeler authored
      
      The class' member functions are intended to be used
      instead of the Q_OS_* macros in all contexts where
      the latter are not syntactically required.
      This lowers the likelihood of changes made on one
      platform breaking the build on another, e.g. due to
      the code model missing symbols in #ifdef'ed out code
      when refactoring.
      
      Change-Id: I4a54788591b4c8f8d589b8368a6c683d4155c9fa
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      e669f054
  11. Jul 19, 2012
  12. May 23, 2012
  13. Mar 12, 2012
  14. Feb 15, 2012
  15. Jan 31, 2012
  16. Jan 26, 2012
  17. Jan 09, 2012
  18. Nov 03, 2011
  19. Oct 05, 2011
  20. May 06, 2011
  21. Apr 13, 2011
  22. Jan 12, 2011
  23. Dec 17, 2010
  24. Dec 01, 2010
  25. Nov 22, 2010
  26. Oct 05, 2010
    • Tobias Hunger's avatar
      Git: ignore spaces in diff · 13b442f2
      Tobias Hunger authored
      Ignore spacing changes in diff (based on same setting as used to
      ignore spacing in git blame).
      
      Task-number: QTCREATORBUG-2526
      13b442f2
  27. Aug 26, 2010
    • Friedemann Kleint's avatar
      VCS[git]: Environment settings. · 56e80092
      Friedemann Kleint authored
      Make GitClient::synchronousGit use the process environment.
      
      Windows: Add a setting to fake a 'HOME' environment variable
      (%HOMEDRIVE%%HOMEPATH%) to make msysgit look for its SSH-keys
      there not only when run from git bash, but also from Qt Creator.
      Useful in MinGw-setups, where git must not be in the path.
      56e80092
  28. Jun 16, 2010
  29. Apr 12, 2010
  30. Mar 26, 2010
  31. Mar 19, 2010
  32. Mar 10, 2010
  33. Mar 05, 2010
  34. Feb 26, 2010
    • Friedemann Kleint's avatar
      Git: Improve Timeouts. · 214679d6
      Friedemann Kleint authored
      - Observe timeout setting when running synchronous commands.
      - Increase Default on Windows
      - Stop process with terminate first (signal).
      Task-number: QTCREATORBUG-777
      214679d6
  35. 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
  36. Jan 05, 2010
  37. Nov 27, 2009
  38. Nov 24, 2009
    • Friedemann Kleint's avatar
      Polish the settings dialog. · 65e11062
      Friedemann Kleint authored
      Add a title label to the pages. Use QGroupBoxes throughout.
      Extend SavedAction to work with checkable QGroupBoxes. Polish UI files,
      use common layout for VCS plugins. Performance: Apply only visited
      settings pages. Add search keywords.
      
      Task-number: QTCREATOR-26
      65e11062
Loading