summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-03-22web-export: Document specs.idx formatBastien Nocera1-0/+3
2022-01-02desktop-entry-spec: Add "SingleMainWindow" keyNate Graham1-0/+18
This is an upstreaming of the GNOME-specific X-GNOME-SingleWindow key, which functions as the same thing, signaling that an app only supports having a single one of its main window open. We recently added support for apps with that key in KDE [1] and thought it would be useful to upstream (with a slightly more accurate name, since technically single-instance apps can open multiple windows) so that everyone could benefit from the same thing. [1] https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1309
2021-07-24mime-apps: Fix ordering of mime-apps spec versionsBastien Nocera1-1/+1
2021-07-19desktop-entry: fix itemizedlist closing tagSimon Ser1-1/+1
Fixes: 923eb9fea389 ("Let DBus-activated processes properly integrate on Wayland")
2021-07-15Let DBus-activated processes properly integrate on WaylandAleix Pol1-5/+19
On Wayland, the xdg-activation-v1 protocol provides means for processes to get activated that requires a token to be passed to the compositor. This change explains how to make this wayland activation happen when the process has been invoked through DBus.
2021-06-19notification: add ActivationToken signalSimon Ser1-0/+59
This allows transferring an activation token to the application that opened the notification. References: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/50
2021-05-08Point to the commit for basedir spec 0.8David Faure1-1/+2
2021-05-08Release new XDG basedir spec version, 0.8David Faure1-2/+2
Closes: #70
2021-05-01fix typing mistakeRené Genz1-2/+2
2021-01-16Improve the style of the homepageCarl Schwan1-23/+26
* Sligly improve the design * Now support dark theme (on supported browsers) * Cleanup some bits
2020-12-18desktop-entry: Bump version number in description of Version keyAlexander Volkov1-1/+1
2020-12-17web-export: Export the new version of the thumbnail specBastien Nocera1-1/+2
2020-12-17thumbnail: Add x-large and xx-large thumbnail spec sizeBastien Nocera1-7/+25
Rather than adding hi-dpi specific text to the thumbnail specification, we expect code that calls out to thumbnailers to automatically ask for the right size of thumbnail to be displayed, depending on the level of integration that the toolkit provides. The x-large "512x512" size could be used as a 512x512 size for non-hi-dpi displays, or equivalent to a 256x256 logical size of displays with a 2x DPI. The "x*-large" name also has the benefit of being easily extensible without getting a thesaurus out. Closes: #15
2020-12-17thumbnails: Fix a number of typosBastien Nocera1-11/+11
2020-11-28Standardize $HOME/.local/bin as the directory for the user-specific executables.eode1-33/+64
Based on patches by Lennart Poettering initially.
2020-11-07Add XDG_STATE_DIRpiegames1-0/+23
2020-11-07Fix past tense "chose" in basedir spectoonn1-2/+2
2020-09-03README: Some typographical changesBastien Nocera1-3/+5
2020-09-03web-export: Rename READMEBastien Nocera1-0/+0
So it uses MarkDown.
2020-09-03README: Explain where the website sources areBastien Nocera1-0/+8
2020-09-03README: Link to the specifications websiteBastien Nocera1-1/+4
2020-09-03README: Update bug tracker URLBastien Nocera1-2/+2
2020-09-03README: Rename to README.mdBastien Nocera1-0/+0
2020-06-13basedir: Fix "existent" typosCJ Harries1-4/+4
2020-05-22Add global shortcuts specNoah Davis1-0/+31
2020-04-27web-export: Fix commit for the 1.4 desktop entry specBastien Nocera1-1/+1
The commit ID we used was a commit on a WIP branch which introduces a key with a name that isn't the same as what was finally merged. Fixes "PrefersDiscreteGPU" appearing in the desktop entry spec instead of PrefersNonDefaultGPU.
2020-04-27desktop-entry-spec: Bump development version to 1.5Bastien Nocera2-1/+2
2020-04-27web-export: desktop-entry version 1.4Bastien Nocera2-2/+2
2020-04-27desktop-entry-spec: add PrefersNonDefaultGPU entryJan Grulich1-0/+19
This new key tells a launcher to do what it can to run an application on the “non-default” GPU when available, usually a a more powerful discrete GPU. It's a standardisation of KDE's X-KDE-RunOnDiscreteGpu key.
2020-02-26notification: Import from libnotify to xdg-specsKai Uwe Broulik2-0/+1279
2019-11-15web-export: Add mpris-specBastien Nocera3-4/+11
Closes: #52
2019-11-15web-export: Better error message on 404Bastien Nocera1-1/+5
2019-11-15ci: Checkout submodules before running CIBastien Nocera1-0/+1
2019-11-15web-export: Add mpris-spec submoduleBastien Nocera2-0/+3
2019-11-14web-export: CC: me on website bugsBastien Nocera1-1/+1
Seeing as non-members can't set labels.
2019-11-14ci: Work-around xmlto and/or docbook stylesheets forcing ISO-8859-1Bastien Nocera1-0/+2
Replace all mention of ISO-8859-1 in the stylesheets with UTF-8
2019-11-14ci: Another attempt at setting the LANGBastien Nocera1-2/+2
Still hoping for xmlto to choose the correct encoding...
2019-11-14ci: Install packages for en_US supportBastien Nocera1-1/+2
Now that we set the language, also install the locale for it to run properly...
2019-11-13web-export: Fix wrong dir being used to populate SELF_BUILT modulesBastien Nocera1-2/+0
After 3a35831, we didn't need to special-case the source directory for SELF_BUILT modules, as they already had a similar tree to the other specs under web-export/. But we were still copying the directory directly from their build directory. Closes: #51
2019-11-13web-export: Simplify latestize for SELF_BUILT modulesBastien Nocera1-7/+4
This simplifies the code added in 3a35831.
2019-11-13ci: Set a UTF-8 language during the CIBastien Nocera1-2/+3
This should fix weird characters showing up in some specifications.
2019-11-13ci: Remove public/ dir before running second testBastien Nocera1-0/+1
There might already be files in public/, make sure they get removed.
2019-11-13web-export: Redirect from spec/ to spec/latest/Bastien Nocera2-0/+9
GitLab won't automatically generate pages for file listings, so we must have an index.html in those directories. Take the easiest way out and redirect from spec/ to spec/latest/ when they hit that URL. Closes: #49
2019-11-13web-export: Fix idle-inhibit and secret-service specsBastien Nocera1-1/+7
They were generated, their directories were created, but the data didn't end up in the directories. Closes: #48
2019-11-13web-export: Add link to report website bugsBastien Nocera1-0/+5
2019-11-13web-export: Add missing version in URL for older specsBastien Nocera1-1/+1
Older specs linked to name-of-spec/ rather than name-of-spec/version/ Closes: #50
2019-11-12ci: Rename CI job to pagesBastien Nocera1-1/+1
Otherwise GitLab will not recognise it as a way to generate a site.
2019-10-23web-export: Generate HTML from index.mdBastien Nocera3-1/+244
Closes: #47
2019-10-23web-export: Generate an index.md fileBastien Nocera2-2/+37
2019-10-23web-export: Export a logo as wellBastien Nocera2-0/+42
This one comes from: https://fr.wikipedia.org/wiki/Fichier:Freedesktop-logo-for-template.svg