Skip to content
Snippets Groups Projects
  1. Apr 16, 2014
  2. Mar 05, 2014
  3. Feb 13, 2014
  4. Feb 11, 2014
  5. Feb 06, 2014
  6. Jan 31, 2014
    • David Schulz's avatar
      Utils: Fix getting a case sensitive path on windows. · 0eea7ca9
      David Schulz authored
      
      Until now we used GetShortPathName which relies on having 8.3 paths.
      This short path names are converted into long names which also corrects
      the case. The 8.3 paths can be manually deactivated via the fsutil. When
      this is done GetShortPathName does not return a convertible path string.
      
      If the case isn't corrected on windows we are opening multiple editors for
      the same file. For example, when reaching a breakpoint when using cdb or
      opening an entry from the issue panel generated by the msvc compile.
      
      Task-number: QTCREATORBUG-11199
      Change-Id: Ic04055685e0e9bbe0d45cde20563929b7370695d
      Reviewed-by: default avatarOrgad Shaneh <orgads@gmail.com>
      Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
      Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@digia.com>
      0eea7ca9
  7. Jan 09, 2014
  8. Jan 08, 2014
  9. Oct 24, 2013
  10. Sep 26, 2013
  11. Sep 09, 2013
    • Leena Miettinen's avatar
      Doc: edit utils docs · efbecf21
      Leena Miettinen authored
      
      Use \a for all attributes in function descriptions
      to avoid QDoc errors. Do not use \param, because
      it is not a valid QDoc command.
      
      Do not use \returns as it does not exist.
      
      Do not use \brief for functions. It is not obligatory, so
      rather than add them for all functions, let's consistenly leave them out.
      
      Fix typos, grammar and style issues, and punctuation.
      
      Change-Id: Ib8f296f93976265bb93dbeab40c5b47156518122
      Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
      efbecf21
  12. Aug 28, 2013
  13. Jun 27, 2013
  14. Jun 20, 2013
  15. Jun 05, 2013
  16. Apr 08, 2013
  17. Mar 19, 2013
    • Friedemann Kleint's avatar
      Clean headers in Utils. · aebf19ea
      Friedemann Kleint authored
      
      Forward-declare QGraphicsOpacityEffect in DetailsButton,
      QProcessEnvironment in Environment, QFileInfo in fileutils,
      QUrl in IWelcomePage, FancyLineEdit in PathChooser and
      remove unneeded headers.
      
      Change-Id: I7d5f273530dd2059bbdaf0899f0a3bc7e49e8482
      Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
      aebf19ea
  18. Feb 22, 2013
  19. Jan 29, 2013
  20. Nov 06, 2012
  21. Oct 08, 2012
  22. Oct 05, 2012
  23. Oct 04, 2012
  24. Sep 11, 2012
  25. Sep 07, 2012
  26. Sep 05, 2012
  27. 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
  28. Jul 19, 2012
  29. Jul 18, 2012
  30. Jul 09, 2012
  31. Apr 17, 2012
  32. Mar 27, 2012
  33. Feb 15, 2012
  34. Jan 26, 2012
  35. Jan 25, 2012
  36. Jan 18, 2012
  37. Jan 06, 2012
  38. Dec 07, 2011
  39. Dec 06, 2011
Loading