| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit ports gnome-keyring-daemon from libdbus1 to GDBus.
Unfortunately it's not really possible to split this commit into
multiple while keeping the code building.
Noteworthy is the different approach that GDBus allows us to use;
instead of filtering every message and writing our own internal message
routing, we can more naturally use generated skeletons and
register/unregister them on the bus as needed.
https://bugzilla.gnome.org/show_bug.cgi?id=622905
|
|
|
|
|
|
| |
And refresh the COPYING and COPYING.LIB files
https://bugzilla.gnome.org/show_bug.cgi?id=721549
|
|
|
|
|
|
|
| |
* This allows tools like d-feet to see what's going on in
the service.
https://bugzilla.gnome.org/show_bug.cgi?id=660127
|
|
Don't distribute files, partially because it's more fragile and
partially because they were causing this complaint:
https://bugzilla.gnome.org/show_bug.cgi?id=637579
|