Skip to content
Snippets Groups Projects
  1. Jul 22, 2010
    • Pawel Polanski's avatar
      Refactor deployment for Symbian OS · 647b91c7
      Pawel Polanski authored
       * Add buildstep to handle the deployment
       * Remove deployment code from the runconfiguration
       * Update .user files to add new deployment step into existing setups
      
      Reviewed-by: Tobias Hunger
      647b91c7
  2. Jun 22, 2010
    • hjk's avatar
      debugger: The DebuggerEngine refactoring. · 6a6cba55
      hjk authored
      This replaces the (de facto) singleton engines and data handlers by classes
      that are instantiated per run. The DebuggerRunControl will now create an
      object of (a class derived from) DebuggerEngine that contains all the relevant
      "dynamic" data.
      
      DebuggerManager is no more. The "singleton" bits are merged into DebuggerPlugin,
      whereas the data bits went to DebuggerEngine.
      
      There is no formal notion of a "current" DebuggerEngine. However, as there's
      only one DebuggerEngine at a time that has its data models connected to the
      view, there's still some "de facto" notion of a "current" engine. Calling
      SomeModel::setData(int role, QVariant data) with custom role is used as the
      primary dispatch mechanism from the views to the "current" data models
      (and the engine, as all data models know their engine).
      6a6cba55
  3. May 03, 2010
    • dt's avatar
      Add a runMode method to the RunControl · f4ea0d79
      dt authored
      And use it to implement changing the run icon in the application output.
      That implementation does only support the two run modes run and debug
      for now. Further abstraction for more run modes to be done once needed.
      
      Task-Nr:   QTCREATORBUG-1232
      f4ea0d79
  4. Apr 16, 2010
  5. Apr 14, 2010
    • Friedemann Kleint's avatar
      Symbian/Linux: Remove GnuPoc autodetection code · fbfa8255
      Friedemann Kleint authored
      and make it possible to configure it in the settings.
      Split up S60Devices up into a class hierarchy and implement
      the Autodetected Windows case and the manually configured
      Linux case separately for code clarity. Same with the settings
      widgets.
      Reviewed-by: con
      fbfa8255
  6. Mar 18, 2010
  7. Mar 16, 2010
  8. Mar 05, 2010
  9. Feb 18, 2010
  10. Feb 17, 2010
    • Friedemann Kleint's avatar
      Symbian/Linux: Enable building with makefile-based system. · 7c9c99dc
      Friedemann Kleint authored
      - Autodetect SDK by environment variable EPOCROOT and qt directory
      below.
      - Environment::appendOrSet/prependOrSet: Avoid duplicate entries
      - Rename toolchain enumeration value
      - Adapt S60ToolChainMixin to new GnuPoc setup, provide routines for
        all required variables.
      - RVCTToolChain: Make RVCT detection smarter (Check for RVCT<v1><v2>BIN
        variable). Set all required variables in case of RVCTToolChain/GnuPoc
      - QtVersionManager: Detect toolchain and Qt version properly, make S60
        device run config accept toolchain.
      - Modify S60DeviceRunControl to execute 'make sis'
      - Modify S60Devices::detectQt...() to check for Qt installed into SDK
        first and symlink as fallback.
      7c9c99dc
  11. Feb 12, 2010
  12. 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
  13. Feb 05, 2010
  14. Feb 01, 2010
  15. Jan 29, 2010
  16. 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
  17. Dec 17, 2009
  18. 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
  19. Nov 19, 2009
  20. Nov 13, 2009
    • Friedemann Kleint's avatar
      S60: Work towards new toolchains · e35a754d
      Friedemann Kleint authored
      Factor out the initialization setting up the environment and headers in
      the RVCT/GCCE toolchains.
      Modify the RunControl to be able to support different package
      building/signing processes.
      e35a754d
  21. Nov 09, 2009
  22. Nov 04, 2009
  23. Oct 29, 2009
  24. Oct 27, 2009
  25. Oct 12, 2009
  26. Oct 09, 2009
  27. Sep 28, 2009
  28. Sep 25, 2009
    • Friedemann Kleint's avatar
      Rename IRunConfigurationRunner -> IRunControlFactory... · 978cf4bd
      Friedemann Kleint authored
      and ApplicationRunConfiguration to LocalApplicationRunConfiguration,
      preparing remote debugging. Change the interface canRun() to be const,
      run() to create() (since it does not run anything), use references
      to the QSharedPointer<Foo>. Introduce d-Pointer and remove
      unneeded headers from ProjectExplorerPlugin and add missing includes
      everywhere.
      978cf4bd
  29. Sep 03, 2009
  30. Aug 17, 2009
  31. Aug 05, 2009
    • con's avatar
      Start on rvct support. · fe92b40f
      con authored
      It works, except that the code model doesn't get the rvct include
      directories and defines yet. And you need to have everything for
      rvct set up in your environment.
      fe92b40f
  32. Aug 04, 2009
  33. Jul 31, 2009
  34. Jun 24, 2009
Loading