Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qt 6 Building Porting #1770

Draft
wants to merge 45 commits into
base: master
Choose a base branch
from
Draft

Qt 6 Building Porting #1770

wants to merge 45 commits into from

Commits on Jul 3, 2024

  1. qt6: CMakeLists: hello qt6

    Chiitoo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ae254e4 View commit details
    Browse the repository at this point in the history
  2. qt6: remove instances of 'stream.setCodec("UTF-8");'

    Everything in Qt 6 is UTF-8.
    Chiitoo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b2496e0 View commit details
    Browse the repository at this point in the history
  3. qt6: QtCore/QTextCodec--

    Chiitoo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    2859416 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    009f15a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96caeb5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    003afce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51e7f18 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    52d5a60 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a17718a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6e16db0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dee2ba6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dc51978 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    88a49ce View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c423396 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    67371d5 View commit details
    Browse the repository at this point in the history
  16. qt6: 's/QEvent/QEnterEvent/'

    Chiitoo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    fd8329f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    64533e9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f064354 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c4434d5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    71eba52 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f2c67c9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1452efc View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7d7a005 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2d8587a View commit details
    Browse the repository at this point in the history
  25. qt6: 's/midRef/mid/'

    Chiitoo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    efd96dd View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    25a8e3e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    26e1596 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    034da23 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e0ff535 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b0427aa View commit details
    Browse the repository at this point in the history
  31. qt6: include 'QtCore/QFile'

    Chiitoo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    324a094 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    183b3bc View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    106bca8 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    d5b51f1 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    bb30cc7 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    eb25add View commit details
    Browse the repository at this point in the history
  37. qt6: invalid operands to binary expression

    ('const QFileInfo' and 'const QString'
    
    in instantiation of function template specialization 'QListSpecialMethodsBase<QFileInfo>::contains<QString>' requested here
    contains(m_sessionPath)
    Chiitoo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    2b61918 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    c256df3 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    6997f0c View commit details
    Browse the repository at this point in the history
  40. qt6: no type named 'PromiseType' in 'QtPrivate::ArgResolver<Otter::Ad…

    …blockContentFiltersProfile *>'
    Chiitoo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    1c6823a View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    45de1b3 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    29f0c30 View commit details
    Browse the repository at this point in the history
  43. qt6: reference to non-static member function must be called; did you …

    …mean to call it with no arguments?
    Chiitoo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0aa337e View commit details
    Browse the repository at this point in the history
  44. qt6: use of overloaded operator '!=' is ambiguous (with operand types…

    … 'QKeyCombination' and 'Qt::Key')
    Chiitoo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    6b46a75 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    af2dab4 View commit details
    Browse the repository at this point in the history