Skip to content
Snippets Groups Projects
  1. Aug 11, 2010
  2. Aug 02, 2010
    • Tobias Hunger's avatar
      Refactor deployment · ee4a04a2
      Tobias Hunger authored
       * Add a DeployConfiguration class to hold settings related
         to deployment.
       * Add BuildStepsList to hold a list of buildsteps
       * Update BuildConfiguration to use BuildStepLists instead of
         manageing lists of buildsteps itself.
       * Update BuildManager to use BuildStepLists in its interfaces
       * Fix fallout introduced by API changes
       * Update .user file to new way of storing settings
      
      Task-number: QTCREATORBUG-1427
      Task-number: QTCREATORBUG-1428
      Task-number: QTCREATORBUG-1811
      Task-number: QTCREATORBUG-1930
      ee4a04a2
  3. Jul 30, 2010
    • Alessandro Portale's avatar
      Pedantic cleanup of filename parameters for QIcon constructor · 3aa3c568
      Alessandro Portale authored
      Using more *::Constants::ICON_* where it makes sense and
      wrapping the file names into QLatin1String where they were
      missing.
      
      The increased usage of the ICON constants needed a few more
      cross plugin includes of *constants.h, here and there.
      I think that it is OK, since the dependencies were alredy there
      icon resource wise.
      3aa3c568
  4. Jul 22, 2010
  5. Jul 09, 2010
  6. Jul 07, 2010
  7. Jul 06, 2010
  8. Jul 02, 2010
  9. Jun 25, 2010
  10. Jun 21, 2010
  11. Jun 16, 2010
  12. Jun 11, 2010
  13. Jun 10, 2010
  14. Jun 09, 2010
  15. Jun 07, 2010
  16. May 14, 2010
  17. 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
  18. May 10, 2010
  19. Apr 30, 2010
  20. Apr 26, 2010
  21. Apr 16, 2010
  22. Apr 13, 2010
  23. Apr 12, 2010
  24. Apr 01, 2010
  25. Mar 31, 2010
  26. Mar 30, 2010
  27. Mar 26, 2010
  28. Mar 25, 2010
Loading