Skip to content
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

feat(impress): Allow inserting multimedia #10204

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Minion3665
Copy link
Member

Previously we could play videos/audio inserted from LibreOffice, but had no way to insert them from online. This commit adds a new "Multimedia" button to the insert menu of impress, which supports inserting different audio/video formats.

This relies on https://gerrit.libreoffice.org/c/core/+/174740 (or to be running inproc in some environments where the sandboxing is weaker) as otherwise it is unable to send the size of the inserted video to core, which will cause core to fail to insert the new element.

Change-Id: I881818277edb69ee1e98ba1bd3454e8d29593889

  • Resolves: #
  • Target version: master

Summary

TODO

  • ...

Checklist

  • I have run make prettier-write and formatted the code.
  • All commits have Change-Id
  • I have run tests with make check
  • I have issued make run and manually verified that everything looks okay
  • Documentation (manuals or wiki) has been updated or is not required

@Minion3665 Minion3665 force-pushed the private/skyler/push-vxmsrxlrnvtn branch from 2f63901 to 2052992 Compare October 10, 2024 11:12
@Minion3665 Minion3665 force-pushed the private/skyler/push-vxmsrxlrnvtn branch 2 times, most recently from 91ec469 to 8a2c5b7 Compare October 10, 2024 16:04
Previously we could play videos/audio inserted from LibreOffice, but had
no way to insert them from online. This commit adds a new "Multimedia"
button to the insert menu of impress, which supports inserting different
audio/video formats.

This relies on https://gerrit.libreoffice.org/c/core/+/174740 (or to be
running inproc in some environments where the sandboxing is weaker) as
otherwise it is unable to send the size of the inserted video to core,
which will cause core to fail to insert the new element.

Signed-off-by: Skyler Grey <[email protected]>
Change-Id: I881818277edb69ee1e98ba1bd3454e8d29593889
In I881818277edb69ee1e98ba1bd3454e8d29593889, we allowed multimedia to
be inserted. Let's test it to make sure that the media we insert shows
up

Signed-off-by: Skyler Grey <[email protected]>
Change-Id: I1f1f64f76d39791cdf7f460c9452fe4e9c6eff4c
@Minion3665 Minion3665 force-pushed the private/skyler/push-vxmsrxlrnvtn branch from 8a2c5b7 to 46b0094 Compare October 10, 2024 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To Review
Development

Successfully merging this pull request may close these issues.

1 participant