| Summary: | Tellico saves image in wrong directory | ||
|---|---|---|---|
| Product: | [Applications] tellico | Reporter: | Robby Stephenson <robby> |
| Component: | general | Assignee: | Robby Stephenson <robby> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | louise.ripley |
| Priority: | NOR | ||
| Version First Reported In: | 4.1.3 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/office/tellico/-/commit/0175ab23c9206826fc4eeffe2ce187be20208939 | Version Fixed/Implemented In: | 4.1.4 |
| Sentry Crash Report: | |||
|
Description
Robby Stephenson
2025-09-07 18:29:28 UTC
Git commit 1404fa093c7608167a1e258a3a15dcf92f5139b9 by Robby Stephenson. Committed on 11/09/2025 at 21:44. Pushed by rstephenson into branch 'master'. Reset local image directory when creating a new collection Having an empty local image directory is a signal to ImageFactory to return the temp image location. FIXED-IN: 4.1.4 M +1 -0 ChangeLog M +6 -0 src/document.cpp M +16 -2 src/images/imagedirectory.cpp M +1 -0 src/images/imagedirectory.h M +3 -2 src/images/imagefactory.cpp M +2 -2 src/mainwindow.cpp M +6 -0 src/tests/documenttest.cpp https://invent.kde.org/office/tellico/-/commit/1404fa093c7608167a1e258a3a15dcf92f5139b9 Git commit 0175ab23c9206826fc4eeffe2ce187be20208939 by Robby Stephenson. Committed on 12/09/2025 at 00:19. Pushed by rstephenson into branch '4.1'. Reset local image directory when creating a new collection Having an empty local image directory is a signal to ImageFactory to return the temp image location. FIXED-IN: 4.1.4 M +1 -0 ChangeLog M +6 -0 src/document.cpp M +16 -2 src/images/imagedirectory.cpp M +1 -0 src/images/imagedirectory.h M +3 -2 src/images/imagefactory.cpp M +2 -2 src/mainwindow.cpp M +7 -1 src/tests/documenttest.cpp https://invent.kde.org/office/tellico/-/commit/0175ab23c9206826fc4eeffe2ce187be20208939 |