gnome-shell/js/misc
Florian Müllner f42d9df3e0 fileUtils: Add helper for loading D-Bus XML from resource
Commit dbf993300a moved all inline D-Bus interface descriptions to template
strings so we can stop escaping line breaks.

Unfortunately that unveiled a grave bug in xgettext, which currently cannot
handle files that contain both backtick and slash characters - as a result,
translations from affected files have started to disappear as translators
run xgettext/msgmerge.

Instead of reverting the change and getting the crusty escaping back, we
will take this as an opportunity to stop inlining the XML altogether and
load it from a resource instead.

To facilitate that, add a small helper method that loads a D-Bus interface
description from a dedicated resource bundle.

https://gitlab.gnome.org/GNOME/gnome-shell/issues/537
2018-09-17 07:34:49 +00:00
..
config.js.in fileUtils: Add helper for loading D-Bus XML from resource 2018-09-17 07:34:49 +00:00
extensionUtils.js Explicitly convert raw data to strings 2018-07-31 16:28:53 +00:00
fileUtils.js fileUtils: Add helper for loading D-Bus XML from resource 2018-09-17 07:34:49 +00:00
gnomeSession.js js: use ES6 template strings for dbus interfaces 2018-08-27 19:23:00 +02:00
history.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00
ibusManager.js keyboard: Implement standalone FocusTracker 2018-07-11 18:32:32 +02:00
inputMethod.js inputMethod: Fix to hide preedit text 2018-08-28 20:24:35 +02:00
jsParse.js
keyboardManager.js keyboardManager: take group index into account when preserving keymap 2018-05-08 17:54:37 +00:00
loginManager.js js: use ES6 template strings for dbus interfaces 2018-08-27 19:23:00 +02:00
meson.build
modemManager.js js: use ES6 template strings for dbus interfaces 2018-08-27 19:23:00 +02:00
objectManager.js objectManager: correct other invalid index code in onNameVanished 2018-09-03 22:40:46 +00:00
params.js
permissionStore.js js: use ES6 template strings for dbus interfaces 2018-08-27 19:23:00 +02:00
smartcardManager.js js: use ES6 template strings for dbus interfaces 2018-08-27 19:23:00 +02:00
systemActions.js js: use ES6 template strings for dbus interfaces 2018-08-27 19:23:00 +02:00
util.js utils: Simplify URL regex to only support one layer of parentheses 2018-04-13 18:15:44 +00:00
weather.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00