| Summary: | Support saving images to non-local locations | ||
|---|---|---|---|
| Product: | [Applications] tellico | Reporter: | Robby Stephenson <robby> |
| Component: | general | Assignee: | Robby Stephenson <robby> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.5.4 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/office/tellico/-/commit/924d2c4f1f95cd2da38a813e4ee020d845ca0473 | Version Fixed/Implemented In: | 4.0 |
| Sentry Crash Report: | |||
|
Description
Robby Stephenson
2024-09-02 14:11:08 UTC
Git commit c6e55685058a7349847c4797a7e049f918fec6af by Robby Stephenson. Committed on 04/09/2024 at 01:18. Pushed by rstephenson into branch '4.0'. Allow saving images to some remote folders FIXED-IN: 4.0 M +5 -3 src/entryview.cpp M +110 -41 src/images/imagedirectory.cpp M +11 -9 src/images/imagedirectory.h M +43 -36 src/images/imagefactory.cpp M +5 -5 src/images/imagefactory.h M +1 -1 src/mainwindow.cpp A +- -- src/tests/data/with-local-image.tc A +- -- src/tests/data/with-local-image_files/17b54b2a742c6d342a75f122d615a793.jpeg M +2 -2 src/tests/documenttest.cpp M +3 -2 src/tests/htmlexportertest.cpp M +51 -0 src/tests/tellicoreadtest.cpp M +1 -0 src/tests/tellicoreadtest.h M +2 -2 src/translators/htmlexporter.cpp https://invent.kde.org/office/tellico/-/commit/c6e55685058a7349847c4797a7e049f918fec6af Git commit 924d2c4f1f95cd2da38a813e4ee020d845ca0473 by Robby Stephenson. Committed on 04/09/2024 at 01:35. Pushed by rstephenson into branch 'master'. Allow saving images to some remote folders FIXED-IN: 4.0 M +5 -3 src/entryview.cpp M +110 -41 src/images/imagedirectory.cpp M +11 -9 src/images/imagedirectory.h M +43 -36 src/images/imagefactory.cpp M +5 -5 src/images/imagefactory.h M +1 -1 src/mainwindow.cpp A +- -- src/tests/data/with-local-image.tc A +- -- src/tests/data/with-local-image_files/17b54b2a742c6d342a75f122d615a793.jpeg M +2 -2 src/tests/documenttest.cpp M +3 -2 src/tests/htmlexportertest.cpp M +51 -0 src/tests/tellicoreadtest.cpp M +1 -0 src/tests/tellicoreadtest.h M +2 -2 src/translators/htmlexporter.cpp https://invent.kde.org/office/tellico/-/commit/924d2c4f1f95cd2da38a813e4ee020d845ca0473 |