Skip to content
Snippets Groups Projects
  1. Mar 25, 2010
  2. Mar 22, 2010
  3. Mar 18, 2010
  4. Mar 16, 2010
  5. Mar 15, 2010
  6. Mar 12, 2010
  7. Mar 05, 2010
  8. Mar 01, 2010
  9. Feb 26, 2010
  10. Feb 25, 2010
  11. Feb 24, 2010
  12. Feb 19, 2010
  13. Feb 18, 2010
  14. Feb 15, 2010
  15. Feb 11, 2010
  16. Feb 10, 2010
  17. 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
  18. Feb 02, 2010
  19. Feb 01, 2010
  20. Jan 29, 2010
  21. 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
    • con's avatar
      Version bump. · 2e495e70
      con authored
      2e495e70
  22. 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
    • dt's avatar
      Adding files for generic project get the right directory now. · 0e29cca4
      dt authored
      For folder nodes.
      
      Task-number: QTCREATORBUG-374
      Reviewed-by: Thorbjorn
      0e29cca4
  23. Dec 08, 2009
  24. Dec 07, 2009
  25. Nov 30, 2009
Loading