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 27, 2010
  7. Sep 09, 2010
    • dt's avatar
      Fix broken .pri files · 65b4f8b6
      dt authored
      Do not include qtcreator.pri from _dependencies.pri
      65b4f8b6
  8. Aug 30, 2010
  9. Aug 19, 2010
  10. Jul 22, 2010
  11. Jul 15, 2010
  12. Jul 14, 2010
  13. Jul 07, 2010
  14. Jul 05, 2010
  15. Jul 02, 2010
  16. Jun 25, 2010
  17. Jun 18, 2010
  18. Jun 11, 2010
  19. Jun 07, 2010
  20. May 28, 2010
    • Thorbjørn Lindeijer's avatar
      Make sure bookmarks survive a document reload · 76020b61
      Thorbjørn Lindeijer authored
      While reloading a text document, the bookmarks got lost since their
      associated QTextBlocks were deleted.
      
      This patch makes sure that before reloading, the bookmarks are removed
      non-persistently in the same way as when closing a document, and that
      they are restored after the document was reloaded.
      
      Currently, no effort is made to update the location of the bookmarks
      based on the way the file changed.
      
      Task-number: QTCREATORBUG-1281
      Reviewed-by: dt
      76020b61
  21. May 20, 2010
  22. 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
  23. Apr 30, 2010
  24. Apr 15, 2010
  25. Apr 08, 2010
  26. Mar 31, 2010
  27. Mar 22, 2010
  28. Mar 12, 2010
  29. Mar 08, 2010
Loading