Revision 651306

Go back to digest for 8th April 2007

Features in Graphics

Clarence Dang committed changes in /trunk/KDE/kdegraphics/kolourpaint:

Merge /branches/work/~dang/kdegraphics/kolourpaint/ -<a href="http://websvn.kde.org/?rev=651231">r651231</a>;(branch base):651305 to be up-to-date. The changes were massive but non-functional:

* Change to CamelCase filenames
* A small amount of renaming of methods and filenames
* Split kpcolortoolbar.{h,cpp}
* Copyright 2007

This removes the lazy <kpdocumentsaveoptions.h> and <kpdocument.h>
forwarding headers that created trouble on case-insensitive file systems (MacOS X).

"svn merge" seems very slow - I'm glad nobody committed in the meantime!

File Changes

Added 147 files
  • /trunk/KDE/kdegraphics/kolourpaint
  •   /kolourpaint.cpp
  •   /kpCommandHistory.cpp
  •   /kpCommandHistory.h
  •   /kpDefs.h
  •   /kpPixmapFX.cpp
  •   /kpPixmapFX.h
  •   /kpSelection.cpp
  •   /kpSelection.h
  •   /kpSelectionDrag.cpp
  •   /kpSelectionDrag.h
  •   /kpSelectionTransparency.cpp
  •   /kpSelectionTransparency.h
  •   /kpTempPixmap.cpp
  •   /kpTempPixmap.h
  •   /kpThumbnail.cpp
  •   /kpThumbnail.h
  •   /kpToolAction.cpp
  •   /kpToolAction.h
  •   /kpViewManager.cpp
  •   /kpViewManager.h
  •   /kpviewscrollablecontainer.cpp
  •   /kpviewscrollablecontainer.h
  •   /compat/kpbug.cpp
  •   /compat/kpbug.h
  •   /cursors/kpCursorLightCross.cpp
  •   /cursors/kpCursorLightCross.h
  •   /generic/kpSetOverrideCursorSaver.cpp
  •   /generic/kpSetOverrideCursorSaver.h
  •   /imagelib/kpColor.cpp
  •   /imagelib/kpColor.h
  •   /imagelib/kpDocumentMetaInfo.cpp
  •   /imagelib/kpDocumentMetaInfo.h
  •   /imagelib/kpFloodFill.cpp
  •   /imagelib/kpFloodFill.h
  •   /imagelib/kpImage.cpp
  •   /imagelib/kpImage.h
  •   /imagelib/kpPainter.cpp
  •   /imagelib/kpPainter.h
  •   /imagelib/kptextstyle.cpp
  •   /imagelib/kptextstyle.h
  •   /mainwindow/kpMainWindow.cpp
  •   /mainwindow/kpMainWindow.h
  •   /mainwindow/kpMainWindow_Edit.cpp
  •   /mainwindow/kpMainWindow_File.cpp
  •   /mainwindow/kpMainWindow_Help.cpp
  •   /mainwindow/kpMainWindow_Image.cpp
  •   /mainwindow/kpMainWindow_Settings.cpp
  •   /mainwindow/kpMainWindow_StatusBar.cpp
  •   /mainwindow/kpMainWindow_Text.cpp
  •   /mainwindow/kpmainwindow_tools.cpp
  •   /mainwindow/kpmainwindow_view.cpp
  •   /mainwindow/kpMainWindowPrivate.h
  •   /tools/kpTool.cpp
  •   /tools/kpTool.h
  •   /tools/kpToolColorPicker.cpp
  •   /tools/kpToolColorPicker.h
  •   /tools/kptoolfloodfill.cpp
  •   /tools/kptoolfloodfill.h
  •   /views/kpThumbnailView.cpp
  •   /views/kpThumbnailView.h
  •   /views/kpUnzoomedThumbnailView.cpp
  •   /views/kpUnzoomedThumbnailView.h
  •   /views/kpView.cpp
  •   /views/kpView.h
  •   /views/kpZoomedThumbnailView.cpp
  •   /views/kpZoomedThumbnailView.h
  •   /views/kpzoomedview.cpp
  •   /views/kpzoomedview.h
  •   /widgets/kpColorCells.cpp
  •   /widgets/kpColorCells.h
  •   /widgets/kpColorPalette.cpp
  •   /widgets/kpColorPalette.h
  •   /widgets/kpColorSimilarityCube.cpp
  •   /widgets/kpColorSimilarityCube.h
  •   /widgets/kpDocumentSaveOptionsWidget.cpp
  •   /widgets/kpDocumentSaveOptionsWidget.h
  •   /widgets/kpDualColorButton.cpp
  •   /widgets/kpDualColorButton.h
  •   /imagelib/effects/kpEffectReduceColors.cpp
  •   /imagelib/effects/kpEffectReduceColors.h
  •   /imagelib/transforms/kptoolcrop.h
  •   /imagelib/transforms/kpTransformAutoCrop.cpp
  •   /imagelib/transforms/kpTransformAutoCrop.h
  •   /tools/flow/kpToolBrush.cpp
  •   /tools/flow/kpToolBrush.h
  •   /tools/flow/kpToolColorEraser.cpp
  •   /tools/flow/kpToolColorEraser.h
  •   /tools/flow/kpToolEraser.cpp
  •   /tools/flow/kpToolEraser.h
  •   /tools/flow/kpToolFlowBase.cpp
  •   /tools/flow/kpToolFlowBase.h
  •   /tools/flow/kpToolFlowPixmapBase.cpp
  •   /tools/flow/kpToolFlowPixmapBase.h
  •   /tools/flow/kpToolPen.cpp
  •   /tools/flow/kpToolPen.h
  •   /tools/flow/kptoolspraycan.cpp
  •   /tools/flow/kptoolspraycan.h
  •   /tools/polygonal/kpToolCurve.cpp
  •   /tools/polygonal/kpToolCurve.h
  •   /tools/polygonal/kpToolPolygonalBase.cpp
  •   /tools/polygonal/kpToolPolygonalBase.h
  •   /tools/polygonal/kptoolpolyline.cpp
  •   /tools/polygonal/kptoolpolyline.h
  •   /tools/rectangular/kpToolEllipse.cpp
  •   /tools/rectangular/kpToolEllipse.h
  •   /tools/rectangular/kpToolRectangle.cpp
  •   /tools/rectangular/kpToolRectangle.h
  •   /tools/rectangular/kpToolRectangularBase.cpp
  •   /tools/rectangular/kpToolRectangularBase.h
  •   /tools/rectangular/kptoolroundedrectangle.cpp
  •   /tools/rectangular/kptoolroundedrectangle.h
  •   /tools/selection/kpToolEllipticalSelection.cpp
  •   /tools/selection/kpToolEllipticalSelection.h
  •   /tools/selection/kpToolFreeFormSelection.cpp
  •   /tools/selection/kpToolFreeFormSelection.h
  •   /tools/selection/kpToolRectSelection.cpp
  •   /tools/selection/kpToolRectSelection.h
  •   /tools/selection/kpToolSelection.cpp
  •   /tools/selection/kpToolSelection.h
  •   /tools/selection/kptooltext.cpp
  •   /tools/selection/kptooltext.h
  •   /widgets/generic/kpResizeSignallingLabel.cpp
  •   /widgets/generic/kpResizeSignallingLabel.h
  •   /widgets/toolbars/kpColorToolBar.cpp
  •   /widgets/toolbars/kpColorToolBar.h
  •   /widgets/toolbars/kptooltoolbar.cpp
  •   /widgets/toolbars/kptooltoolbar.h
  •   /commands/tools/flow/kpToolFlowCommand.cpp
  •   /commands/tools/flow/kpToolFlowCommand.h
  •   /commands/tools/rectangular/kpToolRectangularCommand.cpp
  •   /dialogs/imagelib/transforms/kpTransformSkewDialog.cpp
  •   /dialogs/imagelib/transforms/kpTransformSkewDialog.h
  •   /widgets/imagelib/effects/kpEffectWidgetBase.cpp
  •   /widgets/imagelib/effects/kpEffectWidgetBase.h
  •   /widgets/toolbars/options/kpToolWidgetBase.cpp
  •   /widgets/toolbars/options/kpToolWidgetBase.h
  •   /widgets/toolbars/options/kpToolWidgetBrush.cpp
  •   /widgets/toolbars/options/kpToolWidgetBrush.h
  •   /widgets/toolbars/options/kpToolWidgetEraserSize.cpp
  •   /widgets/toolbars/options/kpToolWidgetEraserSize.h
  •   /widgets/toolbars/options/kpToolWidgetFillStyle.cpp
  •   /widgets/toolbars/options/kpToolWidgetFillStyle.h
  •   /widgets/toolbars/options/kpToolWidgetLineWidth.cpp
  •   /widgets/toolbars/options/kpToolWidgetLineWidth.h
  •   /widgets/toolbars/options/kpToolWidgetOpaqueOrTransparent.cpp
  •   /commands/tools/selection/text/kpToolTextInsertCommand.cpp
  •   /commands/tools/selection/text/kpToolTextInsertCommand.h
