Revision 35569b2...

Go back to digest for 1st January 2012

Optimization in Graphics

Andi Clemens committed changes in [digikam] libs/widgets/metadata/metadataselector.cpp:

Make "check all" / "clear" 100 times faster

I actually wanted to implement this with a model-view based concept, but this solution is much easier to implement.
Just collapse all tree items, check them, and expand all items again. Checking all makernotes items took 30 seconds on my machine, now it is done in less than a second.

File Changes

Modified 1 files
  • libs/widgets/metadata/metadataselector.cpp
1 files changed in total