Skip to content
  • Casper Boemann's avatar
    ------------------------------------------------------------------------ · 1acfd41f
    Casper Boemann authored
    r1197599 | mkruisselbrink | 2010-11-16 09:50:04 +0100 (Tue, 16 Nov 2010) | 1 line
    Changed paths:
       M /trunk/koffice/filters/kspread/excel/import/ExcelImport.cpp
    
    directly create sheets with their correct name; this prevents crashes when default-named sheets exist in the document, but are out of order
    
    ------------------------------------------------------------------------
    r1197608 | hanzes | 2010-11-16 10:48:56 +0100 (Tue, 16 Nov 2010) | 1 line
    Changed paths:
       M /trunk/koffice/kpresenter/part/KPrPresentationTool.cpp
       M /trunk/koffice/kpresenter/part/KPrPresentationTool.h
    
    Added support for hyperlinks in kpresenter presentation mode
    
    ------------------------------------------------------------------------
    r1197656 | lassin | 2010-11-16 12:05:28 +0100 (Tue, 16 Nov 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/filters/kword/docx/DocxXmlNumberingReader.cpp
       M /trunk/koffice/filters/kword/docx/DocxXmlNumberingReader.h
       M /trunk/koffice/filters/libmsooxml/MsooXmlCommonReaderDrawingMLImpl.h
       M /trunk/koffice/filters/libmsooxml/MsooXmlUtils.cpp
       M /trunk/koffice/filters/libmsooxml/MsooXmlUtils.h
    
    Fixed docx filter to support colored bullets (note that kword does not support them yet).
    
    
    ------------------------------------------------------------------------
    r1197739 | scripty | 2010-11-16 12:44:14 +0100 (Tue, 16 Nov 2010) | 1 line
    Changed paths:
       M /trunk/koffice/kpresenter/templates/odf/burning_desire.desktop
       M /trunk/koffice/kpresenter/templates/odf/business.desktop
       M /trunk/koffice/kpresenter/templates/odf/curious_penguin.desktop
       M /trunk/koffice/kpresenter/templates/odf/flood_light.desktop
       M /trunk/koffice/kpresenter/templates/odf/rounded_square.desktop
    
    SVN_SILENT made messages (.desktop file)
    
    ------------------------------------------------------------------------
    r1197749 | lassin | 2010-11-16 12:57:58 +0100 (Tue, 16 Nov 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/filters/kpresenter/pptx/PptxXmlSlideReader.cpp
    
    Fix a crash when trying to open pptx files created by ooimpress. (As it doesn't create defaultStyles)
    
    
    ------------------------------------------------------------------------
    r1197766 | vandenoever | 2010-11-16 14:30:16 +0100 (Tue, 16 Nov 2010) | 1 line
    Changed paths:
       M /trunk/koffice/cmake/modules/FindOOoSDK.cmake
    
    Fix detection of OpenOffice sdk for Fedora 14.
    ------------------------------------------------------------------------
    r1197767 | vandenoever | 2010-11-16 14:30:48 +0100 (Tue, 16 Nov 2010) | 3 lines
    Changed paths:
       M /trunk/koffice/tools/scripts/downloadMSOfficeDocuments.pl
    
    Fix API for downloading document.
    Google now reports every click on the search page back to google before it does a redirect. By introspecting the urls we avoid this.
    Beware of you privacy!.
    
    ------------------------------------------------------------------------
    r1197783 | lassin | 2010-11-16 15:02:58 +0100 (Tue, 16 Nov 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/filters/kword/docx/DocxXmlDocumentReader.cpp
       M /trunk/koffice/filters/kword/docx/DocxXmlNumberingReader.cpp
    
    Small code cleanup to docx filter.
    
    
    ------------------------------------------------------------------------
    r1197838 | uzak | 2010-11-16 19:19:43 +0100 (Tue, 16 Nov 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/filters/kword/msword-odf/texthandler.cpp
       M /trunk/koffice/filters/kword/msword-odf/texthandler.h
    
    DOC: Added basic support for these fields: AUTHOR, EDITTIME, FILENAME 
    
    
    ------------------------------------------------------------------------
    r1197965 | berger | 2010-11-17 09:37:49 +0100 (Wed, 17 Nov 2010) | 4 lines
    Changed paths:
       M /trunk/koffice/krita/ui/kis_factory2.cc
    
    Fix startup crash, create the about data in the aboutdata() function
    
    BUG: 257100
    
    
    ------------------------------------------------------------------------
    r1198098 | berger | 2010-11-17 12:47:21 +0100 (Wed, 17 Nov 2010) | 6 lines
    Changed paths:
       M /trunk/koffice/libs/main/KoMainWindow.cpp
    
    Fix: crash when removing a view.
    
    BUG: 254264
    
    Reviewed in http://svn.reviewboard.kde.org/r/5838/
    
    
    ------------------------------------------------------------------------
    r1198207 | dkazakov | 2010-11-17 22:07:25 +0100 (Wed, 17 Nov 2010) | 20 lines
    Changed paths:
       M /trunk/koffice/krita/ui/canvas/kis_perspective_grid_manager.cpp
       M /trunk/koffice/krita/ui/canvas/kis_perspective_grid_manager.h
    
    Fixed several bugs in KisPerspectiveGridManager
    
    What is done:
    1) Now the manager doesn't even try to paint the lines inside the
       polygon that is not convex. It used to lead to a really weird
       picture of a hedgehog on a user's screen :P
    2) Fixed an "infinity"-bug. Eigen::Hyperplane::intersection() returns
       a random point in case the lines are parallel. Now an additional
       check returns a point somewhere around infinity to workaround this
       behavior.
    3) Changed the algorithm that chooses a line to chop up into
       "subdivisions". Now the farthest line from the focus is used for
       the division.
    
    Still to be done:
    - Make KisPerspectiveGridTool interactive. It will be a really short
      fix. I just need to overcome a small infinite loop somewhere ;)
    
    BUG:251731
    
    
    ------------------------------------------------------------------------
    r1198231 | abeaumont | 2010-11-17 23:32:07 +0100 (Wed, 17 Nov 2010) | 5 lines
    Changed paths:
       M /trunk/koffice/kformula/flake/elements/BasicElement.cpp
       M /trunk/koffice/kformula/flake/elements/BasicElement.h
       M /trunk/koffice/kformula/flake/elements/FractionElement.cpp
       M /trunk/koffice/kformula/flake/elements/FractionElement.h
       M /trunk/koffice/kformula/flake/elements/GlyphElement.cpp
       M /trunk/koffice/kformula/flake/elements/GlyphElement.h
       M /trunk/koffice/kformula/flake/elements/MultiscriptElement.cpp
       M /trunk/koffice/kformula/flake/elements/MultiscriptElement.h
       M /trunk/koffice/kformula/flake/elements/RootElement.cpp
       M /trunk/koffice/kformula/flake/elements/RootElement.h
       M /trunk/koffice/kformula/flake/elements/RowElement.cpp
       M /trunk/koffice/kformula/flake/elements/RowElement.h
       M /trunk/koffice/kformula/flake/elements/SubSupElement.cpp
       M /trunk/koffice/kformula/flake/elements/SubSupElement.h
       M /trunk/koffice/kformula/flake/elements/TableElement.cpp
       M /trunk/koffice/kformula/flake/elements/TableElement.h
       M /trunk/koffice/kformula/flake/elements/TableRowElement.cpp
       M /trunk/koffice/kformula/flake/elements/TableRowElement.h
       M /trunk/koffice/kformula/flake/elements/TokenElement.cpp
       M /trunk/koffice/kformula/flake/elements/TokenElement.h
       M /trunk/koffice/kformula/flake/elements/UnderOverElement.cpp
       M /trunk/koffice/kformula/flake/elements/UnderOverElement.h
       M /trunk/koffice/kformula/flake/elements/UnknownElement.cpp
       M /trunk/koffice/kformula/flake/elements/UnknownElement.h
       M /trunk/koffice/kformula/flake/tests/TestLoadAndSave.cpp
    
    Add a new 'namespace' parameter to content saving method, which defaults to
    'math', the proper namespaec for ODF.
    Modify load/saving testsuite to make use of empty namespace to fix tests
    broken when 'math' namespace was first introduced (hardcoded)
    
    
    ------------------------------------------------------------------------
    r1198402 | ganeshp | 2010-11-18 10:44:17 +0100 (Thu, 18 Nov 2010) | 1 line
    Changed paths:
       M /trunk/koffice/libs/kotext/opendocument/KoTextLoader.cpp
    
    Fix for bug 243923: Check whether we are working with an existing block (in which case this is actually a paste and so the pragraph style should not be applied) before setting a paragraph style
    
    ------------------------------------------------------------------------
    r1198450 | breitmeyer | 2010-11-18 15:11:13 +0100 (Thu, 18 Nov 2010) | 3 lines
    Changed paths:
       M /trunk/koffice/plugins/chartshape/tests/TestCellRegion.cpp
    
    marked the test that were expected to fail accordingly,
    so the tests won't show errors
    
    
    ------------------------------------------------------------------------
    r1198459 | uzak | 2010-11-18 15:41:50 +0100 (Thu, 18 Nov 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/filters/kword/msword-odf/texthandler.cpp
    
    DOC: Added initial support for the SYMBOL field.
    
    
    ------------------------------------------------------------------------
    r1198502 | langkamp | 2010-11-18 18:34:07 +0100 (Thu, 18 Nov 2010) | 1 line
    Changed paths:
       M /trunk/koffice/krita/ui/kis_paintop_box.cc
    
    disable brush editor, not ready for release
    
    ------------------------------------------------------------------------
    r1198696 | scripty | 2010-11-19 10:52:47 +0100 (Fri, 19 Nov 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/kplato/plugins/schedulers/rcps/kplatorcpsscheduler.desktop
       M /trunk/koffice/kplato/templates/Simple/Basicproject.desktop
       M /trunk/koffice/kpresenter/plugins/pageeffects/fade/kpr_pageeffect_fade.desktop
       M /trunk/koffice/kpresenter/plugins/pageeffects/spacerotation/kpr_pageeffect_spacerotation.desktop
       M /trunk/koffice/kpresenter/plugins/pageeffects/swapeffect/kpr_pageeffect_swapeffect.desktop
       M /trunk/koffice/kpresenter/templates/odf/.directory
       M /trunk/koffice/kpresenter/templates/odf/blue_orange_vector.desktop
       M /trunk/koffice/kpresenter/templates/odf/burning_desire.desktop
       M /trunk/koffice/kpresenter/templates/odf/business.desktop
       M /trunk/koffice/kpresenter/templates/odf/curious_penguin.desktop
       M /trunk/koffice/kpresenter/templates/odf/flood_light.desktop
       M /trunk/koffice/kpresenter/templates/odf/kde_events.desktop
       M /trunk/koffice/kpresenter/templates/odf/rounded_square.desktop
       M /trunk/koffice/kpresenter/templates/odf/simple_waves.desktop
       M /trunk/koffice/kpresenter/templates/odf/skyline_monotone.desktop
       M /trunk/koffice/kpresenter/templates/odf/skyline_monotone_wide.desktop
       M /trunk/koffice/kpresenter/templates/odf/skyline_morning.desktop
       M /trunk/koffice/kpresenter/templates/odf/skyline_morning_wide.desktop
       M /trunk/koffice/kpresenter/templates/odf/skyline_night.desktop
       M /trunk/koffice/kpresenter/templates/odf/skyline_night_wide.desktop
       M /trunk/koffice/kpresenter/templates/odf/strange_far_hills.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/extensions/dockers/colorselectorng/krita_colorselectorng.desktop
       M /trunk/koffice/krita/plugins/extensions/dockers/defaultdockers/kritadefaultdockers.desktop
       M /trunk/koffice/krita/plugins/filters/dodgeburn/kritadodgeburn.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/mypaint/kritamypaintpaintop.desktop
       M /trunk/koffice/krita/plugins/paintops/sketch/kritasketchpaintop.desktop
       M /trunk/koffice/krita/plugins/paintops/waterymixbrush/kritawaterymixpaintop.desktop
       M /trunk/koffice/libs/koreport/koreport_itemplugin.desktop
       M /trunk/koffice/plugins/commentshape/commentshape.desktop
       M /trunk/koffice/plugins/pluginshape/pluginshape.desktop
       M /trunk/koffice/plugins/reporting/barcode/koreport_barcodeplugin.desktop
       M /trunk/koffice/plugins/reporting/chart/koreport_chartplugin.desktop
       M /trunk/koffice/plugins/reporting/shape/koreport_shapeplugin.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)
    
    ------------------------------------------------------------------------
    r1198728 | lassin | 2010-11-19 14:56:09 +0100 (Fri, 19 Nov 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/filters/kpresenter/pptx/PptxXmlSlideReader.cpp
       M /trunk/koffice/filters/libmsooxml/MsooXmlCommonReaderDrawingMLImpl.h
    
    Fixed shape placement bugs in pptx.
    
    ------------------------------------------------------------------------
    r1198729 | uzak | 2010-11-19 14:59:51 +0100 (Fri, 19 Nov 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/filters/kword/msword-odf/texthandler.cpp
       M /trunk/koffice/filters/kword/msword-odf/texthandler.h
    
    DOC: Added support for the TITLE field.  Improved instructions suport of the SYMBOL field.
    
    
    ------------------------------------------------------------------------
    r1198742 | lassin | 2010-11-19 15:48:33 +0100 (Fri, 19 Nov 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/filters/libmsooxml/MsooXmlCommonReaderDrawingMLImpl.h
       M /trunk/koffice/filters/libmsooxml/MsooXmlCommonReaderDrawingMLMethods.h
    
    Fixed ooxml drawingML to have blipfill as one possible fill.
    
    
    ------------------------------------------------------------------------
    r1198769 | pavelheimlich | 2010-11-19 18:02:04 +0100 (Fri, 19 Nov 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/kpresenter/part/KPrPicturesImport.h
    
    Qt macro should not be followed by a semicolon. Fixes build with Sun Studio
    
    
    ------------------------------------------------------------------------
    r1198772 | pavelheimlich | 2010-11-19 18:14:11 +0100 (Fri, 19 Nov 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/kexi/kexidb/indexschema.cpp
       M /trunk/koffice/kword/plugins/scripting/TextDocument.h
    
    since qt4.7 QString cannot be initialized by int
    
    
    ------------------------------------------------------------------------
    r1198799 | dkazakov | 2010-11-19 21:05:33 +0100 (Fri, 19 Nov 2010) | 7 lines
    Changed paths:
       M /trunk/koffice/krita/ui/canvas/kis_perspective_grid_manager.cpp
       M /trunk/koffice/krita/ui/canvas/kis_perspective_grid_manager.h
    
    Made KisToolPerspectiveGrid work in interactive mode
    
    There was a bug that lead to an infinite loop. It happened due to a
    (NaN,NaN) intersection points those appeared after calculation of
    intersection of null-length lines %). Now we just check for the length
    of the line.
    
    
    ------------------------------------------------------------------------
    r1198803 | uzak | 2010-11-19 21:14:34 +0100 (Fri, 19 Nov 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/filters/kpresenter/powerpoint/PptToOdp.cpp
       M /trunk/koffice/filters/kpresenter/powerpoint/pptstyle.cpp
    
    PPT: Small update of the bullet size processing.  
    
    
    ------------------------------------------------------------------------
    r1198810 | berger | 2010-11-19 21:25:22 +0100 (Fri, 19 Nov 2010) | 4 lines
    Changed paths:
       M /trunk/koffice/krita/krita.desktop
       M /trunk/koffice/krita/plugins/formats/bmp/krita_bmp.desktop
       M /trunk/koffice/krita/plugins/formats/eps/krita_eps.desktop
       M /trunk/koffice/krita/plugins/formats/exr/krita_exr.desktop
       M /trunk/koffice/krita/plugins/formats/gif/krita_gif.desktop
       M /trunk/koffice/krita/plugins/formats/jp2/krita_jp2.desktop
       M /trunk/koffice/krita/plugins/formats/jpeg/krita_jpeg.desktop
       M /trunk/koffice/krita/plugins/formats/ora/krita_ora.desktop
       M /trunk/koffice/krita/plugins/formats/pdf/krita_pdf.desktop
       M /trunk/koffice/krita/plugins/formats/png/krita_png.desktop
       M /trunk/koffice/krita/plugins/formats/ppm/krita_ppm.desktop
       M /trunk/koffice/krita/plugins/formats/psd/krita_psd.desktop
       M /trunk/koffice/krita/plugins/formats/raw/krita_raw.desktop
       M /trunk/koffice/krita/plugins/formats/tiff/krita_tiff.desktop
       M /trunk/koffice/krita/plugins/formats/xcf/krita_xcf.desktop
    
    Fix: dolphin/plasma hangs when launching Krita
    
    BUG: 233871
    
    
    ------------------------------------------------------------------------
    r1198816 | pavelheimlich | 2010-11-19 22:13:21 +0100 (Fri, 19 Nov 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/kexi/formeditor/formIO.cpp
    
    since Qt 4.7, QString cannot be initialized by int
    
    
    ------------------------------------------------------------------------
    r1198824 | staniek | 2010-11-19 22:43:02 +0100 (Fri, 19 Nov 2010) | 1 line
    Changed paths:
       M /trunk/koffice/kexi/kexidb/drivers/mySQL/mysqlconnection.cpp
    
    fix memory leak in mysql driver
    ------------------------------------------------------------------------
    r1198825 | staniek | 2010-11-19 22:48:14 +0100 (Fri, 19 Nov 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/kexi/doc/dev/CHANGELOG-Kexi-js
    
    SVN_SILENT update
    
    
    ------------------------------------------------------------------------
    r1198838 | pavolk | 2010-11-19 23:54:50 +0100 (Fri, 19 Nov 2010) | 1 line
    Changed paths:
       M /trunk/koffice/libs/kotext/KoInlineTextObjectManager.cpp
       M /trunk/koffice/libs/kotext/KoInlineTextObjectManager.h
       M /trunk/koffice/libs/kotext/KoTextEditor.cpp
    
    inline object can be inserted with specified char format
    
    ------------------------------------------------------------------------
    r1198847 | staniek | 2010-11-20 01:02:04 +0100 (Sat, 20 Nov 2010) | 2 lines
    Changed paths:
       M /trunk/koffice/libs/koproperty/Property.cpp
       M /trunk/koffice/libs/koproperty/Property.h
       M /trunk/koffice/libs/koproperty/Set.cpp
    
    global objects of type Property not needed; fixes crash of library unload in Kexi
    
    
    ------------------------------------------------------------------------
    r1198898 | dkazakov | 2010-11-20 09:18:13 +0100 (Sat, 20 Nov 2010) | 4 lines
    Changed paths:
       M /trunk/koffice/krita/ui/kis_doc2.cc
       M /trunk/koffice/krita/ui/kis_view2.cpp
    
    The full image refresh should be done on document loading only
    
    BUG:257264
    
    
    ------------------------------------------------------------------------
    r1199003 | rempt | 2010-11-20 11:31:28 +0100 (Sat, 20 Nov 2010) | 1 line
    Changed paths:
       M /trunk/koffice/krita/ui/canvas/kis_perspective_grid_manager.cpp
    
    Fix warning
    ------------------------------------------------------------------------
    r1199004 | rempt | 2010-11-20 11:31:31 +0100 (Sat, 20 Nov 2010) | 1 line
    Changed paths:
       M /trunk/koffice/krita/ui/kis_popup_palette.cpp
    
    remove deprecated qt3 stuff
    
    ------------------------------------------------------------------------
    r1199022 | rempt | 2010-11-20 12:36:34 +0100 (Sat, 20 Nov 2010) | 3 lines
    Changed paths:
       M /trunk/koffice/krita/ui/kis_categorized_item_delegate.cpp
    
    Do not use the deprecated KCategoryDrawer
    
    (Though it's a mystery why it's deprecated.)
    
    ------------------------------------------------------------------------
    r1199034 | rempt | 2010-11-20 13:06:26 +0100 (Sat, 20 Nov 2010) | 1 line
    Changed paths:
       M /trunk/koffice/krita/plugins/extensions/separate_channels/dlg_separate.cc
       M /trunk/koffice/krita/plugins/extensions/separate_channels/wdg_separations.ui
    
    q3--
    
    ------------------------------------------------------------------------
    r1199038 | zander | 2010-11-20 13:40:56 +0100 (Sat, 20 Nov 2010) | 1 line
    Changed paths:
       M /trunk/koffice/libs/kotext/opendocument/KoTextSharedLoadingData.cpp
    
    Move comment
    ------------------------------------------------------------------------
    r1199039 | zander | 2010-11-20 13:40:58 +0100 (Sat, 20 Nov 2010) | 6 lines
    Changed paths:
       M /trunk/koffice/plugins/textshape/tests/TestDocumentLayout.cpp
    
    Fix test to pass even with optical alignment
    
    In newer versions of the base libraries (Qt and lower) a new
    feature was introduced which makes text rendering look much nicer
    but it broke our test which assumed simpler algoritmns.
    Fix test and make regressions go away.
    ------------------------------------------------------------------------
    r1199040 | zander | 2010-11-20 14:10:23 +0100 (Sat, 20 Nov 2010) | 6 lines
    Changed paths:
       M /trunk/koffice/libs/widgets/KoDockWidgetTitleBar.cpp
    
    Fix Minimised dockers are hiding name.
    
    Patch from Rahul Das, thanks a lot for fixing this issue :)
    
    BUG: 201160
    CCMAIL: h.rahuldas@gmail.com
    
    
    svn path=/branches/work/koffice-essen/; revision=1199046
    1acfd41f