https://bugs.kde.org/show_bug.cgi?id=389271

Dmitry Kazakov <dimul...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://commits.kde.org/kri
                   |                            |ta/5cdb9a4fcf225b9da501f1fd
                   |                            |edb5ce9b832741ab
             Status|ASSIGNED                    |RESOLVED
         Resolution|FIXED                       |FIXED
             Status|RESOLVED                    |ASSIGNED
      Latest Commit|https://commits.kde.org/kri |
                   |ta/5cdb9a4fcf225b9da501f1fd |
                   |edb5ce9b832741ab            |

--- Comment #12 from Dmitry Kazakov <dimul...@gmail.com> ---
Git commit 5cdb9a4fcf225b9da501f1fdedb5ce9b832741ab by Dmitry Kazakov.
Committed on 02/02/2018 at 16:00.
Pushed by dkazakov into branch 'master'.

Implement cloning of a TextShape

The shape itself is cloned correctly now. But it is still not
saved correctly into SVG. It looks like QSvgGenerator writes wrong
font height for some reason.

At least there are no crashes atm

M  +10   -1    libs/flake/KoFrameShape.cpp
M  +5    -0    libs/flake/KoFrameShape.h
M  +31   -1    plugins/flake/textshape/TextShape.cpp
M  +4    -0    plugins/flake/textshape/TextShape.h
M  +5    -1    plugins/flake/textshape/textlayout/KoTextShapeData.cpp

https://commits.kde.org/krita/5cdb9a4fcf225b9da501f1fdedb5ce9b832741ab

--- Comment #13 from Dmitry Kazakov <dimul...@gmail.com> ---
Git commit 4934b7e38a3a3cad3af06c2fe60e0578b04aed61 by Dmitry Kazakov.
Committed on 02/02/2018 at 10:34.
Pushed by dkazakov into branch 'master'.

Remove AnnotationTextShape and (almost) everything related to it

D  +0    -173  plugins/flake/textshape/AnnotationTextShape.cpp
D  +0    -88   plugins/flake/textshape/AnnotationTextShape.h
D  +0    -135  plugins/flake/textshape/AnnotationTextShapeFactory.cpp
D  +0    -39   plugins/flake/textshape/AnnotationTextShapeFactory.h
M  +1    -38   plugins/flake/textshape/CMakeLists.txt
D  +0    -98   plugins/flake/textshape/ChangeTracker.cpp
D  +0    -50   plugins/flake/textshape/ChangeTracker.h
D  +0    -394  plugins/flake/textshape/ReferencesTool.cpp
D  +0    -136  plugins/flake/textshape/ReferencesTool.h
D  +0    -46   plugins/flake/textshape/ReferencesToolFactory.cpp
D  +0    -34   plugins/flake/textshape/ReferencesToolFactory.h
D  +0    -127  plugins/flake/textshape/ReviewTool.cpp
D  +0    -72   plugins/flake/textshape/ReviewTool.h
D  +0    -51   plugins/flake/textshape/ReviewToolFactory.cpp
D  +0    -34   plugins/flake/textshape/ReviewToolFactory.h
M  +0    -6    plugins/flake/textshape/TextPlugin.cpp
M  +2    -29   plugins/flake/textshape/TextTool.cpp
M  +1    -2    plugins/flake/textshape/TextToolFactory.cpp
D  +0    -164  plugins/flake/textshape/dialogs/CitationInsertionDialog.cpp
D  +0    -47   plugins/flake/textshape/dialogs/CitationInsertionDialog.h
D  +0    -609  plugins/flake/textshape/dialogs/CitationInsertionDialog.ui
D  +0    -169  plugins/flake/textshape/dialogs/InsertBibliographyDialog.cpp
D  +0    -56   plugins/flake/textshape/dialogs/InsertBibliographyDialog.h
D  +0    -276  plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui
D  +0    -299  plugins/flake/textshape/dialogs/LinkInsertionDialog.cpp
D  +0    -84   plugins/flake/textshape/dialogs/LinkInsertionDialog.h
D  +0    -218  plugins/flake/textshape/dialogs/LinkInsertionDialog.ui
D  +0    -55   plugins/flake/textshape/dialogs/ManageBookmark.ui
D  +0    -177  plugins/flake/textshape/dialogs/ManageBookmarkDialog.cpp
D  +0    -76   plugins/flake/textshape/dialogs/ManageBookmarkDialog.h
D  +0    -235  plugins/flake/textshape/dialogs/NotesConfigurationDialog.cpp
D  +0    -60   plugins/flake/textshape/dialogs/NotesConfigurationDialog.h
D  +0    -352  plugins/flake/textshape/dialogs/NotesConfigurationDialog.ui
D  +0    -13   plugins/flake/textshape/dialogs/SimpleAnnotationWidget.cpp
D  +0    -26   plugins/flake/textshape/dialogs/SimpleAnnotationWidget.h
D  +0    -64   plugins/flake/textshape/dialogs/SimpleAnnotationWidget.ui
D  +0    -40   plugins/flake/textshape/dialogs/SimpleCaptionsWidget.cpp
D  +0    -52   plugins/flake/textshape/dialogs/SimpleCaptionsWidget.h
D  +0    -82   plugins/flake/textshape/dialogs/SimpleCaptionsWidget.ui
D  +0    -127 
plugins/flake/textshape/dialogs/SimpleCitationBibliographyWidget.cpp
D  +0    -68  
plugins/flake/textshape/dialogs/SimpleCitationBibliographyWidget.h
D  +0    -80  
plugins/flake/textshape/dialogs/SimpleCitationBibliographyWidget.ui
D  +0    -48   plugins/flake/textshape/dialogs/SimpleFootEndNotesWidget.cpp
D  +0    -46   plugins/flake/textshape/dialogs/SimpleFootEndNotesWidget.h
D  +0    -88   plugins/flake/textshape/dialogs/SimpleFootEndNotesWidget.ui
D  +0    -94   plugins/flake/textshape/dialogs/SimpleLinksWidget.cpp
D  +0    -53   plugins/flake/textshape/dialogs/SimpleLinksWidget.h
D  +0    -90   plugins/flake/textshape/dialogs/SimpleLinksWidget.ui
D  +0    -38   plugins/flake/textshape/dialogs/SimpleSpellCheckingWidget.cpp
D  +0    -43   plugins/flake/textshape/dialogs/SimpleSpellCheckingWidget.h
D  +0    -54   plugins/flake/textshape/dialogs/SimpleSpellCheckingWidget.ui
D  +0    -125  plugins/flake/textshape/dialogs/SimpleTableOfContentsWidget.cpp
D  +0    -68   plugins/flake/textshape/dialogs/SimpleTableOfContentsWidget.h
D  +0    -95   plugins/flake/textshape/dialogs/SimpleTableOfContentsWidget.ui
D  +0    -109  plugins/flake/textshape/dialogs/SpecialButton.cpp
D  +0    -49   plugins/flake/textshape/dialogs/SpecialButton.h
D  +0    -160  plugins/flake/textshape/dialogs/StylesWidget.cpp
D  +0    -77   plugins/flake/textshape/dialogs/StylesWidget.h
D  +0    -28   plugins/flake/textshape/dialogs/StylesWidget.ui

https://commits.kde.org/krita/4934b7e38a3a3cad3af06c2fe60e0578b04aed61

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to