Date: prev next · Thread: first prev next last
2014 Archives by date, by thread · List index


Hi all,

The tag libreoffice-4.3.0.1-buildfix1 (AKA 4.3.0 RC1) has been
created on the libreoffice-4-3 brannch.

The branch will be used for fine tuning of the 4.3 codeline.

See
https://wiki.documentfoundation.org/ReleasePlan/4.3#4.3.0_release for
the detailed schedule of the 4.3.0 release.

Master will be used for development of LibreOffice 4.4.x

The following rules apply:
    + 4.3.0 rc phase and later:

        + fixes need approval by one reviewer
        + late features need approval by 3 more people with different
affiliation

    IMPORTANT: Every developer is responsible for pushing the fixes into all
               appropriate branches. Note that we do not plan any merge
               from this branch to master or vice versa.

    Please, help use to make stable and usable release. If you want to build
    something cool, unstable, and risky, use master.

The 'libreoffice-4-2' branch is still active and will be used for the
4.2.6 bugfix release. Please read more at
       http://wiki.documentfoundation.org/ReleasePlan/4.2#4.2.6_release
       http://wiki.documentfoundation.org/Development/Branches
       http://wiki.documentfoundation.org/Release_Criteria

Now, if you want to switch your clone to the branch, please do:

./g pull -r
./g checkout -b libreoffice-4-3 origin/libreoffice-4-3

To checkout the tag, use

./g fetch --tags
./g checkout -b tag-libreoffice-4.3.0.1-buildfix1
libreoffice-4.3.0.1-buildfix1

