1. 02 May, 2016 - 2 commits
  2. 29 Apr, 2016 - 2 commits
  3. 20 Apr, 2016 - 1 commit
  4. 13 Apr, 2016 - 1 commit
  5. 06 Apr, 2016 - 1 commit
  6. 22 Mar, 2016 - 2 commits
  7. 16 Mar, 2016 - 1 commit
  8. 10 Mar, 2016 - 2 commits
  9. 19 Feb, 2016 - 1 commit
  10. 05 Feb, 2016 - 1 commit
  11. 04 Feb, 2016 - 1 commit
  12. 21 Jan, 2016 - 3 commits
  13. 18 Jan, 2016 - 1 commit
  14. 14 Jan, 2016 - 1 commit
    • Maurice Kalinowski's avatar
      winrt: enable hardware buttons for Windows 10 · c3376ed3
      Maurice Kalinowski authored
      
      Previously the hardware and camera button handler were guarded inside a
      Q_OS_WINPHONE which does not apply to Windows 10.
      
      Instead use WINAPI_PARTITION_FAMILY like on other places, this covers
      Windows Phone 8.1 as well as Windows 10.
      
      To find windows.phone.ui.input.h at build time the Mobile Extension
      directory needs to be added to the include paths inside qmake. On
      runtime we need to check whether we have hardware buttons or not. In
      case they exist, register the handlers, otherwise skip registration.
      Skipping also helps to keep WACK succeeding.
      
      Task-number: QTBUG-50427
      Change-Id: Ibeae15dbde12553cebd2b73b1a40b754c014f426
      Reviewed-by: default avatarOliver Wolff <oliver.wolff@theqtcompany.com>
      c3376ed3
  15. 08 Jan, 2016 - 1 commit
    • Oswald Buddenhagen's avatar
      rewrite qtAddToolEnv() · 282f15fe
      Oswald Buddenhagen authored
      the primary purpose is making env var prepend mode work for unset
      variables on windows. this is achieved by using a conditional and delayed
      variable expansion. however, the latter is disabled by default and can
      be locally enabled only in batch files. therefore, write wrapper scripts
      and substitute them for the actual commands. we do this also on unix,
      both for consistency and simply because the commands look much less
      confusing.
      
      this change is slightly backwards-incompatible, as invoking
      qtAddToolEnv() multiple times on the same command will now make a total
      mess. also, invoking it on a command that contains 'make' macro
      expansions isn't a good idea, so testcase.prf needed an adjustment. the
      function is an undocumented internal, so Nobody Should Care (TM).
      
      this also reverts 80ebedec
      
      , as it's obsolete now.
      
      Change-Id: I8394b77868b495abcf27b688996ca74c40b80994
      Reviewed-by: default avatarSimon Hausmann <simon.hausmann@theqtcompany.com>
      282f15fe
  16. 05 Jan, 2016 - 1 commit
  17. 01 Jan, 2016 - 1 commit
  18. 21 Dec, 2015 - 4 commits
  19. 17 Dec, 2015 - 2 commits
  20. 15 Dec, 2015 - 4 commits
  21. 11 Dec, 2015 - 1 commit
    • Edward Welbourne's avatar
      Don't ignore first character after a string. · 8fd05e62
      Edward Welbourne authored
      
      The parser in QMakeSourceFileInfo::findDeps() would step over the
      closing quote of a string, only to have a for loop then step over the
      character just after that closing quote, which was thus never studied;
      this could lead to problems in various ways.  Fixed that and expanded
      findDeps() test to catch regressions.
      
      Task-number: QTBUG-17533
      Change-Id: I7dec5222e38fa188495b39376ffee70bc7bbc87f
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
      8fd05e62
  22. 09 Dec, 2015 - 1 commit
  23. 08 Dec, 2015 - 2 commits
  24. 04 Dec, 2015 - 2 commits
  25. 01 Dec, 2015 - 1 commit