Age | Commit message (Collapse) | Author | Files | Lines |
|
This has several benefits:
* Removes gray area of whether a single session could renegotiate
a different key exchange.
* Removes strange state that a session is in before negotiation of
an algorithm.
* Less API.
* OpenSession() could be called multiple times for algorithms that
require more than one back and forth negotiation. We have none of
these presently.
|
|
This was discussed on the mailing list a while back.
Interfaces: org.freedesktop.Secret.Xxxx
Service: org.freedesktop.Secrets
Object Paths: /org/freedesktop/secrets/xxxx
|
|
|
|
Move to more relevant interfaces, and add secret parameter
to CreateItem.
|
|
* Items that could require prompting, return an optional prompt object.
* Prompt objects must then be acted upon.
* Prompts can be dismissed.
* Operation completes with the prompt, and signal is emitted.
* When no prompt is needed, returns '/'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a style to prettify.
|
|
Unfortunately xmlto doesn't generate links for them yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Improve spec-to-introspect.xsl - no more extra spaces in type declarations.
|
|
converted to the Telepathy D-Bus Introspection spec. tools/spec-to-introspect.xsl converts the Telepathy format to the EggDBus format used by keyring.
|
|
|
|
|
|
Make it easier to work on the basedir specification: add a minimal
Makefile invoking xmlto.
|
|
ChangeLog contains instructions about commit messages.
|
|
|
|
2009-01-10 Vincent Untz <vuntz@gnome.org>
* menu-spec.xml: bump version to 1.1-draft
|
|
2009-01-10 Vincent Untz <vuntz@gnome.org>
* systemtray-spec.xml: add _NET_SYSTEM_TRAY_VISUAL and a description of
visual and background pixmap handling..
See http://lists.freedesktop.org/archives/xdg/2009-January/010122.html
|
|
2009-01-10 Vincent Untz <vuntz@gnome.org>
* menu-spec.xml: add LXDE as registered desktop environment for
OnlyShowIn.
See http://lists.freedesktop.org/archives/xdg/2008-December/010103.html
|
|
2008-09-12 Vincent Untz <vuntz@gnome.org>
* desktop-entry-spec.xml: reword sentence about characters allowed in
key names to avoid some ambiguity.
Patch by Simon McVittie <simon.mcvittie@collabora.co.uk>
|
|
|
|
2008-03-04 Vincent Untz <vuntz@gnome.org>
* desktop-entry-spec.xml: bump version to 1.1-draft, so we can publish
it. See http://bugs.freedesktop.org/show_bug.cgi?id=14097
|
|
2007-09-10 Vincent Untz <vuntz@gnome.org>
* desktop-entry-spec.xml: fix Icon key in example: it was using the
.png extension for an icon name. Which is wrong :-)
|
|
2007-08-18 Vincent Untz <vuntz@gnome.org>
* menu-spec.xml: accept X-Foo for environments in
OnlyShowIn/NotShowIn.
Fix bug #11564.
|
|
2007-07-27 Vincent Untz <vuntz@gnome.org>
* desktop-entry-spec.xml: don't say that the files are encoded as
lines of 8-bit characters, which is wrong for UTF-8. Use something a
bit better proposed by Matthias Clasen <mclasen@redhat.com>
Bug #11417.
|
|
2007-07-27 Vincent Untz <vuntz@gnome.org>
* menu-spec.xml: change sysconfdir/desktop/menus/ to sysconfdir/menus/
in one place.
Fix bug #8289.
|
|
2007-05-30 Vincent Untz <vuntz@gnome.org>
* desktop-entry-spec.xml: s/DESKTOP_LAUNCH_ID/DESKTOP_STARTUP_ID/
Thanks to Dan Winship <danw@gnome.org> for catching this.
Bug #11081.
|
|
2007-04-28 Vincent Untz <vuntz@gnome.org>
* desktop-entry-spec.xml: scanf behavior is locale-dependent, and the
numeric type shouldn't be. Specify that the value is a floating point
number as recognized by scanf in the C locale.
Thanks to Dan Winship <danw@gnome.org> for catching this.
http://lists.freedesktop.org/archives/xdg/2007-April/009732.html
|
|
2007-04-28 Vincent Untz <vuntz@gnome.org>
* desktop-entry-spec.xml: clarify description for the TryExec key.
http://lists.freedesktop.org/archives/xdg/2007-March/009556.html
|
|
2007-04-28 Vincent Untz <vuntz@gnome.org>
* desktop-entry-spec.xml: change "the $PATH" to "the $PATH environment
variable".
http://lists.freedesktop.org/archives/xdg/2007-March/009552.html
|
|
2007-04-28 Vincent Untz <vuntz@gnome.org>
* desktop-entry-spec.xml: improve the description of the Comment key.
http://lists.freedesktop.org/archives/xdg/2007-March/009440.html
|
|
2007-04-28 Vincent Untz <vuntz@gnome.org>
* desktop-entry-spec.xml: a desktop file of type Application should
always have an Exec key. Same for Link Type and URL key.
http://lists.freedesktop.org/archives/xdg/2007-March/009437.html
|
|
2007-04-28 Vincent Untz <vuntz@gnome.org>
* desktop-entry-spec.xml: desktop files of type Directory have a
.directory extension right now (at least in GNOME), but according to
the spec, this is wrong. The patch fixes this. Also, it removes a
small part of text explaining the name of a desktop file describing a
directory.
http://lists.freedesktop.org/archives/xdg/2007-March/009437.html
|
|
2007-04-28 Vincent Untz <vuntz@gnome.org>
* desktop-entry-spec.xml:clarify a bit the text about keys that only
makes sense in a specific context. Also, state that the keys should
not be used outside of this context. For example, the URL key should
not be present if the type is not Link.
http://lists.freedesktop.org/archives/xdg/2007-March/009437.html
|
|
2007-04-28 Vincent Untz <vuntz@gnome.org>
* desktop-entry-spec.xml: small typo
http://lists.freedesktop.org/archives/xdg/2007-March/009437.html
|
|
2007-04-28 Vincent Untz <vuntz@gnome.org>
* desktop-entry-spec.xml: this changes the type of the version from
numeric to string. It's needed if we consider the possibility that
there are some desktop entry files out there using 0.9.x as a value
for this key. The change doesn't break anything.
|
|
2007-04-28 Vincent Untz <vuntz@gnome.org>
* desktop-entry-spec.xml: UnmountIcon is a localestring key.
|
|
2007-04-28 Vincent Untz <vuntz@gnome.org>
* desktop-entry-spec.xml: clarify that lists should always end with a
semicolon, even if there's only one value.
|