-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Commits on Sep 28, 2023
-
Makes it possible to map DBUS properties directly to setter / getter …
…methods in any `DBusInterface`
Configuration menu - View commit details
-
Copy full SHA for f2ae5a8 - Browse repository at this point
Copy the full SHA f2ae5a8View commit details
Commits on Sep 30, 2023
-
A few bug fixes and requested changes.
* Enums (and other non-primitive types?) not working. * GetAll not working * Removed all usages of `var`
Configuration menu - View commit details
-
Copy full SHA for 42cf75d - Browse repository at this point
Copy the full SHA 42cf75dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 3eac846 - Browse repository at this point
Copy the full SHA 3eac846View commit details
Commits on Oct 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for edadcfb - Browse repository at this point
Copy the full SHA edadcfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a537f60 - Browse repository at this point
Copy the full SHA a537f60View commit details
Commits on Oct 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5a32fd2 - Browse repository at this point
Copy the full SHA 5a32fd2View commit details
Commits on Oct 7, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 0c7b39d - Browse repository at this point
Copy the full SHA 0c7b39dView commit details
Commits on Oct 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for de7421f - Browse repository at this point
Copy the full SHA de7421fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.