From kde-commits Sun Oct 21 07:13:42 2007 From: Clarence Dang Date: Sun, 21 Oct 2007 07:13:42 +0000 To: kde-commits Subject: KDE/kdegraphics/kolourpaint/tools/selection Message-Id: <1192950822.425494.5879.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=119295082918275 SVN commit 727603 by dang: * Document a _lot_ * Rename "d->dragHasBegun" to the less confusing "d->dragAccepted" * The only functional change is in kpAbstractSelectionTool_Create.cpp:kpAbstractSelectionTool::drawCreate() - Stop d->createNOPTimer when d->dragAccepted (this is not required and you can check this by doing manual static analysis (a fancy way of saying "reading the code"), but is good for futureproofing) M +2 -2 image/kpToolEllipticalSelection.cpp M +1 -1 image/kpToolEllipticalSelection.h M +5 -5 image/kpToolFreeFormSelection.cpp M +1 -1 image/kpToolFreeFormSelection.h M +2 -2 image/kpToolRectSelection.cpp M +1 -1 image/kpToolRectSelection.h M +5 -6 kpAbstractSelectionTool.cpp M +192 -39 kpAbstractSelectionTool.h M +6 -1 kpAbstractSelectionToolPrivate.h M +16 -11 kpAbstractSelectionTool_Create.cpp M +4 -4 kpAbstractSelectionTool_Move.cpp M +3 -3 kpAbstractSelectionTool_ResizeScale.cpp M +11 -2 text/kpToolText.h M +34 -30 text/kpToolText_Create.cpp