1. Jun 05, 2015
  2. Feb 25, 2015
  3. Feb 11, 2015
    • Jani Heikkinen's avatar
      Update copyright headers · 83a5694d
      Jani Heikkinen authored
      
      Qt copyrights are now in The Qt Company, so we could update the source
      code headers accordingly. In the same go we should also fix the links to
      point to qt.io.
      
      Outdated header.LGPL removed (use header.LGPL21 instead)
      
      Old header.LGPL3 renamed to header.LGPL3-COMM to match actual licensing
      combination. New header.LGPL-COMM taken in the use file which were
      using old header.LGPL3 (src/plugins/platforms/android/extract.cpp)
      
      Added new header.LGPL3 containing Commercial + LGPLv3 + GPLv2 license
      combination
      
      Change-Id: I6f49b819a8a20cc4f88b794a8f6726d975e8ffbe
      Reviewed-by: default avatarMatti Paaso <matti.paaso@theqtcompany.com>
      83a5694d
  4. Oct 09, 2014
    • Marc Mutz's avatar
      Don't use QStringLiteral in comparisons · 1a5c0b26
      Marc Mutz authored
      
      For QLatin1String, operator== is overloaded, so comparing to a latin-1
      (C) string literal is efficient, since strlen() is comparatively fast.
      
      OTOH, QStringLiteral, when not using RVO, litters the code with
      QString dtor calls, which are not inline. Worse, absent lambdas,
      it even allocates memory.
      
      So, just compare using QLatin1String instead.
      
      Change-Id: I7af3bf3a67c55dae33ffaf9922d004fa168a3f9c
      Reviewed-by: default avatarThiago Macieira <thiago.macieira@intel.com>
      1a5c0b26
  5. Sep 24, 2014
  6. Jul 10, 2014
    • Christian Strømme's avatar
      Android: New bearer plugin · ff7fdf78
      Christian Strømme authored
      
      Replacement for the the generic bearer plugin.
      Compared to the generic bearer engine, this plugin provides a more
      detailed overview of the network configurations on Android.
      
      Added features are:
      - Correct bearer type, also for mobile connections.
      - Connection state (e.g., roaming).
      - Data statistics (On devices that supports it).
      - Polling is not required.
      
      Change-Id: I728cb91e04a66343648c0add6be2a003caca0f1f
      Reviewed-by: default avatarEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
      ff7fdf78
  7. Sep 22, 2012
  8. Jun 07, 2012
  9. May 24, 2012
  10. Feb 24, 2012
  11. Jan 30, 2012
  12. Jan 23, 2012
  13. Jan 05, 2012
  14. May 24, 2011
  15. Apr 27, 2011
    • Qt by Nokia's avatar
      Initial import from the monolithic Qt. · 38be0d13
      Qt by Nokia authored
      This is the beginning of revision history for this module. If you
      want to look at revision history older than this, please refer to the
      Qt Git wiki for how to use Git history grafting. At the time of
      writing, this wiki is located here:
      
      http://qt.gitorious.org/qt/pages/GitIntroductionWithQt
      
      If you have already performed the grafting and you don't see any
      history beyond this commit, try running "git log" with the "--follow"
      argument.
      
      Branched from the monolithic repo, Qt master branch, at commit
      896db169ea224deb96c59ce8af800d019de63f12
      38be0d13