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

Add QML Support using Qt6 #236

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Commits on May 23, 2023

  1. Test add of qml module suport

    Calugar George committed May 23, 2023
    Configuration menu
    Copy the full SHA
    881e4c1 View commit details
    Browse the repository at this point in the history
  2. Add automoc and remove manual cpp moc directive from cmake

    Calugar George committed May 23, 2023
    Configuration menu
    Copy the full SHA
    a840d64 View commit details
    Browse the repository at this point in the history
  3. Make readn and write password creatable from QML

    Calugar George committed May 23, 2023
    Configuration menu
    Copy the full SHA
    ab55929 View commit details
    Browse the repository at this point in the history
  4. Improve qml support allowing adding service name

    Calugar George committed May 23, 2023
    Configuration menu
    Copy the full SHA
    0429e70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a89b4b View commit details
    Browse the repository at this point in the history
  6. Update readme

    Calugar George committed May 23, 2023
    Configuration menu
    Copy the full SHA
    8da8c3f View commit details
    Browse the repository at this point in the history
  7. Merge branch 'feature/Origin_version' of https://github.com/CMGeorge/…

    …qtkeychain into feature/Origin_version
    Calugar George committed May 23, 2023
    Configuration menu
    Copy the full SHA
    624de97 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Protect against creating the QtKeychain::QtKeychain alias target twice

    This can happen if a dependency CMake config module is itself also looking
    for QtKeychain, which then results in a fatal CMake error.
    
    Observed between NeoChat and libQuotient.
    vkrause authored and frankosterfeld committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    2095295 View commit details
    Browse the repository at this point in the history
  2. Export QKeychain::isAvailable() to make it usable in a shared build

    Also, the definitions needs to be fully qualified, otherwise this is
    producing symbols in the top-level namespace instead.
    vkrause authored and frankosterfeld committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    269eacf View commit details
    Browse the repository at this point in the history
  3. Prepare 0.14.1

    frankosterfeld committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    69f993c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Mino t changes

    Calugar George committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    bcefcf8 View commit details
    Browse the repository at this point in the history
  2. Merge commit '69f993c47efed7e557d79a30a367014d9a27d809' into feature/…

    …Origin_version
    Calugar George committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    30e4920 View commit details
    Browse the repository at this point in the history
  3. Minor build fix at import

    Calugar George committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8c094de View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Merge with iniitial library implementation

    Calugar George committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    a4cb371 View commit details
    Browse the repository at this point in the history
  2. cmake cleanup

    Calugar George committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    599b3f1 View commit details
    Browse the repository at this point in the history
  3. Try restore the qml support

    Calugar George committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    4e98b29 View commit details
    Browse the repository at this point in the history
  4. Small fix using the old code

    Calugar George committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    0442e18 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/Origin_version' of https://github.com/CMGeorge/…

    …qtkeychain into feature/Origin_version
    
    # Conflicts:
    #	qtkeychain/keychain_android.cpp
    #	translations/qtkeychain_ru.ts
    Calugar George committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    13c6a81 View commit details
    Browse the repository at this point in the history