Skip to content
Snippets Groups Projects
  1. Oct 05, 2011
  2. Sep 19, 2011
  3. Aug 02, 2011
  4. Jun 07, 2011
  5. May 12, 2011
  6. May 06, 2011
  7. Apr 13, 2011
  8. Mar 24, 2011
  9. Feb 22, 2011
    • hjk's avatar
      texteditor: merge ITextEditable into ITextEditor · f576ad9f
      hjk authored
      rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor
      rename BaseTextEditor{,Widget} subclasses
      rename editableInterface->editorInterface
      rename createEditableInterface->createEditor
      minor cleanups after renamings
      f576ad9f
  10. Jan 12, 2011
  11. Dec 17, 2010
  12. Dec 09, 2010
  13. Nov 22, 2010
  14. Oct 29, 2010
  15. Sep 29, 2010
  16. Sep 24, 2010
  17. Sep 17, 2010
  18. Sep 01, 2010
  19. Aug 27, 2010
  20. Aug 26, 2010
    • Friedemann Kleint's avatar
      VCS[git]: Environment settings. · 56e80092
      Friedemann Kleint authored
      Make GitClient::synchronousGit use the process environment.
      
      Windows: Add a setting to fake a 'HOME' environment variable
      (%HOMEDRIVE%%HOMEPATH%) to make msysgit look for its SSH-keys
      there not only when run from git bash, but also from Qt Creator.
      Useful in MinGw-setups, where git must not be in the path.
      56e80092
  21. Aug 23, 2010
  22. Aug 12, 2010
  23. Jul 30, 2010
  24. Jun 08, 2010
  25. May 25, 2010
  26. 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
  27. May 20, 2010
  28. May 19, 2010
  29. 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
  30. Apr 23, 2010
    • Friedemann Kleint's avatar
      VCS: Speed up · 59237338
      Friedemann Kleint authored
      Do not listen on ICore::contextChanged to update actions
      (became slow after additional contexts).
      git: Make code to find top level faster, avoid
      constructing file info lists.
      Acked-by: con
      59237338
  31. Mar 25, 2010
    • Friedemann Kleint's avatar
      VCS[git], CodePaster: Add support for applying patches. · de28b61c
      Friedemann Kleint authored
      Modify CodePaster::fetch to do a mimetype detection on the
      content, create a filename with the matching extension and
      open that file.
      This gives correct syntax highlighting  and makes "Save as"
      more convenient. Keep the file around and delete on exit.
      
      Modify patch mimetype with some content detection (higher priority
      than C++).
      
      Add a "current patch file" to the VCSBasePlugin::State. Add "Apply
      patch" to git with whitespace fix.
      de28b61c
  32. Mar 19, 2010
  33. Mar 15, 2010
  34. Mar 12, 2010
Loading