Skip to content
Snippets Groups Projects
  1. Sep 17, 2010
  2. Sep 13, 2010
    • Tobias Hunger's avatar
      Preserve invalid Qt versions when loading a project · d1c23f58
      Tobias Hunger authored
      Now that we have 2.0 out we can be less strict when checking
      project consistency when loading .user files.  The strictness
      was necessary due to upgrading non-target projects to target
      projects.
      
       * Allow for invalid Qt versions when loading a .user file that was not
         updated from the pre-target era.
       * Update the UI to show invalid Qt versions as invalid. Remove
         the Invalid version as soon as a valid one is imported.
      
      This does preserve the buildsteps, too.
      d1c23f58
    • Friedemann Kleint's avatar
      I18n: tr-fixes. · 66ad76de
      Friedemann Kleint authored
      66ad76de
  3. Aug 30, 2010
  4. Aug 24, 2010
  5. Aug 19, 2010
  6. Aug 17, 2010
  7. 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
  8. Jun 22, 2010
    • dt's avatar
      Fix crash on importing · d3ba80bf
      dt authored
      I can't fully explain the backtrace, but connecting to
      qtVersionsChanged() in ::init() and not the ctor is the correct thing to
      do.
      
      Task-Nr: QTCREATORBUG-1653
      Reviewed-By: hunger
      d3ba80bf
    • Tobias Hunger's avatar
      Update Qt version combobox · a269232d
      Tobias Hunger authored
       * Update the Qt version combobox whenever the buildconfig signals
         that its Qt version changed.
      
      Task-number: QTCREATORBUG-1692
      Reviewed-by: dt
      a269232d
  9. May 19, 2010
  10. Apr 14, 2010
  11. Apr 13, 2010
  12. Mar 25, 2010
  13. Mar 23, 2010
  14. Mar 17, 2010
  15. Mar 10, 2010
    • 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
  16. Mar 05, 2010
  17. Feb 25, 2010
  18. Feb 24, 2010
  19. Feb 17, 2010
  20. Feb 16, 2010
  21. Feb 12, 2010
  22. Feb 11, 2010
  23. Feb 09, 2010
    • Tobias Hunger's avatar
      Integrate target support · d1bdfcc3
      Tobias Hunger authored
       * Ease cross device development by introducing 'targets' which
         group build- and runsettings that are valid for this one target
      
       Most of the kudos for the code review go to dt. Con, thorbjorn,
       ckandler and others did also review parts of this patch.
      
      Reviewed-by: dt
      d1bdfcc3
  24. Feb 01, 2010
  25. Jan 12, 2010
  26. Jan 07, 2010
    • Tobias Hunger's avatar
      Make method naming more consistent. · a6ad7737
      Tobias Hunger authored
        * Use id() for methods returning a string used to represent
          some type of object.
        * Use displayName() for strings that are meant to be user
          visible.
        * Quieten some warnings while touching the files anyway.
        * Move Factories to their products in the plugins where that
          was not done before.
      
      Reviewed-by: dt
      a6ad7737
  27. Dec 10, 2009
  28. Dec 08, 2009
  29. Dec 07, 2009
  30. Nov 30, 2009
Loading