Revision 8cdbaad...
Go back to digest for 13th March 2011Other in Office
C. Boemann committed changes in [calligra/text-layoutrestructure-boemann] /:
Move text layout out from kotext and textshape into a new library called
textlayout.
The actual layout is disabled, and Words is also disabled, but all
applications should compile, and it should be possible to load and edit text.
Though naturally without layout you will not be able to see anything yet.
File Changes
Added 52 files
- /textlayout
- libs/CMakeLists.txt
- libs/FloatingAnchorStrategy.cpp
- libs/FloatingAnchorStrategy.h
- libs/HierarchicalCursor.h
- libs/InlineAnchorStrategy.cpp
- libs/InlineAnchorStrategy.h
- libs/InlineObjectExtend.h
- libs/KoPageProvider.cpp
- libs/KoPageProvider.h
- libs/KoStyleThumbnailer.cpp
- libs/KoStyleThumbnailer.h
- libs/kotext_export.h
- libs/KoTextBlockBorderData.cpp
- libs/KoTextBlockBorderData.h
- libs/KoTextBlockData.cpp
- libs/KoTextBlockData.h
- libs/KoTextBlockPaintStrategyBase.cpp
- libs/KoTextBlockPaintStrategyBase.h
- libs/KoTextDocumentLayout.cpp
- libs/KoTextDocumentLayout.h
- libs/KoTextLayoutArea.cpp
- libs/KoTextLayoutArea.h
- libs/KoTextLayoutRootArea.cpp
- libs/KoTextLayoutRootArea.h
- libs/KoTextLayoutRootAreaProvider.h
- libs/KoTextLayoutSectionArea.cpp
- libs/KoTextLayoutSectionArea.h
- libs/KoTextPage.cpp
- libs/KoTextPage.h
- libs/KoTextShapeContainerModel.cpp
- libs/KoTextShapeContainerModel.h
- libs/Layout.cpp
- libs/Layout.h
- libs/ListItemsHelper.cpp
- libs/ListItemsHelper.h
- libs/Mainpage.dox
- libs/Outline.cpp
- libs/Outline.h
- libs/TableLayout.cpp
- libs/TableLayout.h
- libs/TableLayoutData.cpp
- libs/TableLayoutData.h
- libs/TextLine.cpp
- libs/TextLine.h
- libs/tests/CMakeLists.txt
- libs/tests/MockTextShape.h
- libs/tests/TestBorder.cpp
- libs/tests/TestBorder.h
- libs/tests/TestDocumentLayout.cpp
- libs/tests/TestDocumentLayout.h
- libs/tests/TestKoTableColumnAndRowStyleManager.cpp
- libs/tests/TestKoTableColumnAndRowStyleManager.h
Deleted 20 files
- libs/kotext/KoTextDocumentLayout.cpp
- libs/kotext/KoTextDocumentLayout.h
- libs/kotext/KoTextShapeContainerModel.cpp
- libs/kotext/KoTextShapeContainerModel.h
- plugins/textshape/FloatingAnchorStrategy.cpp
- plugins/textshape/FloatingAnchorStrategy.h
- plugins/textshape/InlineAnchorStrategy.cpp
- plugins/textshape/InlineAnchorStrategy.h
- plugins/textshape/Layout.cpp
- plugins/textshape/Layout.h
- plugins/textshape/ListItemsHelper.cpp
- plugins/textshape/ListItemsHelper.h
- plugins/textshape/Outline.cpp
- plugins/textshape/Outline.h
- plugins/textshape/TableLayout.cpp
- plugins/textshape/TableLayout.h
- plugins/textshape/TableLayoutData.cpp
- plugins/textshape/TableLayoutData.h
- plugins/textshape/TextLine.cpp
- plugins/textshape/TextLine.h
Modified 59 files
- CMakeLists.txt
- libs/CMakeLists.txt
- plugins/CMakeLists.txt
- tables/CMakeLists.txt
- kpresenter/part/CMakeLists.txt
- krita/ui/CMakeLists.txt
- libs/kopageapp/CMakeLists.txt
- libs/kopageapp/KoPAView.cpp
- libs/kotext/CMakeLists.txt
- libs/kotext/KoBookmark.cpp
- libs/kotext/KoBookmark.h
- libs/kotext/KoInlineObject.cpp
- libs/kotext/KoInlineObject.h
- libs/kotext/KoTextAnchor.cpp
- libs/kotext/KoTextAnchor.h
- libs/kotext/KoTextDebug.cpp
- libs/kotext/KoTextDocument.cpp
- libs/kotext/KoTextDocument.h
- libs/kotext/KoTextEditor.cpp
- libs/kotext/KoTextLocator.cpp
- libs/kotext/KoTextMeta.cpp
- libs/kotext/KoTextMeta.h
- libs/kotext/KoTextPaste.cpp
- libs/kotext/KoTextPaste.h
- libs/kotext/KoTextReference.cpp
- libs/kotext/KoTextReference.h
- libs/kotext/KoTextShapeData.cpp
- libs/kotext/KoTextShapeData.h
- libs/kotext/KoVariable.cpp
- libs/kotext/KoVariable.h
- plugins/chartshape/CMakeLists.txt
- plugins/paragraphtool/CMakeLists.txt
- plugins/textshape/CMakeLists.txt
- plugins/textshape/ReviewTool.cpp
- plugins/textshape/TextShape.cpp
- plugins/textshape/TextShape.h
- plugins/textshape/TextShapeFactory.cpp
- plugins/textshape/TextTool.cpp
- plugins/textshape/TextTool.h
- plugins/textshape/ToCGenerator.cpp
- tables/shape/CMakeLists.txt
- tables/shape/TablePageManager.cpp
- libs/kotext/changetracker/KoChangeTracker.cpp
- libs/kotext/opendocument/KoTextLoader.cpp
- libs/kotext/opendocument/KoTextWriter.cpp
- libs/kotext/opendocument/KoTextWriter.h
- libs/kotext/styles/KoListStyle.h
- libs/kotext/styles/KoParagraphStyle.cpp
- libs/kotext/styles/KoStyleManager.cpp
- libs/kotext/styles/KoStyleManager.h
- plugins/textshape/commands/AutoResizeCommand.cpp
- plugins/textshape/commands/AutoResizeCommand.h
- plugins/textshape/commands/ShowChangesCommand.cpp
- plugins/textshape/commands/TextPasteCommand.cpp
- plugins/textshape/dialogs/ParagraphBulletsNumbers.h
- plugins/textshape/dialogs/SimpleCharacterWidget.cpp
- plugins/textshape/dialogs/SimpleParagraphWidget.cpp
- plugins/textshape/dialogs/StylesModel.cpp
- plugins/textshape/dialogs/StylesModel.h
131 files changed in total