1. 17 Sep, 2019 - 2 commits
  2. 08 Sep, 2019 - 2 commits
  3. 07 Sep, 2019 - 2 commits
  4. 05 Sep, 2019 - 2 commits
  5. 23 Aug, 2019 - 1 commit
  6. 22 Aug, 2019 - 1 commit
  7. 30 Jul, 2019 - 1 commit
  8. 29 Jul, 2019 - 1 commit
  9. 16 Jul, 2019 - 2 commits
  10. 15 Jul, 2019 - 1 commit
  11. 11 Jul, 2019 - 4 commits
  12. 09 Jul, 2019 - 1 commit
  13. 02 Jul, 2019 - 1 commit
  14. 01 Jul, 2019 - 2 commits
  15. 29 Jun, 2019 - 2 commits
  16. 28 Jun, 2019 - 1 commit
  17. 27 Jun, 2019 - 1 commit
  18. 24 Jun, 2019 - 1 commit
  19. 22 Jun, 2019 - 2 commits
  20. 20 Jun, 2019 - 2 commits
  21. 19 Jun, 2019 - 2 commits
    • Fredrik Orderud's avatar
      Implement explicit support for per-user registration · d8e3b1cf
      Fredrik Orderud authored
      
      Allow DLLs to be registered per-user by passing "/n /i:user" command-line
      arguments to regsvr32. Similarly, allow EXEs to be registered per-user by
      passing RegServerPerUser or UnregServerPerUser command-line arguments
      
      Done to match the default behavior when using Active Template Library (ATL) to
      implement COM servers.
      
      [ChangeLog][ActiveQt][QAxServer] Don't fall-back automatically to per-
      user registration of controls if global registration fails, and add
      support for explicitly registering controls for the current user.
      
      Task-number: QTBUG-76269
      Change-Id: I577d067d4f5669d2ab7476155c307449de1fefb8
      Reviewed-by: default avatarVolker Hilsheimer <volker.hilsheimer@qt.io>
       
      d8e3b1cf
    • Fredrik Orderud's avatar
      Remove fallback to per-user registration · f2b9781e
      Fredrik Orderud authored
      
      Only register DLL/EXE COM servers in the machine-wide part of the registry for now.
      Will add an option for per-user registration in a follow-up commit.
      
      Task-number: QTBUG-76269
      Change-Id: I77265166e87776c5f8a9e7fc571d783e3b41a00e
      Reviewed-by: default avatarVolker Hilsheimer <volker.hilsheimer@qt.io>
       
      f2b9781e
  22. 18 Jun, 2019 - 1 commit
  23. 17 Jun, 2019 - 2 commits
  24. 07 Jun, 2019 - 1 commit
    • Friedemann Kleint's avatar
      dump: Generate C++ 11 · 95ecd545
      Friedemann Kleint authored
      
      - Use nullptr, override
      - Move the constructor body to the implementation on grounds of
        * Avoid code bloat by inlined constructors
        * Avoid the ugly C-style cast from IDispatch to IUnknown
          since both are just forward-declared in the header
      
      [ChangeLog][ActiveQt] dumpcpp now generates the constructor code
      into the .cpp file.
      
      Change-Id: I180f64c2b32793d64080ecb8c4246b44b6c0b615
      Reviewed-by: default avatarOliver Wolff <oliver.wolff@qt.io>
      Reviewed-by: default avatarVolker Hilsheimer <volker.hilsheimer@qt.io>
       
      95ecd545
  25. 14 Jun, 2019 - 1 commit
  26. 13 Jun, 2019 - 1 commit