Revision 536244

Go back to digest for 7th May 2006

Optimization in KDE Base

Simon Hausmann committed changes in /trunk/KDE/kdelibs:

- removed KContextMenuManager. QWidget can figure up a context menu itself through
the Actions context menu policy (see QWidget::setContextMenuPolicy) and otherwise
there is QWidget::contextMenuEvent (or a signal). No need anymore for an event filter
(ugh) on mousePress/Release/keyPress.

File Changes

Deleted 2 files
  • /trunk/KDE/kdelibs/kdeui
  •   /kcmenumngr.cpp
  •   /kcmenumngr.h
Modified 2 files
  • /trunk/KDE/kdelibs
  •   /KDE4PORTING.html
  •   /kdeui/CMakeLists.txt
4 files changed in total