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


Hi all,

The tag libreoffice-4.2.5.1 (AKA 4.2.5 RC1) and the corresponding
branch libreoffice-4-2-5 have been created.
The branch will be used for fine tuning of the 4.2.5 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.6 bugfix release. Please read more at
       http://wiki.documentfoundation.org/ReleasePlan/4.2#4.2.5_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-5 origin/libreoffice-4-2-5

To checkout the tag, use

./g fetch --tags
./g checkout -b tag-libreoffice-4.2.5.1 libreoffice-4.2.5.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-5 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.4 RC2 (4.2.4 final)

Happy hacking,
Christian
+ core
    + (related: Revert "reset min/max values in paragraph ... (fdo#62176) [Michael Stahl]
    + -Werror,-Wunused-result [Stephan Bergmann]
    + actually both should be LIST_APPEND [Eike Rathke]
    + actually read brightness/contrast when reading docx (bnc#875713) [Luboš Luňák]
    + adapt i18npool to ICU 53, (fdo#77071) [Eike Rathke]
    + add set-all language menu. (bnc#863021, fdo#64047) [Muthu Subramanian]
    + adjust output file extension when exporting (bnc#870581) [Luboš Luňák]
    + adjust references of validity entries as appropriate. (fdo#78402) [Kohei Yoshida]
    + adjust sheet position of conditional format entries. (fdo#76710) [Kohei Yoshida]
    + allow accepting/rejecting changes in a selection (bnc#874790) [Luboš Luňák]
    + anchorCtr controls the anchoring as well. (bnc#862510) [Muthu Subramanian]
    + application::PostUserEvent returns a pointer dressed as sal_uLong [Stephan Bergmann]
    + avoid access to nonexisting parent dialog (rhbz#1096486, rhbz#1047174) [Caolán McNamara]
    + avoid excessive calls to GetPreviewCellStyle(). (fdo#74555) [Kohei Yoshida]
    + avoid having two menu entries having the same accelarator. (fdo#78824) [Kohei Yoshida]
    + backport of Calc sort rework. (fdo#72741, fdo#76607) [Kohei Yoshida]
    + basic: fix CDec() crash if string is empty (i#64348) [Thomas Arnhold]
    + basic: if the library is not loaded fully, copy source storage (fdo#42899, fdo#67685, 
fdo#68983) [Michael Stahl]
    + be explicit about text rotations, (fdo#70670) [Markus Mohrhard]
    + BitmapEx.Scale already takes care of mirroring (fdo#77126) [Tomaž Vajngerl]
    + branch libreoffice-4-2-5 [Christian Lohmaier]
    + broadcast only on non-empty cells within deleted range. (fdo#78062) [Kohei Yoshida]
    + build fix. [Kohei Yoshida]
    + bump product version to 4.2.5.1 [Christian Lohmaier]
    + bump version to 4.2.5.0.0+ [Christian Lohmaier]
    + check the boundaries before accessing an array.... (fdo#77806) [Kohei Yoshida]
    + cppcheck: fix "Mismatching allocation and deallocation" [Julien Nabet]
    + crash in oox::vml::InputStream::updateBuffer (fdo#79137) [Julien Nabet]
    + crash in SwDropCapCache::CalcFontSize (fdo#79139) [Julien Nabet]
    + crash on loading a specific rtf (rhbz#1089377) [Caolán McNamara]
    + crash: File getting crash while saving in LO (fdo#79008) [Dinesh Patil]
    + CustomAnimationCreateDialog: select previously set misc animation [Zolnai Tamás]
    + default null-date for document import is 1899-12-30 (fdo#78294) [Eike Rathke]
    + detect AOO 4.x for SvXMLImport::needFixPositionAfterZ (fdo#77451) [Laurent Balland-Poirier]
    + do not crash when pasting impress page into another impress page (cp#1000067) [Luboš Luňák]
    + do not store invalid date acceptance patterns in configuration [Eike Rathke]
    + don't broadcast prematurely during cell deletion. (fdo#78903) [Kohei Yoshida]
    + don't crash if slide layout configs are missing (rhbz#1071604) [David Tardon]
    + don't forget to record the ID of the last record for BIFF5. (fdo#78471) [Kohei Yoshida]
    + don't forget to start listening after the named range update. (fdo#77728) [Kohei Yoshida]
    + don't proceed when all cells in the range are empty. (fdo#77735) [Kohei Yoshida]
    + don't process borders of 0 width. (fdo#78535) [Kohei Yoshida]
    + don't return from the call. Notes are handled at the end. (fdo#77379) [Kohei Yoshida]
    + drop hidden shape and drop negative clip rect (fdo#79181) [Caolán McNamara]
    + EPS not rendered in drawinglayer code paths (fdo#62038) [Caolán McNamara]
    + escape conditional formatting formulas during xlsx export, (fdo#75168) [Markus Mohrhard]
    + expand reference only when the top of the selected range is... (fdo#77647) [Kohei Yoshida]
    + exporting font names in edit text needs special handling. (fdo#77537) [Kohei Yoshida]
    + fax etc wizards don't start (fdo#77899, rhbz#1065807) [Stephan Bergmann]
    + file hangs LibreOffice on Save (fdo#71785) [YogeshBharate]
    + find the longest match for month name (fdo#78119) [David Tardon]
    + fix "symbol aliasing" code [Stephan Bergmann]
    + fix "UI color panel does not show the actual color in Writer" (fdo#32376, fdo#73891) 
[Tomofumi Yagi]
    + fix --disable-lpsolve build: wrong condition for 'solver' library [Matúš Kukan]
    + fix build-break on windows [Christian Lohmaier]
    + fix chapter cross references (fdo#75519) [Michael Stahl]
    + fix crash (fdo#77242) [Andras Timar]
    + fix crash found when exploring (fdo#50697) [Caolán McNamara]
    + fix deletion of paragraph following table (fdo#60967) [Michael Stahl]
    + fix for corruption if file contains symbols. (fdo#78384) [Rohit Deshmukh]
    + fix for doxygen 1.8.7 [David Tardon]
    + fix import of OOoXML embedded objects (fdo#78159) [Michael Stahl]
    + fix KFileDialog crashes (fdo#69002) [Luboš Luňák]
    + fix memory leak on pasting metafiles into writer [Caolán McNamara]
    + fix memory leaks [Julien Nabet]
    + fix order of function pointers [Stephan Bergmann]
    + fix report builder toolbox controller (fdo#78815) [Maxim Monastirsky]
    + fix sd layout unit test [Andras Timar]
    + fix text rotation. (bnc#862510, bnc#783433) [Muthu Subramanian]
    + fix the column insertion use case. (fdo#77647) [Kohei Yoshida]
    + fix WIN32 long path name support of spelling dictionaries (fdo#48017) [László Németh]
    + fix WW8 import/export of negative image crop (fdo#77454) [Michael Stahl]
    + get rid of unneeded and malfunctioning maItemListRect. (fdo#76261) [Andrzej Hunt]
    + handle (SAXParse-)Exception that can't pass getAllRelationships (fdo#78949) [Stephan Bergmann]
    + handle bad SwWW8ImplReader::GetCol input [Stephan Bergmann]
    + handle brightness+contrast from msoffice (bnc#875713) [Luboš Luňák]
    + handle properly page breaks even if a page contains only a frame (fdo#55381) [Luboš Luňák]
    + handle strange brightness+contrast adjustment from msoffice (fdo#38410) [Luboš Luňák]
    + ignore baseline attributes with zero. (bnc#862510) [Muthu Subramanian]
    + import gradfill for text colors. (bnc#870234) [Muthu Subramanian]
    + improve mapping between ATK and UNO roles (fdo#39944, fdo#77682) [Jacobo Aragunde Pérez]
    + initialize drawing layer when the document contains notes. (fdo#78054) [Kohei Yoshida]
    + intern strings for hybrid strings during import. (fdo#77990) [Kohei Yoshida]
    + keywords occur in unquoted context only (fdo#66620) [Eike Rathke]
    + limit comment width (fdo#68600) [Caolán McNamara]
    + limit the range shrinking in charts to really large ranges, (fdo#70609, fdo#55697) [Markus 
Mohrhard]
    + mail Merge: reset cursors after clearing document (fdo#77720) [Michael Stahl]
    + match month and day name word instead of substring (fdo#41166) [Eike Rathke]
    + mismatch alloc/dealloc [Julien Nabet]
    + missing header include [Markus Mohrhard]
    + MSWord uses \xb for linebreaks in DB fields (bnc#878854) [Luboš Luňák]
    + no need to insert entries here for date members. (fdo#78786) [Kohei Yoshida]
    + no need to store updated formulas in undo document when moving. (fdo#77944) [Kohei Yoshida]
    + ODF import: detect "LibreOfficeDev" in meta:generator too [Michael Stahl]
    + OLE: Turn an OSL_ENSURE() into a real condition (related: (fdo#65631) [Jan Holesovsky]
    + optimize autofilter item filling for non-tree items. (fdo#75058) [Kohei Yoshida]
    + overlarge pixmap (rhbz#1086714) [Caolán McNamara]
    + overline attribute needs special treatment as well. (fdo#75056) [Kohei Yoshida]
    + pass toolbar context menu commands to toolbar for handling. (fdo#75489) [Andrzej Hunt]
    + past-the-end iterator (fdo#78838) [Julien Nabet]
    + populate "Load URL" dropdown from picklist. (fdo#72006) [Andrzej Hunt]
    + prevent KDE/Qt from interfering with the session manager [Luboš Luňák]
    + proper way to parse cell address strings. (fdo#76824) [Kohei Yoshida]
    + properly implement the search results dialog as modeless. (fdo#79011) [Kohei Yoshida]
    + put updated formula cells into undo document. (fdo#77944) [Kohei Yoshida]
    + re-compile tokens when named range is updated. (fdo#77728) [Kohei Yoshida]
    + re-work sort by column to get it to do the right thing. (fdo#78079) [Kohei Yoshida]
    + related: don't paint anim. effect icon (rhbz#1071604) [David Tardon]
    + related: fix 'pIds unsorted' warning (fdo#78151) [Caolán McNamara]
    + related: pstoedit not writing file until its closed (fdo#64161) [Caolán McNamara]
    + related: slide restarter should disable auto-exit (rhbz#1032774) [Caolán McNamara]
    + ReportCommands.xcu is localizable (fdo#67112) [Andras Timar]
    + resolve crashes with ICU 53.1 in locales with collator data, (fdo#77071) [Eike Rathke]
    + resolve memory corruption / crash in Consolidate (fdo#77509) [Eike Rathke]
    + restore EXPORT to ODF 1.0 for Math (fdo#78159) [Laurent Balland-Poirier]
    + restore transparency in SVG export (fdo#79078) [László Németh]
    + return 0 in case of matrix consisting of all empty elements. (fdo#77969) [Kohei Yoshida]
    + return an empty string for empty element. (fdo#75397) [Kohei Yoshida]
    + revert "handle properly page breaks even if a page contains only a frame " (fdo#55381) [Luboš 
Luňák]
    + revert "n757419: Hidden/Non-wrapping text." (fdo#62176) [Michael Stahl]
    + revert "need to reset rotation..." (fdo#76878, i#116244) [Andras Timar]
    + revert "Objects having line thickness misplaced while pasting." (fdo#45260, fdo#78413) 
[Andras Timar]
    + revert "open xSourceLibrariesStor only when needed" (fdo#67685) [Michael Stahl]
    + revert "remove #if 0 block (from ... (fdo#68983) [Michael Stahl]
    + RTF export: always close URL's before the end of run (fdo#77600) [Miklos Vajna]
    + RTF import: allow \dpxsize inside \dptxbxtext (fdo#78900) [Miklos Vajna]
    + RTF import: enable StylesNoDefault compat setting (fdo#74599) [Miklos Vajna]
    + RTF import: fix COW when writing a nested structure (fdo#75735, fdo#44736) [Miklos Vajna]
    + RTF import: pard should reset current paragraph style (fdo#77267) [Miklos Vajna]
    + RTF import: retain font colors (fdo#78313, fdo#77600) [Miklos Vajna]
    + scroll automatically to show selected item when keyboard used. (fdo#72287) [Andrzej Hunt]
    + set graphic properties for error bars during import, (fdo#78041) [Markus Mohrhard]
    + sfx2: template dialog: make the am-i-dead-yet check reentrant (fdo#78536) [Michael Stahl]
    + SfxFilterMatcher: respect requested document service if set (fdo#78742) [Michael Stahl]
    + simplify and ensure valid miAutoPosColumn in all cases, related (fdo#78838) [Eike Rathke]
    + slideshow: display a snapshot of movie until its not started (fdo#72400) [Zolnai Tamás]
    + slideshow: Fix regression related to media animations [Zolnai Tamás]
    + sometimes we need to update grid view while not being active. (fdo#75026) [Kohei Yoshida]
    + std::strlen requires cstring include to build [Luboš Luňák]
    + strangely obvious leaky code [Caolán McNamara]
    + SvxRelativeField: set the unit from the passed stringmap [Michael Stahl]
    + sw: call SwEditShell::CalcLayout to avoid crashes [Michael Stahl]
    + sw: CheckBookmarks: can't store OOo XML any more [Michael Stahl]
    + sw: Compare Document: fix assertions about RSID-only hints (fdo#74790) [Michael Stahl]
    + SwDoc::ConvertFieldsToText(): don't insert empty strings (fdo#77720) [Michael Stahl]
    + TemplateManager: construct toolbars in focus traversal order. (fdo#73766) [Andrzej Hunt]
    + the safety check was a bit too strict, (fdo#77984) [Markus Mohrhard]
    + there's even a git hook to prevent commits containing SAL_DEBUG (fdo#78971) [Stephan Bergmann]
    + thoroughly check whether JRE is still present (rhbz#1092589) [Stephan Bergmann]
    + toolbar overflow/context menu: keep ordering and don't discard separator. [Andrzej Hunt]
    + treat empty cells as if they have a value of 0.0. (fdo#77056) [Kohei Yoshida]
    + truncate string when clipped on screen. (fdo#75665) [Kohei Yoshida]
    + undo & redo of format-only changes don't need broadcasting. (fdo#74687) [Kohei Yoshida]
    + uninitialized pointer field (coverity#1210177) [Caolán McNamara]
    + update dictionaries [Christian Lohmaier]
    + updated core [Christian Lohmaier, Julien Nabet, Andras Timar]
    + use SVM (metafile) instead of PNG for diagrams (SmartArt) [Tor Lillqvist]
    + use the common block position set for start and end listening. (fdo#77806) [Kohei Yoshida]
    + use varying aElement name [Stephan Bergmann]
    + valgrind: SfxBaseModel's pImpl of fallback TargetDocument for paste leaks [Caolán McNamara]
    + various situations where graphic go missing on save (i#124966, i#114361, i#124946) 
[Oliver-Rainer Wittmann]
    + version 4.2.5.1, tag libreoffice-4.2.5.1 [Christian Lohmaier]
    + when in cell edit mode, use the EditView instance already there. (fdo#77315) [Kohei Yoshida]
    + when numbers are auto-fit, reset clipping parameters. (fdo#78391) [Kohei Yoshida]
    + WMF - replace 32-bit min/max assumption with const (fdo#77088) [Tomaž Vajngerl]
    + wrap reference addresses at max boundaries. (fdo#76611) [Kohei Yoshida]
    + writerfilter: DomainMapper_Impl::SetSymbolData() should take an int [Miklos Vajna]
    + writerfilter: refactor to avoid redundant Papx class in doctok (fdo#70853) [Miklos Vajna]
    + wrong AutoCorrect entries (fdo#78846) [Julien Nabet]
    + WW8 import: fix upper margin of multi-page floating table (bnc#863018) [Miklos Vajna]
    + zero various members [Caolán McNamara]
+ dictionaries
    + fix LightProof measurement conversion for Python 3 [László Németh]
    + hu dict: do not suggest this word [Andras Timar]
    + LightProof: Italian translation too long in options (fdo#76692) [Julien Nabet]
    + some wrong display on Portuguese grammar checking (fdo#78524) [Julien Nabet]
    + updated Breton dictionary to version 0.12 [Andras Timar]
+ help
    + version 4.2.5.1, tag libreoffice-4.2.5.1 [Christian Lohmaier]
+ translations
    + update translations for 4.2.5 rc1 [Christian Lohmaier]
bnc#783433 fix text rotation. [Muthu Subramanian]
bnc#862510 fix text rotation. [Muthu Subramanian]
bnc#863018 WW8 import: fix upper margin of multi-page floating table [Miklos Vajna]
bnc#863021 add set-all language menu. [Muthu Subramanian]
bnc#870234 import gradfill for text colors. [Muthu Subramanian]
bnc#870581 adjust output file extension when exporting [Luboš Luňák]
bnc#874790 allow accepting/rejecting changes in a selection [Luboš Luňák]
bnc#875713 handle brightness+contrast from msoffice [Luboš Luňák]
bnc#878854 MSWord uses \xb for linebreaks in DB fields [Luboš Luňák]
coverity#1210177 uninitialized pointer field [Caolán McNamara]
cp#1000067 do not crash when pasting impress page into another impress page [Luboš Luňák]
fdo#32376 fix "UI color panel does not show the actual color in Writer" [Tomofumi Yagi]
fdo#38410 handle strange brightness+contrast adjustment from msoffice [Luboš Luňák]
fdo#39944 improve mapping between ATK and UNO roles [Jacobo Aragunde Pérez]
fdo#41166 match month and day name word instead of substring [Eike Rathke]
fdo#42899 basic: if the library is not loaded fully, copy source storage [Michael Stahl]
fdo#44736 RTF import: fix COW when writing a nested structure [Miklos Vajna]
fdo#45260 revert "Objects having line thickness misplaced while pasting." [Andras Timar]
fdo#48017 fix WIN32 long path name support of spelling dictionaries [László Németh]
fdo#50697 fix crash found when exploring [Caolán McNamara]
fdo#55381 handle properly page breaks even if a page contains only a frame [Luboš Luňák]
fdo#55697 limit the range shrinking in charts to really large ranges, [Markus Mohrhard]
fdo#60967 fix deletion of paragraph following table [Michael Stahl]
fdo#62038 EPS not rendered in drawinglayer code paths [Caolán McNamara]
fdo#62176 (related: Revert "reset min/max values in paragraph ... [Michael Stahl]
fdo#64047 add set-all language menu. [Muthu Subramanian]
fdo#64161 related: pstoedit not writing file until its closed [Caolán McNamara]
fdo#65631 OLE: Turn an OSL_ENSURE() into a real condition (related: [Jan Holesovsky]
fdo#66620 keywords occur in unquoted context only [Eike Rathke]
fdo#67112 ReportCommands.xcu is localizable [Andras Timar]
fdo#67685 revert "open xSourceLibrariesStor only when needed" [Michael Stahl]
fdo#68600 limit comment width [Caolán McNamara]
fdo#68983 revert "remove #if 0 block (from ... [Michael Stahl]
fdo#69002 fix KFileDialog crashes [Luboš Luňák]
fdo#70609 limit the range shrinking in charts to really large ranges, [Markus Mohrhard]
fdo#70670 be explicit about text rotations, [Markus Mohrhard]
fdo#70853 writerfilter: refactor to avoid redundant Papx class in doctok [Miklos Vajna]
fdo#71785 file hangs LibreOffice on Save [YogeshBharate]
fdo#72006 populate "Load URL" dropdown from picklist. [Andrzej Hunt]
fdo#72287 scroll automatically to show selected item when keyboard used. [Andrzej Hunt]
fdo#72400 slideshow: display a snapshot of movie until its not started [Zolnai Tamás]
fdo#72741 backport of Calc sort rework. [Kohei Yoshida]
fdo#73766 TemplateManager: construct toolbars in focus traversal order. [Andrzej Hunt]
fdo#73891 fix "UI color panel does not show the actual color in Writer" [Tomofumi Yagi]
fdo#74555 avoid excessive calls to GetPreviewCellStyle(). [Kohei Yoshida]
fdo#74599 RTF import: enable StylesNoDefault compat setting [Miklos Vajna]
fdo#74687 undo & redo of format-only changes don't need broadcasting. [Kohei Yoshida]
fdo#74790 sw: Compare Document: fix assertions about RSID-only hints [Michael Stahl]
fdo#75026 sometimes we need to update grid view while not being active. [Kohei Yoshida]
fdo#75056 overline attribute needs special treatment as well. [Kohei Yoshida]
fdo#75058 optimize autofilter item filling for non-tree items. [Kohei Yoshida]
fdo#75168 escape conditional formatting formulas during xlsx export, [Markus Mohrhard]
fdo#75397 return an empty string for empty element. [Kohei Yoshida]
fdo#75489 pass toolbar context menu commands to toolbar for handling. [Andrzej Hunt]
fdo#75519 fix chapter cross references [Michael Stahl]
fdo#75665 truncate string when clipped on screen. [Kohei Yoshida]
fdo#75735 RTF import: fix COW when writing a nested structure [Miklos Vajna]
fdo#76261 get rid of unneeded and malfunctioning maItemListRect. [Andrzej Hunt]
fdo#76607 backport of Calc sort rework. [Kohei Yoshida]
fdo#76611 wrap reference addresses at max boundaries. [Kohei Yoshida]
fdo#76692 LightProof: Italian translation too long in options [Julien Nabet]
fdo#76710 adjust sheet position of conditional format entries. [Kohei Yoshida]
fdo#76824 proper way to parse cell address strings. [Kohei Yoshida]
fdo#76878 revert "need to reset rotation..." [Andras Timar]
fdo#77056 treat empty cells as if they have a value of 0.0. [Kohei Yoshida]
fdo#77071 resolve crashes with ICU 53.1 in locales with collator data, [Eike Rathke]
fdo#77088 WMF - replace 32-bit min/max assumption with const [Tomaž Vajngerl]
fdo#77126 BitmapEx.Scale already takes care of mirroring [Tomaž Vajngerl]
fdo#77242 fix crash [Andras Timar]
fdo#77267 RTF import: pard should reset current paragraph style [Miklos Vajna]
fdo#77315 when in cell edit mode, use the EditView instance already there. [Kohei Yoshida]
fdo#77379 don't return from the call. Notes are handled at the end. [Kohei Yoshida]
fdo#77451 detect AOO 4.x for SvXMLImport::needFixPositionAfterZ [Laurent Balland-Poirier]
fdo#77454 fix WW8 import/export of negative image crop [Michael Stahl]
fdo#77509 resolve memory corruption / crash in Consolidate [Eike Rathke]
fdo#77537 exporting font names in edit text needs special handling. [Kohei Yoshida]
fdo#77600 RTF export: always close URL's before the end of run [Miklos Vajna]
fdo#77647 fix the column insertion use case. [Kohei Yoshida]
fdo#77682 improve mapping between ATK and UNO roles [Jacobo Aragunde Pérez]
fdo#77720 mail Merge: reset cursors after clearing document [Michael Stahl]
fdo#77728 re-compile tokens when named range is updated. [Kohei Yoshida]
fdo#77735 don't proceed when all cells in the range are empty. [Kohei Yoshida]
fdo#77806 check the boundaries before accessing an array.... [Kohei Yoshida]
fdo#77899 fax etc wizards don't start [Stephan Bergmann]
fdo#77944 put updated formula cells into undo document. [Kohei Yoshida]
fdo#77969 return 0 in case of matrix consisting of all empty elements. [Kohei Yoshida]
fdo#77984 the safety check was a bit too strict, [Markus Mohrhard]
fdo#77990 intern strings for hybrid strings during import. [Kohei Yoshida]
fdo#78041 set graphic properties for error bars during import, [Markus Mohrhard]
fdo#78054 initialize drawing layer when the document contains notes. [Kohei Yoshida]
fdo#78062 broadcast only on non-empty cells within deleted range. [Kohei Yoshida]
fdo#78079 re-work sort by column to get it to do the right thing. [Kohei Yoshida]
fdo#78119 find the longest match for month name [David Tardon]
fdo#78151 related: fix 'pIds unsorted' warning [Caolán McNamara]
fdo#78159 fix import of OOoXML embedded objects [Michael Stahl, Laurent Balland-Poirier]
fdo#78294 default null-date for document import is 1899-12-30 [Eike Rathke]
fdo#78313 RTF import: retain font colors [Miklos Vajna]
fdo#78384 fix for corruption if file contains symbols. [Rohit Deshmukh]
fdo#78391 when numbers are auto-fit, reset clipping parameters. [Kohei Yoshida]
fdo#78402 adjust references of validity entries as appropriate. [Kohei Yoshida]
fdo#78413 revert "Objects having line thickness misplaced while pasting." [Andras Timar]
fdo#78471 don't forget to record the ID of the last record for BIFF5. [Kohei Yoshida]
fdo#78524 some wrong display on Portuguese grammar checking [Julien Nabet]
fdo#78535 don't process borders of 0 width. [Kohei Yoshida]
fdo#78536 sfx2: template dialog: make the am-i-dead-yet check reentrant [Michael Stahl]
fdo#78742 SfxFilterMatcher: respect requested document service if set [Michael Stahl]
fdo#78786 no need to insert entries here for date members. [Kohei Yoshida]
fdo#78815 fix report builder toolbox controller [Maxim Monastirsky]
fdo#78824 avoid having two menu entries having the same accelarator. [Kohei Yoshida]
fdo#78838 past-the-end iterator [Julien Nabet, Eike Rathke]
fdo#78846 wrong AutoCorrect entries [Julien Nabet]
fdo#78900 RTF import: allow \dpxsize inside \dptxbxtext [Miklos Vajna]
fdo#78903 don't broadcast prematurely during cell deletion. [Kohei Yoshida]
fdo#78949 handle (SAXParse-)Exception that can't pass getAllRelationships [Stephan Bergmann]
fdo#78971 there's even a git hook to prevent commits containing SAL_DEBUG [Stephan Bergmann]
fdo#79008 crash: File getting crash while saving in LO [Dinesh Patil]
fdo#79011 properly implement the search results dialog as modeless. [Kohei Yoshida]
fdo#79078 restore transparency in SVG export [László Németh]
fdo#79137 crash in oox::vml::InputStream::updateBuffer [Julien Nabet]
fdo#79139 crash in SwDropCapCache::CalcFontSize [Julien Nabet]
fdo#79181 drop hidden shape and drop negative clip rect [Caolán McNamara]
i#114361 various situations where graphic go missing on save [Oliver-Rainer Wittmann]
i#116244 revert "need to reset rotation..." [Andras Timar]
i#124946 various situations where graphic go missing on save [Oliver-Rainer Wittmann]
i#124966 various situations where graphic go missing on save [Oliver-Rainer Wittmann]
i#64348 basic: fix CDec() crash if string is empty [Thomas Arnhold]
rhbz#1032774 [abrt] libreoffice-core-4.1.3.2-4.fc20: sd::ViewShell::GetFrameView: Process 
/usr/lib64/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV) [Caolán McNamara]
rhbz#1047174 [abrt] libreoffice-core-4.1.3.2-4.fc19: Window::ImplGetFirstOverlapWindow: Process 
/usr/lib64/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV) [Caolán McNamara]
rhbz#1065807 [fix available] Usability - libreoffice does not search XDG defined "Templates" 
directory [Stephan Bergmann]
rhbz#1071604 related: don't paint anim. effect icon [David Tardon]
rhbz#1086714 overlarge pixmap [Caolán McNamara]
rhbz#1089377 crash on loading a specific rtf [Caolán McNamara]
rhbz#1092589 libreoffice can't find JRE after update of java packages [Stephan Bergmann]
rhbz#1096486 [abrt] libreoffice-core: Window::ImplGetFirstOverlapWindow(): soffice.bin killed by 
SIGSEGV [Caolán McNamara]
    + fix text rotation. (bnc#783433) [Muthu Subramanian]
    + fix text rotation. (bnc#862510) [Muthu Subramanian]
    + WW8 import: fix upper margin of multi-page floating table (bnc#863018) [Miklos Vajna]
    + add set-all language menu. (bnc#863021) [Muthu Subramanian]
    + import gradfill for text colors. (bnc#870234) [Muthu Subramanian]
    + adjust output file extension when exporting (bnc#870581) [Luboš Luňák]
    + allow accepting/rejecting changes in a selection (bnc#874790) [Luboš Luňák]
    + handle brightness+contrast from msoffice (bnc#875713) [Luboš Luňák]
    + MSWord uses \xb for linebreaks in DB fields (bnc#878854) [Luboš Luňák]
    + uninitialized pointer field (coverity#1210177) [Caolán McNamara]
    + do not crash when pasting impress page into another impress page (cp#1000067) [Luboš Luňák]
    + fix "UI color panel does not show the actual color in Writer" (fdo#32376) [Tomofumi Yagi]
    + handle strange brightness+contrast adjustment from msoffice (fdo#38410) [Luboš Luňák]
    + improve mapping between ATK and UNO roles (fdo#39944) [Jacobo Aragunde Pérez]
    + match month and day name word instead of substring (fdo#41166) [Eike Rathke]
    + basic: if the library is not loaded fully, copy source storage (fdo#42899) [Michael Stahl]
    + RTF import: fix COW when writing a nested structure (fdo#44736) [Miklos Vajna]
    + revert "Objects having line thickness misplaced while pasting." (fdo#45260) [Andras Timar]
    + fix WIN32 long path name support of spelling dictionaries (fdo#48017) [László Németh]
    + fix crash found when exploring (fdo#50697) [Caolán McNamara]
    + handle properly page breaks even if a page contains only a frame (fdo#55381) [Luboš Luňák]
    + limit the range shrinking in charts to really large ranges, (fdo#55697) [Markus Mohrhard]
    + fix deletion of paragraph following table (fdo#60967) [Michael Stahl]
    + EPS not rendered in drawinglayer code paths (fdo#62038) [Caolán McNamara]
    + (related: Revert "reset min/max values in paragraph ... (fdo#62176) [Michael Stahl]
    + add set-all language menu. (fdo#64047) [Muthu Subramanian]
    + related: pstoedit not writing file until its closed (fdo#64161) [Caolán McNamara]
    + OLE: Turn an OSL_ENSURE() into a real condition (related: (fdo#65631) [Jan Holesovsky]
    + keywords occur in unquoted context only (fdo#66620) [Eike Rathke]
    + ReportCommands.xcu is localizable (fdo#67112) [Andras Timar]
    + revert "open xSourceLibrariesStor only when needed" (fdo#67685) [Michael Stahl]
    + limit comment width (fdo#68600) [Caolán McNamara]
    + revert "remove #if 0 block (from ... (fdo#68983) [Michael Stahl]
    + fix KFileDialog crashes (fdo#69002) [Luboš Luňák]
    + limit the range shrinking in charts to really large ranges, (fdo#70609) [Markus Mohrhard]
    + be explicit about text rotations, (fdo#70670) [Markus Mohrhard]
    + writerfilter: refactor to avoid redundant Papx class in doctok (fdo#70853) [Miklos Vajna]
    + file hangs LibreOffice on Save (fdo#71785) [YogeshBharate]
    + populate "Load URL" dropdown from picklist. (fdo#72006) [Andrzej Hunt]
    + scroll automatically to show selected item when keyboard used. (fdo#72287) [Andrzej Hunt]
    + slideshow: display a snapshot of movie until its not started (fdo#72400) [Zolnai Tamás]
    + backport of Calc sort rework. (fdo#72741) [Kohei Yoshida]
    + TemplateManager: construct toolbars in focus traversal order. (fdo#73766) [Andrzej Hunt]
    + fix "UI color panel does not show the actual color in Writer" (fdo#73891) [Tomofumi Yagi]
    + avoid excessive calls to GetPreviewCellStyle(). (fdo#74555) [Kohei Yoshida]
    + RTF import: enable StylesNoDefault compat setting (fdo#74599) [Miklos Vajna]
    + undo & redo of format-only changes don't need broadcasting. (fdo#74687) [Kohei Yoshida]
    + sw: Compare Document: fix assertions about RSID-only hints (fdo#74790) [Michael Stahl]
    + sometimes we need to update grid view while not being active. (fdo#75026) [Kohei Yoshida]
    + overline attribute needs special treatment as well. (fdo#75056) [Kohei Yoshida]
    + optimize autofilter item filling for non-tree items. (fdo#75058) [Kohei Yoshida]
    + escape conditional formatting formulas during xlsx export, (fdo#75168) [Markus Mohrhard]
    + return an empty string for empty element. (fdo#75397) [Kohei Yoshida]
    + pass toolbar context menu commands to toolbar for handling. (fdo#75489) [Andrzej Hunt]
    + fix chapter cross references (fdo#75519) [Michael Stahl]
    + truncate string when clipped on screen. (fdo#75665) [Kohei Yoshida]
    + RTF import: fix COW when writing a nested structure (fdo#75735) [Miklos Vajna]
    + get rid of unneeded and malfunctioning maItemListRect. (fdo#76261) [Andrzej Hunt]
    + backport of Calc sort rework. (fdo#76607) [Kohei Yoshida]
    + wrap reference addresses at max boundaries. (fdo#76611) [Kohei Yoshida]
    + LightProof: Italian translation too long in options (fdo#76692) [Julien Nabet]
    + adjust sheet position of conditional format entries. (fdo#76710) [Kohei Yoshida]
    + proper way to parse cell address strings. (fdo#76824) [Kohei Yoshida]
    + revert "need to reset rotation..." (fdo#76878) [Andras Timar]
    + treat empty cells as if they have a value of 0.0. (fdo#77056) [Kohei Yoshida]
    + resolve crashes with ICU 53.1 in locales with collator data, (fdo#77071) [Eike Rathke]
    + WMF - replace 32-bit min/max assumption with const (fdo#77088) [Tomaž Vajngerl]
    + BitmapEx.Scale already takes care of mirroring (fdo#77126) [Tomaž Vajngerl]
    + fix crash (fdo#77242) [Andras Timar]
    + RTF import: pard should reset current paragraph style (fdo#77267) [Miklos Vajna]
    + when in cell edit mode, use the EditView instance already there. (fdo#77315) [Kohei Yoshida]
    + don't return from the call. Notes are handled at the end. (fdo#77379) [Kohei Yoshida]
    + detect AOO 4.x for SvXMLImport::needFixPositionAfterZ (fdo#77451) [Laurent Balland-Poirier]
    + fix WW8 import/export of negative image crop (fdo#77454) [Michael Stahl]
    + resolve memory corruption / crash in Consolidate (fdo#77509) [Eike Rathke]
    + exporting font names in edit text needs special handling. (fdo#77537) [Kohei Yoshida]
    + RTF export: always close URL's before the end of run (fdo#77600) [Miklos Vajna]
    + fix the column insertion use case. (fdo#77647) [Kohei Yoshida]
    + improve mapping between ATK and UNO roles (fdo#77682) [Jacobo Aragunde Pérez]
    + mail Merge: reset cursors after clearing document (fdo#77720) [Michael Stahl]
    + re-compile tokens when named range is updated. (fdo#77728) [Kohei Yoshida]
    + don't proceed when all cells in the range are empty. (fdo#77735) [Kohei Yoshida]
    + check the boundaries before accessing an array.... (fdo#77806) [Kohei Yoshida]
    + fax etc wizards don't start (fdo#77899) [Stephan Bergmann]
    + put updated formula cells into undo document. (fdo#77944) [Kohei Yoshida]
    + return 0 in case of matrix consisting of all empty elements. (fdo#77969) [Kohei Yoshida]
    + the safety check was a bit too strict, (fdo#77984) [Markus Mohrhard]
    + intern strings for hybrid strings during import. (fdo#77990) [Kohei Yoshida]
    + set graphic properties for error bars during import, (fdo#78041) [Markus Mohrhard]
    + initialize drawing layer when the document contains notes. (fdo#78054) [Kohei Yoshida]
    + broadcast only on non-empty cells within deleted range. (fdo#78062) [Kohei Yoshida]
    + re-work sort by column to get it to do the right thing. (fdo#78079) [Kohei Yoshida]
    + find the longest match for month name (fdo#78119) [David Tardon]
    + related: fix 'pIds unsorted' warning (fdo#78151) [Caolán McNamara]
    + fix import of OOoXML embedded objects (fdo#78159) [Michael Stahl, Laurent Balland-Poirier]
    + default null-date for document import is 1899-12-30 (fdo#78294) [Eike Rathke]
    + RTF import: retain font colors (fdo#78313) [Miklos Vajna]
    + fix for corruption if file contains symbols. (fdo#78384) [Rohit Deshmukh]
    + when numbers are auto-fit, reset clipping parameters. (fdo#78391) [Kohei Yoshida]
    + adjust references of validity entries as appropriate. (fdo#78402) [Kohei Yoshida]
    + revert "Objects having line thickness misplaced while pasting." (fdo#78413) [Andras Timar]
    + don't forget to record the ID of the last record for BIFF5. (fdo#78471) [Kohei Yoshida]
    + some wrong display on Portuguese grammar checking (fdo#78524) [Julien Nabet]
    + don't process borders of 0 width. (fdo#78535) [Kohei Yoshida]
    + sfx2: template dialog: make the am-i-dead-yet check reentrant (fdo#78536) [Michael Stahl]
    + SfxFilterMatcher: respect requested document service if set (fdo#78742) [Michael Stahl]
    + no need to insert entries here for date members. (fdo#78786) [Kohei Yoshida]
    + fix report builder toolbox controller (fdo#78815) [Maxim Monastirsky]
    + avoid having two menu entries having the same accelarator. (fdo#78824) [Kohei Yoshida]
    + past-the-end iterator (fdo#78838) [Julien Nabet, Eike Rathke]
    + wrong AutoCorrect entries (fdo#78846) [Julien Nabet]
    + RTF import: allow \dpxsize inside \dptxbxtext (fdo#78900) [Miklos Vajna]
    + don't broadcast prematurely during cell deletion. (fdo#78903) [Kohei Yoshida]
    + handle (SAXParse-)Exception that can't pass getAllRelationships (fdo#78949) [Stephan Bergmann]
    + there's even a git hook to prevent commits containing SAL_DEBUG (fdo#78971) [Stephan Bergmann]
    + crash: File getting crash while saving in LO (fdo#79008) [Dinesh Patil]
    + properly implement the search results dialog as modeless. (fdo#79011) [Kohei Yoshida]
    + restore transparency in SVG export (fdo#79078) [László Németh]
    + crash in oox::vml::InputStream::updateBuffer (fdo#79137) [Julien Nabet]
    + crash in SwDropCapCache::CalcFontSize (fdo#79139) [Julien Nabet]
    + drop hidden shape and drop negative clip rect (fdo#79181) [Caolán McNamara]
    + various situations where graphic go missing on save (i#114361) [Oliver-Rainer Wittmann]
    + revert "need to reset rotation..." (i#116244) [Andras Timar]
    + various situations where graphic go missing on save (i#124946) [Oliver-Rainer Wittmann]
    + various situations where graphic go missing on save (i#124966) [Oliver-Rainer Wittmann]
    + basic: fix CDec() crash if string is empty (i#64348) [Thomas Arnhold]
    + [abrt] libreoffice-core-4.1.3.2-4.fc20: sd::ViewShell::GetFrameView: Process 
/usr/lib64/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV) (rhbz#1032774) [Caolán 
McNamara]
    + [abrt] libreoffice-core-4.1.3.2-4.fc19: Window::ImplGetFirstOverlapWindow: Process 
/usr/lib64/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV) (rhbz#1047174) [Caolán 
McNamara]
    + [fix available] Usability - libreoffice does not search XDG defined "Templates" directory 
(rhbz#1065807) [Stephan Bergmann]
    + related: don't paint anim. effect icon (rhbz#1071604) [David Tardon]
    + overlarge pixmap (rhbz#1086714) [Caolán McNamara]
    + crash on loading a specific rtf (rhbz#1089377) [Caolán McNamara]
    + libreoffice can't find JRE after update of java packages (rhbz#1092589) [Stephan Bergmann]
    + [abrt] libreoffice-core: Window::ImplGetFirstOverlapWindow(): soffice.bin killed by SIGSEGV 
(rhbz#1096486) [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.