-
Notifications
You must be signed in to change notification settings - Fork 734
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve impress templates #10463
Improve impress templates #10463
Conversation
74f6d0a
to
3343b39
Compare
21de956
to
bb3c770
Compare
1f15134
to
41af27a
Compare
6ca24b2
to
7e08a70
Compare
ae856a6
to
f572ea5
Compare
…on/template/presnt - once we can download the templates from remote server it can be access by lokit and gets added to MasterSlides impress Signed-off-by: Rashesh <rashesh.padia@collabora.com> Change-Id: I55cb4f340f66d353594331e25debd7124f25f042
- this remote poll can download both fonts and tempalates. It also can be extended to download more asset from remote server if needed in future Signed-off-by: Rashesh <rashesh.padia@collabora.com> Change-Id: I4418319d0e1f9f3081b9dd1443719cab8ad6bbfc
Signed-off-by: Rashesh <rashesh.padia@collabora.com> Change-Id: Idc82abd26f06549b6666bfeab1fb3967cec2d303
…igPoll` Signed-off-by: Rashesh <rashesh.padia@collabora.com> Change-Id: I707486cb4f340058ba98e2cb574a81ec8317eabf
… as well - use `remote_asset_config.url` when both `remote_asset_config.url` and `remote_font_config.url` is defined. Signed-off-by: Rashesh <rashesh.padia@collabora.com> Change-Id: I3b80fea6324b4e378c4edd0ee71fd2dc7764ea14
- it was replaced by `RemoteAssetConfigPoll` Signed-off-by: Rashesh <rashesh.padia@collabora.com> Change-Id: I06490d037c9da3a90495d367c1c99a0a5aa8121c
Signed-off-by: Rashesh <rashesh.padia@collabora.com> Change-Id: I3db0479faf521d1d89f59b40b7c89ea1b2485cb8
Am I right that "cypress: attempt to fix "Delete Chart" test" is for an existing test failure that isn't a new problem in this pr? Maybe we should get that in a separate pr that we could merge first? |
- it checks for "instdir/share/template/common/presnt" before mouting the "tmp/incoming/templates" on it Signed-off-by: Rashesh <rashesh.padia@collabora.com> Change-Id: Ib12723b5e90e96e9f8b914e0d15a591fcf2b9af1
- after core patch https://gerrit.libreoffice.org/c/core/+/177353 we create a empty 'presnt' directory Signed-off-by: Rashesh <rashesh.padia@collabora.com> Change-Id: I06d265fc90fe2454433e460d312a00589c911a2c
Signed-off-by: Rashesh <rashesh.padia@collabora.com> Change-Id: Iddb644a4ba7321ab68d8df50ec314a315a7c73df
- now to fetch presentation templates json should look like: ``` "templates": { "presnt": [ { "uri": "http://localhost:8080/static/impress-template/template1.otp", "stamp": "1" }, { "uri": "http://localhost:8080/static/impress-template/template2.otp", "stamp": "2" }, { "uri": "http://localhost:8080/static/impress-template/template3.otp", "stamp": "3" } ] }, ``` - this will make it easier if we want to add different types of templates not just impress templates Signed-off-by: Rashesh <rashesh.padia@collabora.com> Change-Id: I55cf6e7a6c2cee2d8cbeef90d554e01b3fe18fc8
Signed-off-by: Rashesh <rashesh.padia@collabora.com> Change-Id: I940ebf2d7f4cba09207834dc5de544867fa7916c
f572ea5
to
b412d51
Compare
Removed the cypress commit. I think these test were failing due to linking issue because after fixing your core patch to create empty template folder the tests passed : ) |
- keep stamp parsing for backwardcompatibility with fontconfiguration Signed-off-by: Rashesh <rashesh.padia@collabora.com> Change-Id: I30b88cfdbca7140b1e0cf423afc94f054a059a63
b412d51
to
4d922bb
Compare
@caolanm can you approve we are in red cycle now ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me
Summary
TODO