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


Hi all,

The tag libreoffice-4.2.4.1 (AKA 4.2.4 RC1) and the corresponding
branch libreoffice-4-2-4 have been created.
The branch will be used for fine tuning of the 4.2.4 release. (there
is one additional RC planned)

The following rules apply:

        + preferably just translation or blocker fixes
        + only cherry-picking from libreoffice-4-2 branch
        + 2 additional reviews needed; 2nd reviewer pushes
        + no regular merges back to anything

The 'libreoffice-4-2' branch is still active and will be used for the
4.2.5 bugfix release. Please read more at
       http://wiki.documentfoundation.org/ReleasePlan/4.2#4.2.4_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-2-4 origin/libreoffice-4-2-4

To checkout the tag, use

./g fetch --tags
./g checkout -b tag-libreoffice-4.2.4.1 libreoffice-4.2.4.1

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-2-4 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.2.3 RC3 (4.2.3 final)

Happy hacking,
Christian
+ core
    + -fno-weak is unknown in the Clang 3.4 in current Xcode (5.1) [Tor Lillqvist]
    + -Werror=shadow [Miklos Vajna]
    + accept proper number style condition != as not equal operator, (fdo#76777) [Eike Rathke]
    + adapt to OUString changes and set length exactly. (fdo#74302) [Matúš Kukan]
    + add check for image data offset... (i#124467) [Jürgen Schmidt]
    + add parameter to supress dialog [Mathias Supp]
    + adjust reference during undo of drag-n-drop of cell range. (fdo#71491) [Kohei Yoshida]
    + align exterior borders of a table correctly for double lines. (fdo#75260) [Kohei Yoshida]
    + apparently some table .docx properties shouldn't be < 0 [Luboš Luňák]
    + apply object-in front selection on mouseUp (fdo#69157) [Lennard Wasserthal]
    + apply the same fix from writer table to character bordering. (fdo#75260) [Kohei Yoshida]
    + apply the same fix from writer table to paragraph bordering. (fdo#75260) [Kohei Yoshida]
    + assure correct line break for multi-lined Input Fields (fdo#76235, i#124039) [Oliver-Rainer 
Wittmann]
    + asterisk at the beginning of Paragraph without "Nowiki" (fdo#75308, fdo#74875) [Julien Nabet]
    + avoid joining new formula cells individually. (fdo#76470) [Kohei Yoshida]
    + avoid only bad Graphite ligature replacement (fdo#70666) [László Németh]
    + avoid repeated table layouting (fdo#75622) [Luboš Luňák]
    + branch libreoffice-4-2-4 [Christian Lohmaier]
    + build liblangtag with updated IANA language-subtag-registry [Eike Rathke]
    + bullet sizes set wrong. (bnc#828390) [Muthu Subramanian]
    + bump product version to 4.2.4.1 [Christian Lohmaier]
    + bump version to 4.2.4.0.0+ [Christian Lohmaier]
    + calc link auto-update interval is changed on file save (fdo#76961) [Niklas Johansson]
    + check if the resulting polygon... (i#124453) [Jürgen Schmidt]
    + check that stacks are not empty before top() [Caolán McNamara]
    + clear sheet deleted flags for affected references when undoing. (fdo#75977) [Kohei Yoshida]
    + compare external formula tokens correctly. (fdo#77307) [Kohei Yoshida]
    + configure: disable LTO by default for MSVC too (fdo#75376) [Michael Stahl]
    + correct name of Outline Numbering dialog (fdo#75772) [Laurent Balland-Poirier]
    + crash on loading .docx (rhbz#1077780) [Caolán McNamara]
    + crash with "New style from selection" with List (coverity#1130423, fdo#77174) [Caolán 
McNamara]
    + cutting nothing should do nothing, should fix field dupes (fdo#74981) [Bjoern Michaelsen]
    + delete the destination first then paste. (rhbz#1080196) [Kohei Yoshida]
    + dereference before null check (coverity#705966, coverity#705969) [Caolán McNamara]
    + detect add to table beyond MAX_TABLE_SIZE [Caolán McNamara]
    + disable kernel pre-compilation for now. [Kohei Yoshida]
    + disabled CF_DIBV5... (i#124085) [Armin Le Grand]
    + discard invalid user data (fdo#75307) [Caolán McNamara]
    + do DiscoveryService socket setup off the main thread. (fdo#75328) [Andrzej Hunt]
    + DOC import: fix unwanted char background in numbering char style (bnc#821208) [Miklos Vajna]
    + DOC import: fProtEnabled means document is not totally read-only (cp#1000044) [Miklos Vajna]
    + DOCX import: table cell btLr text direction fixes (bnc#865381) [Miklos Vajna]
    + don't crash if we can't create an instance of a calc addin. (fdo#62155) [Michael Meeks]
    + don't duplicate relationship sequences while walking them. [Michael Meeks]
    + don't re-compile formulas when the hybrid formula is not there. (fdo#77300) [Kohei Yoshida]
    + embeddedobj: avoid unneeded conversion in ConvertBufferToFormat() (fdo#77140) [Miklos Vajna]
    + EMF+ rendering: improve EmfPlusSetClipPath's CombineModeExclude case (fdo#77229) [Miklos 
Vajna]
    + error msg in Web Page Wizard dialog (fdo#76802) [Julien Nabet]
    + escape underscores in menus for unity (fdo#50672) [Samuel Mehrbrodt]
    + explictly export font properties. (bnc#828390, fdo#73627) [Muthu Subramanian]
    + explictly list common lang-independant template dir (fdo#76930) [Caolán McNamara]
    + export sheet tab colors to xlsx. (fdo#58307) [Kohei Yoshida]
    + fill the range edit boxes after the table is fully initialized. (fdo#71729) [Kohei Yoshida]
    + fix default alignment in RTL mode. (fdo#73588) [Hannah Lyhne]
    + fix Graphite ligature replacement at line breaks (fdo#70666) [László Németh]
    + fix odf validation error [Markus Mohrhard]
    + fix PDF export of cropped SVG (fdo#63786, rhbz#1081968) [Michael Stahl]
    + fix the condition [Julien Nabet]
    + fix wildcard support in File Open dialog (fdo#76778) [Andras Timar]
    + fixed display of available dictionaries strings [Eike Rathke]
    + handle .doc cropping also inside groups (fdo#38411) [Luboš Luňák]
    + handle moving of named ranges correctly. (fdo#74322) [Kohei Yoshida]
    + handle range reference expansion in named ranges. (fdo#76402) [Kohei Yoshida]
    + hidpi: Forgotten rounding. [Jan Holesovsky]
    + hidpi: Increase the threshold of what DPI we consider hi-dpi. (fdo#77059) [Jan Holesovsky]
    + import casemaps from pptx. (cp#1000025) [Muthu Subramanian]
    + import PPTX background images with table-name. (bnc#821567) [Muthu Subramanian]
    + improve double line drawing for writer table. (fdo#75260) [Kohei Yoshida]
    + improved support for PNG clipboard format on windows (i#124085) [Armin Le Grand]
    + include last record in language-subtag-registry.xml [Eike Rathke]
    + init a few more stream-read svm elements [Caolán McNamara]
    + inspect if a mis-spelled word is at cursor position... (fdo#74087) [Kohei Yoshida]
    + justify range to prevent negative tab span and memory alloc, (rhbz#1057741) [Eike Rathke]
    + KDE4: add Qt4 glib ExcludeSocket runtime check [Jan-Marek Glogowski]
    + KDE4: change eventLoopType enum to glib bool [Jan-Marek Glogowski]
    + KDE4: Drop Qt 4.9 support [Jan-Marek Glogowski]
    + KDE4: evaluate frameWidth in the Qt thread [Jan-Marek Glogowski]
    + KDE4: prevent blocking in Display::Yield (fdo#67011) [Jan-Marek Glogowski]
    + KDE4: Report correct check and radio item sizes [Jan-Marek Glogowski]
    + let's do it in a straightforward fashion. (fdo#75970) [Kohei Yoshida]
    + liblo: We need to provide LibreOffice with fake command line args too. [Tomaž Vajngerl]
    + LO Crashes while saving the docx file containing only opening brace (fdo#76078) [Dinesh Patil]
    + long delay when changing font size from % to pt (fdo#76905) [Caolán McNamara]
    + make FormFieldDropDowns a real fieldportion (fdo#73936) [Caolán McNamara]
    + missing break in switch (coverity#736084) [Caolán McNamara]
    + on change of User Field via UNO-API... (fdo#75728, i#124474) [Oliver-Rainer Wittmann]
    + oox: add support for MSO 2007 SP2 encrypted documents (fdo#76222) [Tomaž Vajngerl]
    + oox: try to fix incremental build [Miklos Vajna]
    + partially revert c5a8a2c3cbcee0175127a0662e3d820ea4deea22 (i#84870, fdo#47355) [Bjoern 
Michaelsen]
    + printers list does not increase height with Print Dialog (fdo#63228) [Caolán McNamara]
    + properly intern string literals in formula on xls import. (fdo#76294) [Kohei Yoshida]
    + re-enabled user-defined numeric fields for dBase export [Eike Rathke]
    + re-implement CompileNameFormula for formula groups. (fdo#75741) [Kohei Yoshida]
    + related: change double quotation characters (fdo#73544) [Joan Montane]
    + related: handle bad surrogate pairs gracefully on Windows (i#124516) [Herbert Dürr]
    + related: intermittent a11y crash in calc (lp#811057, rhbz#896711, rhbz#923993, rhbz#602273, 
rhbz#1076264, lp#760665, rhbz#577595) [Caolán McNamara]
    + remove BerkeleyDB from license text (fdo#76568) [Andras Timar]
    + remove OOo1.0 file formats from Save As. (fdo#74979) [Bryan Quigley]
    + rename acor_ca to acor-ca-ES (fdo#73544) [Caolán McNamara]
    + restore stream position after Seek to end of stream (i#124555) [Oliver-Rainer Wittmann]
    + revert "KDE4: sleep in yield for native file picker" [Jan-Marek Glogowski]
    + revert "Rewrite Qt4 based nested yield mutex locking." [Jan-Marek Glogowski]
    + revert "Run Display::Yield through KDEXLib::Yield." (fdo#67011) [Jan-Marek Glogowski]
    + revert "writerfilter: fix tables with negative left margin" (rhbz#1075124) [Luboš Luňák]
    + RTF import: 3 drawing-object fixes: (fdo#60722) [Miklos Vajna]
    + RTF import: handle cells with zero width (fdo#69289) [Miklos Vajna]
    + RTF import: work around wrong table column width on invalid input (fdo#74823) [Miklos Vajna]
    + set the border type to NONE to ensure it won't be drawn. (fdo#76195) [Kohei Yoshida]
    + share string pool with clip documents. (fdo#77209) [Kohei Yoshida]
    + smoketest: remove OpenOffice.org 1.0 XML format export tests (fdo#74979) [Michael Stahl]
    + sw: do not start up every OLE object on deletion (fdo#76298) [Michael Stahl]
    + SwFEShell::InsertRow: fix this in case bSelectAll == true (fdo#75898) [Miklos Vajna]
    + SwTxtSizeInfo / SwTxtInputFldPortion: invalid string access (fdo#73466) [Miklos Vajna]
    + uninitialized scalar field (coverity#708388, coverity#707971) [Caolán McNamara]
    + updated core [Christian Lohmaier, Joan Montane, Andras Timar]
    + upload libetonyek 0.0.4 [David Tardon]
    + uploading libcdr-0.0.15: Support for CorelDraw x7 [Fridrich Štrba]
    + use SHA1 from openssl/nss instead of rtl_digest_sha1 (fdo#75955) [Tomaž Vajngerl]
    + valgrind: Conditional jump or move depends on uninitialised value [Caolán McNamara]
    + version 4.2.4.1, tag libreoffice-4.2.4.1 [Christian Lohmaier]
    + WaE: -Werror=sign-compare [Caolán McNamara]
    + WaE: format string is not a string literal (potentially insecure) [Tor Lillqvist]
    + WaE: unused variable 'aRefreshRect' [Tor Lillqvist]
    + WaE: unused variable 'aRet' [Tor Lillqvist]
    + WMF import: restore support for the ImplReadDIB(bFileHeader=false) version (i#124467) [Miklos 
Vajna]
    + workaround for rounding errors when handling merged cells (fdo#38414) [Luboš Luňák]
    + write (no)wrap of text only for custom shapes to .pptx (fdo#71961) [Luboš Luňák]
    + write output cell string to <text:p> element when saving to ods. (fdo#76409) [Kohei Yoshida]
+ dictionaries
    + related: update catalan linguistic components (fdo#73544) [Joan Montane]
    + updated pt_PT dictionary to 14.4.1.1 [Andras Timar]
+ help
    + version 4.2.4.1, tag libreoffice-4.2.4.1 [Christian Lohmaier]
+ translations
    + update translations for 4.2.4 rc1 [Christian Lohmaier]
bnc#821208 DOC import: fix unwanted char background in numbering char style [Miklos Vajna]
bnc#821567 import PPTX background images with table-name. [Muthu Subramanian]
bnc#828390 bullet sizes set wrong. [Muthu Subramanian]
bnc#865381 DOCX import: table cell btLr text direction fixes [Miklos Vajna]
coverity#1130423 crash with "New style from selection" with List [Caolán McNamara]
coverity#705966 dereference before null check [Caolán McNamara]
coverity#705969 dereference before null check [Caolán McNamara]
coverity#707971 uninitialized scalar field [Caolán McNamara]
coverity#708388 uninitialized scalar field [Caolán McNamara]
coverity#736084 missing break in switch [Caolán McNamara]
cp#1000025 import casemaps from pptx. [Muthu Subramanian]
cp#1000044 DOC import: fProtEnabled means document is not totally read-only [Miklos Vajna]
fdo#38411 handle .doc cropping also inside groups [Luboš Luňák]
fdo#38414 workaround for rounding errors when handling merged cells [Luboš Luňák]
fdo#47355 partially revert c5a8a2c3cbcee0175127a0662e3d820ea4deea22 [Bjoern Michaelsen]
fdo#50672 escape underscores in menus for unity [Samuel Mehrbrodt]
fdo#58307 export sheet tab colors to xlsx. [Kohei Yoshida]
fdo#60722 RTF import: 3 drawing-object fixes: [Miklos Vajna]
fdo#62155 don't crash if we can't create an instance of a calc addin. [Michael Meeks]
fdo#63228 printers list does not increase height with Print Dialog [Caolán McNamara]
fdo#63786 fix PDF export of cropped SVG [Michael Stahl]
fdo#67011 KDE4: prevent blocking in Display::Yield [Jan-Marek Glogowski]
fdo#69157 apply object-in front selection on mouseUp [Lennard Wasserthal]
fdo#69289 RTF import: handle cells with zero width [Miklos Vajna]
fdo#70666 fix Graphite ligature replacement at line breaks [László Németh]
fdo#71491 adjust reference during undo of drag-n-drop of cell range. [Kohei Yoshida]
fdo#71729 fill the range edit boxes after the table is fully initialized. [Kohei Yoshida]
fdo#71961 write (no)wrap of text only for custom shapes to .pptx [Luboš Luňák]
fdo#73466 SwTxtSizeInfo / SwTxtInputFldPortion: invalid string access [Miklos Vajna]
fdo#73544 related: update catalan linguistic components [Joan Montane, Caolán McNamara]
fdo#73588 fix default alignment in RTL mode. [Hannah Lyhne]
fdo#73627 explictly export font properties. [Muthu Subramanian]
fdo#73936 make FormFieldDropDowns a real fieldportion [Caolán McNamara]
fdo#74087 inspect if a mis-spelled word is at cursor position... [Kohei Yoshida]
fdo#74302 adapt to OUString changes and set length exactly. [Matúš Kukan]
fdo#74322 handle moving of named ranges correctly. [Kohei Yoshida]
fdo#74823 RTF import: work around wrong table column width on invalid input [Miklos Vajna]
fdo#74875 asterisk at the beginning of Paragraph without "Nowiki" [Julien Nabet]
fdo#74979 remove OOo1.0 file formats from Save As. [Michael Stahl, Bryan Quigley]
fdo#74981 cutting nothing should do nothing, should fix field dupes [Bjoern Michaelsen]
fdo#75260 apply the same fix from writer table to character bordering. [Kohei Yoshida]
fdo#75307 discard invalid user data [Caolán McNamara]
fdo#75308 asterisk at the beginning of Paragraph without "Nowiki" [Julien Nabet]
fdo#75328 do DiscoveryService socket setup off the main thread. [Andrzej Hunt]
fdo#75376 configure: disable LTO by default for MSVC too [Michael Stahl]
fdo#75622 avoid repeated table layouting [Luboš Luňák]
fdo#75728 on change of User Field via UNO-API... [Oliver-Rainer Wittmann]
fdo#75741 re-implement CompileNameFormula for formula groups. [Kohei Yoshida]
fdo#75772 correct name of Outline Numbering dialog [Laurent Balland-Poirier]
fdo#75898 SwFEShell::InsertRow: fix this in case bSelectAll == true [Miklos Vajna]
fdo#75955 use SHA1 from openssl/nss instead of rtl_digest_sha1 [Tomaž Vajngerl]
fdo#75970 let's do it in a straightforward fashion. [Kohei Yoshida]
fdo#75977 clear sheet deleted flags for affected references when undoing. [Kohei Yoshida]
fdo#76078 LO Crashes while saving the docx file containing only opening brace [Dinesh Patil]
fdo#76195 set the border type to NONE to ensure it won't be drawn. [Kohei Yoshida]
fdo#76222 oox: add support for MSO 2007 SP2 encrypted documents [Tomaž Vajngerl]
fdo#76235 assure correct line break for multi-lined Input Fields [Oliver-Rainer Wittmann]
fdo#76294 properly intern string literals in formula on xls import. [Kohei Yoshida]
fdo#76298 sw: do not start up every OLE object on deletion [Michael Stahl]
fdo#76402 handle range reference expansion in named ranges. [Kohei Yoshida]
fdo#76409 write output cell string to <text:p> element when saving to ods. [Kohei Yoshida]
fdo#76470 avoid joining new formula cells individually. [Kohei Yoshida]
fdo#76568 remove BerkeleyDB from license text [Andras Timar]
fdo#76777 accept proper number style condition != as not equal operator, [Eike Rathke]
fdo#76778 fix wildcard support in File Open dialog [Andras Timar]
fdo#76802 error msg in Web Page Wizard dialog [Julien Nabet]
fdo#76905 long delay when changing font size from % to pt [Caolán McNamara]
fdo#76930 explictly list common lang-independant template dir [Caolán McNamara]
fdo#76961 calc link auto-update interval is changed on file save [Niklas Johansson]
fdo#77059 hidpi: Increase the threshold of what DPI we consider hi-dpi. [Jan Holesovsky]
fdo#77140 embeddedobj: avoid unneeded conversion in ConvertBufferToFormat() [Miklos Vajna]
fdo#77174 crash with "New style from selection" with List [Caolán McNamara]
fdo#77209 share string pool with clip documents. [Kohei Yoshida]
fdo#77229 EMF+ rendering: improve EmfPlusSetClipPath's CombineModeExclude case [Miklos Vajna]
fdo#77300 don't re-compile formulas when the hybrid formula is not there. [Kohei Yoshida]
fdo#77307 compare external formula tokens correctly. [Kohei Yoshida]
i#124039 assure correct line break for multi-lined Input Fields [Oliver-Rainer Wittmann]
i#124085 improved support for PNG clipboard format on windows [Armin Le Grand]
i#124453 check if the resulting polygon... [Jürgen Schmidt]
i#124467 add check for image data offset... [Jürgen Schmidt, Miklos Vajna]
i#124474 on change of User Field via UNO-API... [Oliver-Rainer Wittmann]
i#124516 related: handle bad surrogate pairs gracefully on Windows [Herbert Dürr]
i#124555 restore stream position after Seek to end of stream [Oliver-Rainer Wittmann]
i#84870 partially revert c5a8a2c3cbcee0175127a0662e3d820ea4deea22 [Bjoern Michaelsen]
lp#760665 related: intermittent a11y crash in calc [Caolán McNamara]
lp#811057 related: intermittent a11y crash in calc [Caolán McNamara]
rhbz#1057741 [abrt] libreoffice-core: std::__throw_length_error(): soffice.bin killed by SIGABRT 
[Eike Rathke]
rhbz#1075124 docx with negative left margin and border on table does not display properly in 
LibreOffice 4.2.2.1 [Luboš Luňák]
rhbz#1076264 [abrt] libreoffice-core: ScAccessibleDocument::GetVisibleArea_Impl() const(): 
soffice.bin killed by SIGSEGV [Caolán McNamara]
rhbz#1077780 [abrt] libreoffice-core: writerfilter::dmapper::lcl_MoveBorderPropertiesToFrame(): 
soffice.bin killed by SIGSEGV [Caolán McNamara]
rhbz#1080196 [abrt] libreoffice-core: mdds/multi_type_vector_itr.hpp update_node(): soffice.bin 
killed by SIGSEGV [Kohei Yoshida]
rhbz#1081968 libreoffice produces incorrect PDF export of cropped SVG graphics [Michael Stahl]
rhbz#577595 [abrt] crash in ScAccessibleDocument::GetVisibleArea_Impl [Caolán McNamara]
rhbz#602273 [abrt] crash in ScAccessibleDocument::GetVisibleArea_Impl [Caolán McNamara]
rhbz#896711 [abrt][a11y] libreoffice-core-3.6.3.2-8.fc18: 
ScAccessibleDocument::GetVisibleArea_Impl: Process /usr/lib64/libreoffice/program/soffice.bin was 
killed by signal 11 (SIGSEGV) [Caolán McNamara]
rhbz#923993 [abrt][a11y] libreoffice-core-3.6.5.2-6.fc18: 
ScAccessibleDocument::GetVisibleArea_Impl: Process /usr/lib64/libreoffice/program/soffice.bin was 
killed by signal 11 (SIGSEGV) [Caolán McNamara]
    + DOC import: fix unwanted char background in numbering char style (bnc#821208) [Miklos Vajna]
    + import PPTX background images with table-name. (bnc#821567) [Muthu Subramanian]
    + bullet sizes set wrong. (bnc#828390) [Muthu Subramanian]
    + DOCX import: table cell btLr text direction fixes (bnc#865381) [Miklos Vajna]
    + crash with "New style from selection" with List (coverity#1130423) [Caolán McNamara]
    + dereference before null check (coverity#705966) [Caolán McNamara]
    + dereference before null check (coverity#705969) [Caolán McNamara]
    + uninitialized scalar field (coverity#707971) [Caolán McNamara]
    + uninitialized scalar field (coverity#708388) [Caolán McNamara]
    + missing break in switch (coverity#736084) [Caolán McNamara]
    + import casemaps from pptx. (cp#1000025) [Muthu Subramanian]
    + DOC import: fProtEnabled means document is not totally read-only (cp#1000044) [Miklos Vajna]
    + handle .doc cropping also inside groups (fdo#38411) [Luboš Luňák]
    + workaround for rounding errors when handling merged cells (fdo#38414) [Luboš Luňák]
    + partially revert c5a8a2c3cbcee0175127a0662e3d820ea4deea22 (fdo#47355) [Bjoern Michaelsen]
    + escape underscores in menus for unity (fdo#50672) [Samuel Mehrbrodt]
    + export sheet tab colors to xlsx. (fdo#58307) [Kohei Yoshida]
    + RTF import: 3 drawing-object fixes: (fdo#60722) [Miklos Vajna]
    + don't crash if we can't create an instance of a calc addin. (fdo#62155) [Michael Meeks]
    + printers list does not increase height with Print Dialog (fdo#63228) [Caolán McNamara]
    + fix PDF export of cropped SVG (fdo#63786) [Michael Stahl]
    + KDE4: prevent blocking in Display::Yield (fdo#67011) [Jan-Marek Glogowski]
    + apply object-in front selection on mouseUp (fdo#69157) [Lennard Wasserthal]
    + RTF import: handle cells with zero width (fdo#69289) [Miklos Vajna]
    + fix Graphite ligature replacement at line breaks (fdo#70666) [László Németh]
    + adjust reference during undo of drag-n-drop of cell range. (fdo#71491) [Kohei Yoshida]
    + fill the range edit boxes after the table is fully initialized. (fdo#71729) [Kohei Yoshida]
    + write (no)wrap of text only for custom shapes to .pptx (fdo#71961) [Luboš Luňák]
    + SwTxtSizeInfo / SwTxtInputFldPortion: invalid string access (fdo#73466) [Miklos Vajna]
    + related: update catalan linguistic components (fdo#73544) [Joan Montane, Caolán McNamara]
    + fix default alignment in RTL mode. (fdo#73588) [Hannah Lyhne]
    + explictly export font properties. (fdo#73627) [Muthu Subramanian]
    + make FormFieldDropDowns a real fieldportion (fdo#73936) [Caolán McNamara]
    + inspect if a mis-spelled word is at cursor position... (fdo#74087) [Kohei Yoshida]
    + adapt to OUString changes and set length exactly. (fdo#74302) [Matúš Kukan]
    + handle moving of named ranges correctly. (fdo#74322) [Kohei Yoshida]
    + RTF import: work around wrong table column width on invalid input (fdo#74823) [Miklos Vajna]
    + asterisk at the beginning of Paragraph without "Nowiki" (fdo#74875) [Julien Nabet]
    + remove OOo1.0 file formats from Save As. (fdo#74979) [Michael Stahl, Bryan Quigley]
    + cutting nothing should do nothing, should fix field dupes (fdo#74981) [Bjoern Michaelsen]
    + apply the same fix from writer table to character bordering. (fdo#75260) [Kohei Yoshida]
    + discard invalid user data (fdo#75307) [Caolán McNamara]
    + asterisk at the beginning of Paragraph without "Nowiki" (fdo#75308) [Julien Nabet]
    + do DiscoveryService socket setup off the main thread. (fdo#75328) [Andrzej Hunt]
    + configure: disable LTO by default for MSVC too (fdo#75376) [Michael Stahl]
    + avoid repeated table layouting (fdo#75622) [Luboš Luňák]
    + on change of User Field via UNO-API... (fdo#75728) [Oliver-Rainer Wittmann]
    + re-implement CompileNameFormula for formula groups. (fdo#75741) [Kohei Yoshida]
    + correct name of Outline Numbering dialog (fdo#75772) [Laurent Balland-Poirier]
    + SwFEShell::InsertRow: fix this in case bSelectAll == true (fdo#75898) [Miklos Vajna]
    + use SHA1 from openssl/nss instead of rtl_digest_sha1 (fdo#75955) [Tomaž Vajngerl]
    + let's do it in a straightforward fashion. (fdo#75970) [Kohei Yoshida]
    + clear sheet deleted flags for affected references when undoing. (fdo#75977) [Kohei Yoshida]
    + LO Crashes while saving the docx file containing only opening brace (fdo#76078) [Dinesh Patil]
    + set the border type to NONE to ensure it won't be drawn. (fdo#76195) [Kohei Yoshida]
    + oox: add support for MSO 2007 SP2 encrypted documents (fdo#76222) [Tomaž Vajngerl]
    + assure correct line break for multi-lined Input Fields (fdo#76235) [Oliver-Rainer Wittmann]
    + properly intern string literals in formula on xls import. (fdo#76294) [Kohei Yoshida]
    + sw: do not start up every OLE object on deletion (fdo#76298) [Michael Stahl]
    + handle range reference expansion in named ranges. (fdo#76402) [Kohei Yoshida]
    + write output cell string to <text:p> element when saving to ods. (fdo#76409) [Kohei Yoshida]
    + avoid joining new formula cells individually. (fdo#76470) [Kohei Yoshida]
    + remove BerkeleyDB from license text (fdo#76568) [Andras Timar]
    + accept proper number style condition != as not equal operator, (fdo#76777) [Eike Rathke]
    + fix wildcard support in File Open dialog (fdo#76778) [Andras Timar]
    + error msg in Web Page Wizard dialog (fdo#76802) [Julien Nabet]
    + long delay when changing font size from % to pt (fdo#76905) [Caolán McNamara]
    + explictly list common lang-independant template dir (fdo#76930) [Caolán McNamara]
    + calc link auto-update interval is changed on file save (fdo#76961) [Niklas Johansson]
    + hidpi: Increase the threshold of what DPI we consider hi-dpi. (fdo#77059) [Jan Holesovsky]
    + embeddedobj: avoid unneeded conversion in ConvertBufferToFormat() (fdo#77140) [Miklos Vajna]
    + crash with "New style from selection" with List (fdo#77174) [Caolán McNamara]
    + share string pool with clip documents. (fdo#77209) [Kohei Yoshida]
    + EMF+ rendering: improve EmfPlusSetClipPath's CombineModeExclude case (fdo#77229) [Miklos 
Vajna]
    + don't re-compile formulas when the hybrid formula is not there. (fdo#77300) [Kohei Yoshida]
    + compare external formula tokens correctly. (fdo#77307) [Kohei Yoshida]
    + assure correct line break for multi-lined Input Fields (i#124039) [Oliver-Rainer Wittmann]
    + improved support for PNG clipboard format on windows (i#124085) [Armin Le Grand]
    + check if the resulting polygon... (i#124453) [Jürgen Schmidt]
    + add check for image data offset... (i#124467) [Jürgen Schmidt, Miklos Vajna]
    + on change of User Field via UNO-API... (i#124474) [Oliver-Rainer Wittmann]
    + related: handle bad surrogate pairs gracefully on Windows (i#124516) [Herbert Dürr]
    + restore stream position after Seek to end of stream (i#124555) [Oliver-Rainer Wittmann]
    + partially revert c5a8a2c3cbcee0175127a0662e3d820ea4deea22 (i#84870) [Bjoern Michaelsen]
    + related: intermittent a11y crash in calc (lp#760665) [Caolán McNamara]
    + related: intermittent a11y crash in calc (lp#811057) [Caolán McNamara]
    + [abrt] libreoffice-core: std::__throw_length_error(): soffice.bin killed by SIGABRT 
(rhbz#1057741) [Eike Rathke]
    + docx with negative left margin and border on table does not display properly in LibreOffice 
4.2.2.1 (rhbz#1075124) [Luboš Luňák]
    + [abrt] libreoffice-core: ScAccessibleDocument::GetVisibleArea_Impl() const(): soffice.bin 
killed by SIGSEGV (rhbz#1076264) [Caolán McNamara]
    + [abrt] libreoffice-core: writerfilter::dmapper::lcl_MoveBorderPropertiesToFrame(): 
soffice.bin killed by SIGSEGV (rhbz#1077780) [Caolán McNamara]
    + [abrt] libreoffice-core: mdds/multi_type_vector_itr.hpp update_node(): soffice.bin killed by 
SIGSEGV (rhbz#1080196) [Kohei Yoshida]
    + libreoffice produces incorrect PDF export of cropped SVG graphics (rhbz#1081968) [Michael 
Stahl]
    + [abrt] crash in ScAccessibleDocument::GetVisibleArea_Impl (rhbz#577595) [Caolán McNamara]
    + [abrt] crash in ScAccessibleDocument::GetVisibleArea_Impl (rhbz#602273) [Caolán McNamara]
    + [abrt][a11y] libreoffice-core-3.6.3.2-8.fc18: ScAccessibleDocument::GetVisibleArea_Impl: 
Process /usr/lib64/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV) (rhbz#896711) 
[Caolán McNamara]
    + [abrt][a11y] libreoffice-core-3.6.5.2-6.fc18: ScAccessibleDocument::GetVisibleArea_Impl: 
Process /usr/lib64/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV) (rhbz#923993) 
[Caolán McNamara]

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.