Hopefully it will work for you :-)  Most probably, you will also want to
do (if you haven't done it yet):

git config --global push.default tracking

When you do git push with this, git will push only the branch you are
on; e.g. libreoffice-4-3 when you have switched to it.  This will
save you some git shouting at you.

Linux distro packages might find source tarballs at
http://dev-builds.libreoffice.org/pre-releases/src/
They will soon be available from the official page together with the builds.

Attached is the list of changes against 4.3.0 Beta2

Happy hacking,
Christian
+ core
    + 'NSNoUnderlineStyle' & ‘NSSingleUnderlineStyle’: Deprecated in OS X 10.9 [rbuj]
    + (finally) write a unit test for this. (fdo#77506) [Kohei Yoshida]
    + 1st part of wrong list style in shapes (bnc#870233) [Zolnai Tamás]
    + 2nd part of import font color from color fragment for SmartArts (bnc#870233) [Zolnai Tamás]
    + 3D model insertion: display extensions in the filter selector [Zolnai Tamás]
    + <w:br> tag is not being preserved after export. (fdo#78887) [Ravindra Vidhate]
    + A few improvements to macosx-codesign-app-bundle [Tor Lillqvist]
    + accept the OS X 10.10 SDK [Tor Lillqvist]
    + add --enable-macosx-package-signing [Tor Lillqvist]
    + add --with-macosx-app-name configure option that propagates to MACOSX_APP_NAME [Tor Lillqvist]
    + add missing dep on dir [David Tardon]
    + add newly supported mimetypes [David Tardon]
    + allow additional i18n formats to define defaults [Eike Rathke]
    + allow building with more recent glm versions [Tomáš Chvátal]
    + allow extensions to override Access2Base [Lionel Elie Mamane]
    + allow to edit spacing to contents even with no borders visible. (bnc#882627) [Matúš Kukan]
    + apr uses iconv [Tor Lillqvist]
    + avoid problems with poppler's and vcl's FontInfo during runtime [Markus Mohrhard]
    + avoid uninitialized memory read/compare on short reads. [Michael Meeks]
    + be more sensible about checking buffers of VML points we write. [Michael Meeks]
    + bump product version to 4.3.0.0.beta2+ [Christian Lohmaier]
    + bump product version to 4.3.0.1 [Christian Lohmaier]
    + c++03 vs c++11 enum namespacing [Caolán McNamara]
    + cache table entry may be null. Let's not assume it's always non-null. [Kohei Yoshida]
    + cannot delete ListBox from inside its own Select handler (fdo#79021) [Caolán McNamara]
    + cast loses precision [Caolán McNamara]
    + change glTF mime type: {application -> model}/vnd.gltf+json [Zolnai Tamás]
    + changing scanners has no effect [Caolán McNamara]
    + check for empty string before accessing first element (fdo#64530) [Markus Mohrhard]
    + check last status of newly created... (i#125000) [Oliver-Rainer Wittmann]
    + collada2gltf: fix URL problems [Zolnai Tamás]
    + collada2gltf: move patches to an own folder [Zolnai Tamás]
    + collada2gltf: one more URL usage fix [Zolnai Tamás]
    + column storage might be changed, related (lp#990868) [Markus Mohrhard]
    + complete LibreOfficeKit C++ renaming. [Andrzej Hunt]
    + consistent naming please. [Kohei Yoshida]
    + correct implementation of css::text::XTextField... (i#125086) [Oliver-Rainer Wittmann]
    + crash with Thunderbird/Icedove address book (fdo#80025) [Julien Nabet]
    + crash/hang on format-page on html document (rhbz#1096747) [Caolán McNamara]
    + crash:LO Crashes while Saving the DOCX containing smartart (fdo#79822) [PriyankaGaikwad]
    + disallow 'qlt' privateuse code [Eike Rathke]
    + do not hard code bash path [Baptiste Daroussin]
    + do not overwrite w:shd value (fdo#79558) [Jacobo Aragunde Pérez]
    + document must be set modified when range name is defined, (fdo#79451) [Markus Mohrhard]
    + DOCX import: fix additional empty paragraphs around footnote text (fdo#55381) [Miklos Vajna]
    + DOCX import: recurse into w:ins in groupshape text [Miklos Vajna]
    + don't try to import invalid document, (fdo#79135) [Markus Mohrhard]
    + don't use temporary object [Markus Mohrhard]
    + don't use the CoreUI private framework when sandboxed (i.e., for App Store) [Tor Lillqvist]
    + enable this check. (fdo#77506) [Kohei Yoshida]
    + error C2361: initialization of 's_fallbacks' is skipped by 'default' [Michael Stahl]
    + external/librevenge,libmwaw,libodfgen,libwps: fix self-linked symlinks build problem [Douglas 
Mencken]
    + extract kmz and collada converter code to a seperate function [Zolnai Tamás]
    + fallback to DefaultEncoding when eCurrentEncoding is unknown [Caolán McNamara]
    + fdo79368 Don't process overflow menu items twice. [Andrzej Hunt]
    + file having Footnote with Text Effect got corrupted after RT (fdo#79062) [Ravindra Vidhate]
    + filter out OS not needing -ldl [Baptiste Daroussin]
    + first stop the timer, then the animation. [Jan Holesovsky]
    + fix --disable-gltf build [Zolnai Tamás]
    + fix build error "error: NSPrintJobSavingURL was not declared in this scope" [Douglas Mencken]
    + fix for corruption having databinding have duplicates attributes (fdo#79817) [Rohit Deshmukh]
    + fix invalid memory access related to temporary object [Markus Mohrhard]
    + fix look for translated frame styles (fdo#40073) [Elie Roux]
    + fix new[]/delete mismatch [Markus Mohrhard]
    + fix ppt files embedded in .docx documents (fdo#79691) [Jacobo Aragunde Pérez]
    + fix rounding error in AquaSalGraphics::RefreshRect() (i#125020) [Herbert Dürr]
    + fix sd_import_tests after e42c05c1f96832572e525d85d89590f56f5a29dd [Matúš Kukan]
    + fix the Java UNO API test with regard to chart tests. (fdo#79676) [Kohei Yoshida]
    + fix to be able to edit seconds in Japanese date/datetime cells [Isamu Mogi]
    + fix wrong square brackets in exported citations (fdo#76281) [Jacobo Aragunde Pérez]
    + flat style and 3d style were swapped (fdo#75364) [Lionel Elie Mamane]
    + follow-up of fix for (i#125055, i#124338) [Oliver-Rainer Wittmann]
    + fxi build error [Markus Mohrhard]
    + gbuild: avoid leaving invalid .d files behind if build interrupted [Michael Stahl]
    + gbuild: move vclplug_kde* to the kde section [Miklos Vajna]
    + glTF export: Use plural folder names [Zolnai Tamás]
    + glTF import/export: fallback must be the second one inside the frame [Zolnai Tamás]
    + glTF rendering: fix texture problems [Zolnai Tamás]
    + glTF rendering: workaround for camera movements [Zolnai Tamás]
    + glTF: Avoid segmentation fault when one of the input files can't be loaded [Zolnai Tamás]
    + glTF: download *.dae and *.kmz files to the temp folder before conversion [Zolnai Tamás]
    + GPU Calc:Add more judge for NAN in SingleVector parameter [haochen]
    + GPU Calc:Support 3rd parameter in FLOOR [haochen]
    + GPU Calc:Support default 2nd parameter in ROUND [haochen]
    + GPU Calc:Support IF formula in GPUInterpret [haochen]
    + GPU Calc:Support nested formulae expansion for simple nested [haochen]
    + GPU Calc:Support string arguments in VLookup [haochen]
    + html export: Close the <meta> tags. [Jan Holesovsky]
    + html export: More standard time specification in <meta/>. [Jan Holesovsky]
    + implement getFormOperations for data grid (table view) (fdo#79786) [Lionel Elie Mamane]
    + initial attempt at implementing NSTextInputClient instead of NSTextInput [Tor Lillqvist]
    + initialize with a default chart only from the UI. (fdo#79676) [Kohei Yoshida]
    + introduce HAVE_FEATURE_GLTF to enable/disable gltf related code [Zolnai Tamás]
    + keep line visible if proportional line spacing is < 100%. (bnc#882631) [Matúš Kukan]
    + kmz2gltf: Use LO's ZipFileAccess to unzip kmz [Zolnai Tamás]
    + kmz3collada: Workaround for missing textures [Zolnai Tamás]
    + left align add/remove buttons [Caolán McNamara]
    + let YYYY/M/D H:MM be the default datetime format [Eike Rathke]
    + libgltf: Another new version. [Jan Holesovsky]
    + libgltf: solve this memory leak problem on a better way 2 [Zolnai Tamás]
    + libgltf: turn off openMP usage without any detection code. [Michael Meeks]
    + libgltf: Update openmp-related patch to newer libgltf. [Jan Holesovsky]
    + libgltf: Update to newer version. [Jan Holesovsky]
    + liblok: add include for size_t. [Michael Meeks]
    + liblok: check new methods via macros on nSize, not by de-referencing. [Michael Meeks]
    + liblok: set the size for the correct structure. [Michael Meeks]
    + LOK: Split into instance and class. [Andrzej Hunt]
    + lsan: fix invalid memory access [Markus Mohrhard]
    + lsan: fix memory leak [Markus Mohrhard]
    + lsan: fix memory leaks [Markus Mohrhard]
    + make glTF support an experimental feature [Zolnai Tamás]
    + make pasting a lot of cell notes faster by disabling broadcasting. (fdo#76324) [Matúš Kukan]
    + make rtl_TextEncodingToWinCharsetRTF work for non-Unicode (fdo#77979) [Stephan Bergmann]
    + make sure all objects exist, related (fdo#75692) [Markus Mohrhard]
    + make test-install work also in the non-release-build case [Tor Lillqvist]
    + make that variable protected again [Markus Mohrhard]
    + missing SetForbiddenChars call [Caolán McNamara]
    + more reliable way to determine label strings. (fdo#77506) [Kohei Yoshida]
    + move FlatODF filter config to right place (rhbz#1105376) [David Tardon]
    + move liblibreoffice into LibreOfficeKit. [Andrzej Hunt]
    + move UOF and Office 2003 filters to xsltfilter module [David Tardon]
    + mysql-connector doesn't work with remote connections (fdo#77584, deb#749592) [Noel Grandin]
    + new unit test for Draw document with chart.  Disabled due to weird crash. [Kohei Yoshida]
    + OGLFrameGrabber: use reference instead of pointer [Zolnai Tamás]
    + OGLPlayer: check before dereference [Zolnai Tamás]
    + OGLPlayer: handle json parsing error [Zolnai Tamás]
    + OGLPlayer: use more assertions [Zolnai Tamás]
    + OGLWindow: no need to call update after changes, timer takes care of it [Zolnai Tamás]
    + OGLWindow: use reference instead of pointer [Zolnai Tamás]
    + on FreeBSD x86_64 is named amd64 [Baptiste Daroussin]
    + oops, libwpd -> librevenge [David Tardon]
    + opencollada: move patches to an own folder [Zolnai Tamás]
    + PackageMaker does not exist any more [Tor Lillqvist]
    + password UI: correct typo for 1 character (fdo#79597) [Laurent Balland-Poirier]
    + patching libgltf: fix wrong deallocation method [Zolnai Tamás]
    + patching libgltf: the passed texture bitmaps are RGBA buffers [Zolnai Tamás]
    + pct import: Reset clip region before closing the metafile. [Jan Holesovsky]
    + PPTX import: wrong z-order becuause of wrong import order (bnc#880763) [Zolnai Tamás]
    + preserve missing attributes in paragraph w:shd (fdo#79558) [Jacobo Aragunde Pérez]
    + propagate error through DoubleArray of matrix (fdo#79978) [Eike Rathke]
    + propagate ForceArray through jump tokens (fdo#79957) [Eike Rathke]
    + put conditional add/remove buttons above the range selector... [Caolán McNamara]
    + put the add/modify/delete line below the range [Caolán McNamara]
    + rebuild filter config. after makefile change [David Tardon]
    + recognize ##-MMM-## as date even if ambiguous (fdo#79719) [Eike Rathke]
    + reduce test doc size, use a simpler gltf model [Zolnai Tamás]
    + related extend handling of txXfrm (bnc#862510) [Zolnai Tamás]
    + related OSX-crash opening query or table in embedded Firebird ODB (fdo#79714) [Julien Nabet]
    + related: fix the calculation of the text-update rectangle... (i#125020) [Herbert Dürr]
    + related: map given style name to corresponding UI name... (i#125072) [Oliver-Rainer Wittmann]
    + related: writerfilter RTF import: read encoded font name (fdo#77979) [Michael Stahl]
    + remove this. [Kohei Yoshida]
    + remove unused variable [Markus Mohrhard]
    + rename C api of LibreOfficeKit. [Andrzej Hunt]
    + rename makefile to StaticLibrary_libreofficekit and clean up. [Matúš Kukan]
    + resolve by checking index bounds (fdo#79913) [Arnaud Versini]
    + revert "-Werror=unused-but-set-variable second try" (fdo#72727) [Kohei Yoshida]
    + revert "add missing dep on dir" [David Tardon]
    + revert "don't blindly force categories when there are none" (fdo#72727, fdo#68663) [Kohei 
Yoshida]
    + revert "Make glTF support an experimental feature" [Zolnai Tamás]
    + sd html: Implement export of metadata in the single document case. [Jan Holesovsky]
    + sd html: Provide some minimal reasonable defaults. [Jan Holesovsky]
    + sd html: Unit test for the metadata export. [Jan Holesovsky]
    + slideshow: Don't assume anything about the duration. [Jan Holesovsky]
    + sw: RTF export: write non-ASCII font names encoded (fdo#77979) [Michael Stahl]
    + swap the logic here: Disable -> Enable. (fdo#78860) [Kohei Yoshida]
    + the page view object contact must exist (fdo#79883) [David Tardon]
    + the variable is only available on linux [Markus Mohrhard]
    + this assumption doesn't hold on all build environments. [Kohei Yoshida]
    + this widget should be hidden until expanded [Caolán McNamara]
    + ucb: move APR dependencies to gb_LinkTarget__use_apr [Michael Stahl]
    + unify the handling of string position arguments, related (fdo#75971) [Eike Rathke]
    + update OpenCollada and collada2gltf to the newest versions. [Jan Holesovsky]
    + update to openssl 1.0.1h [Caolán McNamara]
    + updated core [Christian Lohmaier, Andras Timar]
    + upgrade LibreOfficeKit C++ API. [Andrzej Hunt]
    + use AutoTimer instead of Timer, and add some more locking. [Jan Holesovsky]
    + use essentially the same OS X code signing script as in libreoffice-4-2 [Tor Lillqvist]
    + use MACOSX_APP_NAME [Tor Lillqvist]
    + use MACOSX_APP_NAME (with dashes instead of spaces) instead of build-time name [Tor Lillqvist]
    + version 4.3.0.1, tag libreoffice-4.3.0.1 [Christian Lohmaier]
    + version 4.3.0.1, tag libreoffice-4.3.0.1-buildfix1 [Christian Lohmaier]
    + WaE: 'convertBaseToScreen:' is deprecated: first deprecated in OS X 10.7 [Tor Lillqvist]
    + WaE: 'guessesForWord:' is deprecated: first deprecated in OS X 10.6 [Tor Lillqvist]
    + WaE: 'NSCountWindows' is deprecated: first deprecated in OS X 10.6 [Tor Lillqvist]
    + WaE: 'NSPrintSavePath' is deprecated: first deprecated in OS X 10.6 [Tor Lillqvist]
    + WaE: 'scrollerWidth' is deprecated: first deprecated in OS X 10.7 [Tor Lillqvist]
    + WaE: 'setFlipped' is deprecated: first deprecated in OS X 10.6 [Tor Lillqvist]
    + WaE: case value not in enumerated type 'NSEventSubtype' [Tor Lillqvist]
    + WaE: comparison of two values with different enumeration types [Tor Lillqvist]
    + we build no avmediaQuickTime library in the sandboxed (i.e. App Store) case [Tor Lillqvist]
    + we only support GLX 1.3+ [Markus Mohrhard]
    + whitespace clean-up [Markus Mohrhard]
    + workaround for DBG_UTIL XML correctness checks [Markus Mohrhard]
    + workaround for kCTForegroundColorFromContextAttributeName unavailability [Douglas Mencken]
    + write unit test for this. (fdo#79676) [Kohei Yoshida]
    + writerfilter RTF import: by default style is para style 0 (fdo#70578) [Michael Stahl]
    + writerfilter RTF import: disappear the rectangle shapes on images (fdo#76633) [Michael Stahl]
    + writerfilter RTF import: override style properties like Word (bnc#825305, fdo#70578) [Michael 
Stahl]
    + writerfilter: RTF import: do not leak the XShape of image (fdo#76633) [Michael Stahl]
    + writerfilter: try to make tinderbox happy again [Michael Stahl]
+ dictionaries
    + version 4.3.0.1, tag libreoffice-4.3.0.1-buildfix1 [Christian Lohmaier]
+ help
    + version 4.3.0.1, tag libreoffice-4.3.0.1-buildfix1 [Christian Lohmaier]
+ translations
    + update translations for 4.3.0 RC1 [Christian Lohmaier]
    + updated Slovenian translation [Andras Timar]
bnc#825305 writerfilter RTF import: override style properties like Word [Michael Stahl]
bnc#862510 related extend handling of txXfrm [Zolnai Tamás]
bnc#870233 2nd part of import font color from color fragment for SmartArts [Zolnai Tamás]
bnc#880763 PPTX import: wrong z-order becuause of wrong import order [Zolnai Tamás]
bnc#882627 allow to edit spacing to contents even with no borders visible. [Matúš Kukan]
bnc#882631 keep line visible if proportional line spacing is < 100%. [Matúš Kukan]
deb#749592 mysql-connector doesn't work with remote connections [Noel Grandin]
fdo#40073 fix look for translated frame styles [Elie Roux]
fdo#55381 DOCX import: fix additional empty paragraphs around footnote text [Miklos Vajna]
fdo#64530 check for empty string before accessing first element [Markus Mohrhard]
fdo#68663 revert "don't blindly force categories when there are none" [Kohei Yoshida]
fdo#70578 writerfilter RTF import: override style properties like Word [Michael Stahl]
fdo#72727 revert "-Werror=unused-but-set-variable second try" [Kohei Yoshida]
fdo#75364 flat style and 3d style were swapped [Lionel Elie Mamane]
fdo#75692 make sure all objects exist, related [Markus Mohrhard]
fdo#75971 unify the handling of string position arguments, related [Eike Rathke]
fdo#76281 fix wrong square brackets in exported citations [Jacobo Aragunde Pérez]
fdo#76324 make pasting a lot of cell notes faster by disabling broadcasting. [Matúš Kukan]
fdo#76633 writerfilter: RTF import: do not leak the XShape of image [Michael Stahl]
fdo#77506 more reliable way to determine label strings. [Kohei Yoshida]
fdo#77584 mysql-connector doesn't work with remote connections [Noel Grandin]
fdo#77979 sw: RTF export: write non-ASCII font names encoded [Michael Stahl, Stephan Bergmann]
fdo#78860 swap the logic here: Disable -> Enable. [Kohei Yoshida]
fdo#78887 <w:br> tag is not being preserved after export. [Ravindra Vidhate]
fdo#79021 cannot delete ListBox from inside its own Select handler [Caolán McNamara]
fdo#79062 file having Footnote with Text Effect got corrupted after RT [Ravindra Vidhate]
fdo#79135 don't try to import invalid document, [Markus Mohrhard]
fdo#79451 document must be set modified when range name is defined, [Markus Mohrhard]
fdo#79558 do not overwrite w:shd value [Jacobo Aragunde Pérez]
fdo#79597 password UI: correct typo for 1 character [Laurent Balland-Poirier]
fdo#79676 write unit test for this. [Kohei Yoshida]
fdo#79691 fix ppt files embedded in .docx documents [Jacobo Aragunde Pérez]
fdo#79714 related OSX-crash opening query or table in embedded Firebird ODB [Julien Nabet]
fdo#79719 recognize ##-MMM-## as date even if ambiguous [Eike Rathke]
fdo#79786 implement getFormOperations for data grid (table view) [Lionel Elie Mamane]
fdo#79817 fix for corruption having databinding have duplicates attributes [Rohit Deshmukh]
fdo#79822 crash:LO Crashes while Saving the DOCX containing smartart [PriyankaGaikwad]
fdo#79883 the page view object contact must exist [David Tardon]
fdo#79913 resolve by checking index bounds [Arnaud Versini]
fdo#79957 propagate ForceArray through jump tokens [Eike Rathke]
fdo#79978 propagate error through DoubleArray of matrix [Eike Rathke]
fdo#80025 crash with Thunderbird/Icedove address book [Julien Nabet]
i#124338 follow-up of fix for [Oliver-Rainer Wittmann]
i#125000 check last status of newly created... [Oliver-Rainer Wittmann]
i#125020 fix rounding error in AquaSalGraphics::RefreshRect() [Herbert Dürr]
i#125055 follow-up of fix for [Oliver-Rainer Wittmann]
i#125072 related: map given style name to corresponding UI name... [Oliver-Rainer Wittmann]
i#125086 correct implementation of css::text::XTextField... [Oliver-Rainer Wittmann]
lp#990868 column storage might be changed, related [Markus Mohrhard]
rhbz#1096747 libreoffice-writer crashes when doing a Format - Page on a html type document [Caolán 
McNamara]
rhbz#1105376 FlatODF import/export does not work unless libreoffice-xsltfilter is installed [David 
Tardon]
    + writerfilter RTF import: override style properties like Word (bnc#825305) [Michael Stahl]
    + related extend handling of txXfrm (bnc#862510) [Zolnai Tamás]
    + 2nd part of import font color from color fragment for SmartArts (bnc#870233) [Zolnai Tamás]
    + PPTX import: wrong z-order becuause of wrong import order (bnc#880763) [Zolnai Tamás]
    + allow to edit spacing to contents even with no borders visible. (bnc#882627) [Matúš Kukan]
    + keep line visible if proportional line spacing is < 100%. (bnc#882631) [Matúš Kukan]
    + mysql-connector doesn't work with remote connections (deb#749592) [Noel Grandin]
    + fix look for translated frame styles (fdo#40073) [Elie Roux]
    + DOCX import: fix additional empty paragraphs around footnote text (fdo#55381) [Miklos Vajna]
    + check for empty string before accessing first element (fdo#64530) [Markus Mohrhard]
    + revert "don't blindly force categories when there are none" (fdo#68663) [Kohei Yoshida]
    + writerfilter RTF import: override style properties like Word (fdo#70578) [Michael Stahl]
    + revert "-Werror=unused-but-set-variable second try" (fdo#72727) [Kohei Yoshida]
    + flat style and 3d style were swapped (fdo#75364) [Lionel Elie Mamane]
    + make sure all objects exist, related (fdo#75692) [Markus Mohrhard]
    + unify the handling of string position arguments, related (fdo#75971) [Eike Rathke]
    + fix wrong square brackets in exported citations (fdo#76281) [Jacobo Aragunde Pérez]
    + make pasting a lot of cell notes faster by disabling broadcasting. (fdo#76324) [Matúš Kukan]
    + writerfilter: RTF import: do not leak the XShape of image (fdo#76633) [Michael Stahl]
    + more reliable way to determine label strings. (fdo#77506) [Kohei Yoshida]
    + mysql-connector doesn't work with remote connections (fdo#77584) [Noel Grandin]
    + sw: RTF export: write non-ASCII font names encoded (fdo#77979) [Michael Stahl, Stephan 
Bergmann]
    + swap the logic here: Disable -> Enable. (fdo#78860) [Kohei Yoshida]
    + <w:br> tag is not being preserved after export. (fdo#78887) [Ravindra Vidhate]
    + cannot delete ListBox from inside its own Select handler (fdo#79021) [Caolán McNamara]
    + file having Footnote with Text Effect got corrupted after RT (fdo#79062) [Ravindra Vidhate]
    + don't try to import invalid document, (fdo#79135) [Markus Mohrhard]
    + document must be set modified when range name is defined, (fdo#79451) [Markus Mohrhard]
    + do not overwrite w:shd value (fdo#79558) [Jacobo Aragunde Pérez]
    + password UI: correct typo for 1 character (fdo#79597) [Laurent Balland-Poirier]
    + write unit test for this. (fdo#79676) [Kohei Yoshida]
    + fix ppt files embedded in .docx documents (fdo#79691) [Jacobo Aragunde Pérez]
    + related OSX-crash opening query or table in embedded Firebird ODB (fdo#79714) [Julien Nabet]
    + recognize ##-MMM-## as date even if ambiguous (fdo#79719) [Eike Rathke]
    + implement getFormOperations for data grid (table view) (fdo#79786) [Lionel Elie Mamane]
    + fix for corruption having databinding have duplicates attributes (fdo#79817) [Rohit Deshmukh]
    + crash:LO Crashes while Saving the DOCX containing smartart (fdo#79822) [PriyankaGaikwad]
    + the page view object contact must exist (fdo#79883) [David Tardon]
    + resolve by checking index bounds (fdo#79913) [Arnaud Versini]
    + propagate ForceArray through jump tokens (fdo#79957) [Eike Rathke]
    + propagate error through DoubleArray of matrix (fdo#79978) [Eike Rathke]
    + crash with Thunderbird/Icedove address book (fdo#80025) [Julien Nabet]
    + follow-up of fix for (i#124338) [Oliver-Rainer Wittmann]
    + check last status of newly created... (i#125000) [Oliver-Rainer Wittmann]
    + fix rounding error in AquaSalGraphics::RefreshRect() (i#125020) [Herbert Dürr]
    + follow-up of fix for (i#125055) [Oliver-Rainer Wittmann]
    + related: map given style name to corresponding UI name... (i#125072) [Oliver-Rainer Wittmann]
    + correct implementation of css::text::XTextField... (i#125086) [Oliver-Rainer Wittmann]
    + column storage might be changed, related (lp#990868) [Markus Mohrhard]
    + libreoffice-writer crashes when doing a Format - Page on a html type document (rhbz#1096747) 
[Caolán McNamara]
    + FlatODF import/export does not work unless libreoffice-xsltfilter is installed (rhbz#1105376) 
[David Tardon]

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.