Skip to content
Snippets Groups Projects
  1. Jun 14, 2010
  2. Jun 10, 2010
  3. Jun 07, 2010
  4. May 12, 2010
  5. 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
  6. Apr 21, 2010
  7. Apr 19, 2010
  8. Apr 16, 2010
  9. Apr 15, 2010
    • Lasse Holmstedt's avatar
      Added debugging mode for simultaneous QML and C++ debugging · 990ec1be
      Lasse Holmstedt authored
      It's not yet possible to attach to an external app running a qml
      debugging server, because the server is only started on startup if an
      env variable is set. Changing this requires action from Brisbane, but
      even the current solution works for C++ apps with QML in them.
      
      Task-number: BAUHAUS-585
      Reviewed-by: dt
      990ec1be
  10. Apr 14, 2010
  11. Mar 18, 2010
  12. Mar 05, 2010
  13. Feb 10, 2010
  14. 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
  15. Dec 16, 2009
  16. Nov 30, 2009
  17. Nov 19, 2009
  18. Nov 09, 2009
  19. Oct 21, 2009
  20. Oct 08, 2009
    • Friedemann Kleint's avatar
      Debugger: Do configuration error checking early on. · 22ab8d56
      Friedemann Kleint authored
      
      Add a configuration checking method to the Debugger manager,
      depending on toolchain, wire it to the engines.
      Check that in the debugger run controls.
      
      Add a convenience method to ICore that shows a warning
      message with a "Settings" button, pointing the user
      to a configuration error on a settings page.
      
      Remove leftovers of the dumper parser.
      Acked-by: default avatarcon <qtc-committer@nokia.com>
      22ab8d56
  21. 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
  22. Sep 17, 2009
  23. Sep 11, 2009
  24. Sep 10, 2009
  25. Aug 27, 2009
    • dt's avatar
      Compile without rtti support · 9f918428
      dt authored
      Since we can easily do that, just do it. No gurantee that we aren't
      going to use rtti in the future.
      9f918428
  26. Aug 14, 2009
  27. Jul 28, 2009
  28. Jul 15, 2009
  29. Jul 13, 2009
  30. Jul 01, 2009
  31. Jun 22, 2009
Loading