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

Propertymap update #76

Merged
merged 11 commits into from
Jul 2, 2020
Merged

Propertymap update #76

merged 11 commits into from
Jul 2, 2020

Commits on Jan 8, 2020

  1. Don't set a QQmlPropertymap as context object

    Breaks on Qt5.12 because QQmlPropertymap creates any
    property that is requested, rendering global properties
    such as console inaccessible.
    
    See https://bugreports.qt.io/browse/QTBUG-74060
    barche committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    bbf9cb0 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. Use JLL modules

    barche committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    3cb582e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. QVariant string output

    Also test QVariant GC-protection
    barche committed May 19, 2020
    Configuration menu
    Copy the full SHA
    1973b01 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. Add JuliaPropertyMap

    barche committed May 31, 2020
    Configuration menu
    Copy the full SHA
    afa59c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

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

Commits on Jun 15, 2020

  1. Update gui example

    barche committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    66085d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Fix Makie support

    barche committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    a42ec4b View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

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

Commits on Jun 30, 2020

  1. Fix last examples

    barche committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    d7465f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. fix warnings

    bramtayl authored and barche committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    3e2ceff View commit details
    Browse the repository at this point in the history
  2. fix

    bramtayl authored and barche committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    76be633 View commit details
    Browse the repository at this point in the history