Skip to content
Snippets Groups Projects
  1. Mar 29, 2012
  2. Mar 06, 2012
  3. Feb 21, 2012
  4. Feb 20, 2012
  5. Feb 15, 2012
  6. Jan 31, 2012
  7. 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
  8. Jan 26, 2012
  9. Jan 14, 2012
  10. Nov 03, 2011
  11. Oct 04, 2011
  12. Sep 23, 2011
  13. Sep 19, 2011
  14. Aug 18, 2011
  15. Aug 10, 2011
  16. Jul 20, 2011
  17. Jun 14, 2011
  18. Jun 07, 2011
  19. Jun 01, 2011
  20. May 27, 2011
  21. 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
  22. May 24, 2011
  23. May 17, 2011
  24. 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
  25. May 06, 2011
  26. Apr 29, 2011
  27. 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
  28. Apr 26, 2011
  29. Apr 13, 2011
  30. Mar 08, 2011
  31. Feb 25, 2011
  32. Feb 24, 2011
Loading