Skip to content
Snippets Groups Projects
  1. 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
  2. Sep 27, 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. Sep 06, 2010
    • dt's avatar
      Remove EditorManager::ensureEditorManagerVisible() · bde1ebaa
      dt authored
      The function always switched to Edit Mode, which was the cause for
      several bugs. Since openEditor() already does switch to the right mode,
      the function is not really needed.
      
      The following actions now respect the prefered mode of the editor:
      "f file"-locator
      The Open Documents list
      Editor history navigation
      bde1ebaa
  6. Aug 30, 2010
  7. Aug 27, 2010
  8. Aug 19, 2010
  9. Jul 22, 2010
  10. Jul 09, 2010
  11. Jul 05, 2010
  12. Jun 28, 2010
  13. Jun 25, 2010
  14. Jun 11, 2010
  15. Jun 07, 2010
  16. May 21, 2010
    • Friedemann Kleint's avatar
      VCS: Show message box on timeouts/Add SSH prompt. · 5364f5c1
      Friedemann Kleint authored
      - Use message boxes on timeouts.
      - Add a configuration for a graphical SSH password prompt binary with
      defaults
      - Launch commands that require authentification with no terminal on UNIX
      and environment variable SSH_ASKPASS set accordingly.
      - First attempt at introduce a common function to synchronously run VCS
      commands in base plugin with flags.
      - Use standard execution log entries in all VCS plugins (outputwindow).
      5364f5c1
  17. 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
  18. May 14, 2010
  19. May 12, 2010
    • 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
  20. May 03, 2010
  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
    • con's avatar
      Version bump. · 58703ba7
      con authored
      58703ba7
    • Friedemann Kleint's avatar
      VCS: Fix time-out handling for synchronous processes. · a1fed931
      Friedemann Kleint authored
      Introduce static utilities to Utils::SynchronousProcess
      for synchronous processes that mimicks the handling
      of Utils::SynchronousProcess (apply timeout after no
      more data are available on stdout/stderr as opposed
      to waitForFinished()).
      
      Task-number: QTCREATORBUG-777
      a1fed931
  32. Feb 26, 2010
  33. Feb 25, 2010
  34. Feb 17, 2010
  35. Feb 12, 2010
Loading