Skip to content
Snippets Groups Projects
  1. Jun 07, 2010
  2. May 21, 2010
  3. May 20, 2010
  4. May 18, 2010
  5. May 14, 2010
  6. Apr 26, 2010
  7. 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
  8. Apr 19, 2010
    • Daniel Molkentin's avatar
      Redesign the New Projects/Files dialog · b4885343
      Daniel Molkentin authored
      - allow for more verbose description
      - allow to fit all catagories and subcategories in
      - bring more clear separation between projects and files
      - expense: one more click
      
      Reviewed-by: jbache
      b4885343
  9. Apr 16, 2010
  10. Apr 14, 2010
  11. Apr 13, 2010
  12. Apr 12, 2010
  13. Mar 31, 2010
  14. Mar 26, 2010
  15. 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
    • Tobias Hunger's avatar
      Introduce method to access the project directory · 1ca8cb23
      Tobias Hunger authored
      ... use it.
      
      Reviewed-by: dt
      1ca8cb23
  16. Mar 22, 2010
  17. Mar 15, 2010
  18. Mar 12, 2010
  19. Mar 05, 2010
  20. 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
  21. Feb 12, 2010
  22. Feb 01, 2010
  23. Jan 29, 2010
  24. Jan 20, 2010
  25. Jan 15, 2010
  26. Jan 12, 2010
    • Friedemann Kleint's avatar
      VCS[hg, git]: Add support for repository creation. · d5271a08
      Friedemann Kleint authored
      Add repository creation operation to IVersionControl, implement for hg
      and git, add convenience slot with prompts to VCSBasePlugin.
      Add respective menu options and make menus are visible in case no VCS is
      active.
      Change project wizards extension page to list VCS that are capable of
      repository creation in a QComboBox in case the directory is not managed
      by another VCS (in which case it lists that one for operation 'add').
      On that occasion, polish the Project selection to use a QComboBox as
      well and add some smartness to find the most suitable project to add via
      path matching.
      d5271a08
  27. Jan 11, 2010
Loading