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 24, 2010
  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. Aug 30, 2010
  7. Aug 27, 2010
  8. Aug 19, 2010
  9. Aug 12, 2010
  10. Jul 22, 2010
  11. Jun 25, 2010
  12. Jun 15, 2010
  13. Jun 11, 2010
  14. Jun 10, 2010
  15. Jun 08, 2010
  16. Jun 07, 2010
  17. 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
  18. 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
  19. May 19, 2010
  20. May 17, 2010
  21. May 14, 2010
  22. 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
  23. Apr 30, 2010
  24. Apr 27, 2010
  25. Apr 26, 2010
  26. Apr 15, 2010
  27. Apr 12, 2010
  28. Mar 31, 2010
  29. Mar 26, 2010
  30. Mar 19, 2010
  31. Mar 18, 2010
  32. Mar 12, 2010
  33. Mar 05, 2010
Loading