Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
KolourPaint
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Graphics
KolourPaint
Commits
a596e86e
Commit
a596e86e
authored
Sep 25, 2015
by
Alexander Potashev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduce number of include directories
parent
971cfa29
Changes
338
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
338 changed files
with
1606 additions
and
1672 deletions
+1606
-1672
CMakeLists.txt
CMakeLists.txt
+2
-60
commands/imagelib/effects/kpEffectBalanceCommand.cpp
commands/imagelib/effects/kpEffectBalanceCommand.cpp
+3
-3
commands/imagelib/effects/kpEffectBalanceCommand.h
commands/imagelib/effects/kpEffectBalanceCommand.h
+2
-2
commands/imagelib/effects/kpEffectBlurSharpenCommand.cpp
commands/imagelib/effects/kpEffectBlurSharpenCommand.cpp
+1
-1
commands/imagelib/effects/kpEffectBlurSharpenCommand.h
commands/imagelib/effects/kpEffectBlurSharpenCommand.h
+3
-3
commands/imagelib/effects/kpEffectClearCommand.cpp
commands/imagelib/effects/kpEffectClearCommand.cpp
+6
-6
commands/imagelib/effects/kpEffectClearCommand.h
commands/imagelib/effects/kpEffectClearCommand.h
+3
-3
commands/imagelib/effects/kpEffectCommandBase.cpp
commands/imagelib/effects/kpEffectCommandBase.cpp
+4
-4
commands/imagelib/effects/kpEffectCommandBase.h
commands/imagelib/effects/kpEffectCommandBase.h
+2
-2
commands/imagelib/effects/kpEffectEmbossCommand.cpp
commands/imagelib/effects/kpEffectEmbossCommand.cpp
+2
-3
commands/imagelib/effects/kpEffectEmbossCommand.h
commands/imagelib/effects/kpEffectEmbossCommand.h
+2
-2
commands/imagelib/effects/kpEffectFlattenCommand.cpp
commands/imagelib/effects/kpEffectFlattenCommand.cpp
+2
-3
commands/imagelib/effects/kpEffectFlattenCommand.h
commands/imagelib/effects/kpEffectFlattenCommand.h
+2
-2
commands/imagelib/effects/kpEffectGrayscaleCommand.cpp
commands/imagelib/effects/kpEffectGrayscaleCommand.cpp
+2
-3
commands/imagelib/effects/kpEffectGrayscaleCommand.h
commands/imagelib/effects/kpEffectGrayscaleCommand.h
+2
-2
commands/imagelib/effects/kpEffectHSVCommand.cpp
commands/imagelib/effects/kpEffectHSVCommand.cpp
+2
-2
commands/imagelib/effects/kpEffectHSVCommand.h
commands/imagelib/effects/kpEffectHSVCommand.h
+1
-1
commands/imagelib/effects/kpEffectInvertCommand.cpp
commands/imagelib/effects/kpEffectInvertCommand.cpp
+4
-4
commands/imagelib/effects/kpEffectInvertCommand.h
commands/imagelib/effects/kpEffectInvertCommand.h
+2
-2
commands/imagelib/effects/kpEffectReduceColorsCommand.cpp
commands/imagelib/effects/kpEffectReduceColorsCommand.cpp
+3
-3
commands/imagelib/effects/kpEffectReduceColorsCommand.h
commands/imagelib/effects/kpEffectReduceColorsCommand.h
+2
-3
commands/imagelib/effects/kpEffectToneEnhanceCommand.cpp
commands/imagelib/effects/kpEffectToneEnhanceCommand.cpp
+3
-3
commands/imagelib/effects/kpEffectToneEnhanceCommand.h
commands/imagelib/effects/kpEffectToneEnhanceCommand.h
+1
-1
commands/imagelib/kpDocumentMetaInfoCommand.cpp
commands/imagelib/kpDocumentMetaInfoCommand.cpp
+5
-5
commands/imagelib/kpDocumentMetaInfoCommand.h
commands/imagelib/kpDocumentMetaInfoCommand.h
+1
-2
commands/imagelib/transforms/kpTransformFlipCommand.cpp
commands/imagelib/transforms/kpTransformFlipCommand.cpp
+6
-6
commands/imagelib/transforms/kpTransformFlipCommand.h
commands/imagelib/transforms/kpTransformFlipCommand.h
+1
-1
commands/imagelib/transforms/kpTransformResizeScaleCommand.cpp
...nds/imagelib/transforms/kpTransformResizeScaleCommand.cpp
+10
-10
commands/imagelib/transforms/kpTransformResizeScaleCommand.h
commands/imagelib/transforms/kpTransformResizeScaleCommand.h
+3
-3
commands/imagelib/transforms/kpTransformRotateCommand.cpp
commands/imagelib/transforms/kpTransformRotateCommand.cpp
+10
-10
commands/imagelib/transforms/kpTransformRotateCommand.h
commands/imagelib/transforms/kpTransformRotateCommand.h
+3
-3
commands/imagelib/transforms/kpTransformSkewCommand.cpp
commands/imagelib/transforms/kpTransformSkewCommand.cpp
+10
-10
commands/imagelib/transforms/kpTransformSkewCommand.h
commands/imagelib/transforms/kpTransformSkewCommand.h
+3
-3
commands/kpCommand.cpp
commands/kpCommand.cpp
+2
-2
commands/kpCommand.h
commands/kpCommand.h
+1
-1
commands/kpCommandHistory.cpp
commands/kpCommandHistory.cpp
+5
-5
commands/kpCommandHistory.h
commands/kpCommandHistory.h
+1
-1
commands/kpCommandHistoryBase.cpp
commands/kpCommandHistoryBase.cpp
+7
-7
commands/kpCommandHistoryBase.h
commands/kpCommandHistoryBase.h
+1
-1
commands/kpCommandSize.cpp
commands/kpCommandSize.cpp
+2
-3
commands/kpCommandSize.h
commands/kpCommandSize.h
+1
-1
commands/kpMacroCommand.cpp
commands/kpMacroCommand.cpp
+2
-2
commands/kpMacroCommand.h
commands/kpMacroCommand.h
+1
-1
commands/kpNamedCommand.cpp
commands/kpNamedCommand.cpp
+1
-1
commands/kpNamedCommand.h
commands/kpNamedCommand.h
+1
-1
commands/tools/flow/kpToolFlowCommand.cpp
commands/tools/flow/kpToolFlowCommand.cpp
+7
-7
commands/tools/flow/kpToolFlowCommand.h
commands/tools/flow/kpToolFlowCommand.h
+1
-1
commands/tools/kpToolColorPickerCommand.cpp
commands/tools/kpToolColorPickerCommand.cpp
+4
-4
commands/tools/kpToolColorPickerCommand.h
commands/tools/kpToolColorPickerCommand.h
+2
-2
commands/tools/kpToolFloodFillCommand.cpp
commands/tools/kpToolFloodFillCommand.cpp
+7
-7
commands/tools/kpToolFloodFillCommand.h
commands/tools/kpToolFloodFillCommand.h
+2
-2
commands/tools/polygonal/kpToolPolygonalCommand.cpp
commands/tools/polygonal/kpToolPolygonalCommand.cpp
+14
-14
commands/tools/polygonal/kpToolPolygonalCommand.h
commands/tools/polygonal/kpToolPolygonalCommand.h
+2
-2
commands/tools/rectangular/kpToolRectangularCommand.cpp
commands/tools/rectangular/kpToolRectangularCommand.cpp
+16
-16
commands/tools/rectangular/kpToolRectangularCommand.h
commands/tools/rectangular/kpToolRectangularCommand.h
+2
-2
commands/tools/selection/kpAbstractSelectionContentCommand.cpp
...nds/tools/selection/kpAbstractSelectionContentCommand.cpp
+2
-2
commands/tools/selection/kpAbstractSelectionContentCommand.h
commands/tools/selection/kpAbstractSelectionContentCommand.h
+1
-1
commands/tools/selection/kpToolImageSelectionTransparencyCommand.cpp
...ols/selection/kpToolImageSelectionTransparencyCommand.cpp
+6
-6
commands/tools/selection/kpToolImageSelectionTransparencyCommand.h
...tools/selection/kpToolImageSelectionTransparencyCommand.h
+2
-2
commands/tools/selection/kpToolSelectionCreateCommand.cpp
commands/tools/selection/kpToolSelectionCreateCommand.cpp
+15
-15
commands/tools/selection/kpToolSelectionCreateCommand.h
commands/tools/selection/kpToolSelectionCreateCommand.h
+1
-1
commands/tools/selection/kpToolSelectionDestroyCommand.cpp
commands/tools/selection/kpToolSelectionDestroyCommand.cpp
+10
-10
commands/tools/selection/kpToolSelectionDestroyCommand.h
commands/tools/selection/kpToolSelectionDestroyCommand.h
+2
-2
commands/tools/selection/kpToolSelectionMoveCommand.cpp
commands/tools/selection/kpToolSelectionMoveCommand.cpp
+13
-13
commands/tools/selection/kpToolSelectionMoveCommand.h
commands/tools/selection/kpToolSelectionMoveCommand.h
+2
-2
commands/tools/selection/kpToolSelectionPullFromDocumentCommand.cpp
...ools/selection/kpToolSelectionPullFromDocumentCommand.cpp
+6
-6
commands/tools/selection/kpToolSelectionPullFromDocumentCommand.h
.../tools/selection/kpToolSelectionPullFromDocumentCommand.h
+2
-2
commands/tools/selection/kpToolSelectionResizeScaleCommand.cpp
...nds/tools/selection/kpToolSelectionResizeScaleCommand.cpp
+15
-15
commands/tools/selection/kpToolSelectionResizeScaleCommand.h
commands/tools/selection/kpToolSelectionResizeScaleCommand.h
+1
-1
commands/tools/selection/text/kpToolTextBackspaceCommand.cpp
commands/tools/selection/text/kpToolTextBackspaceCommand.cpp
+4
-4
commands/tools/selection/text/kpToolTextBackspaceCommand.h
commands/tools/selection/text/kpToolTextBackspaceCommand.h
+1
-1
commands/tools/selection/text/kpToolTextChangeStyleCommand.cpp
...nds/tools/selection/text/kpToolTextChangeStyleCommand.cpp
+4
-4
commands/tools/selection/text/kpToolTextChangeStyleCommand.h
commands/tools/selection/text/kpToolTextChangeStyleCommand.h
+2
-2
commands/tools/selection/text/kpToolTextDeleteCommand.cpp
commands/tools/selection/text/kpToolTextDeleteCommand.cpp
+4
-4
commands/tools/selection/text/kpToolTextDeleteCommand.h
commands/tools/selection/text/kpToolTextDeleteCommand.h
+1
-1
commands/tools/selection/text/kpToolTextEnterCommand.cpp
commands/tools/selection/text/kpToolTextEnterCommand.cpp
+4
-4
commands/tools/selection/text/kpToolTextEnterCommand.h
commands/tools/selection/text/kpToolTextEnterCommand.h
+1
-1
commands/tools/selection/text/kpToolTextGiveContentCommand.cpp
...nds/tools/selection/text/kpToolTextGiveContentCommand.cpp
+6
-6
commands/tools/selection/text/kpToolTextGiveContentCommand.h
commands/tools/selection/text/kpToolTextGiveContentCommand.h
+1
-1
commands/tools/selection/text/kpToolTextInsertCommand.cpp
commands/tools/selection/text/kpToolTextInsertCommand.cpp
+4
-4
commands/tools/selection/text/kpToolTextInsertCommand.h
commands/tools/selection/text/kpToolTextInsertCommand.h
+1
-1
cursors/kpCursorLightCross.cpp
cursors/kpCursorLightCross.cpp
+3
-3
cursors/kpCursorProvider.cpp
cursors/kpCursorProvider.cpp
+3
-3
dialogs/imagelib/effects/kpEffectsDialog.cpp
dialogs/imagelib/effects/kpEffectsDialog.cpp
+19
-19
dialogs/imagelib/effects/kpEffectsDialog.h
dialogs/imagelib/effects/kpEffectsDialog.h
+1
-1
dialogs/imagelib/kpDocumentMetaInfoDialog.cpp
dialogs/imagelib/kpDocumentMetaInfoDialog.cpp
+8
-7
dialogs/imagelib/transforms/kpTransformPreviewDialog.cpp
dialogs/imagelib/transforms/kpTransformPreviewDialog.cpp
+7
-7
dialogs/imagelib/transforms/kpTransformResizeScaleDialog.cpp
dialogs/imagelib/transforms/kpTransformResizeScaleDialog.cpp
+7
-7
dialogs/imagelib/transforms/kpTransformResizeScaleDialog.h
dialogs/imagelib/transforms/kpTransformResizeScaleDialog.h
+2
-2
dialogs/imagelib/transforms/kpTransformRotateDialog.cpp
dialogs/imagelib/transforms/kpTransformRotateDialog.cpp
+12
-12
dialogs/imagelib/transforms/kpTransformRotateDialog.h
dialogs/imagelib/transforms/kpTransformRotateDialog.h
+2
-2
dialogs/imagelib/transforms/kpTransformSkewDialog.cpp
dialogs/imagelib/transforms/kpTransformSkewDialog.cpp
+6
-6
dialogs/imagelib/transforms/kpTransformSkewDialog.h
dialogs/imagelib/transforms/kpTransformSkewDialog.h
+2
-2
dialogs/kpColorSimilarityDialog.cpp
dialogs/kpColorSimilarityDialog.cpp
+5
-5
dialogs/kpDocumentSaveOptionsPreviewDialog.cpp
dialogs/kpDocumentSaveOptionsPreviewDialog.cpp
+7
-7
dialogs/kpDocumentSaveOptionsPreviewDialog.h
dialogs/kpDocumentSaveOptionsPreviewDialog.h
+1
-2
document/kpDocument.cpp
document/kpDocument.cpp
+21
-21
document/kpDocument.h
document/kpDocument.h
+2
-2
document/kpDocumentSaveOptions.cpp
document/kpDocumentSaveOptions.cpp
+6
-6
document/kpDocument_Open.cpp
document/kpDocument_Open.cpp
+14
-14
document/kpDocument_Save.cpp
document/kpDocument_Save.cpp
+14
-14
document/kpDocument_Selection.cpp
document/kpDocument_Selection.cpp
+8
-8
environments/commands/kpCommandEnvironment.cpp
environments/commands/kpCommandEnvironment.cpp
+8
-8
environments/commands/kpCommandEnvironment.h
environments/commands/kpCommandEnvironment.h
+1
-1
environments/dialogs/imagelib/transforms/kpTransformDialogEnvironment.cpp
...logs/imagelib/transforms/kpTransformDialogEnvironment.cpp
+2
-2
environments/dialogs/imagelib/transforms/kpTransformDialogEnvironment.h
...ialogs/imagelib/transforms/kpTransformDialogEnvironment.h
+1
-1
environments/document/kpDocumentEnvironment.cpp
environments/document/kpDocumentEnvironment.cpp
+12
-12
environments/document/kpDocumentEnvironment.h
environments/document/kpDocumentEnvironment.h
+1
-1
environments/kpEnvironmentBase.cpp
environments/kpEnvironmentBase.cpp
+6
-6
environments/tools/kpToolEnvironment.cpp
environments/tools/kpToolEnvironment.cpp
+8
-8
environments/tools/kpToolEnvironment.h
environments/tools/kpToolEnvironment.h
+1
-1
environments/tools/selection/kpToolSelectionEnvironment.cpp
environments/tools/selection/kpToolSelectionEnvironment.cpp
+4
-4
environments/tools/selection/kpToolSelectionEnvironment.h
environments/tools/selection/kpToolSelectionEnvironment.h
+1
-1
generic/kpSetOverrideCursorSaver.cpp
generic/kpSetOverrideCursorSaver.cpp
+1
-1
generic/kpWidgetMapper.cpp
generic/kpWidgetMapper.cpp
+1
-1
generic/widgets/kpResizeSignallingLabel.cpp
generic/widgets/kpResizeSignallingLabel.cpp
+1
-1
generic/widgets/kpSubWindow.cpp
generic/widgets/kpSubWindow.cpp
+1
-1
imagelib/effects/kpEffectBalance.cpp
imagelib/effects/kpEffectBalance.cpp
+2
-2
imagelib/effects/kpEffectBalance.h
imagelib/effects/kpEffectBalance.h
+1
-1
imagelib/effects/kpEffectBlurSharpen.cpp
imagelib/effects/kpEffectBlurSharpen.cpp
+2
-2
imagelib/effects/kpEffectBlurSharpen.h
imagelib/effects/kpEffectBlurSharpen.h
+1
-1
imagelib/effects/kpEffectEmboss.cpp
imagelib/effects/kpEffectEmboss.cpp
+2
-2
imagelib/effects/kpEffectEmboss.h
imagelib/effects/kpEffectEmboss.h
+1
-1
imagelib/effects/kpEffectFlatten.cpp
imagelib/effects/kpEffectFlatten.cpp
+2
-2
imagelib/effects/kpEffectGrayscale.cpp
imagelib/effects/kpEffectGrayscale.cpp
+2
-2
imagelib/effects/kpEffectGrayscale.h
imagelib/effects/kpEffectGrayscale.h
+1
-1
imagelib/effects/kpEffectHSV.cpp
imagelib/effects/kpEffectHSV.cpp
+2
-2
imagelib/effects/kpEffectHSV.h
imagelib/effects/kpEffectHSV.h
+1
-1
imagelib/effects/kpEffectInvert.cpp
imagelib/effects/kpEffectInvert.cpp
+2
-2
imagelib/effects/kpEffectReduceColors.cpp
imagelib/effects/kpEffectReduceColors.cpp
+1
-1
imagelib/effects/kpEffectToneEnhance.cpp
imagelib/effects/kpEffectToneEnhance.cpp
+2
-2
imagelib/effects/kpEffectToneEnhance.h
imagelib/effects/kpEffectToneEnhance.h
+1
-1
imagelib/kpColor.cpp
imagelib/kpColor.cpp
+1
-1
imagelib/kpColor_Constants.cpp
imagelib/kpColor_Constants.cpp
+1
-1
imagelib/kpDocumentMetaInfo.cpp
imagelib/kpDocumentMetaInfo.cpp
+2
-2
imagelib/kpDocumentMetaInfo.h
imagelib/kpDocumentMetaInfo.h
+1
-1
imagelib/kpFloodFill.cpp
imagelib/kpFloodFill.cpp
+6
-6
imagelib/kpFloodFill.h
imagelib/kpFloodFill.h
+2
-2
imagelib/kpPainter.cpp
imagelib/kpPainter.cpp
+6
-6
imagelib/kpPainter.h
imagelib/kpPainter.h
+2
-2
imagelib/transforms/kpTransformAutoCrop.cpp
imagelib/transforms/kpTransformAutoCrop.cpp
+18
-18
imagelib/transforms/kpTransformAutoCrop.h
imagelib/transforms/kpTransformAutoCrop.h
+1
-1
imagelib/transforms/kpTransformCrop.cpp
imagelib/transforms/kpTransformCrop.cpp
+9
-9
imagelib/transforms/kpTransformCrop_ImageSelection.cpp
imagelib/transforms/kpTransformCrop_ImageSelection.cpp
+13
-13
imagelib/transforms/kpTransformCrop_TextSelection.cpp
imagelib/transforms/kpTransformCrop_TextSelection.cpp
+6
-6
kolourpaint.cpp
kolourpaint.cpp
+1
-1
kpThumbnail.cpp
kpThumbnail.cpp
+8
-8
kpThumbnail.h
kpThumbnail.h
+1
-1
kpViewScrollableContainer.cpp
kpViewScrollableContainer.cpp
+5
-5
layers/selections/image/kpAbstractImageSelection.cpp
layers/selections/image/kpAbstractImageSelection.cpp
+1
-1
layers/selections/image/kpAbstractImageSelection.h
layers/selections/image/kpAbstractImageSelection.h
+3
-4
layers/selections/image/kpEllipticalImageSelection.cpp
layers/selections/image/kpEllipticalImageSelection.cpp
+1
-1
layers/selections/image/kpEllipticalImageSelection.h
layers/selections/image/kpEllipticalImageSelection.h
+1
-1
layers/selections/image/kpFreeFormImageSelection.cpp
layers/selections/image/kpFreeFormImageSelection.cpp
+2
-2
layers/selections/image/kpFreeFormImageSelection.h
layers/selections/image/kpFreeFormImageSelection.h
+1
-1
layers/selections/image/kpImageSelectionTransparency.cpp
layers/selections/image/kpImageSelectionTransparency.cpp
+3
-3
layers/selections/image/kpImageSelectionTransparency.h
layers/selections/image/kpImageSelectionTransparency.h
+1
-1
layers/selections/image/kpRectangularImageSelection.cpp
layers/selections/image/kpRectangularImageSelection.cpp
+1
-1
layers/selections/image/kpRectangularImageSelection.h
layers/selections/image/kpRectangularImageSelection.h
+1
-1
layers/selections/kpAbstractSelection.cpp
layers/selections/kpAbstractSelection.cpp
+1
-1
layers/selections/kpAbstractSelection.h
layers/selections/kpAbstractSelection.h
+2
-2
layers/selections/kpSelectionDrag.cpp
layers/selections/kpSelectionDrag.cpp
+4
-4
layers/selections/kpSelectionFactory.cpp
layers/selections/kpSelectionFactory.cpp
+4
-4
layers/selections/kpSelectionFactory.h
layers/selections/kpSelectionFactory.h
+1
-1
layers/selections/text/kpPreeditText.cpp
layers/selections/text/kpPreeditText.cpp
+1
-1
layers/selections/text/kpTextSelection.cpp
layers/selections/text/kpTextSelection.cpp
+6
-6
layers/selections/text/kpTextSelection.h
layers/selections/text/kpTextSelection.h
+4
-4
layers/selections/text/kpTextSelectionPrivate.h
layers/selections/text/kpTextSelectionPrivate.h
+3
-3
layers/selections/text/kpTextSelection_Cursor.cpp
layers/selections/text/kpTextSelection_Cursor.cpp
+7
-7
layers/selections/text/kpTextSelection_Paint.cpp
layers/selections/text/kpTextSelection_Paint.cpp
+8
-8
layers/selections/text/kpTextStyle.cpp
layers/selections/text/kpTextStyle.cpp
+1
-1
layers/selections/text/kpTextStyle.h
layers/selections/text/kpTextStyle.h
+1
-1
layers/tempImage/kpTempImage.cpp
layers/tempImage/kpTempImage.cpp
+3
-3
layers/tempImage/kpTempImage.h
layers/tempImage/kpTempImage.h
+1
-1
lgpl/generic/kpColorCollection.cpp
lgpl/generic/kpColorCollection.cpp
+8
-8
lgpl/generic/kpUrlFormatter.cpp
lgpl/generic/kpUrlFormatter.cpp
+1
-1
lgpl/generic/widgets/kpColorCellsBase.cpp
lgpl/generic/widgets/kpColorCellsBase.cpp
+1
-1
mainWindow/kpMainWindow.cpp
mainWindow/kpMainWindow.cpp
+23
-23
mainWindow/kpMainWindow.h
mainWindow/kpMainWindow.h
+3
-3
mainWindow/kpMainWindowPrivate.h
mainWindow/kpMainWindowPrivate.h
+1
-1
mainWindow/kpMainWindow_Colors.cpp
mainWindow/kpMainWindow_Colors.cpp
+8
-8
mainWindow/kpMainWindow_Edit.cpp
mainWindow/kpMainWindow_Edit.cpp
+26
-26
mainWindow/kpMainWindow_File.cpp
mainWindow/kpMainWindow_File.cpp
+12
-12
mainWindow/kpMainWindow_Image.cpp
mainWindow/kpMainWindow_Image.cpp
+34
-34
mainWindow/kpMainWindow_Settings.cpp
mainWindow/kpMainWindow_Settings.cpp
+6
-6
mainWindow/kpMainWindow_StatusBar.cpp
mainWindow/kpMainWindow_StatusBar.cpp
+8
-8
mainWindow/kpMainWindow_Text.cpp
mainWindow/kpMainWindow_Text.cpp
+9
-9
mainWindow/kpMainWindow_Tools.cpp
mainWindow/kpMainWindow_Tools.cpp
+33
-33
mainWindow/kpMainWindow_View.cpp
mainWindow/kpMainWindow_View.cpp
+13
-13
mainWindow/kpMainWindow_View_Thumbnail.cpp
mainWindow/kpMainWindow_View_Thumbnail.cpp
+13
-13
mainWindow/kpMainWindow_View_Zoom.cpp
mainWindow/kpMainWindow_View_Zoom.cpp
+13
-13
pixmapfx/kpPixmapFX.h
pixmapfx/kpPixmapFX.h
+1
-1
pixmapfx/kpPixmapFX_DrawShapes.cpp
pixmapfx/kpPixmapFX_DrawShapes.cpp
+4
-4
pixmapfx/kpPixmapFX_GetSetPixmapParts.cpp
pixmapfx/kpPixmapFX_GetSetPixmapParts.cpp
+2
-2
pixmapfx/kpPixmapFX_Transforms.cpp
pixmapfx/kpPixmapFX_Transforms.cpp
+4
-4
tools/flow/kpToolBrush.cpp
tools/flow/kpToolBrush.cpp
+1
-1
tools/flow/kpToolBrush.h
tools/flow/kpToolBrush.h
+1
-1
tools/flow/kpToolColorEraser.cpp
tools/flow/kpToolColorEraser.cpp
+9
-9
tools/flow/kpToolColorEraser.h
tools/flow/kpToolColorEraser.h
+1
-1
tools/flow/kpToolEraser.cpp
tools/flow/kpToolEraser.cpp
+5
-5
tools/flow/kpToolEraser.h
tools/flow/kpToolEraser.h
+1
-1
tools/flow/kpToolFlowBase.cpp
tools/flow/kpToolFlowBase.cpp
+16
-16
tools/flow/kpToolFlowBase.h
tools/flow/kpToolFlowBase.h
+2
-2
tools/flow/kpToolFlowPixmapBase.cpp
tools/flow/kpToolFlowPixmapBase.cpp
+7
-7
tools/flow/kpToolFlowPixmapBase.h
tools/flow/kpToolFlowPixmapBase.h
+1
-1
tools/flow/kpToolPen.cpp
tools/flow/kpToolPen.cpp
+9
-9
tools/flow/kpToolPen.h
tools/flow/kpToolPen.h
+1
-1
tools/flow/kpToolSpraycan.cpp
tools/flow/kpToolSpraycan.cpp
+15
-15
tools/flow/kpToolSpraycan.h
tools/flow/kpToolSpraycan.h
+1
-1
tools/kpTool.cpp
tools/kpTool.cpp
+10
-10
tools/kpTool.h
tools/kpTool.h
+1
-1
tools/kpToolAction.cpp
tools/kpToolAction.cpp
+2
-2
tools/kpToolColorPicker.cpp
tools/kpToolColorPicker.cpp
+8
-8
tools/kpToolColorPicker.h
tools/kpToolColorPicker.h
+2
-2
tools/kpToolFloodFill.cpp
tools/kpToolFloodFill.cpp
+7
-7
tools/kpToolFloodFill.h
tools/kpToolFloodFill.h
+1
-1
tools/kpToolZoom.cpp
tools/kpToolZoom.cpp
+10
-10
tools/kpToolZoom.h
tools/kpToolZoom.h
+1
-1
tools/kpTool_Drawing.cpp
tools/kpTool_Drawing.cpp
+6
-6
tools/kpTool_KeyboardEvents.cpp
tools/kpTool_KeyboardEvents.cpp
+11
-11
tools/kpTool_MouseEvents.cpp
tools/kpTool_MouseEvents.cpp
+5
-5
tools/kpTool_OtherEvents.cpp
tools/kpTool_OtherEvents.cpp
+3
-3
tools/kpTool_UserNotifications.cpp
tools/kpTool_UserNotifications.cpp
+2
-2
tools/kpTool_Utilities.cpp
tools/kpTool_Utilities.cpp
+7
-7
tools/polygonal/kpToolCurve.cpp
tools/polygonal/kpToolCurve.cpp
+2
-2
tools/polygonal/kpToolCurve.h
tools/polygonal/kpToolCurve.h
+1
-1
tools/polygonal/kpToolLine.cpp
tools/polygonal/kpToolLine.cpp
+3
-3
tools/polygonal/kpToolLine.h
tools/polygonal/kpToolLine.h
+1
-1
tools/polygonal/kpToolPolygon.cpp
tools/polygonal/kpToolPolygon.cpp
+3
-3
tools/polygonal/kpToolPolygon.h
tools/polygonal/kpToolPolygon.h
+1
-1
tools/polygonal/kpToolPolygonalBase.cpp
tools/polygonal/kpToolPolygonalBase.cpp
+13
-13
tools/polygonal/kpToolPolygonalBase.h
tools/polygonal/kpToolPolygonalBase.h
+4
-4
tools/polygonal/kpToolPolyline.cpp
tools/polygonal/kpToolPolyline.cpp
+2
-2
tools/polygonal/kpToolPolyline.h
tools/polygonal/kpToolPolyline.h
+1
-1
tools/rectangular/kpToolEllipse.cpp
tools/rectangular/kpToolEllipse.cpp
+3
-2
tools/rectangular/kpToolEllipse.h
tools/rectangular/kpToolEllipse.h
+1
-1
tools/rectangular/kpToolRectangle.cpp
tools/rectangular/kpToolRectangle.cpp
+3
-2
tools/rectangular/kpToolRectangle.h
tools/rectangular/kpToolRectangle.h
+1
-1
tools/rectangular/kpToolRectangularBase.cpp
tools/rectangular/kpToolRectangularBase.cpp
+15
-15
tools/rectangular/kpToolRectangularBase.h
tools/rectangular/kpToolRectangularBase.h
+2
-2
tools/rectangular/kpToolRoundedRectangle.cpp
tools/rectangular/kpToolRoundedRectangle.cpp
+3
-2
tools/rectangular/kpToolRoundedRectangle.h
tools/rectangular/kpToolRoundedRectangle.h
+1
-1
tools/selection/image/kpAbstractImageSelectionTool.cpp
tools/selection/image/kpAbstractImageSelectionTool.cpp
+5
-5
tools/selection/image/kpAbstractImageSelectionTool.h
tools/selection/image/kpAbstractImageSelectionTool.h
+1
-1
tools/selection/image/kpAbstractImageSelectionTool_Transparency.cpp
...ction/image/kpAbstractImageSelectionTool_Transparency.cpp
+24
-24
tools/selection/image/kpToolEllipticalSelection.cpp
tools/selection/image/kpToolEllipticalSelection.cpp
+4
-4
tools/selection/image/kpToolEllipticalSelection.h
tools/selection/image/kpToolEllipticalSelection.h
+1
-1
tools/selection/image/kpToolFreeFormSelection.cpp
tools/selection/image/kpToolFreeFormSelection.cpp
+4
-4
tools/selection/image/kpToolFreeFormSelection.h
tools/selection/image/kpToolFreeFormSelection.h
+1
-1
tools/selection/image/kpToolRectSelection.cpp
tools/selection/image/kpToolRectSelection.cpp
+4
-4
tools/selection/image/kpToolRectSelection.h
tools/selection/image/kpToolRectSelection.h
+1
-1
tools/selection/kpAbstractSelectionTool.cpp
tools/selection/kpAbstractSelectionTool.cpp
+15
-15
tools/selection/kpAbstractSelectionTool.h
tools/selection/kpAbstractSelectionTool.h
+1
-1
tools/selection/kpAbstractSelectionToolPrivate.h
tools/selection/kpAbstractSelectionToolPrivate.h
+1
-2
tools/selection/kpAbstractSelectionTool_Create.cpp
tools/selection/kpAbstractSelectionTool_Create.cpp
+18
-18
tools/selection/kpAbstractSelectionTool_KeyboardEvents.cpp
tools/selection/kpAbstractSelectionTool_KeyboardEvents.cpp
+7
-6
tools/selection/kpAbstractSelectionTool_Move.cpp
tools/selection/kpAbstractSelectionTool_Move.cpp
+18
-18
tools/selection/kpAbstractSelectionTool_ResizeScale.cpp
tools/selection/kpAbstractSelectionTool_ResizeScale.cpp
+18
-18
tools/selection/text/kpToolText.cpp
tools/selection/text/kpToolText.cpp
+16
-16
tools/selection/text/kpToolText.h
tools/selection/text/kpToolText.h
+1
-1
tools/selection/text/kpToolText_Commands.cpp
tools/selection/text/kpToolText_Commands.cpp
+8
-8
tools/selection/text/kpToolText_Create.cpp
tools/selection/text/kpToolText_Create.cpp
+6
-6
tools/selection/text/kpToolText_CursorCalc.cpp
tools/selection/text/kpToolText_CursorCalc.cpp
+13
-13
tools/selection/text/kpToolText_InputMethodEvents.cpp
tools/selection/text/kpToolText_InputMethodEvents.cpp
+7
-7
tools/selection/text/kpToolText_KeyboardEvents.cpp
tools/selection/text/kpToolText_KeyboardEvents.cpp
+15
-15
tools/selection/text/kpToolText_KeyboardEvents_HandleArrowKeys.cpp
...ection/text/kpToolText_KeyboardEvents_HandleArrowKeys.cpp
+15
-15
tools/selection/text/kpToolText_KeyboardEvents_HandleTypingKeys.cpp
...ction/text/kpToolText_KeyboardEvents_HandleTypingKeys.cpp
+15
-15
tools/selection/text/kpToolText_Move.cpp
tools/selection/text/kpToolText_Move.cpp
+3
-3
tools/selection/text/kpToolText_ResizeScale.cpp
tools/selection/text/kpToolText_ResizeScale.cpp
+3
-3
tools/selection/text/kpToolText_SelectText.cpp
tools/selection/text/kpToolText_SelectText.cpp
+6
-6
tools/selection/text/kpToolText_TextStyle.cpp
tools/selection/text/kpToolText_TextStyle.cpp
+16
-16
views/kpThumbnailView.cpp
views/kpThumbnailView.cpp
+1
-1
views/kpThumbnailView.h
views/kpThumbnailView.h
+1
-1
views/kpUnzoomedThumbnailView.cpp
views/kpUnzoomedThumbnailView.cpp
+4
-4
views/kpUnzoomedThumbnailView.h
views/kpUnzoomedThumbnailView.h
+1
-1
views/kpView.cpp
views/kpView.cpp
+9
-9
views/kpView.h
views/kpView.h
+1
-1
views/kpView_Events.cpp
views/kpView_Events.cpp
+3
-3
views/kpView_Paint.cpp
views/kpView_Paint.cpp
+9
-9
views/kpView_Selections.cpp
views/kpView_Selections.cpp
+5
-5
views/kpZoomedThumbnailView.cpp
views/kpZoomedThumbnailView.cpp
+3
-3
views/kpZoomedThumbnailView.h
views/kpZoomedThumbnailView.h
+1
-1
views/kpZoomedView.cpp
views/kpZoomedView.cpp
+4
-4
views/kpZoomedView.h
views/kpZoomedView.h
+1
-1
views/manager/kpViewManager.cpp
views/manager/kpViewManager.cpp
+9
-9
views/manager/kpViewManager_TextCursor.cpp
views/manager/kpViewManager_TextCursor.cpp
+9
-9
views/manager/kpViewManager_ViewUpdates.cpp
views/manager/kpViewManager_ViewUpdates.cpp
+9
-9
widgets/colorSimilarity/kpColorSimilarityCubeRenderer.cpp
widgets/colorSimilarity/kpColorSimilarityCubeRenderer.cpp
+3
-3
widgets/colorSimilarity/kpColorSimilarityFrame.cpp
widgets/colorSimilarity/kpColorSimilarityFrame.cpp
+3
-3
widgets/colorSimilarity/kpColorSimilarityFrame.h
widgets/colorSimilarity/kpColorSimilarityFrame.h
+1
-2
widgets/colorSimilarity/kpColorSimilarityHolder.cpp
widgets/colorSimilarity/kpColorSimilarityHolder.cpp
+5
-5
widgets/colorSimilarity/kpColorSimilarityToolBarItem.cpp
widgets/colorSimilarity/kpColorSimilarityToolBarItem.cpp
+5
-5
widgets/colorSimilarity/kpColorSimilarityToolBarItem.h
widgets/colorSimilarity/kpColorSimilarityToolBarItem.h
+1
-1
widgets/imagelib/effects/kpEffectBalanceWidget.cpp
widgets/imagelib/effects/kpEffectBalanceWidget.cpp
+8
-9
widgets/imagelib/effects/kpEffectBalanceWidget.h
widgets/imagelib/effects/kpEffectBalanceWidget.h
+2
-2
widgets/imagelib/effects/kpEffectBlurSharpenWidget.cpp
widgets/imagelib/effects/kpEffectBlurSharpenWidget.cpp
+5
-5
widgets/imagelib/effects/kpEffectBlurSharpenWidget.h
widgets/imagelib/effects/kpEffectBlurSharpenWidget.h
+3
-3
widgets/imagelib/effects/kpEffectEmbossWidget.cpp
widgets/imagelib/effects/kpEffectEmbossWidget.cpp
+3
-3
widgets/imagelib/effects/kpEffectEmbossWidget.h
widgets/imagelib/effects/kpEffectEmbossWidget.h
+2
-2
widgets/imagelib/effects/kpEffectFlattenWidget.cpp
widgets/imagelib/effects/kpEffectFlattenWidget.cpp
+6
-6
widgets/imagelib/effects/kpEffectFlattenWidget.h
widgets/imagelib/effects/kpEffectFlattenWidget.h
+1
-1
widgets/imagelib/effects/kpEffectHSVWidget.cpp
widgets/imagelib/effects/kpEffectHSVWidget.cpp
+3
-3
widgets/imagelib/effects/kpEffectHSVWidget.h
widgets/imagelib/effects/kpEffectHSVWidget.h
+1
-1
widgets/imagelib/effects/kpEffectInvertWidget.cpp
widgets/imagelib/effects/kpEffectInvertWidget.cpp
+8
-8
widgets/imagelib/effects/kpEffectInvertWidget.h
widgets/imagelib/effects/kpEffectInvertWidget.h
+1
-1
widgets/imagelib/effects/kpEffectReduceColorsWidget.cpp
widgets/imagelib/effects/kpEffectReduceColorsWidget.cpp
+8
-8
widgets/imagelib/effects/kpEffectReduceColorsWidget.h
widgets/imagelib/effects/kpEffectReduceColorsWidget.h
+1
-1
widgets/imagelib/effects/kpEffectToneEnhanceWidget.cpp
widgets/imagelib/effects/kpEffectToneEnhanceWidget.cpp
+5
-5
widgets/imagelib/effects/kpEffectToneEnhanceWidget.h
widgets/imagelib/effects/kpEffectToneEnhanceWidget.h
+1
-1
widgets/imagelib/effects/kpEffectWidgetBase.cpp
widgets/imagelib/effects/kpEffectWidgetBase.cpp
+1
-1
widgets/imagelib/effects/kpEffectWidgetBase.h
widgets/imagelib/effects/kpEffectWidgetBase.h
+1
-1
widgets/kpColorCells.cpp
widgets/kpColorCells.cpp
+8
-8
widgets/kpColorCells.h
widgets/kpColorCells.h
+1
-1
widgets/kpColorPalette.cpp
widgets/kpColorPalette.cpp
+4
-4
widgets/kpDefaultColorCollection.cpp
widgets/kpDefaultColorCollection.cpp
+2
-2
widgets/kpDefaultColorCollection.h
widgets/kpDefaultColorCollection.h
+1
-1
widgets/kpDocumentSaveOptionsWidget.cpp
widgets/kpDocumentSaveOptionsWidget.cpp
+14
-14
widgets/kpDocumentSaveOptionsWidget.h
widgets/kpDocumentSaveOptionsWidget.h
+2
-2
widgets/kpDualColorButton.cpp
widgets/kpDualColorButton.cpp
+7
-7
widgets/kpDualColorButton.h
widgets/kpDualColorButton.h
+1
-1
widgets/kpPrintDialogPage.cpp
widgets/kpPrintDialogPage.cpp
+2
-2
widgets/kpTransparentColorCell.cpp
widgets/kpTransparentColorCell.cpp
+5
-5
widgets/toolbars/kpColorToolBar.cpp
widgets/toolbars/kpColorToolBar.cpp
+7
-7
widgets/toolbars/kpColorToolBar.h
widgets/toolbars/kpColorToolBar.h
+1
-1
widgets/toolbars/kpToolToolBar.cpp
widgets/toolbars/kpToolToolBar.cpp
+10
-10
widgets/toolbars/options/kpToolWidgetBase.cpp
widgets/toolbars/options/kpToolWidgetBase.cpp
+8
-8
widgets/toolbars/options/kpToolWidgetBrush.cpp
widgets/toolbars/options/kpToolWidgetBrush.cpp
+2
-2
widgets/toolbars/options/kpToolWidgetBrush.h
widgets/toolbars/options/kpToolWidgetBrush.h
+3
-4
widgets/toolbars/options/kpToolWidgetEraserSize.cpp
widgets/toolbars/options/kpToolWidgetEraserSize.cpp
+8
-8
widgets/toolbars/options/kpToolWidgetEraserSize.h
widgets/toolbars/options/kpToolWidgetEraserSize.h
+3
-4
widgets/toolbars/options/kpToolWidgetFillStyle.cpp
widgets/toolbars/options/kpToolWidgetFillStyle.cpp
+8
-8
widgets/toolbars/options/kpToolWidgetFillStyle.h
widgets/toolbars/options/kpToolWidgetFillStyle.h
+1
-1
widgets/toolbars/options/kpToolWidgetLineWidth.cpp
widgets/toolbars/options/kpToolWidgetLineWidth.cpp
+6
-6
widgets/toolbars/options/kpToolWidgetLineWidth.h
widgets/toolbars/options/kpToolWidgetLineWidth.h
+1
-1
widgets/toolbars/options/kpToolWidgetOpaqueOrTransparent.cpp
widgets/toolbars/options/kpToolWidgetOpaqueOrTransparent.cpp
+1
-1
widgets/toolbars/options/kpToolWidgetOpaqueOrTransparent.h
widgets/toolbars/options/kpToolWidgetOpaqueOrTransparent.h
+1
-1
widgets/toolbars/options/kpToolWidgetSpraycanSize.cpp
widgets/toolbars/options/kpToolWidgetSpraycanSize.cpp
+6
-6
widgets/toolbars/options/kpToolWidgetSpraycanSize.h
widgets/toolbars/options/kpToolWidgetSpraycanSize.h
+1
-1
No files found.
CMakeLists.txt
View file @
a596e86e
...
...
@@ -38,66 +38,8 @@ endif(KF5Sane_FOUND)
include_directories
(
# GENERATED BY ./gen_cmake_include_dirs
${
CMAKE_CURRENT_SOURCE_DIR
}
/commands
${
CMAKE_CURRENT_SOURCE_DIR
}
/commands/imagelib
${
CMAKE_CURRENT_SOURCE_DIR
}
/commands/imagelib/effects
${
CMAKE_CURRENT_SOURCE_DIR
}
/commands/imagelib/transforms
${
CMAKE_CURRENT_SOURCE_DIR
}
/commands/tools
${
CMAKE_CURRENT_SOURCE_DIR
}
/commands/tools/flow
${
CMAKE_CURRENT_SOURCE_DIR
}
/commands/tools/polygonal
${
CMAKE_CURRENT_SOURCE_DIR
}
/commands/tools/rectangular
${
CMAKE_CURRENT_SOURCE_DIR
}
/commands/tools/selection
${
CMAKE_CURRENT_SOURCE_DIR
}
/commands/tools/selection/text
${
CMAKE_CURRENT_SOURCE_DIR
}
/cursors
${
CMAKE_CURRENT_SOURCE_DIR
}
/dialogs
${
CMAKE_CURRENT_SOURCE_DIR
}
/dialogs/imagelib
${
CMAKE_CURRENT_SOURCE_DIR
}
/dialogs/imagelib/effects
${
CMAKE_CURRENT_SOURCE_DIR
}
/dialogs/imagelib/transforms
${
CMAKE_CURRENT_SOURCE_DIR
}
/document
${
CMAKE_CURRENT_SOURCE_DIR
}
/environments
${
CMAKE_CURRENT_SOURCE_DIR
}
/environments/commands
${
CMAKE_CURRENT_SOURCE_DIR
}
/environments/dialogs
${
CMAKE_CURRENT_SOURCE_DIR
}
/environments/dialogs/imagelib
${
CMAKE_CURRENT_SOURCE_DIR
}
/environments/dialogs/imagelib/transforms
${
CMAKE_CURRENT_SOURCE_DIR
}
/environments/document
${
CMAKE_CURRENT_SOURCE_DIR
}
/environments/tools
${
CMAKE_CURRENT_SOURCE_DIR
}
/environments/tools/selection
${
CMAKE_CURRENT_SOURCE_DIR
}
/generic
${
CMAKE_CURRENT_SOURCE_DIR
}
/generic/widgets
${
CMAKE_CURRENT_SOURCE_DIR
}
/imagelib
${
CMAKE_CURRENT_SOURCE_DIR
}
/imagelib/effects
${
CMAKE_CURRENT_SOURCE_DIR
}
/imagelib/transforms
${
CMAKE_CURRENT_SOURCE_DIR
}
/layers
${
CMAKE_CURRENT_SOURCE_DIR
}
/layers/selections
${
CMAKE_CURRENT_SOURCE_DIR
}
/layers/selections/image
${
CMAKE_CURRENT_SOURCE_DIR
}
/layers/selections/text
${
CMAKE_CURRENT_SOURCE_DIR
}
/layers/tempImage
${
CMAKE_CURRENT_SOURCE_DIR
}
/lgpl
${
CMAKE_CURRENT_SOURCE_DIR
}
/lgpl/generic
${
CMAKE_CURRENT_SOURCE_DIR
}
/lgpl/generic/widgets
${
CMAKE_CURRENT_SOURCE_DIR
}
/mainWindow
${
CMAKE_CURRENT_SOURCE_DIR
}
/pixmapfx
${
CMAKE_CURRENT_SOURCE_DIR
}
/tools
${
CMAKE_CURRENT_SOURCE_DIR
}
/tools/flow
${
CMAKE_CURRENT_SOURCE_DIR
}
/tools/polygonal
${
CMAKE_CURRENT_SOURCE_DIR
}
/tools/rectangular
${
CMAKE_CURRENT_SOURCE_DIR
}
/tools/selection
${
CMAKE_CURRENT_SOURCE_DIR
}
/tools/selection/image
${
CMAKE_CURRENT_SOURCE_DIR
}
/tools/selection/text
${
CMAKE_CURRENT_SOURCE_DIR
}
/views
${
CMAKE_CURRENT_SOURCE_DIR
}
/views/manager
${
CMAKE_CURRENT_SOURCE_DIR
}
/widgets
${
CMAKE_CURRENT_SOURCE_DIR
}
/widgets/colorSimilarity
${
CMAKE_CURRENT_SOURCE_DIR
}
/widgets/imagelib
${
CMAKE_CURRENT_SOURCE_DIR
}
/widgets/imagelib/effects
${
CMAKE_CURRENT_SOURCE_DIR
}
/widgets/toolbars
${
CMAKE_CURRENT_SOURCE_DIR
}
/widgets/toolbars/options
${
QIMAGEBLITZ_INCLUDES
}
${
CMAKE_CURRENT_SOURCE_DIR
}
${
QIMAGEBLITZ_INCLUDES
}
)
add_subdirectory
(
pics
)
...
...
commands/imagelib/effects/kpEffectBalanceCommand.cpp
View file @
a596e86e
...
...
@@ -29,13 +29,13 @@
#define DEBUG_KP_EFFECT_BALANCE 0
#include <kpEffectBalanceCommand.h>
#include "kpEffectBalanceCommand.h"
#include "imagelib/effects/kpEffectBalance.h"
#include <kdebug.h>
#include <klocale.h>
#include <kpEffectBalance.h>
kpEffectBalanceCommand
::
kpEffectBalanceCommand
(
int
channels
,
int
brightness
,
int
contrast
,
int
gamma
,
...
...
commands/imagelib/effects/kpEffectBalanceCommand.h
View file @
a596e86e
...
...
@@ -30,8 +30,8 @@
#define kpEffectBalanceCommand_H
#include
<kpEffectCommandBase.h>
#include
<kpImage.h>
#include
"kpEffectCommandBase.h"
#include
"imagelib/kpImage.h"
class
kpEffectBalanceCommand
:
public
kpEffectCommandBase
...
...
commands/imagelib/effects/kpEffectBlurSharpenCommand.cpp
View file @
a596e86e
...
...
@@ -29,7 +29,7 @@
#define DEBUG_KP_EFFECT_BLUR_SHARPEN 0
#include
<kpEffectBlurSharpenCommand.h>
#include
"kpEffectBlurSharpenCommand.h"
#include <kdebug.h>
#include <klocale.h>
...
...
commands/imagelib/effects/kpEffectBlurSharpenCommand.h
View file @
a596e86e
...
...
@@ -30,9 +30,9 @@
#define kpEffectBlurSharpenCommand_H
#include
<kpEffectBlurSharpen.h>
#include
<kpEffectCommandBase.h>
#include
<kpImage.h>
#include
"kpEffectCommandBase.h"
#include
"imagelib/effects/kpEffectBlurSharpen.h"
#include
"imagelib/kpImage.h"
class
kpEffectBlurSharpenCommand
:
public
kpEffectCommandBase
...
...
commands/imagelib/effects/kpEffectClearCommand.cpp
View file @
a596e86e
...
...
@@ -26,16 +26,16 @@
*/
#include <kpEffectClearCommand.h>
#include "kpEffectClearCommand.h"
#include "layers/selections/image/kpAbstractImageSelection.h"
#include "kpDefs.h"
#include "document/kpDocument.h"
#include "pixmapfx/kpPixmapFX.h"
#include <kdebug.h>
#include <klocale.h>
#include <kpAbstractImageSelection.h>
#include <kpDefs.h>
#include <kpDocument.h>
#include <kpPixmapFX.h>
kpEffectClearCommand
::
kpEffectClearCommand
(
bool
actOnSelection
,
const
kpColor
&
newColor
,
...
...
commands/imagelib/effects/kpEffectClearCommand.h
View file @
a596e86e
...
...
@@ -30,10 +30,10 @@
#define kpEffectClearCommand_H
#include
<kpCommand.h>
#include
"commands/kpCommand.h"
#include
<kpColor.h>
#include
<kpImage.h>
#include
"imagelib/kpColor.h"
#include
"imagelib/kpImage.h"
class
kpEffectClearCommand
:
public
kpCommand
...
...
commands/imagelib/effects/kpEffectCommandBase.cpp
View file @
a596e86e
...
...
@@ -26,13 +26,13 @@
*/
#include
<kpEffectCommandBase.h>
#include
"kpEffectCommandBase.h"
#include <klocale.h>
#include
<kpDefs.h>
#include
<kpDocument.h>
#include
<kpSetOverrideCursorSaver.h>
#include
"kpDefs.h"
#include
"document/kpDocument.h"
#include
"generic/kpSetOverrideCursorSaver.h"
struct
kpEffectCommandBasePrivate
...
...
commands/imagelib/effects/kpEffectCommandBase.h
View file @
a596e86e
...
...
@@ -32,8 +32,8 @@
#include <qwidget.h>
#include
<kpCommand.h>
#include
<kpImage.h>
#include
"commands/kpCommand.h"
#include
"imagelib/kpImage.h"
class
kpEffectCommandBase
:
public
kpCommand
...
...
commands/imagelib/effects/kpEffectEmbossCommand.cpp
View file @
a596e86e
...
...
@@ -29,13 +29,12 @@
#define DEBUG_KP_EFFECT_EMBOSS 0
#include <kpEffectEmbossCommand.h>
#include "kpEffectEmbossCommand.h"
#include "imagelib/effects/kpEffectEmboss.h"
#include <kdebug.h>
#include <klocale.h>
#include <kpEffectEmboss.h>
kpEffectEmbossCommand
::
kpEffectEmbossCommand
(
int
strength
,
bool
actOnSelection
,
...
...
commands/imagelib/effects/kpEffectEmbossCommand.h
View file @
a596e86e
...
...
@@ -30,8 +30,8 @@
#define kpEffectEmbossCommand_H
#include
<kpEffectCommandBase.h>
#include
<kpImage.h>
#include
"kpEffectCommandBase.h"
#include
"imagelib/kpImage.h"
class
kpEffectEmbossCommand
:
public
kpEffectCommandBase
...
...
commands/imagelib/effects/kpEffectFlattenCommand.cpp
View file @
a596e86e
...
...
@@ -29,13 +29,12 @@
#define DEBUG_KP_EFFECT_FLATTEN 0
#include <kpEffectFlattenCommand.h>
#include "kpEffectFlattenCommand.h"
#include "imagelib/effects/kpEffectFlatten.h"
#include <kdebug.h>
#include <klocale.h>
#include <kpEffectFlatten.h>
kpEffectFlattenCommand
::
kpEffectFlattenCommand
(
const
QColor
&
color1
,
const
QColor
&
color2
,
...
...
commands/imagelib/effects/kpEffectFlattenCommand.h
View file @
a596e86e
...
...
@@ -32,8 +32,8 @@
#include <qcolor.h>
#include
<kpEffectCommandBase.h>
#include
<kpImage.h>
#include
"kpEffectCommandBase.h"
#include
"imagelib/kpImage.h"
class
kpEffectFlattenCommand
:
public
kpEffectCommandBase
...
...
commands/imagelib/effects/kpEffectGrayscaleCommand.cpp
View file @
a596e86e
...
...
@@ -26,12 +26,11 @@
*/
#include <kpEffectGrayscaleCommand.h>
#include "kpEffectGrayscaleCommand.h"
#include "imagelib/effects/kpEffectGrayscale.h"
#include <klocale.h>
#include <kpEffectGrayscale.h>
kpEffectGrayscaleCommand
::
kpEffectGrayscaleCommand
(
bool
actOnSelection
,
...
...
commands/imagelib/effects/kpEffectGrayscaleCommand.h
View file @
a596e86e
...
...
@@ -30,8 +30,8 @@
#define kpEffectGrayscaleCommand_H
#include
<kpEffectCommandBase.h>
#include
<kpImage.h>
#include
"kpEffectCommandBase.h"
#include
"imagelib/kpImage.h"
class
kpEffectGrayscaleCommand
:
public
kpEffectCommandBase
...
...
commands/imagelib/effects/kpEffectHSVCommand.cpp
View file @
a596e86e
...
...
@@ -24,8 +24,8 @@
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include
<kpEffectHSVCommand.h>
#include
<kpEffectHSV.h>
#include
"kpEffectHSVCommand.h"
#include
"imagelib/effects/kpEffectHSV.h"
#include <klocale.h>
...
...
commands/imagelib/effects/kpEffectHSVCommand.h
View file @
a596e86e
...
...
@@ -30,7 +30,7 @@
#define kpEffectHSVCommand_H
#include
<kpEffectCommandBase.h>
#include
"kpEffectCommandBase.h"
class
kpEffectHSVCommand
:
public
kpEffectCommandBase
...
...
commands/imagelib/effects/kpEffectInvertCommand.cpp
View file @
a596e86e
...
...
@@ -29,7 +29,10 @@
#define DEBUG_KP_EFFECT_INVERT 0
#include <kpEffectInvertCommand.h>
#include "kpEffectInvertCommand.h"
#include "imagelib/effects/kpEffectInvert.h"
#include "pixmapfx/kpPixmapFX.h"
#include <qcheckbox.h>
#include <qimage.h>
...
...
@@ -39,9 +42,6 @@
#include <kdebug.h>
#include <klocale.h>
#include <kpEffectInvert.h>
#include <kpPixmapFX.h>
kpEffectInvertCommand
::
kpEffectInvertCommand
(
int
channels
,
bool
actOnSelection
,
...
...
commands/imagelib/effects/kpEffectInvertCommand.h
View file @
a596e86e
...
...
@@ -30,8 +30,8 @@
#define kpEffectInvertCommand_H
#include
<kpEffectCommandBase.h>
#include
<kpImage.h>
#include
"kpEffectCommandBase.h"
#include
"imagelib/kpImage.h"
...
...
commands/imagelib/effects/kpEffectReduceColorsCommand.cpp
View file @
a596e86e
...
...
@@ -29,13 +29,13 @@
#define DEBUG_KP_EFFECT_REDUCE_COLORS 0
#include <kpEffectReduceColorsCommand.h>
#include "kpEffectReduceColorsCommand.h"
#include "imagelib/effects/kpEffectReduceColors.h"
#include <kdebug.h>
#include <klocale.h>
#include <kpEffectReduceColors.h>
//---------------------------------------------------------------------
kpEffectReduceColorsCommand
::
kpEffectReduceColorsCommand
(
int
depth
,
bool
dither
,
...
...
commands/imagelib/effects/kpEffectReduceColorsCommand.h
View file @
a596e86e
...
...
@@ -30,9 +30,8 @@
#define kpEffectReduceColorsCommand_H
#include <kpEffectCommandBase.h>
#include <kpImage.h>
#include "kpEffectCommandBase.h"
#include "imagelib/kpImage.h"
class
kpEffectReduceColorsCommand
:
public
kpEffectCommandBase
...
...
commands/imagelib/effects/kpEffectToneEnhanceCommand.cpp
View file @
a596e86e
...
...
@@ -27,13 +27,13 @@
*/
#include <kpEffectToneEnhanceCommand.h>
#include "kpEffectToneEnhanceCommand.h"
#include "imagelib/effects/kpEffectToneEnhance.h"
#include <kdebug.h>
#include <klocale.h>
#include <kpEffectToneEnhance.h>
kpEffectToneEnhanceCommand
::
kpEffectToneEnhanceCommand
(
double
granularity
,
double
amount
,
bool
actOnSelection
,
...
...
commands/imagelib/effects/kpEffectToneEnhanceCommand.h
View file @
a596e86e
...
...
@@ -31,7 +31,7 @@
#define kpEffectToneEnhanceCommand_H
#include
<kpEffectCommandBase.h>
#include
"kpEffectCommandBase.h"
class
kpEffectToneEnhanceCommand
:
public
kpEffectCommandBase
...
...
commands/imagelib/kpDocumentMetaInfoCommand.cpp
View file @
a596e86e
...
...
@@ -26,13 +26,13 @@
*/
#include
<kpDocumentMetaInfoCommand.h>
#include
"kpDocumentMetaInfoCommand.h"
#include <klocale.h>
#include "document/kpDocument.h"
#include "imagelib/kpDocumentMetaInfo.h"
#include "kpDefs.h"
#include <kpDefs.h>
#include <kpDocument.h>
#include <kpDocumentMetaInfo.h>
#include <klocale.h>
struct
kpDocumentMetaInfoCommandPrivate
...
...
commands/imagelib/kpDocumentMetaInfoCommand.h
View file @
a596e86e
...
...
@@ -30,12 +30,11 @@
#define kpDocumentMetaInfoCommand_H
#include
<kpNamedCommand.h>
#include
"commands/kpNamedCommand.h"
class
kpDocumentMetaInfo
;
class
kpDocumentMetaInfoCommand
:
public
kpNamedCommand
{
public:
...
...
commands/imagelib/transforms/kpTransformFlipCommand.cpp
View file @
a596e86e
...
...
@@ -26,7 +26,7 @@
*/
#include
<kpTransformFlipCommand.h>
#include
"kpTransformFlipCommand.h"
#include <qapplication.h>
#include <qgroupbox.h>
...
...
@@ -37,11 +37,11 @@
#include <kdebug.h>
#include <klocale.h>
#include
<kpAbstractImageSelection.h>
#include
<kpCommandEnvironment.h>
#include
<kpDefs.h>
#include
<kpDocument.h>
#include
<kpPixmapFX.h>
#include
"layers/selections/image/kpAbstractImageSelection.h"
#include
"environments/commands/kpCommandEnvironment.h"
#include
"kpDefs.h"
#include
"document/kpDocument.h"
#include
"pixmapfx/kpPixmapFX.h"
//---------------------------------------------------------------------
...
...
commands/imagelib/transforms/kpTransformFlipCommand.h
View file @
a596e86e
...
...
@@ -30,7 +30,7 @@
#define kpTransformFlipCommand_H
#include
<kpCommand.h>
#include
"commands/kpCommand.h"
class
kpTransformFlipCommand
:
public
kpCommand
...
...
commands/imagelib/transforms/kpTransformResizeScaleCommand.cpp
View file @
a596e86e
...
...
@@ -30,7 +30,16 @@
#define DEBUG_KP_TOOL_RESIZE_SCALE_DIALOG 0
#include <kpTransformResizeScaleCommand.h>
#include "kpTransformResizeScaleCommand.h"
#include "layers/selections/image/kpAbstractImageSelection.h"
#include "environments/commands/kpCommandEnvironment.h"
#include "kpDefs.h"
#include "document/kpDocument.h"
#include "layers/selections/image/kpFreeFormImageSelection.h"
#include "pixmapfx/kpPixmapFX.h"
#include "layers/selections/image/kpRectangularImageSelection.h"
#include "layers/selections/text/kpTextSelection.h"