Skip to content
Snippets Groups Projects
  1. Jan 29, 2013
  2. Nov 16, 2012
  3. Oct 05, 2012
  4. Sep 06, 2012
  5. Apr 25, 2012
  6. Nov 30, 2011
  7. Nov 24, 2011
  8. Nov 03, 2011
  9. Aug 31, 2011
  10. Aug 04, 2011
  11. Jul 26, 2011
  12. May 30, 2011
  13. May 06, 2011
  14. Apr 13, 2011
  15. Mar 25, 2011
  16. Mar 24, 2011
  17. Mar 14, 2011
  18. Jan 12, 2011
  19. Dec 17, 2010
  20. Dec 09, 2010
  21. Dec 07, 2010
  22. Dec 06, 2010
  23. Nov 17, 2010
    • Oswald Buddenhagen's avatar
      overhaul process argument handling · 1e362b0f
      Oswald Buddenhagen authored
      get away from argument stringlists. instead, use native shell command
      lines which support quoting/splitting, environment variable expansion
      and redirections with well-understood semantics.
      
      Task-number: QTCREATORBUG-542
      Task-number: QTCREATORBUG-1564
      1e362b0f
  24. Aug 12, 2010
  25. 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
  26. Jul 06, 2010
  27. Apr 09, 2010
    • Tobias Hunger's avatar
      Stop build on fatal make errors · 62e4c92f
      Tobias Hunger authored
      ... ignoring a error code of 0 from Make. This is necessary to
      detect build failures on symbian
      
      Do not show errors when ignoring the return value of a BuildStep
      either.
      
      Task-number: QTCREATORBUG-985
      Reviewed-by: dt
      62e4c92f
  28. Apr 07, 2010
  29. Mar 17, 2010
  30. Mar 16, 2010
  31. Mar 05, 2010
  32. Feb 01, 2010
  33. 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
  34. Dec 09, 2009
    • Tobias Hunger's avatar
      Rework Build Parser handling · ec025c6d
      Tobias Hunger authored
       * Rework IBuildParser:
          * Remove name() method.
          * Remove enterDirectory and leaveDirectory signals.
          * Allow chaining of parsers.
       * Rename IBuildParser to IOutputParser.
       * Implement GnuMakeParser.
          * Remove entering/leaving directory related code from all other parsers
          * Move filename fixup heuristic based on entering/leaving directory
            massages from gnumake here from AbstractMakeStep.
       * Add outputParser method to ToolChain: This removes the need to map
         toolchains to BuildParser names in the BuildSteps.
       * Enhance AbstractProcessStep to accept a IOutputParser to parse its output.
       * Remove AbstractMakeStep.
       * Set the appropriate Parsers in all classes deriving from AbstractProcessStep
         and append the ToolChain's parser to the parser chain.
       * Remove BuildParserFactories: There is no more need for them.
       * Remove constants used to identify the BuildParsers.
       * Clean up some names:
          * Replace stdOut with stdOutput.
          * Replace addToTaskWindow with addTask and addToOutputWindow with
            addOutput. Do this wherever it is not yet clear that this will end up
            in the Task/Output window.
      
      Reviewed-by: dt
      ec025c6d
  35. Dec 07, 2009
    • dt's avatar
      Rework connections on the project pane for Qt4Projects. · 1e46cb42
      dt authored
      Should fix a lot of corner cases, might introduce a few bugs.
      Also rename functions/slots to be better named.
      
      Generic Project Manager and CMake Project Manager are missing from this
      patch.
      1e46cb42
  36. Nov 30, 2009
Loading