Deleted 142 files
  • /trunk/KDE/kdegraphics/kolourpaint
  •   /kpcommandhistory.cpp
  •   /kpcommandhistory.h
  •   /kpdefs.h
  •   /kpdocument.h
  •   /kpdocumentsaveoptions.h
  •   /kppixmapfx.cpp
  •   /kppixmapfx.h
  •   /kpselection.cpp
  •   /kpselection.h
  •   /kpselectiondrag.cpp
  •   /kpselectiondrag.h
  •   /kpselectiontransparency.cpp
  •   /kpselectiontransparency.h
  •   /kptemppixmap.cpp
  •   /kptemppixmap.h
  •   /kpthumbnail.cpp
  •   /kpthumbnail.h
  •   /kptoolaction.cpp
  •   /kptoolaction.h
  •   /kpviewmanager.cpp
  •   /kpviewmanager.h
  •   /kpViewScrollableContainer.cpp
  •   /kpViewScrollableContainer.h
  •   /compat/kpBug.cpp
  •   /compat/kpBug.h
  •   /cursors/kpcursorlightcross.cpp
  •   /cursors/kpcursorlightcross.h
  •   /cursors/kpCursorProvider.cpp
  •   /cursors/kpCursorProvider.h
  •   /dialogs/kpDocumentSaveOptionsPreviewDialog.cpp
  •   /dialogs/kpDocumentSaveOptionsPreviewDialog.h
  •   /generic/kpWidgetMapper.cpp
  •   /generic/kpWidgetMapper.h
  •   /imagelib/kpcolor.cpp
  •   /imagelib/kpcolor.h
  •   /imagelib/kpdocumentmetainfo.cpp
  •   /imagelib/kpdocumentmetainfo.h
  •   /imagelib/kpfloodfill.cpp
  •   /imagelib/kpfloodfill.h
  •   /imagelib/kpimage.cpp
  •   /imagelib/kpimage.h
  •   /imagelib/kppainter.cpp
  •   /imagelib/kppainter.h
  •   /imagelib/kpTextStyle.cpp
  •   /imagelib/kpTextStyle.h
  •   /mainwindow/kpmainwindow.cpp
  •   /mainwindow/kpmainwindow.h
  •   /mainwindow/kpmainwindow_edit.cpp
  •   /mainwindow/kpmainwindow_file.cpp
  •   /mainwindow/kpmainwindow_help.cpp
  •   /mainwindow/kpmainwindow_image.cpp
  •   /mainwindow/kpmainwindow_p.h
  •   /mainwindow/kpmainwindow_settings.cpp
  •   /mainwindow/kpmainwindow_statusbar.cpp
  •   /mainwindow/kpmainwindow_text.cpp
  •   /mainwindow/kpMainWindow_Tools.cpp
  •   /mainwindow/kpMainWindow_View.cpp
  •   /tools/kptool.cpp
  •   /tools/kptool.h
  •   /tools/kpTool_UserNotifications.cpp
  •   /tools/kpTool_Utilities.cpp
  •   /tools/kptoolcolorpicker.cpp
  •   /tools/kptoolcolorpicker.h
  •   /views/kpthumbnailview.cpp
  •   /views/kpthumbnailview.h
  •   /views/kpunzoomedthumbnailview.cpp
  •   /views/kpunzoomedthumbnailview.h
  •   /views/kpview.cpp
  •   /views/kpview.h
  •   /views/kpzoomedthumbnailview.cpp
  •   /views/kpzoomedthumbnailview.h
  •   /views/kpZoomedView.cpp
  •   /views/kpZoomedView.h
  •   /widgets/kpTransparentColorCell.cpp
  •   /widgets/kpTransparentColorCell.h
  •   /imagelib/transforms/kptoolautocrop.cpp
  •   /imagelib/transforms/kptoolautocrop.h
  •   /imagelib/transforms/kpTransformCrop.cpp
  •   /imagelib/transforms/kpTransformCrop.h
  •   /tools/flow/kptoolbrush.cpp
  •   /tools/flow/kptoolbrush.h
  •   /tools/flow/kptoolcoloreraser.cpp
  •   /tools/flow/kptoolcoloreraser.h
  •   /tools/flow/kptooleraser.cpp
  •   /tools/flow/kptooleraser.h
  •   /tools/flow/kptoolflowbase.cpp
  •   /tools/flow/kptoolflowbase.h
  •   /tools/flow/kptoolflowpixmapbase.cpp
  •   /tools/flow/kptoolflowpixmapbase.h
  •   /tools/flow/kptoolpen.cpp
  •   /tools/flow/kptoolpen.h
  •   /tools/flow/kpToolSpraycan.cpp
  •   /tools/flow/kpToolSpraycan.h
  •   /tools/polygonal/kptoolcurve.cpp
  •   /tools/polygonal/kptoolcurve.h
  •   /tools/polygonal/kptoolline.cpp
  •   /tools/polygonal/kptoolline.h
  •   /tools/polygonal/kpToolPolyline.cpp
  •   /tools/polygonal/kpToolPolyline.h
  •   /tools/rectangular/kptoolellipse.cpp
  •   /tools/rectangular/kptoolellipse.h
  •   /tools/rectangular/kptoolrectangle.cpp
  •   /tools/rectangular/kptoolrectangle.h
  •   /tools/rectangular/kptoolrectangularbase.cpp
  •   /tools/rectangular/kptoolrectangularbase.h
  •   /tools/rectangular/kpToolRoundedRectangle.cpp
  •   /tools/rectangular/kpToolRoundedRectangle.h
  •   /tools/selection/kptoolellipticalselection.cpp
  •   /tools/selection/kptoolellipticalselection.h
  •   /tools/selection/kptoolfreeformselection.cpp
  •   /tools/selection/kptoolfreeformselection.h
  •   /tools/selection/kptoolrectselection.cpp
  •   /tools/selection/kptoolrectselection.h
  •   /tools/selection/kptoolselection.cpp
  •   /tools/selection/kptoolselection.h
  •   /tools/selection/kpToolText.cpp
  •   /tools/selection/kpToolText.h
  •   /widgets/generic/kpresizesignallinglabel.cpp
  •   /widgets/generic/kpresizesignallinglabel.h
  •   /widgets/generic/kpSqueezedTextLabel.cpp
  •   /widgets/generic/kpSqueezedTextLabel.h
  •   /widgets/toolbars/kpcolortoolbar.cpp
  •   /widgets/toolbars/kpcolortoolbar.h
  •   /widgets/toolbars/kpToolToolBar.cpp
  •   /widgets/toolbars/kpToolToolBar.h
  •   /commands/tools/flow/kptoolflowcommand.cpp
  •   /commands/tools/flow/kptoolflowcommand.h
  •   /commands/tools/rectangular/kpToolRectangularCommand.h
  •   /widgets/toolbars/options/kptoolwidgetbase.cpp
  •   /widgets/toolbars/options/kptoolwidgetbase.h
  •   /widgets/toolbars/options/kptoolwidgetbrush.cpp
  •   /widgets/toolbars/options/kptoolwidgetbrush.h
  •   /widgets/toolbars/options/kptoolwidgeterasersize.cpp
  •   /widgets/toolbars/options/kptoolwidgeterasersize.h
  •   /widgets/toolbars/options/kptoolwidgetfillstyle.cpp
  •   /widgets/toolbars/options/kptoolwidgetfillstyle.h
  •   /widgets/toolbars/options/kptoolwidgetlinewidth.cpp
  •   /widgets/toolbars/options/kptoolwidgetlinewidth.h
  •   /widgets/toolbars/options/kptoolwidgetopaqueortransparent.cpp
  •   /widgets/toolbars/options/kpToolWidgetOpaqueOrTransparent.h
  •   /widgets/toolbars/options/kpToolWidgetSpraycanSize.cpp
  •   /widgets/toolbars/options/kpToolWidgetSpraycanSize.h
