#1198 closed task (fixed)
use sugar.datastore.* instead of direct DBus access
Reported by: | sascha_silbe | Owned by: | tomeu |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
Component: | Sugar | Version: | Git as of bugdate |
Severity: | Unspecified | Keywords: | r+ |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | New |
Description
As discussed on IRC this patch replaces direct datastore DBus API access with calls to sugar.datastore.*. This is the sugar part of the patch, see #1197 for the sugar-toolkit part it depends on.
Attachments (2)
Change History (8)
Changed 14 years ago by sascha_silbe
comment:1 Changed 14 years ago by sascha_silbe
With the updated patch file transfer works as well (in both directions, including cancelling/declining transfer and watching the transferring file in the Journal details view).
It requires #1201, though.
comment:2 Changed 14 years ago by tomeu
- Keywords r! added; r? removed
As discussed in IRC, I would prefer to fix bugs at this point of the release cycle. This is a big change that is likely to introduce new bugs and doesn't have a strong enough need AFAICS.
comment:3 Changed 14 years ago by tomeu
- Milestone changed from 0.86 to 0.88
comment:4 Changed 14 years ago by erikos
- Keywords r? added; r! removed
comment:5 Changed 14 years ago by erikos
- Keywords r+ added; r? removed
- Resolution set to fixed
- Status changed from new to closed
reviewed and discussed on irc: http://git.sugarlabs.org/projects/sugar/repos/mainline/commits/118287969c7b95c80254c960984235bc2f1a312d
use sugar.datastore.* instead of direct DBus access