Skip to content
  • Casper Boemann's avatar
    ------------------------------------------------------------------------ · 3024eefe
    Casper Boemann authored
    r1178050 | ingwa | 2010-09-22 09:36:24 +0200 (Wed, 22 Sep 2010) | 9 lines
    Changed paths:
       M /trunk/koffice/plugins/vectorshape/WmfPainter.cpp
    
    Fix handling of SetWindowOrg when there are more than one of them in a
    WMF file.
    
    I expect this one to fix a lot of strange renderings.
    
    NOTE: There is still something wrong with the calculation of the
          boundingbox when there are many SetWindowOrg's.
    
    
    
    ------------------------------------------------------------------------
    r1178055 | langkamp | 2010-09-22 09:42:21 +0200 (Wed, 22 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/krita/image/kis_convolution_worker_spatial.h
    
    fix some problem in convolution worker, unit test almost works now
    
    ------------------------------------------------------------------------
    r1178152 | lassin | 2010-09-22 10:43:06 +0200 (Wed, 22 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
       M /trunk/koffice/filters/libmsooxml/MsooXmlCommonReaderDrawingMLMethods.h
    
    Fixed text position in frames in pptx files.
    
    
    ------------------------------------------------------------------------
    r1178158 | scripty | 2010-09-22 10:49:32 +0200 (Wed, 22 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/filters/kspread/excel/export/kspread_excel_export.desktop
       M /trunk/koffice/filters/kword/dcm/kword_dcm_import.desktop
       M /trunk/koffice/filters/kword/html-odf/html-odf_export.desktop
       M /trunk/koffice/kpresenter/plugins/pageeffects/fade/kpr_pageeffect_fade.desktop
       M /trunk/koffice/krita/data/templates/comics/.directory
       M /trunk/koffice/krita/data/templates/comics/BD-EuroTemplate.desktop
       M /trunk/koffice/krita/data/templates/comics/Comics-USTemplate.desktop
       M /trunk/koffice/krita/data/templates/comics/Manga-JpTemplate.desktop
       M /trunk/koffice/krita/data/templates/comics/a4_waffle_grid.desktop
       M /trunk/koffice/krita/plugins/filters/phongbumpmap/kritaphongbumpmapfilter.desktop
       M /trunk/koffice/krita/plugins/paintops/hatching/kritahatchingpaintop.desktop
       M /trunk/koffice/krita/plugins/paintops/sketch/kritasketchpaintop.desktop
       M /trunk/koffice/krita/plugins/paintops/waterymixbrush/kritawaterymixpaintop.desktop
       M /trunk/koffice/plugins/commentshape/commentshape.desktop
       M /trunk/koffice/plugins/treeshape/treeshape.desktop
       M /trunk/koffice/tools/f-office/freoffice.desktop
       M /trunk/koffice/tools/okularodpgenerator/libokularGenerator_odp.desktop
       M /trunk/koffice/tools/okularodpgenerator/okularApplication_odp.desktop
       M /trunk/koffice/tools/okularodpgenerator/okularOdp.desktop
    
    SVN_SILENT made messages (.desktop file)
    
    ------------------------------------------------------------------------
    r1178186 | lukast | 2010-09-22 12:25:31 +0200 (Wed, 22 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/krita/plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_factory.cpp
    
    Add whitelisted COPY to duplicate
    
    ------------------------------------------------------------------------
    r1178188 | mkruisselbrink | 2010-09-22 12:48:12 +0200 (Wed, 22 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/filters/kspread/xlsx/XlsxXmlStylesReader.cpp
    
    properly convert rotation angle
    ------------------------------------------------------------------------
    r1178189 | mkruisselbrink | 2010-09-22 12:48:20 +0200 (Wed, 22 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/filters/kspread/xlsx/XlsxXmlStylesReader.cpp
    
    excel right-aligns text with certain angles of rotation by default, so mimic that behavior
    ------------------------------------------------------------------------
    r1178190 | mkruisselbrink | 2010-09-22 12:48:22 +0200 (Wed, 22 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/kspread/ui/CellView.cpp
    
    take textX into account to support center/right aligned rotated text
    ------------------------------------------------------------------------
    r1178191 | mkruisselbrink | 2010-09-22 12:48:24 +0200 (Wed, 22 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/kspread/ui/CellView.cpp
    
    don't truncate rotated text, even if it does not fit entirely in the cell
    
    ------------------------------------------------------------------------
    r1178232 | lassin | 2010-09-22 14:47:04 +0200 (Wed, 22 Sep 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/filters/libmsooxml/MsooXmlCommonReaderDrawingMLImpl.h
    
    Fixed pptx case where defaultStyles would overwrite masterstyles.
    
    
    ------------------------------------------------------------------------
    r1178238 | lukast | 2010-09-22 15:36:07 +0200 (Wed, 22 Sep 2010) | 5 lines
    Changed paths:
       M /trunk/koffice/krita/plugins/paintops/defaultpaintops/smudge/kis_smudgeop.cpp
       M /trunk/koffice/krita/plugins/paintops/defaultpaintops/smudge/kis_smudgeop.h
    
    Cosmetic changes
    
    o rename variable
    o use qBound instead of if's for bounding the value
    o cache the color, it is not changing and we don't need to convert to colorspace as they are same
    ------------------------------------------------------------------------
    r1178239 | lassin | 2010-09-22 15:39:14 +0200 (Wed, 22 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
       M /trunk/koffice/filters/libmsooxml/MsooXmlCommonReaderDrawingMLMethods.h
    
    Fixed frame to text padding for drawingML & pptx.
    
    
    ------------------------------------------------------------------------
    r1178324 | nikolaus | 2010-09-22 20:18:27 +0200 (Wed, 22 Sep 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/kspread/ui/CellToolBase.cpp
    
    Fix icon names. Error occurred while moving the actions from View to CellToolBase.
    
    
    ------------------------------------------------------------------------
    r1178326 | langkamp | 2010-09-22 20:31:40 +0200 (Wed, 22 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/krita/plugins/tools/tool_crop/kis_tool_crop.h
    
    fixed wrong icon
    
    ------------------------------------------------------------------------
    r1178457 | lassin | 2010-09-23 09:20:11 +0200 (Thu, 23 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
    
    Improved separation of drawingml & pptx code, fixed some empty line spacing issues.
    
    
    ------------------------------------------------------------------------
    r1178466 | rempt | 2010-09-23 09:43:27 +0200 (Thu, 23 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/krita/data/kritarc
    
    have some brushes by default in the palette
    
    
    svn path=/branches/work/koffice-essen/; revision=1178474
    3024eefe