1. 19 Jun, 2017 - 1 commit
  2. 16 Jun, 2017 - 2 commits
  3. 15 May, 2017 - 1 commit
    • Andy Shaw's avatar
      Unset widget window's parent when WM_DESTROY is sent to prevent a crash · 0544c2b4
      Andy Shaw authored
      
      When a control is activated and deactivated in Powerpoint then it will
      cause the ActiveX window hosting the QWidget to be destroyed. In this
      case we need to set the parent of this widget's own QWindow's HWND to
      be 0 so it does not reference the deleted window.
      
      This reflects the handling in WM_SHOWWINDOW where the parent is set for
      the widget's own QWindow's HWND.
      
      Change-Id: Ie32d408782cdf94a98cb13eda49f6ccf73cccd51
      Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@qt.io>
      0544c2b4
  4. 10 May, 2017 - 1 commit
  5. 05 May, 2017 - 1 commit
  6. 27 Apr, 2017 - 2 commits
  7. 04 Apr, 2017 - 1 commit
  8. 10 Mar, 2017 - 1 commit
  9. 21 Feb, 2017 - 1 commit
  10. 26 Jan, 2017 - 1 commit
  11. 24 Jan, 2017 - 2 commits
  12. 19 Jan, 2017 - 1 commit
  13. 13 Jan, 2017 - 1 commit
  14. 11 Jan, 2017 - 3 commits
  15. 10 Jan, 2017 - 1 commit
  16. 09 Jan, 2017 - 1 commit
  17. 03 Jan, 2017 - 1 commit
  18. 19 Dec, 2016 - 1 commit
    • Friedemann Kleint's avatar
      Rewrite qaxserver_main.cpp to use CommandLineToArgvW() · 8fd5468c
      Friedemann Kleint authored
      
      Rewrite the command line processing to use QStrings constructed
      from the return value of CommandLineToArgvW().
      This ensures that arguments with blanks are processed correctly
      and fixes the invocation of .exe targets with spaces via idc
      using the -dumpidl option and removes the dependency on
      the qWinMain() function exported from QtCore.
      
      Task-number: QTBUG-55332
      Change-Id: I2d6cc11f2bff30027664707d03a75650d724a4f9
      Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@qt.io>
      8fd5468c
  19. 09 Dec, 2016 - 1 commit
  20. 06 Dec, 2016 - 1 commit
  21. 01 Dec, 2016 - 1 commit
  22. 26 Nov, 2016 - 1 commit
  23. 24 Nov, 2016 - 1 commit
  24. 05 Nov, 2016 - 1 commit
  25. 24 Oct, 2016 - 1 commit
  26. 19 Oct, 2016 - 1 commit
  27. 01 Oct, 2016 - 1 commit
  28. 23 Sep, 2016 - 2 commits
  29. 22 Sep, 2016 - 2 commits
  30. 21 Sep, 2016 - 1 commit
  31. 18 Sep, 2016 - 1 commit
  32. 16 Sep, 2016 - 2 commits