Skip to content
Snippets Groups Projects
  1. Dec 17, 2010
  2. Sep 29, 2010
  3. Sep 27, 2010
  4. Sep 24, 2010
  5. Sep 23, 2010
  6. Sep 17, 2010
  7. Sep 15, 2010
  8. Sep 10, 2010
  9. Sep 03, 2010
  10. Sep 01, 2010
    • Lasse Holmstedt's avatar
      Debugger languages are now runconfiguration dependent · 8c394710
      Lasse Holmstedt authored
      There's a UI in qml/customexec/cmake/qmake run configs for choosing the
      debugger languages (C++ and QML). The default for all except .qmlproject
      is only C++, so default debugging behavior is the same. However, if the
      user wants to do simultaneous debugging with two languages, or only
      debug QML, they can select the languages from Run Settings and it will
      be remembered.
      
      Reviewed-by: hunger
      8c394710
  11. Aug 24, 2010
  12. Jul 30, 2010
    • Alessandro Portale's avatar
      Pedantic cleanup of filename parameters for QIcon constructor · 3aa3c568
      Alessandro Portale authored
      Using more *::Constants::ICON_* where it makes sense and
      wrapping the file names into QLatin1String where they were
      missing.
      
      The increased usage of the ICON constants needed a few more
      cross plugin includes of *constants.h, here and there.
      I think that it is OK, since the dependencies were alredy there
      icon resource wise.
      3aa3c568
  13. Jun 09, 2010
  14. May 14, 2010
  15. Apr 16, 2010
  16. Mar 05, 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 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
  21. Dec 14, 2009
  22. Dec 07, 2009
    • dt's avatar
      Cmake: Let the generator determine the toolchain · 24a45907
      dt authored
      Otherwise we need to parse the cbp file, which happens only if the
      buildconfiguration gets active. Also try to decouple a few internals a
      little bit by using signals. The CMakeProject still handles a few things
      directly instead of via signals, more to come eventually.
      24a45907
  23. Nov 30, 2009
  24. Nov 19, 2009
  25. Oct 05, 2009
  26. Oct 01, 2009
  27. 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
  28. Sep 17, 2009
  29. Aug 14, 2009
  30. Jul 23, 2009
Loading