[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/koffice-essen
From:       Casper Boemann <cbr () boemann ! dk>
Date:       2010-09-14 8:21:36
Message-ID: 20100914082136.71B4DAC871 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1175109 by boemann:

------------------------------------------------------------------------
r1174661 | lassin | 2010-09-13 09:15:51 +0200 (Mon, 13 Sep 2010) | 2 lines
Changed paths:
   M /trunk/koffice/filters/libmsooxml/MsooXmlCommonReaderDrawingMLImpl.h

Fixed pptx cases where slidelayout styles were overridden by master.


------------------------------------------------------------------------
r1174700 | lassin | 2010-09-13 09:50:28 +0200 (Mon, 13 Sep 2010) | 2 lines
Changed paths:
   M /trunk/koffice/filters/libmsooxml/MsooXmlCommonReaderDrawingMLImpl.h
   M /trunk/koffice/filters/libmsooxml/MsooXmlThemesReader.cpp
   M /trunk/koffice/filters/libmsooxml/MsooXmlThemesReader.h

Fixed drawingML font in case of major/minor font.


------------------------------------------------------------------------
r1174704 | rempt | 2010-09-13 09:51:38 +0200 (Mon, 13 Sep 2010) | 1 line
Changed paths:
   M /trunk/koffice/libs/pigment/compositeops/KoCompositeOpSoftlight.h
   M /trunk/koffice/libs/pigment/compositeops/KoCompositeOps.h

some work on softlight

------------------------------------------------------------------------
r1174707 | rempt | 2010-09-13 09:51:57 +0200 (Mon, 13 Sep 2010) | 4 lines
Changed paths:
   M /trunk/koffice/libs/flake/KoCanvasController.h

Explain the design of KoCanvasController a bit more

(And yes, there is more than one implementation of KoCanvasController,
it's just that not all of them are in the KOffice tree).
------------------------------------------------------------------------
r1174708 | rempt | 2010-09-13 09:51:58 +0200 (Mon, 13 Sep 2010) | 1 line
Changed paths:
   M /trunk/koffice/libs/pigment/tests/TestKoColorSpaceSanity.cpp

Fix warning
------------------------------------------------------------------------
r1174709 | rempt | 2010-09-13 09:52:00 +0200 (Mon, 13 Sep 2010) | 1 line
Changed paths:
   M /trunk/koffice/krita/image/kis_paint_device.h

add deprecation
------------------------------------------------------------------------
r1174710 | rempt | 2010-09-13 09:52:03 +0200 (Mon, 13 Sep 2010) | 3 lines
Changed paths:
   M /trunk/koffice/krita/ui/canvas/kis_canvas2.cpp
   M /trunk/koffice/krita/ui/kis_control_frame.cpp
   M /trunk/koffice/krita/ui/kis_control_frame.h
   M /trunk/koffice/krita/ui/kis_paintop_box.cc
   M /trunk/koffice/krita/ui/kis_paintop_box.h

Start rearranging the paintop toolbar following Deevad's suggestions

Still wip, though.

------------------------------------------------------------------------
r1174831 | uzak | 2010-09-13 12:11:55 +0200 (Mon, 13 Sep 2010) | 2 lines
Changed paths:
   M /trunk/koffice/filters/kword/msword-odf/graphicshandler.cpp
   M /trunk/koffice/filters/kword/msword-odf/graphicshandler.h

DOC: Added processing of default properties for all drawing objects.


------------------------------------------------------------------------
r1174852 | lassin | 2010-09-13 13:57:50 +0200 (Mon, 13 Sep 2010) | 2 lines
Changed paths:
   M /trunk/koffice/filters/kpresenter/pptx/PptxXmlSlideReader.cpp
   M /trunk/koffice/filters/libmsooxml/MsooXmlCommonReaderDrawingMLImpl.h

Fixed an issue where images from slidemaster where not forwarded to slides.

------------------------------------------------------------------------
r1174853 | berger | 2010-09-13 14:04:32 +0200 (Mon, 13 Sep 2010) | 6 lines
Changed paths:
   M /trunk/koffice/krita/plugins/colorspaces/ctlcs/ctlcompositeops/over.ctlt

Fix: normal composite op does not work for YCbCr colorspaces.

This is a workaround, the actual bug is caused by the use of unsigned integer that \
overflow

CCBUG: 226217

------------------------------------------------------------------------
r1174854 | zander | 2010-09-13 14:12:37 +0200 (Mon, 13 Sep 2010) | 3 lines
Changed paths:
   M /trunk/koffice/krita/Messages.sh

Don't extract strings from unit tests

Reviewed-by: Pinotree

------------------------------------------------------------------------
r1174857 | rempt | 2010-09-13 14:19:43 +0200 (Mon, 13 Sep 2010) | 1 line
Changed paths:
   M /trunk/koffice/libs/pigment/compositeops/KoCompositeOpSoftlight.h
   M /trunk/koffice/libs/pigment/compositeops/KoCompositeOps.h

softlight looks ok now, thanks to Pentalis

------------------------------------------------------------------------
r1174862 | lassin | 2010-09-13 14:41:34 +0200 (Mon, 13 Sep 2010) | 2 lines
Changed paths:
   M /trunk/koffice/filters/kpresenter/pptx/PptxXmlSlideReader.cpp
   M /trunk/koffice/filters/libmsooxml/MsooXmlCommonReaderDrawingMLImpl.h

Fixed line style bugs in pptx.


------------------------------------------------------------------------
r1174873 | langkamp | 2010-09-13 15:14:00 +0200 (Mon, 13 Sep 2010) | 3 lines
Changed paths:
   M /trunk/koffice/krita/plugins/paintops/libbrush/kis_abr_brush.cpp
   M /trunk/koffice/krita/plugins/paintops/libbrush/kis_gbr_brush.cpp
   M /trunk/koffice/krita/plugins/paintops/libpaintop/kis_brush_option.cpp
   M /trunk/koffice/libs/pigment/resources/KoResource.cpp
   M /trunk/koffice/libs/pigment/resources/KoResource.h
   M /trunk/koffice/libs/widgets/KoResourceServer.h

only use filename and not complete path to identify resources
BUG:250675


------------------------------------------------------------------------
r1174881 | langkamp | 2010-09-13 15:38:25 +0200 (Mon, 13 Sep 2010) | 3 lines
Changed paths:
   M /trunk/koffice/krita/plugins/paintops/libbrush/kis_abr_brush_collection.cpp

fix abr brush name
BUG:250719


------------------------------------------------------------------------
r1174897 | lassin | 2010-09-13 16:12:08 +0200 (Mon, 13 Sep 2010) | 2 lines
Changed paths:
   M /trunk/koffice/filters/kpresenter/pptx/PptxXmlSlideReader.cpp
   M /trunk/koffice/filters/libmsooxml/MsooXmlCommonReaderDrawingMLImpl.h
   M /trunk/koffice/filters/libmsooxml/MsooXmlCommonReaderDrawingMLMethods.h

Initial fix for missing connector shapes in drawingML.


------------------------------------------------------------------------
r1174905 | uzak | 2010-09-13 16:26:43 +0200 (Mon, 13 Sep 2010) | 2 lines
Changed paths:
   M /trunk/koffice/filters/libmso/drawstyle.cpp
   M /trunk/koffice/filters/libmso/drawstyle.h
   M /trunk/koffice/filters/libmso/generated/mso.jar
   M /trunk/koffice/filters/libmso/generated/simpleParser.cpp
   M /trunk/koffice/filters/libmso/generated/simpleParser.h

Support ShadowStyleBooleanProperties, ShadowColor and ShadowType.


------------------------------------------------------------------------
r1174923 | rempt | 2010-09-13 17:34:24 +0200 (Mon, 13 Sep 2010) | 1 line
Changed paths:
   M /trunk/koffice/krita/ui/kis_paintop_box.cc

uncomment accidentally commented lines

------------------------------------------------------------------------
r1174930 | uzak | 2010-09-13 17:50:41 +0200 (Mon, 13 Sep 2010) | 2 lines
Changed paths:
   M /trunk/koffice/filters/kword/msword-odf/graphicshandler.cpp

DOC: Improved processing of shadow related properties.


------------------------------------------------------------------------
r1174936 | lukast | 2010-09-13 18:09:07 +0200 (Mon, 13 Sep 2010) | 3 lines
Changed paths:
   M /trunk/koffice/krita/image/kis_curve_rect_mask_generator.cpp

Fix crash with rotated softbrush in rectangle mode.

BUG:250621

------------------------------------------------------------------------
r1174997 | uzak | 2010-09-13 22:42:14 +0200 (Mon, 13 Sep 2010) | 2 lines
Changed paths:
   M /trunk/koffice/filters/libmso/generated/mso.jar
   M /trunk/koffice/filters/libmso/generated/simpleParser.cpp
   M /trunk/koffice/filters/libmso/generated/simpleParser.h

Merged mso.xml with changes from r1159671 and regenerated the parser.


------------------------------------------------------------------------
r1174999 | staniek | 2010-09-13 22:45:22 +0200 (Mon, 13 Sep 2010) | 6 lines
Changed paths:
   M /trunk/koffice/kexi/formeditor/WidgetTreeWidget.cpp
   M /trunk/koffice/kexi/formeditor/WidgetTreeWidget.h
   A /trunk/koffice/kexi/pics/hi16-action-tabwidget-tab.png
   A /trunk/koffice/kexi/pics/hi22-action-tabwidget-tab.png

Forms
*Widgets Tree:
**select tab widget instead when clicking tab items
**tab icon added for tab items



------------------------------------------------------------------------
r1175005 | adamc | 2010-09-13 23:14:47 +0200 (Mon, 13 Sep 2010) | 2 lines
Changed paths:
   M /trunk/koffice/libs/flake/KoSelection.cpp
   M /trunk/koffice/libs/flake/tests/TestShapeContainer.cpp
   M /trunk/koffice/libs/flake/tests/TestShapeContainer.h

add test for selection rect bug (http://reviewboard.kde.org/r/5253/)

------------------------------------------------------------------------
r1175006 | staniek | 2010-09-13 23:18:50 +0200 (Mon, 13 Sep 2010) | 5 lines
Changed paths:
   M /trunk/koffice/kexi/formeditor/WidgetTreeWidget.cpp
   M /trunk/koffice/kexi/formeditor/WidgetTreeWidget.h

Forms
*Widgets Tree:
**context menu has the same strategy as clicking tabs


------------------------------------------------------------------------
r1175007 | staniek | 2010-09-13 23:19:12 +0200 (Mon, 13 Sep 2010) | 2 lines
Changed paths:
   M /trunk/koffice/kexi/doc/dev/CHANGELOG-Kexi-js

SVN_SILENT update


------------------------------------------------------------------------
r1175025 | staniek | 2010-09-14 00:27:15 +0200 (Tue, 14 Sep 2010) | 3 lines
Changed paths:
   M /trunk/koffice/kexi/formeditor/WidgetTreeWidget.h
   M /trunk/koffice/kexi/plugins/forms/kexiformpart.cpp

Forms
*proper margin for the widgets tree box


------------------------------------------------------------------------
r1175098 | lassin | 2010-09-14 09:25:20 +0200 (Tue, 14 Sep 2010) | 2 lines
Changed paths:
   M /trunk/koffice/filters/libmsooxml/MsooXmlCommonReaderDrawingMLImpl.h
   M /trunk/koffice/filters/libmsooxml/MsooXmlUtils.cpp
   M /trunk/koffice/filters/libmsooxml/MsooXmlUtils.h

Improved drawingML rotation in case there was flipping.


------------------------------------------------------------------------
r1175106 | rempt | 2010-09-14 10:01:09 +0200 (Tue, 14 Sep 2010) | 1 line
Changed paths:
   M /trunk/koffice/plugins/textshape/TextShape.cpp

fix typo
------------------------------------------------------------------------
r1175107 | lassin | 2010-09-14 10:15:22 +0200 (Tue, 14 Sep 2010) | 2 lines
Changed paths:
   M /trunk/koffice/filters/kpresenter/pptx/PptxXmlSlideReader.cpp
   M /trunk/koffice/filters/kpresenter/pptx/PptxXmlSlideReader.h
   M /trunk/koffice/filters/libmsooxml/MsooXmlCommonReaderDrawingMLImpl.h

Fixed pptx issue where pictures from layout would not be shown in the slides.




 _M            . (directory)  
 M  +15 -9     filters/kpresenter/pptx/PptxXmlSlideReader.cpp  
 M  +3 -0      filters/kpresenter/pptx/PptxXmlSlideReader.h  
 M  +28 -13    filters/kword/msword-odf/graphicshandler.cpp  
 M  +13 -4     filters/kword/msword-odf/graphicshandler.h  
 M  +13 -0     filters/libmso/drawstyle.cpp  
 M  +6 -3      filters/libmso/drawstyle.h  
 M             filters/libmso/generated/mso.jar  
 M  +116 -116  filters/libmso/generated/simpleParser.cpp  
 M  +87 -79    filters/libmso/generated/simpleParser.h  
 M  +279 -141  filters/libmsooxml/MsooXmlCommonReaderDrawingMLImpl.h  
 M  +8 -1      filters/libmsooxml/MsooXmlCommonReaderDrawingMLMethods.h  
 M  +72 -3     filters/libmsooxml/MsooXmlThemesReader.cpp  
 M  +2 -0      filters/libmsooxml/MsooXmlThemesReader.h  
 M  +6 -1      filters/libmsooxml/MsooXmlUtils.cpp  
 M  +2 -1      filters/libmsooxml/MsooXmlUtils.h  
 M  +3 -2      kexi/doc/dev/CHANGELOG-Kexi-js  
 M  +37 -7     kexi/formeditor/WidgetTreeWidget.cpp  
 M  +7 -2      kexi/formeditor/WidgetTreeWidget.h  
 A             kexi/pics/hi16-action-tabwidget-tab.png   \
trunk/koffice/kexi/pics/hi16-action-tabwidget-tab.png#1175107  A             \
kexi/pics/hi22-action-tabwidget-tab.png   \
trunk/koffice/kexi/pics/hi22-action-tabwidget-tab.png#1175107  M  +16 -8     \
kexi/plugins/forms/kexiformpart.cpp    M  +1 -1      krita/Messages.sh  
 M  +7 -0      krita/image/kis_curve_rect_mask_generator.cpp  
 M  +11 -1     krita/image/kis_paint_device.h  
 M  +2 -1      krita/plugins/colorspaces/ctlcs/ctlcompositeops/over.ctlt  
 M  +1 -1      krita/plugins/paintops/libbrush/kis_abr_brush.cpp  
 M  +1 -1      krita/plugins/paintops/libbrush/kis_abr_brush_collection.cpp  
 M  +1 -1      krita/plugins/paintops/libbrush/kis_gbr_brush.cpp  
 M  +1 -1      krita/plugins/paintops/libpaintop/kis_brush_option.cpp  
 M  +1 -0      krita/ui/canvas/kis_canvas2.cpp  
 M  +0 -22     krita/ui/kis_control_frame.cpp  
 M  +1 -2      krita/ui/kis_control_frame.h  
 M  +29 -7     krita/ui/kis_paintop_box.cc  
 M  +2 -0      krita/ui/kis_paintop_box.h  
 M  +14 -10    libs/flake/KoCanvasController.h  
 M  +2 -0      libs/flake/KoSelection.cpp  
 M  +69 -0     libs/flake/tests/TestShapeContainer.cpp  
 M  +1 -0      libs/flake/tests/TestShapeContainer.h  
 M  +15 -16    libs/pigment/compositeops/KoCompositeOpSoftlight.h  
 M  +6 -0      libs/pigment/resources/KoResource.cpp  
 M  +3 -0      libs/pigment/resources/KoResource.h  
 M  +2 -2      libs/pigment/tests/TestKoColorSpaceSanity.cpp  
 M  +6 -6      libs/widgets/KoResourceServer.h  
 M  +1 -1      plugins/textshape/TextShape.cpp  


http://websvn.kde.org/?view=rev&revision=1175109


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic