Skip to content
  • Casper Boemann's avatar
    ------------------------------------------------------------------------ · 3dec6910
    Casper Boemann authored
    r1189952 | lassin | 2010-10-26 15:15:30 +0200 (Tue, 26 Oct 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/filters/libmsooxml/MsooXmlCommonReaderDrawingMLImpl.h
       M /trunk/koffice/filters/libmsooxml/MsooXmlCommonReaderDrawingMLMethods.h
    
    Fixed initial support for preset color in drawingML.
    
    
    ------------------------------------------------------------------------
    r1189964 | lassin | 2010-10-26 15:53:48 +0200 (Tue, 26 Oct 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/filters/kword/docx/DocxXmlNumberingReader.cpp
       M /trunk/koffice/filters/libmsooxml/MsooXmlCommonReaderDrawingMLImpl.h
       M /trunk/koffice/filters/libmsooxml/MsooXmlUtils.cpp
    
    Simplified ooxml filter symbol bullet support.
    
    
    ------------------------------------------------------------------------
    r1189972 | breitmeyer | 2010-10-26 16:04:54 +0200 (Tue, 26 Oct 2010) | 3 lines
    Changed paths:
       M /trunk/koffice/plugins/chartshape/kdchart/src/KDChartCartesianCoordinatePlane.cpp
    
    Check for calculation mode did not worked for diagrams with
    datadimension > 1  corrected the check to > datasetDimesions().
    
    
    ------------------------------------------------------------------------
    r1190024 | dkazakov | 2010-10-26 18:55:04 +0200 (Tue, 26 Oct 2010) | 9 lines
    Changed paths:
       M /trunk/koffice/krita/image/kis_mask.cc
    
    Made good cache for KisMask's projection
    
    Usage of a QThreadStorage was a bad idea, because it works badly in
    case the lifetime of an object is shorter that a lifetime of a
    thread (the storage data leaks in the case).So i decided to use our
    own KisLocklessStack for this purpose.
    
    BUG:249343
    
    
    ------------------------------------------------------------------------
    r1190051 | mkruisselbrink | 2010-10-26 20:56:52 +0200 (Tue, 26 Oct 2010) | 1 line
    Changed paths:
       M /trunk/koffice/filters/kspread/excel/sidewinder/globalssubstreamhandler.cpp
    
    fix memory leak
    ------------------------------------------------------------------------
    r1190052 | mkruisselbrink | 2010-10-26 20:57:05 +0200 (Tue, 26 Oct 2010) | 1 line
    Changed paths:
       M /trunk/koffice/libs/kokross/KoScriptingPart.cpp
    
    the API-docs for this method mentioned module being the parent QObject, so actually make the implementation reflect the docs (this fixes some memory leaks as well)
    
    ------------------------------------------------------------------------
    r1190129 | mkruisselbrink | 2010-10-27 04:10:46 +0200 (Wed, 27 Oct 2010) | 1 line
    Changed paths:
       M /trunk/koffice/plugins/textediting/spellcheck/SpellCheckMenu.cpp
    
    properly set parent of SpellCheckMenu so it is not leaked
    ------------------------------------------------------------------------
    r1190130 | mkruisselbrink | 2010-10-27 04:10:49 +0200 (Wed, 27 Oct 2010) | 1 line
    Changed paths:
       M /trunk/koffice/libs/widgets/KoZoomController.cpp
    
    even though ZoomAction was explicitly deleted, KSelectAction assumes there to be a parent set on the action, otherwise various objects created by the action will be leaked
    
    ------------------------------------------------------------------------
    r1190162 | breitmeyer | 2010-10-27 09:30:40 +0200 (Wed, 27 Oct 2010) | 4 lines
    Changed paths:
       M /trunk/koffice/filters/kspread/xlsx/ChartExport.cpp
       M /trunk/koffice/filters/kspread/xlsx/ChartExport.h
       M /trunk/koffice/filters/kspread/xlsx/Charting.h
       M /trunk/koffice/filters/kspread/xlsx/XlsxXmlChartReader.cpp
       M /trunk/koffice/filters/kspread/xlsx/XlsxXmlChartReader.h
       M /trunk/koffice/plugins/chartshape/DataSet.cpp
    
    Fixed the way markers are handled to the way odf handles them and
    adapted the 2007 filters to do it the right way
    
    
    
    
    svn path=/branches/work/koffice-essen/; revision=1190274
    3dec6910