https://bugs.kde.org/show_bug.cgi?id=501773
caulier.gil...@gmail.com changed:
What|Removed |Added
Summary|Selecting items is slow and |Selecting items is slow and
https://bugs.kde.org/show_bug.cgi?id=501773
Maik Qualmann changed:
What|Removed |Added
CC||metzping...@gmail.com
--- Comment #2 from Maik
https://bugs.kde.org/show_bug.cgi?id=501773
Ken Rushia changed:
What|Removed |Added
Component|Albums-IconView |general
--- Comment #3 from Ken Rushia ---
The pr
https://bugs.kde.org/show_bug.cgi?id=501773
caulier.gil...@gmail.com changed:
What|Removed |Added
Component|general |Albums-IconView
--
You are receiving
https://bugs.kde.org/show_bug.cgi?id=501773
--- Comment #6 from Maik Qualmann ---
Calculating the file size doesn't need to be done in a separate thread. The
ItemInfo value info.fileSize() is a cached value. I tested it with 50,000 items
on my old computer, and there was no delay in selecting.
T
https://bugs.kde.org/show_bug.cgi?id=501773
--- Comment #5 from caulier.gil...@gmail.com ---
Something similar done with histogram computation from the Color tab.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=501773
--- Comment #4 from caulier.gil...@gmail.com ---
The solution to this problem will be to compute the properties of the
selection, in a separated thread, and to update the GUI when all is done.
--
You are receiving this mail because:
You are watching al
https://bugs.kde.org/show_bug.cgi?id=501773
caulier.gil...@gmail.com changed:
What|Removed |Added
CC||caulier.gil...@gmail.com
Com