Skip to content
Snippets Groups Projects
  1. Jan 17, 2013
  2. Dec 29, 2012
  3. Oct 05, 2012
  4. Aug 31, 2012
  5. 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
  6. Jul 19, 2012
  7. May 23, 2012
  8. May 11, 2012
  9. Feb 15, 2012
  10. Jan 26, 2012
  11. Jan 24, 2012
  12. Nov 24, 2011
  13. Nov 03, 2011
  14. Oct 05, 2011
  15. Sep 08, 2011
  16. May 24, 2011
  17. May 10, 2011
  18. May 06, 2011
  19. Apr 18, 2011
  20. Apr 13, 2011
  21. Feb 28, 2011
  22. Feb 25, 2011
  23. Feb 21, 2011
  24. Jan 12, 2011
  25. Dec 17, 2010
  26. Nov 11, 2010
  27. Oct 28, 2010
  28. Sep 14, 2010
    • dt's avatar
      EditorManager: Change openEditor/activateEditor to not do mode switching · 08ccda58
      dt authored
      Also introduce a indirection, modes have now types, edit and debug have
      the same type, and editors do have a prefered type of modes instead of a
      prefered mode.
      
      That fixes the bug that if the prefered qml editing mode was set to
      design, then in switching between qml editors would
      - in Edit Mode: stay in edit mode
      - in Debug Mode: switch to debug mode
      08ccda58
  29. Aug 09, 2010
  30. May 18, 2010
  31. May 14, 2010
  32. Apr 13, 2010
  33. Mar 26, 2010
  34. Mar 05, 2010
  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. Nov 27, 2009
  37. 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
  38. Nov 20, 2009
Loading