Skip to content
Snippets Groups Projects
  1. Jan 08, 2014
  2. Oct 25, 2013
  3. Oct 21, 2013
  4. Aug 23, 2013
  5. Jun 21, 2013
  6. Mar 26, 2013
  7. Jan 29, 2013
  8. Oct 05, 2012
  9. Aug 22, 2012
    • Alessandro Portale's avatar
      Removal of Symbian support · ae23d505
      Alessandro Portale authored
      
      Qt Creator's support for Symbian was at its peak in version
      2.4.x. Nobody really verified it in Qt Creator 2.5 or 2.6.
      It is most likely rotten. Let's remove it!
      
      Also, the Symbian support code was spread throughout the whole
      Qt Creator code base. The plugin interfaces evolved in the
      meantime and target platforms like Android or QNX have 99% of
      their code in separate plugins.
      
      In case anyone wants to revive Symbian support in Qt Creator,
      please create a plugin for it.
      
      Change-Id: I56a758a3e2fd5b8c64d9aeb8f63d8e916c4883be
      Reviewed-by: default avatarAlessandro Portale <alessandro.portale@nokia.com>
      ae23d505
  10. Aug 01, 2012
  11. Jul 30, 2012
  12. Jul 19, 2012
  13. Apr 24, 2012
  14. Feb 15, 2012
  15. Jan 26, 2012
  16. Jan 17, 2012
  17. Nov 03, 2011
  18. Sep 22, 2011
  19. Sep 07, 2011
  20. Aug 31, 2011
  21. May 31, 2011
  22. May 06, 2011
  23. Apr 14, 2011
  24. Apr 13, 2011
  25. Mar 21, 2011
  26. Mar 10, 2011
  27. Feb 23, 2011
  28. Feb 21, 2011
    • Tobias Hunger's avatar
      ToolChain: Refactor toolchain support · 8d0c4772
      Tobias Hunger authored
      Refactor ToolChains in Qt Creator:
      
       * Allow for several toolchains of the same type
       * Be smarter wrt. guessing what kind of output a toolchain
         produces. This allows us to eventually handle e.g. embedded
         linux setups way better than before.
       * Be smarter wrt. guessing what kind of environment a Qt version
         needs.
       * Improve auto-detection of toolchains a bit
       * Decide on which debugger to use based on the kind of output
         produced by the compiler.
       * Add options page to configure toolchains
       * Remove toolchain related options from the Qt version dialog
      
      Reviewed-by: dt
      8d0c4772
Loading