Skip to content
Snippets Groups Projects
  1. Sep 27, 2010
  2. Sep 24, 2010
  3. Sep 16, 2010
    • Friedemann Kleint's avatar
      Further header cleanup. · bb13b69e
      Friedemann Kleint authored
      Introduce some more private classes for the coreplugin,
      use header include convention
      <QtModule/QClass>, de-qobjectify VariableManager.
      bb13b69e
  4. 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
  5. Sep 10, 2010
  6. Sep 08, 2010
    • Leandro Melo's avatar
      Do not force a specific editor for a file created from a wizard. · f7532a02
      Leandro Melo authored
      The wizards already provide a default suffix for file creation.
      But since the user is still free to specify something else it's better to leave it to Creator to decide which one is the proper editor.
      After all, this reflects how the file will be treated by Creator (including the next time it's opened).
      
      Task-number: QTCREATORBUG-2006
      f7532a02
  7. Sep 03, 2010
  8. Aug 30, 2010
  9. Aug 27, 2010
  10. Aug 25, 2010
  11. Aug 23, 2010
  12. Aug 12, 2010
  13. Aug 10, 2010
  14. Aug 09, 2010
  15. Jul 28, 2010
  16. Jul 22, 2010
  17. Jul 19, 2010
  18. Jul 16, 2010
  19. Jul 05, 2010
  20. Jun 29, 2010
  21. Jun 28, 2010
  22. Jun 25, 2010
  23. Jun 11, 2010
  24. Jun 07, 2010
  25. Jun 04, 2010
  26. May 28, 2010
  27. May 26, 2010
  28. May 21, 2010
  29. May 14, 2010
  30. May 12, 2010
    • Daniel Molkentin's avatar
      New texts for the wizard types in the new dialog · bf95a99c
      Daniel Molkentin authored
      Reviewed-by: Leena Miettinen
      bf95a99c
    • dt's avatar
      File renaming · 9bc9fe73
      dt authored
      Reviewed-By: con
      Reviewed-By: Friedemann Kleint
      
      We now support renaming files. The version control system tries first to
      rename, if that doesn't support or can't rename the file we do a normal
      rename. (Note: git, hg, perforce > 2009.02 support renaming, cvs not.
      (perforce untested)). We correctly notify all editors of the renamed
      file and tell the project manager to rename the file in the project.
      
      Note: Only the qt4projectmanager knows how to rename files.
      
      Note: renaming folders, moving files to different folders, renaming
      .pro/.pri files is not supported. Those things can be later added after
      this has proven to work correctly in the simple case.
      
      Also we don't do any actions based on the renaming like renaming
      classes, changing include guards or #include lines.
      9bc9fe73
Loading