| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
If load command attempts to change one of non-writable keys, the whole
operation fails with an error and no changes are made. Add an `-f`
option to the load command that skips non-writable keys and proceeds
with remaining changes.
Closes issue #1.
|
|
|
|
|
|
|
|
|
|
|
| |
Document that update command takes optional directory argument, which
allows to run update in an arbitrary directory instead of the default
one.
The functionality itself have been added earlier for testing purposes,
but it is generally useful so lets document its existence. Closes #39.
Based on a patch contributed by Takao Fujiwara.
|
|
|
|
|
|
|
|
|
| |
Intentional functional changes:
* Update is no longer conditional on mtime.
* Help information is shown on erroneous usage, but not otherwise.
Fixes issue #38.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- move to new GSettingsBackend API
- add 'length' parameter, update callers
|
|
|
|
| |
fix a silly bug that the testing found
|
| |
|
| |
|
|
|
|
|
| |
- add a sync set() call to client API
- GCancellable/GErrorify some APIs
|
|
Only very preliminary functionality for all of these.
|