Skip to content
Snippets Groups Projects
  1. Sep 29, 2010
  2. Sep 28, 2010
    • Tobias Hunger's avatar
      Reorder arguments passed to qmake · ea6c7f00
      Tobias Hunger authored
      Reorder arguments passed to QMake so that "-after" arguments happen
      after the CONFIG was set on Symbian. Otherwise CONFIG is considered
      to be a -after-argument itself!
      
      Task-number: QTCREATORBUG-2482
      Reviewed-by: kh1
      ea6c7f00
  3. Sep 23, 2010
  4. Sep 22, 2010
  5. Sep 16, 2010
  6. Sep 01, 2010
  7. Aug 24, 2010
  8. Aug 19, 2010
  9. Aug 16, 2010
    • Tobias Hunger's avatar
      Fix import of existing builds · 8cd3b549
      Tobias Hunger authored
       * Report what kind of build we have in the tooltip
       * Create only debug/release configuration for debug/release
         configured directories
       * Create debug and release configuraions for debug_and_release
         configured directories
       * Add debug_and_release to options in QMakeStep UI
       * Do not add CONFIG+=debug/release to CONFIG+=debug_and_release builds
      8cd3b549
  10. Aug 11, 2010
  11. Aug 09, 2010
    • Alessandro Portale's avatar
      No hardcoded QMLINSPECTOR_PATH in the qml app .pro file. · 408a8273
      Alessandro Portale authored
      Instead of hardcoding a Qt Creator path into the standalone Qml
      app .pro file by assigning a value to QMLINSPECTOR_PATH, we let
      Qt Creator set that value as command line argument when calling
      qmake.
      
      QMakeStep::allArguments() is the place where it is added right
      dt will will certainly suggest a better place place for it.
      408a8273
  12. 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
  13. Jul 15, 2010
  14. Jul 06, 2010
  15. Jun 10, 2010
  16. Jun 08, 2010
  17. May 27, 2010
  18. May 12, 2010
  19. May 10, 2010
    • dt's avatar
      HACK: ensure a cleaner sourcedir for symbian builds · e4113aa8
      dt authored
      The symbian makefile generator don't support shadow builds. Thus they
      always pollute the source directory with build artefacts. Mixing
      in-source and shadow builds is obviously broken.
      
      We do as good as we can, setting OBJECTS_DIR, MOC_DIR, UI_DIR, RCC_DIR
      to .obj, .moc, .ui and .rcc, which keeps the source dir clean of at least
      some of the artefacts. This is as good as we can, but not really good.
      
      Task-Nr: QTCREATORBUG-1293
      (cherry picked from commit 33ef722b)
      e4113aa8
    • dt's avatar
      HACK: ensure a cleaner sourcedir for symbian builds · 33ef722b
      dt authored
      The symbian makefile generator don't support shadow builds. Thus they
      always pollute the source directory with build artefacts. Mixing
      in-source and shadow builds is obviously broken.
      
      We do as good as we can, setting OBJECTS_DIR, MOC_DIR, UI_DIR, RCC_DIR
      to .obj, .moc, .ui and .rcc, which keeps the source dir clean of at least
      some of the artefacts. This is as good as we can, but not really good.
      
      Task-Nr: QTCREATORBUG-1293
      33ef722b
  20. Apr 20, 2010
  21. Apr 19, 2010
  22. Apr 12, 2010
  23. Apr 09, 2010
  24. Apr 08, 2010
  25. Apr 07, 2010
    • kh1's avatar
      Fix "broken" qmake call on OSX for maemo. · 1c31ff98
      kh1 authored
      Tested on OSX, otherwise qmake will automatically append -macx which
      results in Makefiles containing references to the host Qt libraries,
      e.g. -lQtCore_debug etc...
      
      Reviewed-by: dt
      1c31ff98
    • Tobias Hunger's avatar
      Do sanity checks when running qmake · b47d279b
      Tobias Hunger authored
       * Check for symbian SDK and soureces being on the same drive on windows
       * Check for a Open C/C++ header in Symbian SDK and warn if that is not found
       * Check for chars in project name that might confuse symbian SDKs
      
      Task-number: QTCREATORBUG-1045
      Task-number: QTCREATORBUG-1043
      Reviewed-by: dt
      b47d279b
  26. Mar 16, 2010
  27. Mar 05, 2010
  28. Feb 25, 2010
  29. Feb 17, 2010
  30. Feb 16, 2010
  31. 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
  32. Feb 01, 2010
  33. Jan 13, 2010
    • dt's avatar
      Add Build to the right click menu of sub projects for Qt4 Projects · fb3ae97d
      dt authored
      They do what you expect them to do, that is build only a subtree.
      The implementation is a little bit strange. We temporarly set the sub
      node to be built on the BuildConfiguration, enqueue that
      BuildConfiguration (which calls BuildStep::init()), and then reset that
      temporary value.
      
      A more general way would be to have the ability to extend
      BuildConfiguration::buildProject() in a way that additional data can be
      passed to the BuildSteps.
      
      Task-Nr: QTCREATOR-5
      Task-Nr: QTCREATORBUG-44
      fb3ae97d
  34. Jan 12, 2010
  35. 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
Loading