Skip to content
Snippets Groups Projects
  1. Sep 29, 2010
  2. Sep 27, 2010
  3. Sep 23, 2010
  4. Sep 21, 2010
  5. Sep 02, 2010
  6. Aug 25, 2010
  7. Aug 18, 2010
  8. Aug 16, 2010
  9. Aug 12, 2010
  10. Aug 11, 2010
  11. 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
  12. Jul 26, 2010
    • dt's avatar
      Fix subdir project deployment for symbian · 05ae17ea
      dt authored
      We create a .sis package per leaf project now, deploy all of them and
      start the executable for the runconfiguration that was selected. This
      does not cover all use cases, but works for development.
      05ae17ea
  13. Jun 30, 2010
  14. Jun 18, 2010
  15. Jun 10, 2010
  16. Jun 08, 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. Apr 26, 2010
  19. Apr 14, 2010
  20. Apr 07, 2010
  21. Mar 31, 2010
  22. Mar 29, 2010
  23. Mar 25, 2010
  24. Mar 22, 2010
  25. Mar 17, 2010
  26. Mar 12, 2010
  27. Mar 11, 2010
  28. Mar 10, 2010
    • dt's avatar
      Cancel a previous update code model · 90c1c8f5
      dt authored
      90c1c8f5
    • dt's avatar
      Use exact and aysnc .pro file evaluate · ab8fc52d
      dt authored
      This is a big change touching almost all of our .pro file parsing.
      With this patch we only evaluate once exact for all needs and once
      greedy for the filelist. That is the qt runconfigurations don't have own
      evaluaters but reuse the project wide exact evaluation.
      
      We reevaluate if the user changes the build directory, the qmake
      buildconfiguration or the qmake arguments. That is if you open src.pro
      (or projects.pro) of qt with a shadow build you still don't get all the
      files, but after correcting the build directory, we reevaluate the .pro
      files and find all files. So for a suitable definition of fixed, that
      bug is now fixed.
      
      We now get the exact defines of all .pro files instead of all defines for all
      buildconfigurations. We still don't distinguish in which
      .pro file a DEFINE is set. So the code model now knows about all the
      defines set for the given configuration but not for which files it is
      actually set. Also that includes all DEFINES set in .qmake.cache or the
      mkspecs. This means all defines from .pro files should now work.
      
      The intial loading is still synchronous. I haven't looked into it to
      deeply, but it seems possible to make it also async.There are probably a
      few issues which need to be solved fist.
      
      Also due to the asynchronous nature of the code, the executable is
      updated a few seconds after actually changing the build configuration
      ab8fc52d
  29. Mar 05, 2010
  30. Feb 19, 2010
  31. Feb 18, 2010
Loading