make svgitem schedule a polish right when it's done loading
ScrollView now forces to layout items as soon is created, to preload items
before the window is shown
remove useless include
davidedmundson | |
broulik |
Plasma |
make svgitem schedule a polish right when it's done loading
ScrollView now forces to layout items as soon is created, to preload items
before the window is shown
remove useless include
possible to preload (almost) the whole systray with less hacks
on that part (see D10692)
No Linters Available |
No Unit Test Coverage |
src/declarativeimports/core/svgitem.cpp | ||
---|---|---|
50 ↗ | (On Diff #27707) | I don't see how this makes any difference. Every setSomeProperty already calls scheduleImageUpdate regardless of whether we're complete or not. |
src/declarativeimports/core/svgitem.cpp | ||
---|---|---|
50 ↗ | (On Diff #27707) | when the component is complete, in many cases i guessthe properties would all be already set? (could add a check on that) could even be worth directly a loadPixmap, like an immediate updatePolish() there |
src/declarativeimports/core/svgitem.cpp | ||
---|---|---|
50 ↗ | (On Diff #27707) |
We know for definitely they will be already set. I don't understand what problem you think this is solving. |
src/declarativeimports/core/svgitem.cpp | ||
---|---|---|
50 ↗ | (On Diff #27707) | i was probably just confused reading hotspot reports with and without... |