Skip to content
Snippets Groups Projects
  1. Apr 16, 2010
  2. Apr 06, 2010
  3. Mar 31, 2010
  4. Mar 25, 2010
  5. Mar 21, 2010
  6. Mar 19, 2010
  7. Mar 18, 2010
  8. Mar 11, 2010
  9. Mar 08, 2010
  10. Mar 05, 2010
  11. Feb 26, 2010
  12. Feb 17, 2010
  13. Feb 16, 2010
  14. Feb 15, 2010
  15. 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
  16. Feb 04, 2010
  17. Feb 03, 2010
  18. Feb 01, 2010
  19. Jan 29, 2010
  20. Jan 27, 2010
  21. Jan 15, 2010
  22. Jan 12, 2010
  23. Jan 11, 2010
  24. 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
  25. Jan 04, 2010
  26. Dec 18, 2009
    • Bea Lam's avatar
      Fix QmlInspector to work properly now that QmlProjectManager · 200a03ed
      Bea Lam authored
      no longer uses LocalAppRunConfiguration. QmlInspector now uses
      the qmlviewer started by QmlProjectManager instead of starting
      its own, and clicking the Start Debug button within a QML
      project will switch to QML Inspect mode and start the inspector.
      200a03ed
  27. Dec 17, 2009
  28. Dec 16, 2009
    • Kai Koehne's avatar
      Fix various crashes for QmlProject · 80963107
      Kai Koehne authored
      QmlProject used LocalApplicationRunCOnfiguration, but didn't provide
      e.g. an associated BuildConfiguration. Fix this by implementing it's
      own QmlRunControlFactory, QmlRunControl.
      80963107
  29. Nov 30, 2009
  30. Nov 19, 2009
    • dt's avatar
      Make BuildSteps one instance per BuildConfiguration · 0d162be2
      dt authored
      Enables users to change which buildsteps get run per buildconfiguration.
      Some further tweaks are probably necessary. This is a rather big
      change, though it should work. :)
      0d162be2
Loading