Skip to content
Snippets Groups Projects
  1. Jan 08, 2014
  2. Jul 09, 2013
  3. May 17, 2013
  4. May 15, 2013
  5. Apr 29, 2013
  6. Apr 11, 2013
  7. Jan 29, 2013
  8. Oct 05, 2012
  9. Sep 27, 2012
  10. Sep 05, 2012
  11. 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
  12. Aug 21, 2012
  13. Aug 16, 2012
  14. Jul 19, 2012
  15. Mar 12, 2012
  16. Feb 15, 2012
  17. Jan 31, 2012
  18. Jan 26, 2012
  19. Jan 09, 2012
  20. Dec 12, 2011
  21. Nov 03, 2011
  22. Nov 02, 2011
  23. Oct 06, 2011
  24. Oct 05, 2011
  25. May 06, 2011
  26. Apr 13, 2011
  27. Jan 12, 2011
  28. Dec 17, 2010
  29. Dec 09, 2010
  30. Nov 22, 2010
  31. 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
  32. Sep 28, 2010
  33. 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
  34. Jun 16, 2010
  35. Mar 19, 2010
  36. Mar 10, 2010
  37. Mar 05, 2010
  38. 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
Loading