Skip to content
Snippets Groups Projects
  1. Feb 20, 2012
  2. Feb 15, 2012
  3. Jan 31, 2012
  4. Jan 30, 2012
    • Denis Mingulov's avatar
      Fix non-needed usage of QString's fromLocal8Bit() and fromUtf8() · a36d587c
      Denis Mingulov authored
      
      QString::fromLocal8Bit() and QString::fromUtf8() are much more slower
      than an obvious QString::fromLatin1() and QLatin1String(), so this
      commit changes some places where these functions are really not
      needed.
      
      QString::fromLatin1() is used in case if QString object is used
      immediately (something like QString::fromLatin1().arg()),
      QLatin1String is used otherwise like in other places (for example,
      QPixmap(QLatin1String("..."))) - to allow to use default QString
      constructor and work with QT_NO_CAST_FROM_ASCII.
      
      Change-Id: Ib6eb1c61e9cb35c7c5b7569fea77c5e41d32621a
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      a36d587c
  5. Jan 26, 2012
  6. Jan 14, 2012
  7. Nov 03, 2011
  8. Oct 04, 2011
  9. Sep 23, 2011
  10. Sep 19, 2011
  11. Aug 18, 2011
  12. Aug 10, 2011
  13. Jul 20, 2011
  14. Jun 14, 2011
  15. Jun 07, 2011
  16. Jun 01, 2011
  17. May 27, 2011
  18. May 26, 2011
    • Christian Kandeler's avatar
      Maemo: Create dedicated plugin. · 64ba06e2
      Christian Kandeler authored
      No change in functionality for now. More support for generic remote
      Linux support is planned to be added.
      
      The changes in decreasing order of magnitude:
      1) Move contents of qt4projectmanager/qt-maemo to new "RemoteLinux" plugin.
      2) Make some classes in qt4nodes public for now. More decoupling
      in that area will follow.
      3) Fix some minor problems uncovered by the move.
      
      Change-Id: I51d0c7977c10019eb6080cd6620bc28ecebad3c4
      Reviewed-on: http://codereview.qt.nokia.com/106
      
      
      Reviewed-by: default avatarDaniel Teske <daniel.teske@nokia.com>
      64ba06e2
  19. May 24, 2011
  20. May 17, 2011
  21. May 12, 2011
    • dt's avatar
      Qt Version refactoring · 8e171e0b
      dt authored
      Split up target specific code into subclasses. Also change
      Qt4BuildConfiguration to allow a null qtversion.
      
      Remove code that relied on always having a qt version.
      Also make it possible to remove all qt versions.
      
      Completly change the qt in path autodetection to be only
      a fall back if no configuration was found.
      
      Note: For now the old settings are not removed, as such 2.2 and master
      can coexist.
      
      Reviewed-By: hunger
      8e171e0b
  22. May 06, 2011
  23. Apr 29, 2011
  24. Apr 28, 2011
    • Christian Kamm's avatar
      Set LD_LIBRARY_PATH in unix run environments. · d7d23226
      Christian Kamm authored
      Similarly to how PATH is set up for Windows. The background is that
      without it plugin loading can pull in incompatible Qt libraries if the
      binary is compiled with RUNPATH instead of RPATH.
      
      Reviewed-by: Daniel Teske
      d7d23226
  25. Apr 26, 2011
  26. Apr 13, 2011
  27. Mar 08, 2011
  28. Feb 25, 2011
  29. Feb 24, 2011
  30. Feb 22, 2011
  31. 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
  32. Feb 18, 2011
Loading