1. 01 Oct, 2014 - 1 commit
  2. 19 Sep, 2014 - 1 commit
  3. 17 Sep, 2014 - 1 commit
  4. 04 Sep, 2014 - 2 commits
  5. 02 Sep, 2014 - 1 commit
  6. 29 Aug, 2014 - 1 commit
  7. 28 Aug, 2014 - 1 commit
  8. 20 Aug, 2014 - 1 commit
  9. 04 Aug, 2014 - 1 commit
  10. 31 Jul, 2014 - 3 commits
  11. 30 Jul, 2014 - 1 commit
  12. 10 Jul, 2014 - 1 commit
  13. 08 Jul, 2014 - 1 commit
  14. 03 Jul, 2014 - 1 commit
  15. 26 Jun, 2014 - 2 commits
  16. 17 Jun, 2014 - 1 commit
  17. 14 Jun, 2014 - 4 commits
  18. 13 Jun, 2014 - 1 commit
  19. 11 Jun, 2014 - 1 commit
  20. 10 Jun, 2014 - 1 commit
  21. 05 Jun, 2014 - 3 commits
  22. 03 Jun, 2014 - 1 commit
    • Andrew Knight's avatar
      CoreCon: Support API Versioning, and add Version 12 (WP8.1) support · 3cc82656
      Andrew Knight authored
      
      While intrusive, versioned headers and a templated backend allows
      apps like winrtrunner and qtd3dservice to access multiple versions of
      CoreCon, allowing for simultaneous support of Windows Phone 8 and Windows
      Phone 8.1 devices. This also allows for simple addition of future
      versions, should there be a need.
      
      Applications using these headers should use the versioned API instead
      of the original ccapi.h. This has been fixed in winrtrunner and
      qtd3dservice.
      
      Task-number: QTBUG-37771
      Change-Id: I70cad98a2bf7f232dfd92f1c068cf0e1a8eadf88
      Reviewed-by: default avatarMaurice Kalinowski <maurice.kalinowski@digia.com>
      3cc82656
  23. 28 May, 2014 - 1 commit
  24. 27 May, 2014 - 1 commit
  25. 23 May, 2014 - 2 commits
  26. 20 May, 2014 - 1 commit
  27. 19 May, 2014 - 1 commit
    • Eskil Abrahamsen Blomfeldt's avatar
      androiddeployqt: Add option to reinstall apk · 3f24e2cc
      Eskil Abrahamsen Blomfeldt authored
      
      Mainly for consistency with the old deployment method in Qt Creator,
      androiddeployqt will uninstall any previously installed instances
      of the application before installing it. This will remove any caches
      or user data stored by the application. In many cases (most) it
      would be more convenient to just overwrite the existing instance,
      but keep all caches intact. This patch adds the --reinstall option,
      symmetrical to --install. If enabled, the uninstall step will be
      skipped.
      
      [ChangeLog][androiddeployqt] Added option to install an APK without
      uninstalling previous instances of same application.
      
      Task-number: QTBUG-35845
      Change-Id: I93bed4fefda6ed5295f333002a4958654b3f911c
      Reviewed-by: default avatarPaul Olav Tvete <paul.tvete@digia.com>
      3f24e2cc
  28. 18 May, 2014 - 1 commit
  29. 15 May, 2014 - 1 commit
  30. 14 May, 2014 - 1 commit
    • Eskil Abrahamsen Blomfeldt's avatar
      androiddeployqt: REG: Fix running tools with spaces in path · 16ee0c0f
      Eskil Abrahamsen Blomfeldt authored
      
      The popen() function on Windows executes the command using /s,
      probably for legacy reasons, which causes the behavior that it
      removes the first and last quotes in the command line and otherwise
      preserves it perfectly. This causes strings in which both
      the executable name and at least one argument has to be quoted, to
      be unparsable by the shell once it has been processed. To work around
      this we wrap the string in quotes on Windows.
      
      Since we added quotes to arguments for the jarsigner command in Qt 5.3.0
      we introduced a regression that made it impossible to sign APKs on Windows.
      
      Task-number: QTBUG-38962
      Change-Id: I2b618e1996753645766d25ca06b14e1985d7eacd
      Reviewed-by: default avatarPaul Olav Tvete <paul.tvete@digia.com>
      v5.3.0
      16ee0c0f