Skip to content
Snippets Groups Projects
  1. Jan 08, 2014
  2. Dec 10, 2013
    • Eike Ziller's avatar
      Preferences: Add default implementation for filtering · deb43b4c
      Eike Ziller authored
      
      The default "matches" method now takes the widget and looks for all
      child labels, checkboxes, push buttons and group boxes.
      Because of that, the former "createWidget" method
      can be called multiple times without creating a new widget
      (-->widget()), and the "finished" method must ensure that the created
      widget gets deleted, since not all widgets that were created are added
      to the UI anymore.
      
      Change-Id: Ia231c7c78dd8819146668e6447d36d22e7836904
      Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
      deb43b4c
  3. Nov 26, 2013
  4. Oct 11, 2013
  5. Sep 30, 2013
  6. May 15, 2013
  7. Apr 11, 2013
  8. Apr 05, 2013
  9. Jan 29, 2013
  10. Jan 17, 2013
  11. Oct 05, 2012
  12. 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
  13. Jul 19, 2012
  14. May 23, 2012
  15. Mar 12, 2012
  16. Feb 15, 2012
  17. Jan 31, 2012
  18. Jan 26, 2012
  19. Jan 09, 2012
  20. Nov 03, 2011
  21. Oct 05, 2011
  22. May 06, 2011
  23. Apr 13, 2011
  24. Jan 12, 2011
  25. Dec 17, 2010
  26. Dec 01, 2010
  27. Nov 22, 2010
  28. 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
  29. 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
  30. Jun 16, 2010
  31. Apr 12, 2010
  32. Mar 26, 2010
  33. Mar 19, 2010
  34. Mar 10, 2010
  35. Mar 05, 2010
  36. 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
  37. 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
  38. Jan 05, 2010
Loading