Skip to content
Snippets Groups Projects
  1. Nov 03, 2010
  2. Nov 02, 2010
  3. Oct 08, 2010
  4. Oct 07, 2010
  5. Sep 30, 2010
    • hjk's avatar
      version bump 2.0.91 -> 2.1.81 · e6dd3ff5
      hjk authored
      Should have been done earlier. 2.1.80 was burned in the pre-2.1.0->2.0.1
      days, and we'd like to have odd subminor for 'working' and even subminor
      numbers for pure cherry-picking release branches anyway.
      e6dd3ff5
  6. Sep 29, 2010
  7. Sep 27, 2010
  8. Sep 24, 2010
  9. 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
  10. Sep 10, 2010
  11. Aug 30, 2010
  12. Aug 27, 2010
  13. Aug 19, 2010
  14. Aug 12, 2010
  15. 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
  16. Jul 22, 2010
  17. Jul 05, 2010
  18. Jun 25, 2010
  19. Jun 11, 2010
  20. Jun 07, 2010
  21. May 21, 2010
  22. 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
  23. May 19, 2010
  24. May 17, 2010
  25. May 14, 2010
  26. 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
  27. Apr 30, 2010
  28. Apr 26, 2010
  29. Apr 15, 2010
Loading