Skip to content
Snippets Groups Projects
  1. Sep 28, 2010
  2. Sep 27, 2010
  3. Sep 24, 2010
  4. Sep 23, 2010
  5. Sep 22, 2010
  6. Sep 14, 2010
    • hjk's avatar
      debugger: fix (non-)leak · baf10fc8
      hjk authored
      Task-number: QTCREATORBUG-2337
      baf10fc8
    • hjk's avatar
      debugger: fix some (non-)leak · 32cd92bf
      hjk authored
      Task-number: QTCREATORBUG-2334
      32cd92bf
    • 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
  7. Sep 13, 2010
  8. Sep 09, 2010
  9. Sep 08, 2010
  10. Sep 07, 2010
  11. Sep 06, 2010
  12. Sep 01, 2010
  13. Aug 31, 2010
  14. Aug 27, 2010
  15. Aug 26, 2010
  16. Aug 24, 2010
  17. Aug 20, 2010
    • Friedemann Kleint's avatar
      Debugger: Refactor run control termination. · 6840c1d1
      Friedemann Kleint authored
      Fix breakage introduced by the new asynchronous stop() methods
      of the debugger run controls. Allow for RunControl::stop() to
      be asynchronous by introducing a return enumeration indicating
      that. Introduce additional method aboutToStop() asking user
      to quit (tie that to the RunControl instead of having to hack
      the behaviour elsewhere).
      If asynchronous stop is detected, terminate the ProjectExplorer
      asynchronously.
      This makes the behaviour consistent across switching sessions/
      closing outputwindow tabs and quitting Qt Creator.
      
      Reviewed-by: dt
      Rubber-stamped-by: hjk
      6840c1d1
  18. Aug 18, 2010
  19. Aug 11, 2010
  20. Jul 30, 2010
    • Alessandro Portale's avatar
      Pedantic cleanup of filename parameters for QIcon constructor · 3aa3c568
      Alessandro Portale authored
      Using more *::Constants::ICON_* where it makes sense and
      wrapping the file names into QLatin1String where they were
      missing.
      
      The increased usage of the ICON constants needed a few more
      cross plugin includes of *constants.h, here and there.
      I think that it is OK, since the dependencies were alredy there
      icon resource wise.
      3aa3c568
  21. Jul 22, 2010
Loading