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

Makes it possible to map DBUS properties directly to setter / getters #235

Merged
merged 8 commits into from
Oct 20, 2023
Merged

Makes it possible to map DBUS properties directly to setter / getters #235

merged 8 commits into from
Oct 20, 2023

Commits on Sep 28, 2023

  1. Makes it possible to map DBUS properties directly to setter / getter …

    …methods in any `DBusInterface`
    brett-smith committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    f2ae5a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. A few bug fixes and requested changes.

     * Enums (and other non-primitive types?) not working.
     * GetAll not working
     * Removed all usages of `var`
    brett-smith committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    42cf75d View commit details
    Browse the repository at this point in the history
  2. Created separate annotation for new method of binding DBus properties…

    …, `@DBusBoundProperty`. The existing `@DBusProperty` has also been returned to it's previous configuration with `name()` becoming a mandatory attribute and only allowed on types.
    brett-smith committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    3eac846 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    edadcfb View commit details
    Browse the repository at this point in the history
  2. Tweaked example code

    brett-smith committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    a537f60 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

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

Commits on Oct 7, 2023

  1. Merge remote-tracking branch 'upstream/master'

    # Conflicts:
    #	dbus-java-core/src/main/java/org/freedesktop/dbus/RemoteInvocationHandler.java
    #	dbus-java-core/src/main/java/org/freedesktop/dbus/connections/AbstractConnection.java
    brett-smith committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    0c7b39d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

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