Skip to content
Snippets Groups Projects
  1. Feb 17, 2010
    • Friedemann Kleint's avatar
      Symbian/Linux: Enable building with makefile-based system. · 7c9c99dc
      Friedemann Kleint authored
      - Autodetect SDK by environment variable EPOCROOT and qt directory
      below.
      - Environment::appendOrSet/prependOrSet: Avoid duplicate entries
      - Rename toolchain enumeration value
      - Adapt S60ToolChainMixin to new GnuPoc setup, provide routines for
        all required variables.
      - RVCTToolChain: Make RVCT detection smarter (Check for RVCT<v1><v2>BIN
        variable). Set all required variables in case of RVCTToolChain/GnuPoc
      - QtVersionManager: Detect toolchain and Qt version properly, make S60
        device run config accept toolchain.
      - Modify S60DeviceRunControl to execute 'make sis'
      - Modify S60Devices::detectQt...() to check for Qt installed into SDK
        first and symlink as fallback.
      7c9c99dc
  2. Feb 16, 2010
  3. 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
  4. Feb 08, 2010
  5. Feb 02, 2010
  6. Feb 01, 2010
  7. Jan 29, 2010
  8. 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
  9. Dec 22, 2009
  10. Dec 17, 2009
  11. Dec 14, 2009
  12. Dec 08, 2009
  13. Dec 07, 2009
    • dt's avatar
      Rework connections on the project pane for Qt4Projects. · 1e46cb42
      dt authored
      Should fix a lot of corner cases, might introduce a few bugs.
      Also rename functions/slots to be better named.
      
      Generic Project Manager and CMake Project Manager are missing from this
      patch.
      1e46cb42
  14. Dec 02, 2009
  15. Nov 30, 2009
  16. Nov 19, 2009
  17. Nov 09, 2009
  18. Oct 29, 2009
  19. Oct 16, 2009
    • ck's avatar
      Add experimental Maemo support. · 6a49395e
      ck authored
      Includes Maemo tool chain, run configuration, run control,
      manager, etc.
      
      Adds the DebuggerManager to the object pool. This is ugly, but
      nobody came up with anything better on short notice. To be
      refactored.
      
      Co-Authored-By: kh1
      6a49395e
    • ck's avatar
      Refactor conditional for clarity ... · 6f5158fa
      ck authored
      ... and diff-reduction to Maemo branch. :)
      
      Real-Author: ossi
      6f5158fa
  20. Oct 12, 2009
  21. Oct 05, 2009
  22. Oct 01, 2009
  23. Sep 29, 2009
  24. 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
  25. Sep 23, 2009
  26. Sep 17, 2009
  27. Sep 01, 2009
  28. Aug 28, 2009
  29. Aug 14, 2009
Loading