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

Qt6 WIP #596

Draft
wants to merge 39 commits into
base: main
Choose a base branch
from
Draft

Qt6 WIP #596

wants to merge 39 commits into from

Commits on Nov 7, 2023

  1. Change main gui classes to implptr

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    4f98aa3 View commit details
    Browse the repository at this point in the history
  2. Switch gz-gui plugins to use implptr

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    ed63b7b View commit details
    Browse the repository at this point in the history
  3. First pass at level1 clazy checks for qt

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    2052269 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Merge branch 'main' into mjcarroll/clazy

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    5e9bc27 View commit details
    Browse the repository at this point in the history
  2. Lint

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    364fbca View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Make use of auto* more consistent

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    273fac0 View commit details
    Browse the repository at this point in the history
  2. Make cmake qt-version agnostic

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    44bd786 View commit details
    Browse the repository at this point in the history
  3. lambda capture

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    bc58d59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    451450a View commit details
    Browse the repository at this point in the history
  5. Remove qt5 from examples

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6c35be0 View commit details
    Browse the repository at this point in the history
  6. Remove Qt < 5.15 logic

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    126b690 View commit details
    Browse the repository at this point in the history
  7. Additional qt5 cmake functions

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    ffa6430 View commit details
    Browse the repository at this point in the history
  8. @wip

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d7c9adf View commit details
    Browse the repository at this point in the history
  9. @wip

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    aefb832 View commit details
    Browse the repository at this point in the history
  10. Fix conversions test

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6ebe89c View commit details
    Browse the repository at this point in the history
  11. Make using deprecated APIs an error

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    fa6e270 View commit details
    Browse the repository at this point in the history
  12. Fix vulkan call and qregexp

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    9f6c81c View commit details
    Browse the repository at this point in the history
  13. Fix test logic

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    8eba03e View commit details
    Browse the repository at this point in the history
  14. Qt5.15 compatible graphics updates

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    22cb41a View commit details
    Browse the repository at this point in the history
  15. Fix extra header

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4c7d46d View commit details
    Browse the repository at this point in the history
  16. Lint

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    7584829 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    06c80fd View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Fix preprocessor

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    5ee29c6 View commit details
    Browse the repository at this point in the history
  2. Fix indent

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b255e56 View commit details
    Browse the repository at this point in the history
  3. Fix regex use

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    dffd3a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Merge branch 'mjcarroll/qt5qt6' into mjcarroll/qt6

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a5ed392 View commit details
    Browse the repository at this point in the history
  2. Fixing QML files

    mjcarroll committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d6516d9 View commit details
    Browse the repository at this point in the history
  3. Align all plugins

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    47c92c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Updating plugins

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    861f355 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Fix installation

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    2ec0c07 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Merge branch 'main' into mjcarroll/qt6

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    0214391 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Updates

    Signed-off-by: Carlos Agüero <[email protected]>
    caguero committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    bcf1e09 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    e2f1eae View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. OpenGL

    Signed-off-by: Carlos Agüero <[email protected]>
    caguero committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    8db1277 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Plugin updates.

    Signed-off-by: Carlos Agüero <[email protected]>
    caguero committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    1f28e07 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. GzSpinBox update

    Signed-off-by: Carlos Agüero <[email protected]>
    caguero committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    7cf5f94 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Fix a few issues with spinbox

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    96d791a View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. WIP: GzSplit

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    872ea46 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Tweak

    Signed-off-by: Carlos Agüero <[email protected]>
    caguero committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    9f743eb View commit details
    Browse the repository at this point in the history