summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-04-23desktop-entry spec: fix typoHEADmasterRyan Lortie1-1/+1
2014-04-10desktop entry spec: Add support for Implements=Ryan Lortie1-0/+60
https://bugs.freedesktop.org/show_bug.cgi?id=73317
2014-04-04Add support for running the script on local files, for this workflow:David Faure1-6/+22
* make local change, commit * run script * open generated HTML in browser, to check what it looks like * git push * scp generated subdir to website
2014-04-04Remove support for CVS, now unused.David Faure2-10/+4
2014-04-04menu-spec: refer to the desktop entry spec for the desktop file ID conceptDavid Faure1-10/+7
2014-04-04mime-apps: refer to desktop file IDs in desktop entry specDavid Faure1-0/+1
2014-04-04desktop-entry-spec: define "desktop ID"David Faure1-0/+44
(was only in menu spec; moved and improved) As requested and reviewed by Ryan Lortie, also reviewed by Bastien Nocera.
2014-04-03desktop-entry: specify $XDG_CURRENT_DESKTOPRyan Lortie1-7/+26
2014-04-03Mention that XDG_CURRENT_DESKTOP can be a listDavid Faure1-6/+8
2014-04-03mime-apps: new spec; discussed and approved live and on the xdg@ mailing-list.David Faure2-0/+100
2014-04-02date -> pubdate, so it appears in the HTML-generated pagesDavid Faure11-14/+12
https://bugs.freedesktop.org/show_bug.cgi?id=76045
2014-04-02idle-inhibit: fix upload urlDavid Faure1-1/+1
2014-04-02idle-inhibit: adjust now that KDE got fixedDavid Faure1-2/+2
2014-04-02idle-inhibit: fixup docbook syntaxDavid Faure1-31/+42
2014-04-01menu: Add EDE for OnlyShowIn.David Faure1-0/+2
https://bugs.freedesktop.org/show_bug.cgi?id=56353
2014-04-01desktop-entry: call this 1.1 for simplicityDavid Faure1-1/+1
2014-04-01desktop-entry: Mention that trailing commas in lists are optionalJerome Leclanche1-5/+6
https://bugs.freedesktop.org/show_bug.cgi?id=76902 Approved by David Faure and Ryan Lortie
2014-03-23menu: add the Cinnamon desktop environment.David Faure1-0/+2
https://bugs.freedesktop.org/show_bug.cgi?id=73497
2014-02-02Update trash spec to 1.0David Faure1-1/+1
2014-02-02Style review of the language in the trash specMikhail Ramendik1-86/+87
2014-02-02Add "directorysizes" spec, bump version to 1.0David Faure1-11/+70
2013-10-25web-export: Export latest idle-inhibit specBastien Nocera1-0/+2
2013-09-05idle-inhibit: Mention that KDE doesn't implement the specBastien Nocera1-0/+4
It uses /ScreenSaver as the object path, rather than /org/freedesktop/ScreenSaver
2013-09-05idle-inhibit: Fix a few mistakesBastien Nocera1-4/+10
s/function/method/ and make a few things clearer. With help from Simon McVittie <simon.mcvittie@collabora.co.uk>
2013-07-11desktop-entry-spec: Remove OnlyShowIn / NotShowIn from desktop actionsJasper St. Pierre1-19/+0
As discussed on the list, there doesn't seem to be a good rationale for allowing actions to specify what desktop environment actions shoudl be shown in. https://bugs.freedesktop.org/show_bug.cgi?id=66712
2013-07-11desktop-entry: add DBusActivatableRyan Lortie1-8/+93
Add a DBusActivatable key along with the recommendation that desktop files be named like "org.example.FooViewer.desktop". https://bugs.freedesktop.org/show_bug.cgi?id=64066
2013-02-13idle-inhibit: Fix typosBastien Nocera1-5/+6
2013-02-12Add idle-inhibit D-Bus service specBastien Nocera10-0/+1866
2013-01-25Add _NET_WM_BYPASS_COMPOSITOR hintAdel Gadllah1-0/+26
Adds a property that allows client windows to hint the compositor that they should or should never be unredirected / run uncomposited.
2012-10-11menu: Fix typoVincent Untz1-1/+1
2012-10-11menu: Add Feed category, that can be used with NetworkStanislav Brabec1-0/+5
https://bugs.freedesktop.org/show_bug.cgi?id=20197 See http://lists.freedesktop.org/archives/xdg/2012-October/012525.html
2012-10-11menu: Add Network as related category for MonitorStanislav Brabec1-1/+1
https://bugs.freedesktop.org/show_bug.cgi?id=49699 See http://lists.freedesktop.org/archives/xdg/2012-October/012525.html
2012-10-11menu: Add Shooter category for gamesStanislav Brabec1-0/+5
https://bugs.freedesktop.org/show_bug.cgi?id=38553 See http://lists.freedesktop.org/archives/xdg/2012-October/012525.html
2012-10-11menu: Add Maps category, and document where to put GIS applicationsStanislav Brabec1-1/+6
https://bugs.freedesktop.org/show_bug.cgi?id=20187 See http://lists.freedesktop.org/archives/xdg/2012-October/012525.html
2012-10-11menu: Add Science as related category for more Education categoriesStanislav Brabec1-8/+8
https://bugs.freedesktop.org/show_bug.cgi?id=20186 See http://lists.freedesktop.org/archives/xdg/2012-October/012525.html
2012-10-11menu: Make Science a main categoryStanislav Brabec1-5/+4
https://bugs.freedesktop.org/show_bug.cgi?id=20186 See http://lists.freedesktop.org/archives/xdg/2012-October/012525.html
2012-10-11menu: Add Spirituality and Humanities categoriesStanislav Brabec1-0/+10
https://bugs.freedesktop.org/show_bug.cgi?id=20192 See http://lists.freedesktop.org/archives/xdg/2012-October/012525.html
2012-10-11menu: Change some related categories from "and" to "or"Vincent Untz1-20/+20
Several categories were related to, say, "Education;Science" while what we really want is really "Education or Science". https://bugs.freedesktop.org/show_bug.cgi?id=35844 See http://lists.freedesktop.org/archives/xdg/2012-October/012526.html
2012-10-03menu: Rearrange category registry appendixVincent Untz1-740/+785
This is just moving some text around, and reformatting to make things clearer.
2012-06-08web-export: Export latest version of thumbnail specVincent Untz1-0/+1
2012-06-08thumbnail: Do not save failed thumbnails for unreadable imagesMichael J. Chudobiak1-1/+7
https://bugs.freedesktop.org/show_bug.cgi?id=49799 See http://lists.freedesktop.org/archives/xdg/2012-May/012398.html
2012-06-08thumbnail: Specify that orientation metadata should be respectedMichael J. Chudobiak1-0/+9
https://bugs.freedesktop.org/show_bug.cgi?id=49798 See http://lists.freedesktop.org/archives/xdg/2012-May/012396.html
2012-06-08thumbnail: Modify to follow the XDG Basedir SpecWilliam Jon McCann1-17/+28
https://bugzilla.gnome.org/show_bug.cgi?id=646508 See http://lists.freedesktop.org/archives/xdg/2012-May/012393.html
2012-05-11thumbnail: Another minor spelling correctionMichael J. Chudobiak1-1/+1
2012-05-11thumbnail: Minor spelling correctionsMichael J. Chudobiak1-3/+3
2012-05-11web-export: Export newly imported thumbnail specVincent Untz1-0/+2
2012-05-11thumbnail: Import thumbnail spec (version 0.7.0)Vincent Untz1-0/+775
2012-05-11menu: Add TDE to list of registered OnlyShowIn valuesVincent Untz1-0/+2
See http://lists.freedesktop.org/archives/xdg/2012-April/012374.html
2012-04-11menu: Add XFCE to list of registered categoriesVincent Untz1-0/+5
See http://lists.freedesktop.org/archives/xdg/2012-March/012302.html and http://lists.freedesktop.org/archives/xdg/2012-April/012348.html
2012-03-15web-export: Fix git revision for trash spec 0.8Vincent Untz1-2/+2