[Libreoffice-commits] online.git: 2 commits - loleaflet/images loleaflet/src
Marco Cecchetti (via logerrit)
logerrit at kemper.freedesktop.org
Tue Oct 8 16:49:44 UTC 2019
loleaflet/images/lc_headerandfooter.svg | 1 +
loleaflet/src/control/Control.JSDialogBuilder.js | 1 +
2 files changed, 2 insertions(+)
New commits:
commit bf9035ffc7587c28e27a7bb173c08ed0079ee4af
Author: Marco Cecchetti <marco.cecchetti at collabora.com>
AuthorDate: Tue Oct 8 18:48:48 2019 +0200
Commit: Marco Cecchetti <marco.cecchetti at collabora.com>
CommitDate: Tue Oct 8 18:48:48 2019 +0200
loleaflet: impress: add icon for inserting header and footer
Change-Id: I72c7f0742b9ae1211a2232f195eec9f7e1903b58
diff --git a/loleaflet/images/lc_headerandfooter.svg b/loleaflet/images/lc_headerandfooter.svg
new file mode 100644
index 000000000..4c03f51d4
--- /dev/null
+++ b/loleaflet/images/lc_headerandfooter.svg
@@ -0,0 +1 @@
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m5 3v18h14v-14.2705905l-4-3.7294095z" fill="#fff"/><path d="m5 2c-.554 0-1 .446-1 1v18c0 .554.446 1 1 1h14c.554 0 1-.446 1-1v-10.109375-3.6412209-.2079239c0-.4506799.09887-.4265951-.604637-1.0675892l-3.307389-3.2370335c-.709525-.7368575-.711223-.7368575-1.094804-.7368575h-.331557-.661613zm0 1h9v4c0 .554.446 1 1 1h4v13h-14z" fill="#808080"/><path d="m15 7h4l-4-4z" fill="#fff" fill-rule="evenodd"/><g fill="#eac282"><path d="m6 4h7v3h-7z"/><path d="m6 17h11v3h-11z"/></g></svg>
\ No newline at end of file
commit 8508e3a289b888b225eaec7dc1d5e25339a020ae
Author: Marco Cecchetti <marco.cecchetti at collabora.com>
AuthorDate: Tue Oct 8 18:38:02 2019 +0200
Commit: Marco Cecchetti <marco.cecchetti at collabora.com>
CommitDate: Tue Oct 8 18:40:43 2019 +0200
loleaflet: close insertion mobile wizard after insert command
Change-Id: I59dc4abd0be9b59ec0b8c634bc0764b89d1d698d
diff --git a/loleaflet/src/control/Control.JSDialogBuilder.js b/loleaflet/src/control/Control.JSDialogBuilder.js
index aa13f30e3..033ddb388 100644
--- a/loleaflet/src/control/Control.JSDialogBuilder.js
+++ b/loleaflet/src/control/Control.JSDialogBuilder.js
@@ -508,6 +508,7 @@ L.Control.JSDialogBuilder = L.Control.extend({
} else {
builder.map.sendUnoCommand(data.command)
}
+ window.onClick(null, 'insertion_mobile_wizard');
});
} else {
console.debug('Builder used outside of mobile wizard: please implement the click handler');
More information about the Libreoffice-commits
mailing list