Skip to content
Snippets Groups Projects
  1. Sep 13, 2010
  2. Sep 11, 2010
  3. Aug 24, 2010
  4. Aug 20, 2010
  5. Aug 16, 2010
  6. Aug 10, 2010
  7. Aug 03, 2010
  8. 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
  9. Jul 26, 2010
  10. 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
  11. Jul 14, 2010
    • dt's avatar
      Refactor OutputFormatter · 7862e312
      dt authored
      Move link handling code to outputwindow from OutputFormatter
      
      Move createOutputFormatter to the RunConfiguration
      
      That makes it easier for Qt4RunConfiguration et all.
      This also fixes that each time a runcontrol was rerun a new
      OutputFormatter was created without deleting the old one, thus
      increasing the memory usage.
      7862e312
  12. Jul 06, 2010
  13. Jul 02, 2010
  14. Jun 23, 2010
  15. 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
  16. Jun 14, 2010
    • hjk's avatar
      debugger: start 'runcontrol-ification' of the debugger plugin. · 97edcb79
      hjk authored
      This replaces most uses of DebuggerStartParameters by DebuggerRunControl
      which is a simple RunControl with a DebuggerStartParameters member.
      
      Plan is to move all global state to the run controls, and possibly
      introduce specialized ones for core debugging etc.
      97edcb79
  17. Jun 10, 2010
  18. May 21, 2010
  19. May 14, 2010
  20. May 07, 2010
  21. 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
  22. Apr 22, 2010
  23. Apr 19, 2010
  24. Apr 16, 2010
  25. Apr 01, 2010
    • con's avatar
      Agree on a default sis package name. · 1d663484
      con authored
      Instead of renaming it first. We agree on always deploying
      target.sis (where target is the qmake TARGET).
      For older Qt for Symbian versions we rename to match this.
      1d663484
  26. Mar 25, 2010
  27. Mar 23, 2010
  28. Mar 17, 2010
  29. Mar 16, 2010
  30. Mar 11, 2010
  31. 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
  32. Mar 05, 2010
Loading