Skip to content
Snippets Groups Projects
  1. Sep 27, 2010
  2. Sep 24, 2010
  3. 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
  4. Sep 10, 2010
  5. Aug 30, 2010
  6. Aug 27, 2010
  7. Aug 19, 2010
  8. Aug 12, 2010
  9. Aug 06, 2010
    • Friedemann Kleint's avatar
      VCS[CVS]: Complement menu options, support 'edit'. · cc533b40
      Friedemann Kleint authored
      Add missing menu options for project/repository actions. Add support for
      'edit' (current file) and 'unedit' (current file/repository, with
      prompt).
      Note: Unediting modified files will only work with cvsnt, since it uses
      the '-y' option to force a 'yes' to CVS asking to revert changes.
      Implement IVersionControl::vcsOpen() by using 'edit', causing it to
      prompt for read-only as it does for Perforce.
      
      Task-number: QTCREATORBUG-1971
      Task-number: QTCREATORBUG-1864
      cc533b40
  10. Jul 22, 2010
  11. Jul 05, 2010
  12. Jun 25, 2010
  13. Jun 11, 2010
  14. Jun 07, 2010
  15. May 21, 2010
  16. May 20, 2010
    • Friedemann Kleint's avatar
      Version control: Improve detection. · 7003b82e
      Friedemann Kleint authored
      Merge managesDirectory() and findTopLevelForDirectory()
      into one giving managesDirectory() an optional topLevel
      parameter. This removes the need to go up the directory
      hierarchy twice when checking for Merurial or git and also
      saves some checks for CVS/Subversion.
      VCSManager: Check cache in reverse order starting out with
      the full path first to improve handling of nested repositories.
      Rubber-stamped-by: con
      Acked-by: dt
      7003b82e
    • Friedemann Kleint's avatar
      VCS[Subversion/Perforce]: Fix VCSManager caching (Windows). · 6383643d
      Friedemann Kleint authored
      Ensure clean paths are returned by
      IVersionControl::findTopLevelForDirectory() as otherwise caching
      of VCSManager breaks (Windows) and commands are executed all over
      again. Fix display in SVN/CVS.
      
      Acked-by: con
      6383643d
  17. May 19, 2010
  18. May 17, 2010
  19. May 14, 2010
  20. 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
  21. Apr 30, 2010
  22. Apr 26, 2010
  23. Apr 15, 2010
  24. Apr 12, 2010
  25. Mar 31, 2010
  26. Mar 26, 2010
  27. Mar 19, 2010
  28. Mar 18, 2010
  29. Mar 12, 2010
  30. Mar 05, 2010
  31. Mar 01, 2010
Loading