Skip to content
  • Casper Boemann's avatar
    ------------------------------------------------------------------------ · 3f9e6926
    Casper Boemann authored
    r1180146 | staniek | 2010-09-27 09:33:21 +0200 (Mon, 27 Sep 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/plugins/chartshape/ChartProxyModel.cpp
       M /trunk/koffice/plugins/chartshape/kdchart/src/KDChartCartesianGrid.cpp
    
    warnings--
    
    ------------------------------------------------------------------------
    r1180147 | staniek | 2010-09-27 09:35:31 +0200 (Mon, 27 Sep 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/filters/kword/msword-odf/wv2/src/word97_generated.cpp
    
    Fixed warning: ‘shifterU16’ is used uninitialized in this function
    
    
    ------------------------------------------------------------------------
    r1180155 | danders | 2010-09-27 10:12:12 +0200 (Mon, 27 Sep 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/kplato/kptpart.cpp
       M /trunk/koffice/kplato/kptview.cpp
       M /trunk/koffice/kplato/libs/kernel/kptschedulerplugin.cpp
       M /trunk/koffice/kplato/libs/kernel/kpttask.cpp
       M /trunk/koffice/kplato/libs/ui/kptintervaledit.cpp
       M /trunk/koffice/kplato/libs/ui/kpttaskdescriptiondialog.cpp
       M /trunk/koffice/kplato/libs/ui/kpttaskeditor.cpp
       M /trunk/koffice/kplato/libs/ui/reports/reportview.cpp
       M /trunk/koffice/kplato/libs/ui/reports/reportview.h
       M /trunk/koffice/kplato/plugins/schedulers/rcps/KPlatoRCPSScheduler.cpp
       M /trunk/koffice/kplato/templates/Simple/Basicproject.desktop
    
    krazy issues.
    
    
    ------------------------------------------------------------------------
    r1180164 | scripty | 2010-09-27 10:23:31 +0200 (Mon, 27 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/kplato/templates/Simple/Basicproject.desktop
    
    SVN_SILENT made messages (.desktop file, second try)
    
    ------------------------------------------------------------------------
    r1180209 | mkruisselbrink | 2010-09-27 13:21:42 +0200 (Mon, 27 Sep 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/plugins/pictureshape/PictureShape.cpp
    
    in odf an image is also allowed to have text on it, so properly load&save this text
    BUG: 249853
    ------------------------------------------------------------------------
    r1180210 | mkruisselbrink | 2010-09-27 13:22:03 +0200 (Mon, 27 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/libs/odf/KoGenStyle.h
    
    make property and attribute getters public, so it is possible to access previously stored data in already generated KoGenStyle instances
    ------------------------------------------------------------------------
    r1180211 | mkruisselbrink | 2010-09-27 13:22:05 +0200 (Mon, 27 Sep 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/filters/kspread/xlsx/XlsxXmlWorksheetReader.cpp
    
    when cells are merged we need to get the right/bottom border from the style of the cells in the last row/column of the merged area
    BUG: 239764
    
    ------------------------------------------------------------------------
    r1180224 | rempt | 2010-09-27 14:37:07 +0200 (Mon, 27 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/krita/ui/widgets/kis_scratch_pad.cpp
    
    Fix warning
    ------------------------------------------------------------------------
    r1180225 | rempt | 2010-09-27 14:37:24 +0200 (Mon, 27 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/libs/pigment/KoColorSpace.h
    
    Fix compilation.
    
    ------------------------------------------------------------------------
    r1180305 | nikolaus | 2010-09-27 17:44:02 +0200 (Mon, 27 Sep 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/kspread/dialogs/SortDialog.cpp
    
    Allow sorting when only one column/row is selected.
    
    
    ------------------------------------------------------------------------
    r1180343 | adamc | 2010-09-27 20:37:41 +0200 (Mon, 27 Sep 2010) | 5 lines
    Changed paths:
       M /trunk/koffice/krita/ui/widgets/kis_scratch_pad.cpp
    
    enabled transactions in the scratchpad. they don't get recorded, so no
    undo. this was needed to make the filter brush work correctly.
    
    BUG: 227533
    
    
    ------------------------------------------------------------------------
    r1180363 | staniek | 2010-09-27 21:18:51 +0200 (Mon, 27 Sep 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/tools/f-office/FoDocumentRdf.cpp
       M /trunk/koffice/tools/f-office/FoDocumentRdf.h
    
    chmod -x
    
    ------------------------------------------------------------------------
    r1180364 | mkruisselbrink | 2010-09-27 21:20:16 +0200 (Mon, 27 Sep 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/filters/kspread/xlsx/XlsxXmlDrawingReader.cpp
       M /trunk/koffice/filters/kspread/xlsx/XlsxXmlDrawingReader.h
       M /trunk/koffice/filters/kspread/xlsx/XlsxXmlWorksheetReader.cpp
       M /trunk/koffice/filters/kspread/xlsx/XlsxXmlWorksheetReader_p.h
       M /trunk/koffice/filters/libmsooxml/MsooXmlCommonReaderDrawingMLImpl.h
    
    add another bunch of hack to the DrawingML code to make it possible for it to load at least text boxes in xlsx files. But this entire DrawingML reading code really desperately needs to be rewritten (and redesigned) if we ever want it to be able to properly support loading DrawingML instead of adding hack upon hack.
    Also colors are still completely messed up, but at least it sort of does something now.
    
    ------------------------------------------------------------------------
    r1180366 | zander | 2010-09-27 21:32:53 +0200 (Mon, 27 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/libs/flake/KoShape.h
    
    Fix typo
    
    ------------------------------------------------------------------------
    r1180368 | zander | 2010-09-27 21:33:35 +0200 (Mon, 27 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/plugins/chartshape/ChartShape.cpp
    
    Fix init-order warning
    ------------------------------------------------------------------------
    r1180369 | zander | 2010-09-27 21:33:37 +0200 (Mon, 27 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/plugins/dockers/shapeselector/Canvas.cpp
    
    Remove unused code
    ------------------------------------------------------------------------
    r1180370 | zander | 2010-09-27 21:33:40 +0200 (Mon, 27 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/libs/flake/KoInsets.h
    
    Add 'clear' method to cheaply clear the insets
    ------------------------------------------------------------------------
    r1180371 | zander | 2010-09-27 21:33:42 +0200 (Mon, 27 Sep 2010) | 3 lines
    Changed paths:
       M /trunk/koffice/plugins/textshape/TextTool.cpp
       M /trunk/koffice/plugins/textshape/tests/TestTextTool.cpp
    
    A line with no text still has a position.
    
    BUG: 213238
    ------------------------------------------------------------------------
    r1180372 | zander | 2010-09-27 21:33:45 +0200 (Mon, 27 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/libs/flake/KoToolProxy.h
    
    Replace API docs with something a bit more true
    
    ------------------------------------------------------------------------
    r1180382 | berger | 2010-09-27 22:15:08 +0200 (Mon, 27 Sep 2010) | 4 lines
    Changed paths:
       M /trunk/koffice/krita/image/kis_convolution_worker.h
    
    Fix: feather selection crashes
    Fix: convolution worker does not respect channels flags
    
    
    
    ------------------------------------------------------------------------
    r1180395 | zander | 2010-09-27 23:02:25 +0200 (Mon, 27 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/kword/part/frames/KWFrame.cpp
    
    Properly write out if the frame will be copied
    
    ------------------------------------------------------------------------
    r1180402 | piggz | 2010-09-27 23:20:40 +0200 (Mon, 27 Sep 2010) | 6 lines
    Changed paths:
       M /trunk/koffice/kexi/migration/importtablewizard.cpp
       M /trunk/koffice/kexi/migration/importtablewizard.h
       M /trunk/koffice/kexi/migration/kspread/kspreadmigrate.cpp
    
    Fix memory leak
    Fix crash and memory corruption by not deleting things that shouldnt be deleted
    Clear the table list when visiting the page
    Ensure an ods document is closed before opening another
    CCMAIL:staniek@kde.org
    BUG:250164
    
    ------------------------------------------------------------------------
    r1180409 | staniek | 2010-09-27 23:45:48 +0200 (Mon, 27 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/kexi/formeditor/WidgetTreeWidget.cpp
    
    Forms: fix possible crash when activating tab page
    
    ------------------------------------------------------------------------
    r1180417 | staniek | 2010-09-28 00:40:25 +0200 (Tue, 28 Sep 2010) | 5 lines
    Changed paths:
       M /trunk/koffice/kexi/core/kexisharedactionhost.cpp
       M /trunk/koffice/kexi/core/kexisharedactionhost.h
       M /trunk/koffice/kexi/doc/dev/CHANGELOG-Kexi-js
       M /trunk/koffice/kexi/main/KexiMainWindow.cpp
       M /trunk/koffice/kexi/main/KexiMainWindow.h
    
    Forms
    *Widgets Tree:
    **fix delete widget action in context menu (and possibly other actions)
    
    
    
    ------------------------------------------------------------------------
    r1180425 | adamc | 2010-09-28 01:21:43 +0200 (Tue, 28 Sep 2010) | 4 lines
    Changed paths:
       M /trunk/koffice/krita/plugins/extensions/dockers/colorselectorng/kis_common_colors.cpp
       M /trunk/koffice/krita/plugins/extensions/dockers/colorselectorng/kis_common_colors.h
       M /trunk/koffice/krita/plugins/extensions/dockers/colorselectorng/kis_common_colors_recalculation_runner.cpp
       M /trunk/koffice/krita/plugins/extensions/dockers/colorselectorng/kis_common_colors_recalculation_runner.h
    
    - fix bug, where switching of autoupdate of image colours didn't work.
    - speed up calculation of image colours by using dmitry's sugestion
    (update only needed region and listen to sigImageUpdated(const QRect &))
    
    
    
    svn path=/branches/work/koffice-essen/; revision=1180480
    3f9e6926