Revision c4db45b...

Go back to digest for 12th August 2012

Optimization in KDE Base

Martin Gräßlin committed changes in [kde-workspace] /:

Remove outdated options from TabBoxConfig

Since the QML port the LayoutMode had been hardcoded to vertical
layout making it a completely useless code-path.

MinWidth/Height are nowadays completely controlled by the QML
theme. They were not read anywhere except in the kcm, but there
not even bound to a ui element.

The selectedItemLayoutName is also not used anymore with the
new themes.

File Changes

Modified 6 files
  •   kwin/tabbox/clientmodel.cpp
  •   kwin/tabbox/desktopmodel.cpp
  •   kwin/tabbox/tabbox.cpp
  •   kwin/tabbox/tabboxconfig.cpp
  •   kwin/tabbox/tabboxconfig.h
  •   kwin/kcmkwin/kwintabbox/main.cpp
6 files changed in total