Revision d8c078e...

Go back to digest for 8th June 2014

Optimization in KDE Base

Frank Reininghaus committed changes in [kde-baseapps] /src/kitemviews:

Separate width and height info in the layouting code

By separating the width and height info, we can save some unnecessary
overhead in terms of memory and CPU cycles, and make the calculation of
the height of a row (or the width of a column in Compact View) a bit
simpler.

To achieve this, this patch extends the concept of "logical rows"
(which are actually columns in Compact View) to "logical width" and
"logical height" (which is the actual height and width, respectively, in
Compact View). The distinction between rows/columns and "logical"
rows/columns may be a bit confusing, but the confusion is already in the
current code, and I hope that it will be mitigated a bit by prefixing
the corresponding variables with "logical".

REVIEW: 118454

File Changes

Modified 8 files
  • /src/kitemviews
  •   dolphin/kitemlistview.cpp
  •   dolphin/kitemlistview.h
  •   dolphin/kitemlistwidget.h
  •   dolphin/kstandarditemlistwidget.cpp
  •   dolphin/kstandarditemlistwidget.h
  •   dolphin/private/kitemlistsizehintresolver.cpp
  •   dolphin/private/kitemlistsizehintresolver.h
  •   dolphin/private/kitemlistviewlayouter.cpp
8 files changed in total