Modified 121 files
  • /trunk/KDE/kdegraphics/kolourpaint
  •   /CMakeLists.txt
  •   /COPYING
  •   /README
  •   /cursors/kpcursorprovider.cpp
  •   /cursors/kpcursorprovider.h
  •   /dialogs/kpColorSimilarityDialog.cpp
  •   /dialogs/kpColorSimilarityDialog.h
  •   /document/kpDocument.cpp
  •   /document/kpDocument.h
  •   /document/kpDocument_Open.cpp
  •   /document/kpDocument_Save.cpp
  •   /document/kpDocument_Selection.cpp
  •   /document/kpDocumentPrivate.h
  •   /document/kpDocumentSaveOptions.cpp
  •   /document/kpDocumentSaveOptions.h
  •   /generic/kpwidgetmapper.cpp
  •   /generic/kpwidgetmapper.h
  •   /tools/kpTool_Drawing.cpp
  •   /tools/kpTool_KeyboardEvents.cpp
  •   /tools/kpTool_MouseEvents.cpp
  •   /tools/kpTool_OtherEvents.cpp
  •   /tools/kpToolFloodFill.cpp
  •   /tools/kpToolFloodFill.h
  •   /tools/kpToolPrivate.h
  •   /widgets/kpColorSimilarityToolBarItem.cpp
  •   /widgets/kpColorSimilarityToolBarItem.h
  •   /commands/tools/kpToolColorPickerCommand.cpp
  •   /commands/tools/kpToolColorPickerCommand.h
  •   /commands/tools/kpToolFloodFillCommand.cpp
  •   /commands/tools/kpToolFloodFillCommand.h
  •   /imagelib/effects/kpEffectBalance.cpp
  •   /imagelib/effects/kpEffectBalance.h
  •   /imagelib/effects/kpEffectBlurSharpen.cpp
  •   /imagelib/effects/kpEffectBlurSharpen.h
  •   /imagelib/effects/kpEffectEmboss.cpp
  •   /imagelib/effects/kpEffectEmboss.h
  •   /imagelib/effects/kpEffectFlatten.cpp
  •   /imagelib/effects/kpEffectFlatten.h
  •   /imagelib/effects/kpEffectGrayscale.cpp
  •   /imagelib/effects/kpEffectGrayscale.h
  •   /imagelib/effects/kpEffectInvert.cpp
  •   /imagelib/effects/kpEffectInvert.h
  •   /imagelib/transforms/kptoolcrop.cpp
  •   /tools/polygonal/kpToolLine.cpp
  •   /tools/polygonal/kpToolLine.h
  •   /tools/polygonal/kpToolPolygon.cpp
  •   /tools/polygonal/kpToolPolygon.h
  •   /widgets/generic/kpsqueezedtextlabel.cpp
  •   /widgets/generic/kpsqueezedtextlabel.h
  •   /commands/imagelib/effects/kpEffectBalanceCommand.cpp
  •   /commands/imagelib/effects/kpEffectBalanceCommand.h
  •   /commands/imagelib/effects/kpEffectBlurSharpenCommand.cpp
  •   /commands/imagelib/effects/kpEffectBlurSharpenCommand.h
  •   /commands/imagelib/effects/kpEffectClearCommand.cpp
  •   /commands/imagelib/effects/kpEffectClearCommand.h
  •   /commands/imagelib/effects/kpEffectCommandBase.cpp
  •   /commands/imagelib/effects/kpEffectCommandBase.h
  •   /commands/imagelib/effects/kpEffectEmbossCommand.cpp
  •   /commands/imagelib/effects/kpEffectEmbossCommand.h
  •   /commands/imagelib/effects/kpEffectFlattenCommand.cpp
  •   /commands/imagelib/effects/kpEffectFlattenCommand.h
  •   /commands/imagelib/effects/kpEffectGrayscaleCommand.cpp
  •   /commands/imagelib/effects/kpEffectGrayscaleCommand.h
  •   /commands/imagelib/effects/kpEffectInvertCommand.cpp
  •   /commands/imagelib/effects/kpEffectInvertCommand.h
  •   /commands/imagelib/effects/kpEffectReduceColorsCommand.cpp
  •   /commands/imagelib/effects/kpEffectReduceColorsCommand.h
  •   /commands/imagelib/transforms/kpTransformFlipCommand.cpp
  •   /commands/imagelib/transforms/kpTransformFlipCommand.h
  •   /commands/imagelib/transforms/kpTransformResizeScaleCommand.cpp
  •   /commands/imagelib/transforms/kpTransformResizeScaleCommand.h
  •   /commands/imagelib/transforms/kpTransformRotateCommand.cpp
  •   /commands/imagelib/transforms/kpTransformRotateCommand.h
  •   /commands/imagelib/transforms/kpTransformSkewCommand.cpp
  •   /commands/imagelib/transforms/kpTransformSkewCommand.h
  •   /commands/tools/polygonal/kpToolPolygonalCommand.cpp
  •   /commands/tools/polygonal/kpToolPolygonalCommand.h
  •   /commands/tools/rectangular/kptoolrectangularcommand.cpp
  •   /commands/tools/rectangular/kptoolrectangularcommand.h
  •   /commands/tools/selection/kpToolSelectionCreateCommand.cpp
  •   /commands/tools/selection/kpToolSelectionCreateCommand.h
  •   /commands/tools/selection/kpToolSelectionDestroyCommand.cpp
  •   /commands/tools/selection/kpToolSelectionDestroyCommand.h
  •   /commands/tools/selection/kpToolSelectionMoveCommand.cpp
  •   /commands/tools/selection/kpToolSelectionMoveCommand.h
  •   /commands/tools/selection/kpToolSelectionPullFromDocumentCommand.cpp
  •   /commands/tools/selection/kpToolSelectionPullFromDocumentCommand.h
  •   /commands/tools/selection/kpToolSelectionResizeScaleCommand.cpp
  •   /commands/tools/selection/kpToolSelectionResizeScaleCommand.h
  •   /commands/tools/selection/kpToolSelectionTransparencyCommand.cpp
  •   /commands/tools/selection/kpToolSelectionTransparencyCommand.h
  •   /dialogs/imagelib/effects/kpEffectsDialog.cpp
  •   /dialogs/imagelib/effects/kpEffectsDialog.h
  •   /dialogs/imagelib/transforms/kpTransformFlipDialog.cpp
  •   /dialogs/imagelib/transforms/kpTransformFlipDialog.h
  •   /dialogs/imagelib/transforms/kpTransformPreviewDialog.cpp
  •   /dialogs/imagelib/transforms/kpTransformPreviewDialog.h
  •   /dialogs/imagelib/transforms/kpTransformResizeScaleDialog.cpp
  •   /dialogs/imagelib/transforms/kpTransformResizeScaleDialog.h
  •   /dialogs/imagelib/transforms/kpTransformRotateDialog.cpp
  •   /dialogs/imagelib/transforms/kpTransformRotateDialog.h
  •   /widgets/imagelib/effects/kpEffectBalanceWidget.cpp
  •   /widgets/imagelib/effects/kpEffectBalanceWidget.h
  •   /widgets/imagelib/effects/kpEffectBlurSharpenWidget.cpp
  •   /widgets/imagelib/effects/kpEffectBlurSharpenWidget.h
  •   /widgets/imagelib/effects/kpEffectEmbossWidget.cpp
  •   /widgets/imagelib/effects/kpEffectEmbossWidget.h
  •   /widgets/imagelib/effects/kpEffectFlattenWidget.cpp
  •   /widgets/imagelib/effects/kpEffectFlattenWidget.h
  •   /widgets/imagelib/effects/kpEffectInvertWidget.cpp
  •   /widgets/imagelib/effects/kpEffectInvertWidget.h
  •   /widgets/imagelib/effects/kpEffectReduceColorsWidget.cpp
  •   /widgets/imagelib/effects/kpEffectReduceColorsWidget.h
  •   /commands/tools/selection/text/kpToolTextBackspaceCommand.cpp
  •   /commands/tools/selection/text/kpToolTextBackspaceCommand.h
  •   /commands/tools/selection/text/kpToolTextChangeStyleCommand.cpp
  •   /commands/tools/selection/text/kpToolTextChangeStyleCommand.h
  •   /commands/tools/selection/text/kpToolTextDeleteCommand.cpp
  •   /commands/tools/selection/text/kpToolTextDeleteCommand.h
  •   /commands/tools/selection/text/kpToolTextEnterCommand.cpp
  •   /commands/tools/selection/text/kpToolTextEnterCommand.h
410 files changed in total