Skip to content
  • Casper Boemann's avatar
    ------------------------------------------------------------------------ · c238efdd
    Casper Boemann authored
    r1177370 | mkruisselbrink | 2010-09-20 10:06:36 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/kspread/Condition.cpp
       M /trunk/koffice/kspread/Condition.h
       M /trunk/koffice/kspread/Style.cpp
    
    add very un-optimized support for is-true-formula type conditional styles; styles aren't yet properly updated when cells the style calculation depends on change value
    
    ------------------------------------------------------------------------
    r1177436 | scripty | 2010-09-20 10:39:37 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       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/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)
    
    ------------------------------------------------------------------------
    r1177456 | rempt | 2010-09-20 11:15:54 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/krita/data/templates/comics/hi48-action-template_comics_empty.png
    
    use Animtim's comics icon for the templates
    
    ------------------------------------------------------------------------
    r1177459 | mkruisselbrink | 2010-09-20 11:16:49 +0200 (Mon, 20 Sep 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/libs/widgets/KoCsvImportDialog.cpp
    
    don't crash when trying to change the format while importing a csv file. This turned out to be both a qt3->qt4 porting bug, and a if-condition that got accidentally inverted about 5 years ago :)
    BUG: 249773
    ------------------------------------------------------------------------
    r1177460 | rempt | 2010-09-20 11:17:15 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       A /trunk/koffice/krita/data/templates/comics/hi48-action-template_comics_empty.svg
    
    also add svg source for Animtim's icon
    
    ------------------------------------------------------------------------
    r1177464 | lassin | 2010-09-20 11:22:40 +0200 (Mon, 20 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
    
    Improved DrawingML theme color handling.
    
    
    ------------------------------------------------------------------------
    r1177486 | mkruisselbrink | 2010-09-20 13:05:20 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/kspread/commands/RowColumnManipulators.cpp
    
    when resizing rows/columns it is not enough to just redraw the row/column that is being resized. All cells that cover the row/column that is resized need to be repainted as well.
    ------------------------------------------------------------------------
    r1177487 | mkruisselbrink | 2010-09-20 13:05:25 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/filters/kspread/excel/sidewinder/globalssubstreamhandler.cpp
    
    actually handle the indentation level of a cell style correctly
    ------------------------------------------------------------------------
    r1177488 | mkruisselbrink | 2010-09-20 13:05:26 +0200 (Mon, 20 Sep 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/kspread/ui/CellView.cpp
    
    properly handle indentation when rendering cell-text
    BUG: 250672
    ------------------------------------------------------------------------
    r1177489 | langkamp | 2010-09-20 13:09:12 +0200 (Mon, 20 Sep 2010) | 3 lines
    Changed paths:
       M /trunk/koffice/krita/plugins/tools/defaulttools/kis_tool_move.cc
    
    fix bug where the move tool created a new layer when there is a deselected selection
    BUG:213245
    
    
    ------------------------------------------------------------------------
    r1177492 | rempt | 2010-09-20 13:19:41 +0200 (Mon, 20 Sep 2010) | 6 lines
    Changed paths:
       M /trunk/koffice/krita/image/filter/kis_filter_registry.cc
       M /trunk/koffice/krita/image/filter/kis_filter_registry.h
       M /trunk/koffice/krita/image/generator/kis_generator_registry.cpp
       M /trunk/koffice/krita/image/generator/kis_generator_registry.h
    
    Fix memory leak on close
    
    KStaticDeleter refuses to delete KisFilterRegistry and KisGeneratorRegistry
    as long as they contain pointers to filters or generators. By making the
    registry owned by the application object instead of statics, we are ensured
    of an orderly deletion.
    ------------------------------------------------------------------------
    r1177493 | rempt | 2010-09-20 13:19:52 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/krita/image/brushengine/kis_paintop_registry.cc
       M /trunk/koffice/krita/image/kis_filter_strategy.cc
       M /trunk/koffice/krita/image/kis_math_toolbox.cpp
       M /trunk/koffice/krita/image/metadata/kis_meta_data_filter_registry.cc
       M /trunk/koffice/krita/image/metadata/kis_meta_data_filter_registry.h
       M /trunk/koffice/krita/image/metadata/kis_meta_data_io_backend.cc
       M /trunk/koffice/krita/image/metadata/kis_meta_data_merge_strategy_registry.cc
       M /trunk/koffice/krita/image/metadata/kis_meta_data_merge_strategy_registry.h
       M /trunk/koffice/krita/image/recorder/kis_recorded_action_factory_registry.cc
       M /trunk/koffice/krita/plugins/extensions/tonemapping/lib/kis_tone_mapping_operators_registry.cc
       M /trunk/koffice/krita/plugins/paintops/libbrush/kis_brush_registry.cpp
       M /trunk/koffice/krita/ui/kis_painting_assistant.cc
       M /trunk/koffice/krita/ui/kis_painting_assistant.h
       M /trunk/koffice/krita/ui/kis_preference_set_registry.cpp
    
    Delete the contents of the registries on exit.
    ------------------------------------------------------------------------
    r1177494 | rempt | 2010-09-20 13:19:55 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/krita/image/kis_mask.cc
    
    Add warning about memory leak.
    ------------------------------------------------------------------------
    r1177495 | lassin | 2010-09-20 13:34:10 +0200 (Mon, 20 Sep 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/filters/kpresenter/pptx/PptxXmlSlideReader.cpp
       M /trunk/koffice/filters/libmsooxml/MsooXmlCommonReaderDrawingMLImpl.h
    
    Fixed Pptx pages to refer to correct master page name.
    
    
    ------------------------------------------------------------------------
    r1177497 | langkamp | 2010-09-20 13:38:32 +0200 (Mon, 20 Sep 2010) | 3 lines
    Changed paths:
       M /trunk/koffice/krita/plugins/paintops/defaultpaintops/brush/kis_brushop.cpp
    
    fix hsv option on cmyk
    BUG:251453
    
    
    ------------------------------------------------------------------------
    r1177502 | lassin | 2010-09-20 14:03:42 +0200 (Mon, 20 Sep 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/filters/libmsooxml/MsooXmlCommonReaderDrawingMLImpl.h
    
    Gave shapes in pptx somewhat sensible position in case it was not defined anywhere.
    
    
    ------------------------------------------------------------------------
    r1177508 | adamc | 2010-09-20 14:21:17 +0200 (Mon, 20 Sep 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/krita/image/kis_layer.h
       M /trunk/koffice/krita/image/kis_paint_layer.h
    
    add api doc
    
    
    ------------------------------------------------------------------------
    r1177519 | adamc | 2010-09-20 14:30:56 +0200 (Mon, 20 Sep 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/krita/image/kis_layer.h
       M /trunk/koffice/krita/image/kis_paint_layer.h
    
    better api doc
    
    
    ------------------------------------------------------------------------
    r1177538 | mkruisselbrink | 2010-09-20 15:57:33 +0200 (Mon, 20 Sep 2010) | 1 line
    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
    
    update simpleParser with several more odraw properties
    ------------------------------------------------------------------------
    r1177539 | mkruisselbrink | 2010-09-20 15:57:41 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/filters/libmso/ODrawToOdf.h
       M /trunk/koffice/filters/libmso/shapes.cpp
    
    add limited support for callout2 shape
    ------------------------------------------------------------------------
    r1177540 | mkruisselbrink | 2010-09-20 15:57:43 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/libs/flake/KoShape.h
    
    SVN_SILENT fix typo
    ------------------------------------------------------------------------
    r1177541 | mkruisselbrink | 2010-09-20 15:57:44 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/filters/libmso/shapes.cpp
    
    SVN_SILENT debug--
    ------------------------------------------------------------------------
    r1177542 | mkruisselbrink | 2010-09-20 15:57:46 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/filters/libmso/ODrawToOdf.h
       M /trunk/koffice/filters/libmso/shapes.cpp
    
    add support for donut shape
    
    ------------------------------------------------------------------------
    r1177594 | lukast | 2010-09-20 19:41:47 +0200 (Mon, 20 Sep 2010) | 12 lines
    Changed paths:
       M /trunk/koffice/krita/plugins/tools/tool_dyna/kis_tool_dyna.cpp
       M /trunk/koffice/krita/plugins/tools/tool_dyna/kis_tool_dyna.h
    
    Fix outline bug
    
    Make dyna work in document coordinates and now
    don't create KisPaintInformation, bul filter KoPointerEvent and pass
    them to KisToolFreehand
    
    The behaviour has changed: computed pressure is now not delivered to paintop,
    use speed sensor to mimic the old behaviour.
    
    Other benefits: features from Freehand tool now work (panning, shift-drag,...)
    
    BUG:248695
    
    ------------------------------------------------------------------------
    r1177597 | uzak | 2010-09-20 19:51:13 +0200 (Mon, 20 Sep 2010) | 15 lines
    Changed paths:
       M /trunk/koffice/filters/kpresenter/powerpoint/PptToOdp.cpp
       M /trunk/koffice/filters/kpresenter/powerpoint/PptToOdp.h
       M /trunk/koffice/filters/kpresenter/powerpoint/pptstyle.cpp
       M /trunk/koffice/filters/kpresenter/powerpoint/pptstyle.h
    
    PPT:
    * Create a drawing-page style for each main master slide.
    * Check what to reused from main master slide when processing properties of a presentation slide.
    * Check what to reuse from notes master slide when processing properties of a notes slide.
    
    * Improved processing of character-level styles and formatting from PPT (resolved text color related issues).
    * Improved processing of text lines.  A line of text can have several character level styles applied.
    
    * Setting the currentMaster pointer to NULL each time we stop using it.  We should avoid using global 
      pointers to access PPT specific information in DrawClient functions.
    
    * Stopped processing the default properties and writing of the default drawing-page style.  
      The reason is that kpresenter uses the default one if provided.  The drawing-page style 
      defined by the corresponding <master-page> element SHOULD be used.
    
    
    ------------------------------------------------------------------------
    r1177606 | jsimon | 2010-09-20 20:48:42 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/plugins/chartshape/KDChartModel.cpp
    
    This line intended to make a pie chart without any data visible. First of all, that test case is not even slightly realistic, secondly this fix breaks default y data for more realistic cases, like the case of one data set having less data points than others. We shouldn't return '1' here, but an invalid value, which can then be handled as such.
    ------------------------------------------------------------------------
    r1177607 | jsimon | 2010-09-20 20:48:58 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/plugins/chartshape/tests/TestKDChartModel.cpp
    
    Delete test model as well, and no need to disconnect something we delete anyway
    ------------------------------------------------------------------------
    r1177608 | jsimon | 2010-09-20 20:49:01 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/plugins/chartshape/tests/ModelObserver.cpp
       M /trunk/koffice/plugins/chartshape/tests/TestKDChartModel.cpp
    
    This is the ModelObservers's responsability
    ------------------------------------------------------------------------
    r1177609 | jsimon | 2010-09-20 20:49:03 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/plugins/chartshape/tests/ModelObserver.cpp
       M /trunk/koffice/plugins/chartshape/tests/ModelObserver.h
       M /trunk/koffice/plugins/chartshape/tests/TestKDChartModel.cpp
       M /trunk/koffice/plugins/chartshape/tests/TestKDChartModel.h
    
    Add another test case for KDChartModel (which fails right now)
    ------------------------------------------------------------------------
    r1177610 | jsimon | 2010-09-20 20:49:08 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/plugins/chartshape/tests/ModelObserver.cpp
    
    Remove wrong asserts
    ------------------------------------------------------------------------
    r1177611 | jsimon | 2010-09-20 20:49:09 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/plugins/chartshape/tests/ModelObserver.cpp
    
    Fix incorrect asserts
    ------------------------------------------------------------------------
    r1177612 | jsimon | 2010-09-20 20:49:11 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/plugins/chartshape/KDChartModel.cpp
    
    Properly handle dataSetChanged() slots. This fixes the failed test cases added earlier.
    ------------------------------------------------------------------------
    r1177613 | jsimon | 2010-09-20 20:49:14 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/plugins/chartshape/DataSet.cpp
    
    A label is a property global to its data set, thus forward the change as such to the KDChartModel
    ------------------------------------------------------------------------
    r1177614 | jsimon | 2010-09-20 20:49:17 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/plugins/chartshape/KDChartModel.h
    
    Add docs
    ------------------------------------------------------------------------
    r1177615 | jsimon | 2010-09-20 20:49:20 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/plugins/chartshape/DataSet.cpp
       M /trunk/koffice/plugins/chartshape/KDChartModel.cpp
       M /trunk/koffice/plugins/chartshape/KDChartModel.h
    
    Let KDChartModel determine what columns changed when a data region of a data set changes. There may be other data sets that have more data points and thus the DataSet itself doesn't know how many columns/rows in the KDChartModel really changed.
    ------------------------------------------------------------------------
    r1177616 | jsimon | 2010-09-20 20:49:21 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/plugins/chartshape/DataSet.cpp
    
    Changes in the category data (region) should be forwarded just like changes in any other data region
    ------------------------------------------------------------------------
    r1177617 | jsimon | 2010-09-20 20:49:23 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/plugins/chartshape/KDChartModel.cpp
    
    rowCount() can't be used here because data direction is variable
    ------------------------------------------------------------------------
    r1177618 | jsimon | 2010-09-20 20:49:26 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/plugins/chartshape/Axis.cpp
    
    Don't try to connect to something that doesn't exist. ;/ I removed this function earlier.
    ------------------------------------------------------------------------
    r1177619 | jsimon | 2010-09-20 20:49:28 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/plugins/chartshape/ChartProxyModel.cpp
       M /trunk/koffice/plugins/chartshape/ChartProxyModel.h
       M /trunk/koffice/plugins/chartshape/ChartShape.cpp
    
    Speed up loading a bit
    ------------------------------------------------------------------------
    r1177620 | jsimon | 2010-09-20 20:49:30 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/plugins/chartshape/ChartProxyModel.cpp
    
    Now that rebuildDataMap() is the 'method of choice' because it checks if isLoading is true, it should also decide whether to reset the model or not
    ------------------------------------------------------------------------
    r1177621 | jsimon | 2010-09-20 20:49:32 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/plugins/chartshape/ChartProxyModel.cpp
       M /trunk/koffice/plugins/chartshape/DataSet.cpp
       M /trunk/koffice/plugins/chartshape/DataSet.h
    
    And there goes another unused method.. The one reference to it was completely redundant to the line above it.
    ------------------------------------------------------------------------
    r1177622 | jsimon | 2010-09-20 20:49:33 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/plugins/chartshape/DataSet.cpp
    
    Cache the default label, as it is fixed for a data set. It's much faster that way if queried often as i18n() doesn't have to be invoked every time. In this context also make the data set's number (d->num), on which the default label depends, constant
    
    ------------------------------------------------------------------------
    r1177633 | clicea | 2010-09-20 21:32:47 +0200 (Mon, 20 Sep 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/filters/libmsooxml/MsooXmlCommonReaderDrawingMLImpl.h
       M /trunk/koffice/filters/libmsooxml/MsooXmlCommonReaderImpl.h
    
    Let's init the variables in the init method of the impl file in which
    they are defined.
    ------------------------------------------------------------------------
    r1177634 | clicea | 2010-09-20 21:32:50 +0200 (Mon, 20 Sep 2010) | 6 lines
    Changed paths:
       M /trunk/koffice/filters/libmsooxml/MsooXmlCommonReaderDrawingMLMethods.h
       M /trunk/koffice/filters/libmsooxml/MsooXmlCommonReaderMethods.h
    
    Finally solve stack corruptions we got with the filters!
    
    We needed to remove include guards from the "special headers," they
    are not meant to be protected from being included more than once, otherwise
    we will confuse the compiler getting wrong offsets, therefore corrupting
    the stack.
    ------------------------------------------------------------------------
    r1177635 | clicea | 2010-09-20 21:32:53 +0200 (Mon, 20 Sep 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/filters/libmsooxml/MsooXmlDrawingTableStyleReader.cpp
       M /trunk/koffice/filters/libmsooxml/MsooXmlDrawingTableStyleReader.h
    
    Now that we got the stack corruption sorted out, we can enable this
    shared methods again. We still need to make use of them again.
    
    ------------------------------------------------------------------------
    r1177640 | jsimon | 2010-09-20 21:38:37 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/plugins/chartshape/DataSet.cpp
    
    Add FIXME
    ------------------------------------------------------------------------
    r1177641 | jsimon | 2010-09-20 21:38:42 +0200 (Mon, 20 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/plugins/chartshape/tests/TestProxyModel.cpp
       M /trunk/koffice/plugins/chartshape/tests/TestProxyModel.h
    
    Provide two more test cases for two and three data dimensions, resp.
    
    ------------------------------------------------------------------------
    r1177683 | lukast | 2010-09-20 23:35:03 +0200 (Mon, 20 Sep 2010) | 5 lines
    Changed paths:
       M /trunk/koffice/krita/plugins/paintops/dynadraw/dyna_brush.cpp
       M /trunk/koffice/krita/plugins/paintops/dynadraw/kis_dyna_paintop.cpp
       M /trunk/koffice/krita/plugins/paintops/dynadraw/kis_dynaop_option.cpp
       M /trunk/koffice/krita/plugins/paintops/dynadraw/kis_dynaop_option.h
       M /trunk/koffice/krita/plugins/paintops/dynadraw/wdgdynaoptions.ui
    
    Improve usability,
    
    o I discovered that angleX and angleY is cos(angle) and sin(angle).
      So let's let user just setup angle and not crazy vector components.
    o Improve layout and code a bit
    
    ------------------------------------------------------------------------
    r1177687 | lukast | 2010-09-20 23:52:04 +0200 (Mon, 20 Sep 2010) | 4 lines
    Changed paths:
       M /trunk/koffice/krita/plugins/paintops/dynadraw/kis_dyna_paintop.cpp
       M /trunk/koffice/krita/plugins/paintops/dynadraw/kis_dyna_paintop_settings.cpp
       M /trunk/koffice/krita/plugins/paintops/dynadraw/kis_dyna_paintop_settings.h
       M /trunk/koffice/krita/plugins/paintops/dynadraw/kis_dyna_paintop_settings_widget.cpp
       M /trunk/koffice/krita/plugins/paintops/dynadraw/kis_dynaop_option.cpp
    
    Improve usability
    
    o Port the airbrush option to dyna
    o Fix signal
    
    ------------------------------------------------------------------------
    r1177703 | lukast | 2010-09-21 00:59:26 +0200 (Tue, 21 Sep 2010) | 4 lines
    Changed paths:
       M /trunk/koffice/krita/plugins/paintops/dynadraw/dyna_brush.cpp
       M /trunk/koffice/krita/plugins/paintops/dynadraw/dyna_brush.h
       M /trunk/koffice/krita/plugins/paintops/dynadraw/kis_dyna_paintop.cpp
       M /trunk/koffice/krita/plugins/paintops/dynadraw/kis_dynaop_option.cpp
       M /trunk/koffice/krita/plugins/paintops/dynadraw/kis_dynaop_option.h
       M /trunk/koffice/krita/plugins/paintops/dynadraw/wdgdynaoptions.ui
    
    Improve usability&fix crash
    
    o change from circle radius -> diameter
    o fix crash with lines
    
    ------------------------------------------------------------------------
    r1177723 | adamc | 2010-09-21 03:43:50 +0200 (Tue, 21 Sep 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/plugins/CMakeLists.txt
    
    make the building of some of the koffice plugins optional.
    
    
    ------------------------------------------------------------------------
    r1177750 | clicea | 2010-09-21 07:18:14 +0200 (Tue, 21 Sep 2010) | 1 line
    Changed paths:
       M /trunk/koffice/filters/kpresenter/pptx/PptxXmlDocumentReader.cpp
    
    Re-enable the CommentAuthors filter.
    
    
    svn path=/branches/work/koffice-essen/; revision=1177769
    c238efdd