[scribus-dev] Scribus CTL

Khaled Hosny khaledhosny at eglug.org
Mon Mar 21 15:54:39 UTC 2016


On Sun, Mar 13, 2016 at 11:18:24PM +0100, Craig Bradney wrote:
> 
> Ok, looking forward to it. I’m still building every few days and testing some stuff.

We are almost ready to submit a patch (I’m debugging some small issue
with text on path and want to do some trivial cleanups, but otherwise we
are ready to go). So how do you want me to submit the patch, a one big
patch or a number of small patches (though it would be hard to split the
patches in any meaningful way, the changes are interdependent)?

Here is the current summary of files changed:

 scribus/canvas.cpp                                 |    2 +
 scribus/canvasmode.cpp                             |  128 +-
 scribus/fonts/scface.h                             |    7 +
 scribus/pageitem.cpp                               |  348 +---
 scribus/pageitem.h                                 |    2 +-
 scribus/pageitem_pathtext.cpp                      |  123 +-
 scribus/pageitem_textframe.cpp                     | 1699 ++++++++------------
 scribus/pageitem_textframe.h                       |    3 +
 scribus/pdflib_core.cpp                            | 1230 +++++---------
 scribus/pdflib_core.h                              |    5 +-
 scribus/plugins/export/svgexplugin/svgexplugin.cpp |  761 ++-------
 scribus/plugins/export/svgexplugin/svgexplugin.h   |    8 +-
 scribus/plugins/export/xpsexport/xpsexplugin.cpp   |  885 ++--------
 scribus/plugins/export/xpsexport/xpsexplugin.h     |    7 +-
 scribus/pslib.cpp                                  | 1120 ++-----------
 scribus/pslib.h                                    |    5 +-
 scribus/scpageoutput.cpp                           |  584 ++-----
 scribus/scpageoutput.h                             |    4 +-
 scribus/scpainter.cpp                              |   16 +
 scribus/scpainter.h                                |    5 +
 scribus/scribusdoc.cpp                             |  202 +--
 scribus/scribusview.cpp                            |   12 +-
 scribus/sctextstruct.cpp                           |   16 +-
 scribus/sctextstruct.h                             |   98 +-
 scribus/text/CMakeLists.txt                        |    5 +
 scribus/text/boxes.cpp                             |  637 ++++++++
 scribus/text/boxes.h                               |  238 +++
 scribus/text/screenpainter.cpp                     |  349 ++++
 scribus/text/screenpainter.h                       |   44 +
 scribus/text/storytext.cpp                         |   44 +-
 scribus/text/storytext.h                           |    4 +-
 scribus/text/textlayout.cpp                        |  314 ++--
 scribus/text/textlayout.h                          |   43 +-
 scribus/text/textlayoutpainter.cpp                 |  129 ++
 scribus/text/textlayoutpainter.h                   |  116 ++
 scribus/third_party/rtf-qt/CMakeLists.txt          |    1 +
 36 files changed, 3548 insertions(+), 5646 deletions(-)

Regards,
Khaled



More information about the scribus-dev mailing list