Skip to content
Snippets Groups Projects
  1. Nov 17, 2010
    • Oswald Buddenhagen's avatar
      replace env variable injection with pervasive expando support · 79be54ed
      Oswald Buddenhagen authored
      do not inject SOURCEDIR and BUILDDIR into the environment of
      build steps and run configurations any more.
      instead, all custom executable paths, argument lists and working
      directories now support the %{sourceDir} and %{buildDir} macros.
      this approach is more elegant and more scalable.
      79be54ed
    • Oswald Buddenhagen's avatar
      overhaul process argument handling · 1e362b0f
      Oswald Buddenhagen authored
      get away from argument stringlists. instead, use native shell command
      lines which support quoting/splitting, environment variable expansion
      and redirections with well-understood semantics.
      
      Task-number: QTCREATORBUG-542
      Task-number: QTCREATORBUG-1564
      1e362b0f
  2. Nov 11, 2010
  3. Nov 01, 2010
  4. Oct 29, 2010
  5. Sep 29, 2010
  6. Sep 27, 2010
  7. Sep 24, 2010
  8. Sep 23, 2010
  9. Sep 17, 2010
  10. Sep 15, 2010
  11. Sep 10, 2010
  12. Sep 03, 2010
  13. 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
  14. Aug 24, 2010
  15. 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
  16. Jun 09, 2010
  17. May 14, 2010
  18. Apr 16, 2010
  19. Mar 05, 2010
  20. 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
  21. Feb 02, 2010
  22. Feb 01, 2010
  23. 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
  24. Dec 14, 2009
  25. 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
  26. Nov 30, 2009
  27. Nov 19, 2009
  28. Oct 05, 2009
  29. Oct 01, 2009
  30. 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
Loading