* Fix comments.
Changelog:
7.3.0.3
Writer
General improvements
* Hyperlinks can now be attached to shapes tdf#123626 (Samuel Mehrbrodt,
allotropia)
* Footnote and endnote anchors in the end of a paragraph are now treated
exactly as they already were treated in the middle for the purposes of
search/replace with regular expressions, i.e. they match [\p{Control}] or
[:control:] regular expression. That means that they need to be taken into
account when matching text against end-of-paragraph tdf#137737 (Mike
Kaganski, Collabora)
* Start of list level support in Writer paragraph styles blog post (Miklos
Vajna, Collabora)
* Start of linked character and paragraph styles blog post (Miklos Vajna,
Collabora)
Tracked table row deletion/insertion
Add visualization and Manage Changes support for tracked deletion and insertion
of tables and table rows. (L??szl?? N??meth, NISZ)
Basic support of table change tracking (introduced by LibreOffice 7.2, see tdf#
60382, tdf#79069) was extended by the following improvements:
* Hide deleted table rows and tables in Hide Changes mode instead of showing
empty cells tdf#144057
* Show table and table row insertions in cyan and deletions in pink in Show
Changes mode tdf#146120
* In Manage Changes, accept or reject deletion/insertion of tables or
consecutive table rows with a single click tdf#144270
* Clicking on a table row, accept or reject its deletion/insertion tdf#146145
* Add tooltip to table rows with change tracking tdf#146144
* Track insertion of empty table rows tdf#143358
* Track deletion of empty table rows tdf#143359
Highlighted tracked row changes, and improved Manage Changes dialog window with
the new table (row) changes
Tracked text moving
During track changes, show moved text in green color and with double
strikethrough or underlines to speed up reviewing. Add new tooltip captions and
Manage Changes Action icons for tracked text moving. Re-ordered list elements
or changed paragraph or sentence order is more visible this way. Tracked moving
is detected at Move Up/Down, drag & drop, cut & paste and deletion + re-typing,
also during ODT and DOCX import (including documents created with editors which
lack of tracked text moving support, like Google Docs or web version of
Microsoft Office). tdf#145233 tdf#145718 tdf#145719 tdf#145721 (L??szl?? N??
meth, NISZ)
Tracked list item moved by Move Down, with new tooltip caption and Manage
Changes Action icons
Other improvements in track changes
Related to changes of paragraph formatting etc. (L??szl?? N??meth, NISZ).
* Track change of paragraph style tdf#144272
* Fixed table formula calculation at track changes tdf#39828
* Track changes: fix table deletion at paragraph join tdf#144058
* Track changes: keep format of hints. When a text has multiple character
formatting settings enabled and a new one is applied with tracked changes,
only one of the former settings is restored upon rejecting the changes. tdf
#144173
* Track format changes of the actual word. If there is no text selection,
character formattings are applied on the word under the text cursor, now
with storing the original direct character formatting in a redline "extra
data" for rejection of the tracked formatting change. tdf#143939
* Show bullet and numbering changes at the moved list item, not at the next
one. tdf#145068
A list item moved by Move Down: show changes only in two items, not in four
items.
Performance
* Increased a PDF export speed of some complex documents tdf#125892 (Noel
Grandin, Collabora)
* Speed up loading large RTL documents tdf#64991 (Noel Grandin, Collabora)
* Improved rendering speed with some complex documents core commit 71429b93,
core commit d13b63a9 (Lubo? Lu????k, Collabora)
Calc
General improvements
* The "Link to External Data" dialogue (Sheet ? Link to External Data...) now
lists HTML tables in the order they appear in the source. tdf#142600
(Andreas Heinisch)
HTML table list in the "Link to External Data" dialogue. LibreOffice 7.3 (on
the right) now lists the tables in the order they appear in the source.
(LibreOffice 7.2 on the left.)
* Neumaier summation algorithm?Wikipedia logo v3.svg was implemented for
using modern SIMD CPU instructions like AVX2 tdf#142307 (Dante Dom??nech)
* Whitespace line feed and character tabulation in cell formula expressions
are now preserved and survive round-tripping between OOXML and ODF file
formats. Tabs however can not be entered in the cell input UI and are
converted to one space character. tdf#76310 (Eike Rathke, Red Hat)
* CSV import/export support a sep=; and "sep=;" field separator setting. When
reading CSV the separator is taken from an initial sep=; or "sep=;" single
field if that is the only row content. The quoted form is preserved as
(unquoted) cell content, of the unquoted form the separator is discarded as
contextually it is a real field separator. When writing CSV an existing
single top left cell's content sep=; if that is the only cell in the row is
adapted to the current separator in the quoted form "sep=;" (if quotes /
text delimiters aren't set empty ...) and always uses the ASCII " double
quote character. If the line containing the sep=; is not to be imported as
data (and thus also is not preserved when re-saving) then the From row
number in the dialog must be set to 2. tdf#117868 (Eike Rathke, Red Hat)
* A new Evaluate formulas option in the CSV Import and Paste Special and Text
to Column dialog determines whether formula expressions starting with a =
equal sign character are to be evaluated as formulas or imported as textual
data. In the programmatic FilterOptions string this is the 13th parameter
(token 12) with arguments either false or true. tdf#114878 (Eike Rathke,
Red Hat)
* Bash like autocompletion for Calc autoinput was implemented. tdf#145198
(Dennis Francis, Collabora)
Consider an example of the following data in a column:
ABCD123xyz
ABCD345qwel
ABCD123pqr
ABCD123xyz
PQR
When user types A, it will show the partial suggestion BCD.
User can accept the suggestion with the right arrow key and then the cursor
will be placed after the letter D, waiting for more input. User can choose
to not accept the suggestion either by typing more or by ending the edit
mode by pressing Esc key.
If the user accepts the suggestion BCD by right arrow key, and types 1, it
will show a partial suggestion of 23. User can accept this by pressing the
right arrow key.
If the user accepts the suggestion in the 3rd step and types x it will show
the final suggestion yz. Again user can choose to accept or decline the
suggestion as mentioned in the 1st step.
* Cell cursor now uses the system's highlight color instead of the default
font color to improve visibility tdf#142121 (Natalia Gavrilova)
Note that the cursor in cell C4 now using the highlight color instead of the
default font color
* Support Color Filter in "Standard Filter" dialog tdf#143103 (Samuel
Mehrbrodt, allotropia)
Standard filter supports filtering by colors
* Queries and filters using some text-based operations such as 'contains' now
properly work even with numeric data core commit 0d1971a8 (Lubo? Lu????k,
Collabora)
* Quick find will now search for values instead of formulas (the search
dialog offers both options). tdf#102506 (Julien Nabet)
New spreadsheet functions
* None
Changed spreadsheet functions
* Option "Search criteria = and <> must apply to whole cells" has been fixed
to apply properly in lookup functions when turned off (tdf#139612). For
better performance it is recommended to leave the option on unless partial
cell matching is required. (Lubo? Lu????k, Collabora)
* The IF() function now unconditionally propagates the condition's error
value, if any. Previously a given ELSE-path was executed as the condition
is never TRUE on error, which wasn't significant unless the ELSE was an
error evaluating function like IFERROR() or ISERROR() or other IS...()
functions.
This changes behaviour of an undocumented side effect, so might break
existing expressions that (unwillingly?) relied on it. tdf#146377 (Eike
Rathke, Red Hat)
Performance
* Improved speed of some XLSM files opening tdf#95549 (Noel Grandin,
Collabora)
* Speedup inserting large charts (for over 800000 cells) tdf#144052 (Noel
Grandin, Collabora)
* Improved speed of some XLSX files opening tdf#130795 (Noel Grandin,
Collabora)
* Improved speed of lookup functions in some cases tdf#139444,tdf#144249
(Lubo? Lu????k, Collabora)
* Improved speed for filtering by Autofilter tdf#133835, tdf#133867, tdf#
133996 (Noel Grandin, Lubo? Lu????k, Collabora)
* Improved use of threads for Calc calculations core commit a0e27322, core
commit 871d5fe3 (Lubo? Lu????k, Collabora)
Impress & Draw
General improvements
* Added PowerPoint-compatible screen sizes in Slide ? Slide Properties... ?
Slide ? Paper Format. "Widescreen" is used in current PowerPoint,
"On-screen show" is used in previous PowerPoint versions and Google Slides.
(see here) If you create a file with these sizes, the exported file will be
treated as a preset size instead of a user size. It will also be treated as
a preset size when you import it. tdf#142286, tdf#142288 (Jun Nogata)
* Unshare shape properties for the same type before insertion blog post
(Miklos Vajna, Collabora)
* tdf#140321 (Regina Henschel)
Wire Frame - Matt - Plastic - Metal
The dialog "3D-Settings" opens if you toggle a shape to "Extrusion on". The
dialog has a drop-down list "Surface" with items "Wire Frame", "Matt",
"Plastic" and "Metal". In the old version the items "Matt", "Plastic" and
"Metal" did nothing, but the solid was always rendered as "Plastic". Now
you get different surfaces. "Matt" is really matte. "Metal" is similar to
"Plastic" but has more contrast.
Unfortunately the old versions have written wrong and invalid values into
the file. Such values might result in unwanted rendering now. To repair
such shapes, mark the shape, then first switch to item "Matt" and then to
"Plastic" or "Metal" respectively.
Performance
Base
* FireBird data base engine bugfixes tdf#115547, tdf#117842, tdf#120129, tdf#
125286, tdf#144172, tdf#144230, tdf#144340 and many concomitant commits
(Mike Kaganski, Collabora)
Chart
Math
Core / General
* LibreOffice can now generate one-dimensional barcodes in addition to QR
codes. tdf#141193 (Akshit Kushwaha)
QR and Barcode dialog next to inserted barcode on page.
* new WebDAV/HTTP UCP based on libcurl. tdf#101094, tdf#102499 (Michael
Stahl, allotropia; Giuseppe Castagno)
+ using the OS native TLS stack on Windows and macOS, so users can now
manage trust of CAs with OS UI on these platforms
* Border line widths have been unified throughout LibreOffice. tdf#48622
(Samuel Mehrbrodt, allotropia)
+ New defaults are:
o Hairline (0.05pt)
o Very thin (0.5pt)
o Thin (0.75pt)
o Medium (1.5pt)
o Thick (2.25pt)
o Extra thick (4.5pt)
o Custom values are still possible
New line width defaults
Performance
* Optimizing LibreOffice for a larger number of users. Read more in a blog
post (Lubo? Lu????k, Collabora)
* Fixed a mistake that was making CJK text rendering slower over time core
commit 5b38b574 (Lubo? Lu????k, Collabora)
* Various rendering improvements in the Skia-based rendering backend (Lubo?
Lu????k, Collabora)
* Official binary packages are now built using Link-Time Optimization, which
should improve overall performance (Lubo? Lu????k, Collabora)
LibreOffice Help
* Help pages for the ScriptForge scripting library (J.P. Ledure, A.
Romedenne, R. Lima)
* Focus search results to user's current module tdf#123506 (Ross Johnson)
* Switch from Fuzzysort to FlexSearch for index search [commit] (I.
Lauhakangas)
* Close navigation menus when clicking outside them [commit] (I. Lauhakangas)
* Several improvements in Calc functions Help pages for accuracy and
completeness and links to Calc Function wiki pages. List of patches (S.
Fanning)
* Help updates and fixes
+ E. Rathke
+ O. Hallot
+ M. Kaganski
+ R. Lima
+ Ming Hua
+ A. Romedenne
+ R. Johnson
* Internal Help refactoring tdf#132643 (Johnny_M)
Filters
Improvements of DOC import/export filter
* DOC import: greatly improved list/numbering import tdf#106541 tdf#104239
tdf#123405 tdf#120629 (Justin Luth, SIL)
Improvements of DOCX import/export filter
* DOCX import: greatly improved list/numbering import tdf#141964 tdf#141966
(Justin Luth, SIL)
* Hyperlinks attached to shapes are now imported/exported tdf#123626 (Samuel
Mehrbrodt, allotropia)
* DOCX import: fix permission for editing tdf#89383 (T??nde T??th, NISZ)
* DOCX export/import: track change of paragraph style tdf#144272 (L??szl?? N
??meth, NISZ)
* DOCX import: fix user index and index entry support defined by field code \
f. This is a reworking of a previously patch. Now the import uses
com.sun.star.text.UserIndex and com.sun.star.text.UserIndexMark index and
index entry fields, which support the requested user index not only during
the DOCX and OpenDocument round-trip, but its run-time functionality, the
multiple user-defined indices tdf#77051 (L??szl?? N??meth, NISZ)
* DOCX import: handle ZOrder of chart objects tdf#144798 (Miklos Vajna,
Collabora)
* DOCX import/export: improved support for sdt fields tdf#81507, tdf#130565,
tdf#137466, tdf#100493 (Vasily Melenchuk, CIB/allotropia)
Improvements of XLSX import/export filter
* XLSX import: decreased a row height for XLSX files created by MS Office tdf
#144642 (Attila Sz?cs, NISZ)
* XLSX export: cell indent doesn't increase on each save now tdf#130104
(Kevin Suo)
* XLSX import: fix permission for editing tdf#115933 (T??nde T??th, NISZ)
* XLSX import/export: fix permission for editing. The password for editing
wasn't asked, also wasn't exported in XLSX documents. tdf#118938 (T??nde T
??th, NISZ). Now it's exported in Calc using the following steps, also
verified before editing:
+ In File->Save As, choose Excel 2007??365 (.xlsx) format;
+ enable checkbox "Save with password" and click Save;
+ in the dialog "Set password", click on "Options" and enable checkbox
"Open file read-only", and enter a password for editing (i.e. skip the
password for opening).
* Calc buttons with macros: better XLSX support blog post (Miklos Vajna,
Collabora)
* OOXML chart import/export: Chart labels from cell-range tdf#143942 (Dennis
Francis, Collabora)
* OOXML chart import/export: Chart date categories - improved support for
formatting, scaling, range-selection(min/max), increments core commit
f547cf17 (Dennis Francis, Collabora)
Improvements of PPTX import/export filter
* PPTX export: fixed interactions and hyperlinks on images tdf#124232 (Tibor
Nagy, NISZ)
* PPTX import: Impress doesn't drop the read-only password in PPTX file now
tdf#144943 (T??nde T??th, NISZ)
* PPTX import: fix hyperlinks on shapes tdf#144616 (Tibor Nagy, NISZ)
* PPTX import: fix hyperlinks on images tdf#141704 (Tibor Nagy, NISZ)
* Fix the incorrect import of slide footers from PPTX tdf#142221 (Sarper
Akdemir, Collabora)
* Make slide footers get exported to PPTX tdf#59323 (Sarper Akdemir,
Collabora)
* PPTX import: Transparent shadow for tables. Read more in a blog post
(Miklos Vajna, Collabora)
Improvements of WMF/EMF filter
Improvements of SVG filter
Other
* TXT file extension is no longer associated with T602 file format, which
used to lead to mis-detections in some cases (Jan Hole?ovsk?, Collabora)
GUI
General
* The wavy lines indicating spelling or grammar issues have been improved to
be more discernible in high-resolution screens. Now, they will match the
document??s zoom level instead of staying thin unconditionally. tdf#70519
(Heiko Tietze, TDF)
Icon theme
* Tweaks to Colibre icons related to graphics, saving, formatting and undo/
redo. (Rizal Muttaqin)
Dialogs
Sidebar
Notebookbar
Localization
If you speak an endangered language and want to help us to
Im-jabber.svg achieve our goals of providing libre tools to every person on the
planet, please help translate our software.
New languages/locales with locale data
Available as default document language and for locale specific formatting.
* English (Israel) {en-IL}. tdf#145173 (Eike Rathke, Red Hat)
Additional languages in the language list
Available for text attribution.
* Klingon, tlhIngan Hol {tlh}. tdf#143946 (Eike Rathke, Red Hat)
* Interslavic Latin {art-Latn-x-interslv} and Interslavic Cyrillic
{art-Cyrl-x-interslv}. tdf#145853 (Eike Rathke, Red Hat)
Improvements to proofing tools and language support
* Language entries in language listboxes created by spellchecker or
hyphenation dictionaries or extensions that support languages without a
predefined language listbox entry are now displayed using a possibly
translated language/locale name obtained from the ICU (International
Components for Unicode) library. Previously such entries were displayed as
language tags in curly brackets, for example {en-SG}. (Eike Rathke, Red
Hat)
* Old Hungarian has got full-text transliteration support: Tools ?
AutoCorrect ? Apply and Tools ? AutoCorrect ? Apply and Edit Changes
transliterate right-to-left Hungarian text to Old Hungarian (only if the
paragraph style of the text is Default Paragraph Style). tdf#143176 (L??szl
?? N??meth). More info in Release Notes 7.0
* Added Brazilian Portuguese (pt-BR) thesaurus (Olivier Hallot)
Scripting
The ScriptForge libraries
An extensible and robust collection of macro scripting resources for
LibreOffice to be invoked from user Basic or Python scripts. (Jean-Pierre
Ledure)
The libraries expose a total of 23 services each with a bunch of methods and
properties.
New in LibreOffice 7.3:
* The (new) Chart service, to define chart documents stored in Calc sheets.
Most parameters available in the user interface can be set by script.
* The (new) PopupMenu service, to describe the menu to be displayed after a
mouse event (typically a right-click). The menu may contain usual items,
checkboxes or radio buttons. Each item can be decorated with icons and
tooltips.
* Management of printers: list of fonts and printers, printer options,
printing documents.
* Export of documents to PDF and management of PDF options.
* Dialogs may host table controls. Provide tabular data, the data is
displayed with headers and sort buttons. The selected row is returned by
the Value property.
* Titles, tooltips, list- or comboboxes, labels of dialogs can be translated
on-the-fly based on tools provided in the L10N service.
* The Calc service has been improved with facilities to identify cell ranges
when their size is unknown, f.i. after the import of data, and to apply
formulas with absolute and relative references on them.
* The whole set of services is made available for Python scripts with
identical syntax and behaviour as in Basic.
* The English version of the documentation of the ScriptForge libraries (7.3)
is fully integrated in the LibreOffice help pages (https://
help.libreoffice.org/7.3/en-US/text/sbasic/shared/03/lib_ScriptForge.html?
DbPAR=BASIC). Their translation into other languages is underway. (Alain
Romedenne, Rafael Lima)
BASIC
Python
VBA changes
Feature Removal / Deprecation
Platform Compatibility
Mac
* LibreOffice 7.3 requires macOS 10.12 or newer to run.
Due to Apple's policy regarding C++ standard library features, the minimum
macOS version requirement will be raised in the future like so:
+ release in Aug 2022 ?? 10.13 High Sierra
+ release in Feb 2023 ?? 10.14 Mojave
+ release in Aug 2023 ?? 10.15 Catalina
* A rendering backend based on the Skia library is now used also on macOS [1]
(Lubo? Lu????k, Collabora)
Windows
* The IAccessibleTable2 and IAccessibleTableCell interfaces from the
IAccessible2 specification have been implemented (core commit 839dbf9e,
core commit 97a88e30) (Michael Weghorn)
Linux
API Changes
* The C functions rtl_str_toFloat, rtl_str_toDouble, rtl_ustr_toFloat, and
rtl_ustr_toDouble, and the C++ member functions rtl::OString::toFloat,
rtl::OString::toDouble, rtl::OUString::toFloat, and rtl::OUString::toDouble
no longer accept a ??+?? or ??-?? sign before ??NaN?? when parsing the XML
Schema??style Not a Number notation. (But they still accept an optional ??+
?? or ??-?? sign before the legacy ??1.#NAN?? notation.) core commit
9d27a44e
* osl_demultiplexSocketEvents and its support functionality, all of which
were deprecated, have been removed from the UNO C/C++ API. core commit
db392a8a
UNO API changes
* com.sun.star.resource.XLocale has been removed. core commit a74d15ad
* In com.sun.star.i18n, various enum members have been renamed (to no longer
use reserved identifiers): core commit 04af4e4f
+ in com.sun.star.i18n.TransliterationModules:
o from ignoreTraditionalKanji_ja_JP to IgnoreTraditionalKanji_ja_JP
o from ignoreTraditionalKana_ja_JP to IgnoreTraditionalKana_ja_JP
o from ignoreMinusSign_ja_JP to IgnoreMinusSign_ja_JP
o from ignoreIterationMark_ja_JP to IgnoreIterationMark_ja_JP
o from ignoreSeparator_ja_JP to IgnoreSeparator_ja_JP
o from ignoreZiZu_ja_JP to IgnoreZiZu_ja_JP
o from ignoreBaFa_ja_JP to IgnoreBaFa_ja_JP
o from ignoreTiJi_ja_JP to IgnoreTiJi_ja_JP
o from ignoreHyuByu_ja_JP to IgnoreHyuByu_ja_JP
o from ignoreSeZe_ja_JP to IgnoreSeZe_ja_JP
o from ignoreIandEfollowedByYa_ja_JP to IgnoreIandEfollowedByYa_ja_JP
o from ignoreKiKuFollowedBySa_ja_JP to IgnoreKiKuFollowedBySa_ja_JP
o from ignoreSize_ja_JP to IgnoreSize_ja_JP
o from ignoreProlongedSoundMark_ja_JP to
IgnoreProlongedSoundMark_ja_JP
o from ignoreMiddleDot_ja_JP to IgnoreMiddleDot_ja_JP
o from ignoreSpace_ja_JP to IgnoreSpace_ja_JP
o from smallToLarge_ja_JP to SmallToLarge_ja_JP
o from largeToSmall_ja_JP to LargeToSmall_ja_JP
+ in com.sun.star.i18n.TransliterationModulesNew:
o from ignoreTraditionalKanji_ja_JP to IgnoreTraditionalKanji_ja_JP
o from ignoreTraditionalKana_ja_JP to IgnoreTraditionalKana_ja_JP
o from ignoreMinusSign_ja_JP to IgnoreMinusSign_ja_JP
o from ignoreIterationMark_ja_JP to IgnoreIterationMark_ja_JP
o from ignoreSeparator_ja_JP to IgnoreSeparator_ja_JP
o from ignoreZiZu_ja_JP to IgnoreZiZu_ja_JP
o from ignoreBaFa_ja_JP to IgnoreBaFa_ja_JP
o from ignoreTiJi_ja_JP to IgnoreTiJi_ja_JP
o from ignoreHyuByu_ja_JP to IgnoreHyuByu_ja_JP
o from ignoreSeZe_ja_JP to IgnoreSeZe_ja_JP
o from ignoreIandEfollowedByYa_ja_JP to IgnoreIandEfollowedByYa_ja_JP
o from ignoreKiKuFollowedBySa_ja_JP to IgnoreKiKuFollowedBySa_ja_JP
o from ignoreSize_ja_JP to IgnoreSize_ja_JP
o from ignoreProlongedSoundMark_ja_JP to
IgnoreProlongedSoundMark_ja_JP
o from ignoreMiddleDot_ja_JP to IgnoreMiddleDot_ja_JP
o from ignoreSpace_ja_JP to IgnoreSpace_ja_JP
o from smallToLarge_ja_JP to SmallToLarge_ja_JP
o from largeToSmall_ja_JP to LargeToSmall_ja_JP
+ in com.sun.star.i18n.UnicodeScript:
o from k_CJKUnifiedIdeographsExtensionA to
kCJKUnifiedIdeographsExtensionA
Changelog:
7.2.5.2
Bugs fixed compared to 7.2.5 RC1
1. tdf#131850 LibreOffice hangs if recent files are not accessible (e.g.
remote samba, webdav, or nextcloud files) [Mike Kaganski]
2. tdf#135061 Hang: pasting content ( track changes ) [Michael Stahl]
3. tdf#136855 Crash correcting with spell checker with track & changes enabled
[Michael Stahl]
4. tdf#137101 Evolution LDAP address source won't timeout, indefinitely
freezing ui [Julien Nabet]
5. tdf#137318 Redlinehide: Undo action displays content incorrectly. [Michael
Stahl]
6. tdf#138743 Hiding track changes shows a spurious image frame [Michael
Stahl]
7. tdf#139843 Crash swlo!SwNumRule::MakeNumString [Michael Stahl]
8. tdf#141175 CRASH: cutting content with redlines [Michael Stahl]
9. tdf#144364 Autotext (text only) with placeholder not correctly displayed
[Justin Luth]
10. tdf#144565 Crash in: SfxItemSet::Clone(bool,SfxItemPool *) [Michael Stahl]
11. tdf#146219 UCB: Startup, creating new files, or Exit of the application is
very slow or "annoying" when the "Recent Document" list contains remote
files (e.g. Webdav/Nextcloud or SFTP files mounted via File Manager) [Mike
Kaganski]
12. tdf#146257 Chapter Numbering dialog adds some unexpected dots [Vasily
Melenchuk]
13. tdf#146363 [regression] LibreOffice Draw crashes when changing width/height
of text box [Julien Nabet]
7.2.5.1
Bugs fixed compared to 7.2.3 RC2
1. ofz#41299 rewind also on last resort #REF! IsReference() [Eike Rathke]
2. ofz#41345 negative-size-param [Caol??n McNamara]
3. ofz#41510 make sure BackgroundColoredObjects doesn't contain dead objects
[Caol??n McNamara]
4. tdf#81507 FILESAVE: DOCX - w:sdtContent not exported correctly resulting in
missing line breaks [Vasily Melenchuk]
5. tdf#101217 Setting the column width and height should not round the values
causing compounding errors [Heiko Tietze]
6. tdf#110003 Lower-case ?? is capitalized as SS instead of ? [Eike Rathke]
7. tdf#127512 MSO line chart color is off [Miklos Vajna]
8. tdf#128715 Auto playing slideshow will stop after a 10-20min only in 32bit
Linux [Urja Rannikko]
9. tdf#128895 Hidden Columns but keep reappearing! Unlike Rows which will stay
hidden (steps: comment 19) [Justin Luth]
10. tdf#128914 Drag-copy of formulas referencing labels gives wrong result in
rows (copying vertically); works in columns (copying horizontally) [Eike
Rathke]
11. tdf#129638 Wrong Page Direction in Print UI [Justin Luth]
12. tdf#130131 There is no Split item in combined shape's context menu in Draw
[Justin Luth]
13. tdf#131150 EDITING: Some align options are disabled in textboxes [Justin
Luth]
14. tdf#132470 UI: Tab of visible sheet looks the same as other selected tabs
[Justin Luth]
15. tdf#134294 Chapter numbering not updated when heading added in between
(until heading applied again or reload ) [Bjoern Michaelsen]
16. tdf#135033 Undo/redo not supported for animations [Katarina Behrens]
17. tdf#135906 FILESAVE: DOCX with SmartArt roundtripped in Writer fails to
open in Word [Justin Luth]
18. tdf#136111 Scaling problem on chart driven by a macro. [Andras Timar]
19. tdf#136452 Crash swlo!SwTextFrame::HasFootnote+0xc0d: at undo [Michael
Stahl]
20. tdf#137719 FILEOPEN: images appear blurred in edit mode (but not
presentation mode) (7.0 regression) [Lubo? Lu????k]
21. tdf#138223 FILEOPEN PPTX: text shown black on black (instead of black on
white) [Justin Luth]
22. tdf#139102 Gallery: "Detailed View" icons display is cluttered (GTK3) [Caol
??n McNamara]
23. tdf#139205 Translated Calc styles lose hirearchical structure [Kevin Suo]
24. tdf#139612 Option "Search criteria = and <> must apply to whole cells"
doesn't affect to calculation as must. [Lubo? Lu????k]
25. tdf#139922 Tools > Autocorrect > Apply with "Capitalize first letter in
every sentence" [M] does not work on first sentence of a document following
an initial empty paragraph [Justin Luth]
26. tdf#140086 LO will many times the master password for open or save action
an a remote server (webdav) [Michael Stahl]
27. tdf#140250 Effects: Glow Radius and Soft Edge Radius should be independent
of one another (rather than linked) [Caol??n McNamara]
28. tdf#140395 "Font effects" screenshot has to be updated so that it does not
show "blinking" control [Olivier Hallot]
29. tdf#140912 FILEOPEN PPTX: extra image and text label "insert image" appears
(even in presentation mode) [gulsahkose]
30. tdf#141709 Opening Chinese PDF files generated by XeLaTeX loses Chinese
characters [Michael Warner]
31. tdf#142033 VIEWING: Embedded newline does not display correctly when set
via SetDataArray() [Andreas Heinisch]
32. tdf#142719 AUTO CORRECT: Undo adds exception of two initial capitals to
exception list [Caol??n McNamara]
33. tdf#142910 Standard filters involving "greater than" or "smaller than" (>,
<, >=, <=) fail and hide everything [Justin Luth]
34. tdf#143128 Searching for German sharp s / eszett (??,?) provides wrong
results [Eike Rathke]
35. tdf#143422 "Missing hyphenation data" is displayed in info bar in Japanese
documents [Jun Nogata]
36. tdf#143511 Writer: Comment oversized and text missing when printed in
margin in Linux [Caol??n McNamara]
37. tdf#143643 The size of comment box isn't restored at undo (so plenty of
space, but showing scrollbar) [Caol??n McNamara]
38. tdf#143971 LibreOffice 7.2 introduced addition popup for read only file
that shouldn't be showing [Matt K]
39. tdf#144107 Editing: page breaks is not visible without gridlines [Dennis
Francis]
40. tdf#144244 Crash when FILESAVE a calc file after delete some columns
[Julien Nabet]
41. tdf#144245 Unlike VBA, the 'Key' string parameter of the 'Add' method of
the 'Collection' object, although case insensitive, is only for ANSII
characters. [Andreas Heinisch]
42. tdf#144247 Row height in Calc was 0,45 cm now it's 0,4516. Set rowheight to
10 it will be 9,9995 cm (since 7.2) [Heiko Tietze]
43. tdf#144378 Calc: Characters rotated when printed in Asian layout mode of
vertical writing [Mark Hung]
44. tdf#144410 UI Autofilter dropdown does not indicate that color filtering
options are submenus [Caol??n McNamara]
45. tdf#144668 DOCX Customized numbering format lost on save and re-open
[Vasily Melenchuk]
46. tdf#144695 Oracle Java JDK 17 recognition confusion on macOS [Stephan
Bergmann]
47. tdf#144940 Calc disables header/footer or loses footer content when saves a
spreadsheet ( part 2 ) [Attila Bakos (NISZ)]
48. tdf#145062 Crash when inserting hidden field over input field [Michael
Stahl]
49. tdf#145128 Setting the "PerformFileCheckExt" setting via the Windows
Registry does not work correctly: Final is not applied [Gabor Kelemen]
50. tdf#145162 FILESAVE PPTX: extra bullet added to text [Attila Bakos (NISZ)]
51. tdf#145207 One click and three presses of TABs crashes Writer [Jim
Raykowski]
52. tdf#145215 The logic of Cross Reference representing Paragraph Numbering is
different between MSOffice and LibreOffice [Vasily Melenchuk]
53. tdf#145258 Comments cut-off in writer [Caol??n McNamara]
54. tdf#145322 Writer: All characters rotate when printing a vertical writing
page [Mark Hung]
55. tdf#145386 bogus lang-tag in status bar language selector [Eike Rathke]
56. tdf#145567 Crash when click "File > Open" if previously a Draw document is
opened via Writer and closed [Caol??n McNamara]
57. tdf#145582 Query ?? Edit in SQL-View treats file as changed when no changes
have occurred [Caol??n McNamara]
58. tdf#145604 Dragging & dropping outline in navigator is off by one [Caol??n
McNamara]
59. tdf#145610 The numbering of numbered list doesn't show when changing
bulleted for numbered list [Vasily Melenchuk]
60. tdf#145621 Crash swlo!
IDocumentMarkAccess::IsLegalPaMForCrossRefHeadingBookmark+0x2681 at
overwriting certain area [Michael Stahl]
61. tdf#145640 CALC Update references when sorting on an autofiltered range of
cells evaluates incorrectly [Eike Rathke]
62. tdf#145663 Not possible to turn light off in '3D View' dialog of a 3D chart
[Caol??n McNamara]
63. tdf#145711 Error 1324: The Folder Path Contains an Invalid Character (Adobe
Japan1/H) [Mike Kaganski]
64. tdf#145786 Crash in: libgobject-2.0.so.0 Gtk-CRITICAL when attempting to
change color palette (UI, Sidebar) [Caol??n McNamara]
65. tdf#145801 Different heights of sidebar content panel title elements [Heiko
Tietze]
66. tdf#145814 STYLES: Fill format mode broken in Windows [Caol??n McNamara]
67. tdf#145819 at insert a rotated image, yes and no are reversed [Gabor
Kelemen]
68. tdf#145840 UI Secure connection box reset incorrectly when opening&closing
Edit Services dialog [Caol??n McNamara]
69. tdf#145842 UI Canceling Delete from WebDAV server makes files disappear
from Remote files dialog [Caol??n McNamara]
70. tdf#145852 Printing with printer preselected no longer works (BASIC macro)
[Samuel Mehrbrodt]
71. tdf#145928 Crash mergedlo!SdrUndoObj::ImpShowPageOfThisObject+33
(SwpHints::Check(bool) ndhints.cxx:359) [Michael Stahl]
72. tdf#145959 Context menu in Math text window doesn't stay if not enough
space below cursor [Caol??n McNamara]
73. tdf#145974 Scrollbar in Comment box appearing over text while typing [Caol
??n McNamara]
74. tdf#145999 BASE: Base Table Control subform blank field when focus [Caol??n
McNamara]
75. tdf#146108 Calc is slow to change cell focus in a document with a big
background image [Noel Grandin]
76. tdf#146141 Delete empty comment crash - Crash in: `anonymous
namespace'::collectUIInformation [Caol??n McNamara]
77. tdf#146179 Developer Tools crashes LO when inspecting object in special
file [Julien Nabet]
Changelog:
GENERAL
Popup list to search for menu commands
Scrollable style picker in the NotebookBar
Fontwork panel in the Sidebar
New list view for the templates dialog
Built-in "Xray"-like UNO object inspector
WRITER
Background fills can cover whole pages, beyond margins
Page styles can now have a gutter margin
Mail merge shows a warning about nonexistent data sources
RDF metadata in Style Inspector
Custom color metadata field shadings
CALC
Calc now can filter by color in AutoFilter
HTML tables listed in the External Data dialogue now show captions
"Fat cross" cursor available in the options
Type can be selected in "Moving Average" trend lines
IMPRESS & DRAW
New templates: Candy, Freshes, Grey Elegant, Growing Liberty, Yellow Idea
Multiple columns now available in text boxes
Direct access to the scaling factor via the status bar
* Fix PR pkg/56048 with Yasushi Oshima's patch.
Changelog:
7.1.5.2
Bugs fixed compared to 7.1.5 rc1:
1. tdf#138432 EDITING: Regression in handling of the group separator in
formula context [Eike Rathke]
2. tdf#140431 FILESAVE XLSX Double file:// prefix when saving hyperlink
pointing to file on network share to XLSX [T??nde T??th]
3. tdf#140506 REGRESSION Setting to repeat heading in writer tables no longer
works [Bjoern Michaelsen]
4. tdf#140594 Screen reader does not announce new spinbox value when changing
it with up/down key (Windows) [Michael Weghorn]
5. tdf#143146 Crash by click on properties symbol for calc data in writer
[Caol??n McNamara]
6. tdf#143149 Crash in: vcl::Window::GetParentWithLOKNotifier() [Caol??n
McNamara]
7. tdf#143153 Editing Crash when grouping Text (Fit to Frame) and object [Caol
??n McNamara]
8. tdf#143165 [EDITING] When I type "5-d" into cell, it is autoconverted into
date 2021/07/05 [Eike Rathke]
9. tdf#143245 Clicking anywhere in the Description area will trigger the Form
creation window [Caol??n McNamara]
10. tdf#143291 Selecting the None slide transition has no effect [Caol??n
McNamara]
7.1.5.1
Bugs fixed compared to 7.1.4 RC2
1. ofz#34221 avoid OOM [Caol??n McNamara]
2. ofz#34297 indirect-leak [Caol??n McNamara]
3. tdf#55007 [EMF] FILEOPEN: Close circle instead of arch (exported by Catia
v5) [Bartosz Kosiorek]
4. tdf#81757 Calculations order do not follow cell dependencies [Eike Rathke]
5. tdf#96061 Text background/highlighting color doesn't reopen well in LO when
exporting as PPTX (OK in MSO) [G??l?ah K?se]
6. tdf#116501 Writer freezes when working with this particular ODT document
[Michael Stahl]
7. tdf#118637 EXPORT: XHTML: text missing after formula [Svante Schubert,
Xisco Fauli]
8. tdf#127013 The input fields for separators ("Function", "Array column",
"Array row") allow to choose improper characters. [Eike Rathke]
9. tdf#127028 Add DRAW templates to LibreOffice [Toma? Vajngerl]
10. tdf#127145 [WMF] FILEOPEN File is rendered with thin stroke on rounded
rectangles, but should be thick. [Bartosz Kosiorek]
11. tdf#132752 DOCX import: invalid paragraph indentation [Vasily Melenchuk]
12. tdf#134675 [EDITING] Whole column cannot be pasted to a column range over
23 selected by shift-click [Eike Rathke]
13. tdf#136766 UI: Zoom slider in toolbar of Calc's print preview has white
background [Noel Grandin]
14. tdf#137199 FILESAVE: DOCX to ODT Static text in numbered list is lost
[Vasily Melenchuk]
15. tdf#137314 FILEOPEN DOCX VML shapes with arbitrary rotation imported
incorrectly [Regina Henschel]
16. tdf#139447 Crash when dragging a query or table from "Data Sources
Explorer" window to a calc sheet. [Caol??n McNamara]
17. tdf#139658 FILEOPEN: some (multi component) chart labels are incomplete [T
??nde T??th]
18. tdf#139915 FILEOPEN DOCX Two text boxes on two pages open on a single page
[Miklos Vajna]
19. tdf#140360 Provide option to turn off sidebar's minimum width [Heiko
Tietze]
20. tdf#140623 Fileopen DOCX: Text Orientation of X-Axis 0 instead of 45
degrees [T??nde T??th]
21. tdf#141311 Missing Decimal Places for Rotation in Sidebar [Katarina
Behrens]
22. tdf#141408 Updating Ukrainian spellchecker [Andras Timar]
23. tdf#141769 Crash in: cppu::OInterfaceContainerHelper::disposeAndClear
(com::sun:⭐:lang::EventObject const &) [Caol??n McNamara]
24. tdf#142061 macOS: Calc UI: Display anomalies when resizing columns
[Thorsten Wagner]
25. tdf#142180 Invalid text comparison result in Basic [Joshua Williams]
26. tdf#142263 Regression with EMF sample from 55007 [Bartosz Kosiorek]
27. tdf#142268 [EMF] Arc with bottom corner above the top one [Bartosz
Kosiorek]
28. tdf#142325 Error read rtf created Gnostice eDocEngine V5.0.0.548 [Miklos
Vajna]
29. tdf#142370 CRASH: Closing tip of the day ( GTK3 ) [Caol??n McNamara]
30. tdf#142395 FILEOPEN CSV: Space trailing values imported as garbage [Mike
Kaganski]
31. tdf#142467 Inserting series in Stock Chart Data Table crashes Writer
(Fedora only?) [Caol??n McNamara]
32. tdf#142478 [CRASH] searching on slide notes will crash Impress [Toma?
Vajngerl]
33. tdf#142513 Wrong zoom directing within Calc's print preview [Jim Raykowski]
34. tdf#142629 Importing psd image with transparent background results in
"Unknown image format" [Noel Grandin]
35. tdf#142716 PPTX EXPORT: Text content is partially lost [G??l?ah K?se]
36. tdf#142721 impossible set single cell border inside a table [Caol??n
McNamara]
37. tdf#142745 [EMF] Hang on FillRgn EMR [Bartosz Kosiorek]
38. tdf#142767 SIDEBAR: First shape in each one of the Shapes Sidebar's
sections does not work [Caol??n McNamara]
39. tdf#142852 KMFL characters are not "swallowed" in a Writer textbox or
shapeText [Caol??n McNamara]
40. tdf#142873 Calc: Print preview zoom-out zoom-in buttons don't work in
'Tabbed' UI, nor in 'Grouped Bar Compact' UI mode [Julien Nabet]
41. tdf#142932 Crash when pasting cells with comments and "skip empty cells"
option selected [Julien Nabet]
42. tdf#143008 Text to Columns converts type date with AM/PM time wrongly [Eike
Rathke]
43. tdf#143047 Error in the tooltip in Toolbar if a hotkey is assigned [Mike
Kaganski]
44. tdf#143081 Basic Replace() function crashes LO [Julien Nabet]
45. tdf#143088 Endless loop when opening file with many (change tracked)
comments [Caol??n McNamara]
Changelog:
Writer
General improvements
* Writer now has support for anchoring shapes relative to the bottom of the
page content frame. blog post (Miklos Vajna, Collabora)
* Default anchor for newly added images can be set per Tools ? Options ?
LibreOffice Writer ? Formatting Aids tdf#99646 (Heiko Tietze, TDF)
* Writer now supports locale-independent templates blog post (Miklos Vajna,
Collabora)
Locale-indepentent Writer template
* Writer can now detect Unicode type even if imported text file does not have
a BOM tdf#60145 (Tomofumi Yagi)
Outline folding mode
* Added a new Writer outline folding mode (as experimental feature). You
should enable experimental features in Tools ? Options ? LibreOffice ?
Advanced dialog to see "Show outline content visibility button" checkbox in
Tools ? Options ? LibreOffice Writer ? View dialog. After checking it
you'll can see a button with arrow near any selected heading in your
document. Click on it to fold all text from the current heading to next
heading. Right click on it to fold all text from current heading to next
the same level heading with all its subheadings tdf#38093 (Jim Raykowski)
Table formulas
* Added several table formulas for Word interoperability (L??szl?? N??meth,
NISZ)
+ PRODUCT table formula tdf#123388
+ ABS table formula tdf#123354
+ SIGN table formula tdf#123390
+ COUNT table formula tdf#123356
Style inspector
* Added Style Inspector for displaying all the attributes of Paragraph
Styles, Character Styles and manually formatted (Direct Formatting)
properties. tdf#134554. Read the necessity of this tool here. (Shivam Kumar
Singh, GSoC; mentors: Mike Kaganski, Heiko Tietze, Tomaz Vajngerl)
Style Inspector
Fields
* Input fields now can be toggled with View ? Field Names core commit
926a1a16 (Michael Stahl, CIB)
* Empty fields can be selected with the mouse core commit 2c7bf354 (Samuel
Mehrbrodt, CIB)
* Word compatible Fields can now be toggled to hide either the command or the
result with View ? Field Names (Michael Stahl, CIB)
Fields Hide Command or Result
Performance
* Speeded up find/replace operations tdf#119286 (Noel Grandin, Collabora)
ODF subtable conversion
* Simple cases of subtables in legacy ODF documents initially created by
OpenOffice.org 2.2 and older can now be converted to modern rowspan tables
on import, typically improving the quality of a subsequent export to Word
formats or HTML drastically. core commit e366c928(Michael Stahl, CIB)
Calc
General improvements
* Added an option to disable paste with Enter key. You can find it in a
dialog from menu Tools ? Options ? LibreOffice Calc ? General. tdf#34686
(Martin van Zijl)
* Now you can select items in Autofilter window clicking by all item's row,
but not only by checkbox tdf#116675 (Attila Sz?cs, NISZ)
* Fixed an issue in formula input box when Calc fail to set the formula
reference if you have freeze rows/columns enabled in a sheet. tdf#47349
(Justin Luth, Collabora)
* Added "Reset All" button to Solver dialog tdf#134528 (Rafael Lima)
Fill with merged cells
Fix lost merging and bad linear sequence of numbers during fill with merged
cells (Attila Sz?cs, NISZ):
* Copy merged cell structure like other spreadsheets do tdf#40993, tdf#59585
* Select merged area wholly to fix the selection rectangle during fill,
fixing incomplete attribute copying, bad grid and border tdf#43958
* Apply correct linear sequence of numbers by skipping empty overlapped
(invisible, i.e. not top-left) cells of the merged areas tdf#88782
New spreadsheet functions
Changed spreadsheet functions
* Now INDIRECT function supports sheet-local scoped names tdf#100818 (Eike
Rathke, Red Hat)
Performance
* Improved spell checking performance in Calc core commit bdd149b1 (Dennis
Francis, Collabora)
* Improved performance when searching in Autofilter. Previously if the record
contains a lot of unique values Calc will be very slow if you type-in a
character in the autofilter search box. Now the search is instant. tdf#
122419 (Eike Rathke, Red Hat), tdf#133878 (Lubo? Lu????k).
Impress & Draw
* Adding visible digital signatures to existing PDF files with Draw. Blog
post (Miklos Vajna, Collabora)
* Now Impress allows changing animations for several objects at once tdf#
126394 (Srijan Bhatia)
* Presentation console has an "Exit" button now tdf#90978 (Srijan Bhatia)
* Presentation console has a "Pause/Resume" button now tdf#128964 (Srijan
Bhatia)
* Added realistic soft blurred shadows for objects tdf#48722 (Ahmad Ganzouri,
GSoC; mentors: Miklos Vajna (Collabora), Toma? Vajngerl)
New soft blurred shadow
* Added new physics based animation capabilities and new animation effect
presets that use them. Namely Fall Simulated, Shoot right/left and return,
Fall and fade out. Blog post (Sarper Akdemir, GSoC; mentor: Thorsten
Behrens (CIB))
Physics based animation effects
Base
Chart
Math
* Math has now a full support of HTML colors. Some of them have been added to
the UI on Attributes section in Element pane. core commit 0643dab6 (Dante
Dom??nech)
Math new color on Element pane in 7.1 version
* New examples in Element pane. core commit 2b29e16e (Dante Dom??nech), core
commit ad8485eb (Laurent BP)
Scripting
The ScriptForge libraries
An extensible and robust collection of macro scripting resources for
LibreOffice to be invoked from user Basic or Python scripts. (Jean-Pierre
Ledure)
* about data containers:
+ an extensive set of primitives for array handling, including sorts, set
operations and interfaces with csv files and Calc sheets
+ an extensive set of primitives for string handling, including
replacements, regular expressions, encodings, hashing and localization
+ a Dictionary mapping class
* a coherent error handling for both user and ScriptForge scripts
* complete FileSystem and TextStream classes for file and directory handling,
and text files read & write
* detailed context information: platform, operating system, directories, ...
* interconnection of Basic and Python modules
* easy access to and management of actual windows and documents
* specific modules for
+ automation on Calc sheets
+ management of dialogs and their controls
+ access to data contained in databases
ScriptForge libraries documentation is undergoing review. ScriptForge help
pages will be available from release 7.2 onwards.
BASIC
Python
Core / General
* Improve finding a matching printer paper size for the printed document tdf#
134646 (Samuel Mehrbrodt, CIB)
* Show all supported files by default when adding a new extension in
Extension Manager core commit 6a32706e (Samuel Mehrbrodt, CIB)
* Print preview is now updated asynchronously to not block UI when adjusting
settings in print dialog core commit 93c833e8 (Samuel Mehrbrodt, CIB)
New dialog: additions
In various places, it should be possible to get more content such as macros or
templates from external storage. This requirement is now fulfilled with the
Additions Dialog. blog post (Yusuf Keten, GSoC; mentors: Muhammet Kara
(Collabora), Heiko Tietze)
AdditionsDialog in LibreOffice
What and why?
Without this dialog, when we want to install an extension we need to search it
from the webpage, download and install it using the Extension Manager. With
this dialog, we can now get and install extensions with one-click. This dialog
is appropriate for searching and installing not only general extensions but
also other types of extensions such as templates, macros, icons, etc. The main
purpose of creating this dialog is to improve user experience. Therefore,
nearly every detail of the extensions exist in the user interface. This
simplicity is designed and created thanks to the web API, power of extension
manager, and additions dialog.
AdditionsDialog usage
Sorting options in the menu
Note: Please visit the blog post to learn how to link Additions to other
dialogs.
* Interaction added to Sidebar > Gallery, Templates Manager, Options >
Dictionaries, Options > Icon Themes (Heiko Tietze, TDF)
Specifications
User
* can change the sorting filter according to the desire. Options are download
number, rating, and comment number.
* can see which extensions are installed with this feature. Installed
extensions are disabled on the list.
* can see the name, description, screenshot, rating, comment number, download
number of the extensions from the list.
* can access the extension webpage and the comment section of the extension
with the links on the UI.
LibreOffice Help
* Reactivated extended tips in dialogs tdf#118148 (Olivier Hallot, Christian
Lohmaier)
* Syntax diagrams exist for all Basic statements, including a new How to Read
Syntax Diagram page tdf#131416 (Alain Romedenne)
Filters
* Now detecting 0-byte files based on extension blog post (Miklos Vajna,
Collabora)
Improvements of DOCX import/export filter
* Add support for change tracking in floating table tdf#132271 (L??szl?? N??
meth, NISZ)
* Add formula import in text tables core commit 68e74bdf (Michael Warner) and
core commit 782700c6 (L??szl?? N??meth, NISZ)
* Export formula fields tdf#118682 and formula cells tdf#133163 in text
tables (L??szl?? N??meth, NISZ)
* Added a workaround for ABOVE/BELOW/LEFT/RIGHT arguments in SUM, AVERAGE,
etc. table functions importing. Now Writer converts that arguments into
cell range like <A1:A10> and saves into DOCX as a cell range. Be careful
with this new behavior tdf#123355 (L??szl?? N??meth, NISZ)
* Better handling of cached field results in Writer. a blog post (Miklos
Vajna, Collabora)
* Support keeping the spacing below the last paragraph in the header in doc/
docx files tdf#128195 (Samuel Mehrbrodt, CIB)
Improvements of XLSX import/export filter
Improvements of PPTX import/export filter
* Several SmartArt improvements when importing from PPTX blog post 1 blog
post 2 (Miklos Vajna, Collabora)
SmartArt: linear layout with multiple 100% width shapes
SmartArt: Autofit synchronization
GUI
Icon theme
* elementary icon theme got update to be more closely to upstream's color
branding. See the blog post here. tdf#139056 (Rizal Muttaqin)
Dialogs
* New dialog to select the User Interface flavor, aiming to pick the right UI
at first start tdf#117463 (Heiko Tietze, TDF)
UI Picker
Notebookbar
* New widget with styles preview was added to the tabbed Notebookbar. core
commit b982be12 (Szymon K??os, Collabora)
Localization
New languages/locales with locale data
* English Kenya [en-KE] tdf#115436 (Eike Rathke (Red Hat, Inc.))
* English (Hong Kong) [en-HK] tdf#135518 (Eike Rathke (Red Hat, Inc.))
Additional languages in the language list
Incorporation of other languages
Improvements to proofing tools and language support
See details on the changes: [1]
* Albanian. The hyphenation dictionary was added and Hunspell files were
encoded into UTF-8 (Isah Bllaca).
* Danish. The spelling dictionary was updated (stavekontrolden.dk)
* English (GB). The spelling dictionary was updated (Marco A. G. Pinto).
* French. The spelling dictionary was updated (Olivier R., Grammalecte).
* Hungarian. The hyphenation dictionary was updated (L??szl?? N??meth,
magyarispell.sourceforge.net).
* Italian. The spelling and hyphenation dictionaries were updated (Marina
Latini, LibreItalia).
* Korean. New spelling dictionaries was added (Ilkyu Ju,
spellcheck-ko.github.io).
* Occitan. The spelling dictionary was updated (Quentin PAG?S, Dicollecte).
* Portuguese (Brazil). The spelling dictionary was updated (Olivier Hallot,
VERO/DivSilab).
* Portuguese (Portugal). The spelling dictionary was updated (Olivier Hallot,
Onto.PT).
* Slovenian. The thesaurus was updated (Martin Srebotnjak, OdprtiTezaver).
* Spanish (all). The spelling dictionaries were updated (Ismael Olea,
RLA-ES).
Feature Removal / Deprecation
General
Platform Compatibility
Mac
Windows
It's now possible to build LibreOffice native for Windows Arm64. This is
realized as a cross-build from Windows x64. It's in early development and has
some known limitations, documented in tdf#137143. The Windows build
instructions in this Wiki were also updated. There is a daily build available
at https://dev-builds.libreoffice.org/daily/master/
Linux
Java Support
* On macOS, when manually adding a Java runtime environment via LibreOffice ?
Preferences... ? LibreOffice ? Advanced ? Java Options ? Add..., you can
now also select a JDK that is not installed under /Library/Java/
JavaVirtualMachines. core commit 7db048f6
API Changes
UNO API changes
* Added scrollbar properties to AWT tabpage (and added documentation for
those at AWT dialogs - which were there since LibreOffice 4.0) core commit
b3f2530a (Thorsten Behrens, CIB)
* Added a new property SinglePrintJobs to the
com::sun:⭐:view::PrintOptions service. Setting this property to true
will create a separate print job for each collated copy. core commit
2e2c162b (Samuel Mehrbrodt, CIB)
* In Writer, SwXFieldEnumeration will now return fieldmarks in addition to
fields and meta-fields. core commit dd24e21b (Michael Stahl, CIB)
* XShapeGrouper::group now works with a single shape in Writer (matching
behavior in Calc, Impress and Draw) tdf#136423 (Samuel Mehrbrodt, CIB)
Configuration changes
* Renamed config items with unintended meanings (Thorsten Behrens, CIB)
+ OpenCLWhiteList changed to OpenCLAllowList core commit abb6c015
+ DeviceBlacklist changed to DeviceDenylist core commit 493ae7a6
+ BlacklistCurrentDevice changed to DenylistCurrentDevice core commit
493ae7a6
+ OpenCLBlackList changed to OpenCLDenyList core commit 493ae7a6
* The ImageIdentifier property of MenuItem and ToolBarItem types from /
org.openoffice.Office.Addons/ used to accept URLs to internal images, with
the syntax private:image/<number>. This was broken for a few years, and now
removed completely. Referencing user-defined images with this property
should still work, although being obsolete. core commit 3e4968e6
SDK changes
* Remove OSL_SIGNAL_USER_RESOURCEFAILURE from include/osl/signal.h. Should
only have been used by internal code anyway. core commit 9951d414
* Remove OSL_THIS_FUNC from include/osl/diagnose.h. Should only have been
used by internal code anyway. core commit e5356fb0
* Remove unused and deprecated sal_Char/sal_sChar/sal_uChar from include/sal/
types.h. core commit c3634ad6
details). LibreOffice was based on OpenOffice.org.<br/>If you do not want
your writing to be edited mercilessly and redistributed at will, then do
not submit it here.
* Powered by MediaWiki
Changelog:
7.0.3.1
Bugs fixed compared to 7.0.2 RC2
ofz#25774 keep ParseCMAP within legal area [Caolan McNamara]
ofz#25855 overflow in nTmpOffset [Caolan McNamara]
ofz#25868 timeout, encoding conversion only sane in 0..SAL_MAX_UINT16 range [Caolan McNamara]
ofz#25881 use std::vector with bounds checking accessor [Caolan McNamara]
ofz#25908 detect if the SwFrameFormat is deleted [Caolan McNamara]
ofz#25989 cmap parsing [Caolan McNamara]
ofz#26122 allow NINSIZE input full elements [Caolan McNamara]
tdf#64711 Impress is closed on slide show with all hidden slides in presentation or group [Caolan McNamara]
tdf#67007 UI: Name Box does not show a name in sheet scope when selecting a range [Eike Rathke]
tdf#77236 FILESAVE: DOCX: Shape color changed to white after roundtrip [Regenyi Balazs]
tdf#100492 SVG export adds extra arrow heads [Samuel Mehrbrodt]
tdf#105875 FILEOPEN: DOCX: Shape rotation is wrong (see comment 3) [Regenyi Balazs]
tdf#115436 Kenyan Shilling missing as a currency [Eike Rathke]
tdf#121323 Crash dragging button after un-grouping compound group [Caolan McNamara]
tdf#122560 Mysql Native Connector - failure to connect to mysql 8 server instance with SHA2 caching [Julien Nabet]
tdf#122759 AutoFilter list is created not case sensitive but filtering is case sensitive [Attila Szucs]
tdf#124013 FILESAVE XLSX Background fill of shapes disappear [Regenyi Balazs]
tdf#124430 Child Textbox separates from shape when align action is used [Bakos Attila]
tdf#126830 Icons not showing in menus [Maxim Monastirsky]
tdf#127579 FILEOPEN DOCX: Hyperlink color and underlining gets lost when saving to DOCX [Xisco Fauli]
tdf#128174 Master password dialog misplaced [Ayhan Yalcinsoy]
tdf#128212 FILEOPEN PPTX text with z-Rotation has wrong position [Gulsah Kose]
tdf#129685 FILEOPEN: PPTX: Incorrect paragraph alignment in shape [Miklos Vajna]
tdf#130445 Toolbar created at Document Scope does not save associated icons. [Maxim Monastirsky]
tdf#133377 FILESAVE DOCX: Date Document properties mangled during FileOpen/FileSave using Word 2007-365 .docx format [Bartosz Kosiorek]
tdf#133482 Changing the data table of a graph enlarges the window. [Caolan McNamara]
tdf#133771 When saving an encrypted document, unchecking 'Save with password' has no effect, encryption is kept [Vasily Melenchuk]
tdf#133931 KDE5/QT5 VCL & dark theme: Calc: every other function name in Function Wizard list is unreadable [Jan-Marek Glogowski]
tdf#134351 Wrong Auto Filter Result if all the records are selected [Xisco Fauli]
tdf#134566 Can't input Japanese characters in Header and Footer Dialog. [Caolan McNamara]
tdf#134598 Calc's Fill Format Mode function not available after New and Cancel (comment 9) [Caolan McNamara]
tdf#134784 Paragraph spacing of first paragraph in a text frames is set to 0,42 cm when importing/opening docx [Laszlo Nemeth]
tdf#134939 Font size fields (and other fields) keep losing focus (GTK3) [Caolan McNamara]
tdf#135202 LO 6.4.6.1 and 7.0.1 fail with error 1045 when accessing MySQL database using native connector [Julien Nabet]
tdf#135260 Backspace has only effect on one character after rejecting all changes [Michael Stahl]
tdf#135370 LO does not refresh screen with Skia/Vulkan and nVidia cards [Lubos Lunak]
tdf#135518 Locale en-HK is not supported [Eike Rathke]
tdf#135733 Crash undo paste & cut (swlo!SwDoc::IsInWriterfilterImport) since 7.0 or 7.1) [Michael Stahl]
tdf#135916 Scroll to top (to cursor) after applying page style at page break (comment 2) [Caolan McNamara]
tdf#135952 Using 'points' in PNG export dialog causes absurdly large images and possible crash [Lubos Lunak]
tdf#136036 Garbled icons on Libreoffice 7.0 x64, Windows 10 build 19041.450 (Vulkan) [Lubos Lunak]
tdf#136176 Wrong object position after filesave and fileopen/reload if slant is used on a vertically flipped object in draw [Regina Henschel]
tdf#136222 Linear and Axial gradients looks ugly with Skia [Lubos Lunak]
tdf#136238 Deleting a very very large cross page table (26 pages) very very slow [Xisco Fauli]
tdf#136267 FILEOPEN XLSX index instead of content of category value in data label in column chart [Balazs Varga]
tdf#136385 Shapes moves to different position after undo of anchor to page [Michael Stahl]
tdf#136407 Libre Office Launcher gets weird artifacts around the recent file images (Vulkan) [Lubos Lunak]
tdf#136430 Crash when tying to move chart data label [Balazs Varga]
tdf#136441 FILESAVE: Saxparse error on file open (word/footnotes.xml line 2) after save to DOCX & file reload [Justin Luth]
tdf#136445 RTF import: comment/annotation anchor is in wrong cell (covered cell even) in table [Michael Stahl]
tdf#136455 GTK3: Unable to open Standard Filter in a file with large quantity of data rows [Caolan McNamara]
tdf#136520 Text/background Color Palettes can no longer be torn off [Caolan McNamara]
tdf#136551 FILEOPEN DOTX Template rendered with only one element, missing text and shapes [Miklos Vajna]
tdf#136555 StartCenter is inconsistent with dark theme(s) [Jan-Marek Glogowski]
tdf#136573 Ability to move chart data labels with keyboard arrows [Tunde Toth]
tdf#136577 [EDITING] "Replace All" does not undo properly if the replacement string is empty [Michael Stahl]
tdf#136620 FILESAVE: DOC: TextWrap is lost after RT [Michael Stahl]
tdf#136650 FILEOPEN DOCX Chart with data labels enabled at datapoint level show percentage values as fraction [Balazs Varga]
tdf#136682 Delete all comments not working after using Format All Comments [Caolan McNamara]
tdf#136705 UI: Paragraph style dialog oversized because of large tab list [Caolan McNamara]
tdf#136708 Textbox shrinks to content size on DOC export [Michael Stahl]
tdf#136728 Crash deleting a table [Xisco Fauli]
tdf#136799 SVG icons not appearing in Styles tab in sidebar [Caolan McNamara]
tdf#136830 Imported PPTX group shapes positions are not correct [nd101]
tdf#136836 EMF import from PPTX: visual problems with large image [Miklos Vajna]
tdf#136924 Column icons are wrong in dark mode [Jan-Marek Glogowski]
tdf#136951 i18n: add locale data for Voro [vro-EE] [Mihkel Tonnov]
tdf#136983 Wrong setting for DOC properties [Justin Luth]
tdf#136985 Crash after resolving comment, undoing and opening redo steps [Caolan McNamara]
tdf#137009 Default time format for French locales in African countries is wrong [Julien Nabet]
tdf#137016 Crash Relationships [Caolan McNamara]
tdf#137023 FILEOPEN: PPTX: Text is center aligned instead of left [Miklos Vajna]
tdf#137038 UI: Crash reporter dialog size is relatively large for German language [Caolan McNamara]
tdf#137071 Underline not vianges position after closing the Position and Size dialog [Balazs Varga]
tdf#137180 FILEOPEN RTF Bulleted list has wrong indentation [Miklos Vajna]
tdf#137201 EDITING: Unable to type to manually change font family when text is partially or fully sichael Stahl]
tdf#137248 Calc - AutoCalculate malfunction, always F9 (ReCalculate) necessary [Eike Rathke]
tdf#137250 with gtk3, keyboard ineffective in Format > Page > Page > Paper Format [Caolan McNamara]
tdf#137274 Writer: Deleting Comment disables Comments in Navigator [Caolan McNamara]
tdf#137294 Special Character dialog -- Search operation not updated according to the active font name entry [Caolan McNamara]
tdf#137345 Transition duration time is set in milliseconds instead of seconds [Caolan McNamara]
tdf#137369 Some links.txt target point to nonexistent icons [Rizal Muttaqin]
tdf#137393 Add New Noto CJK font names(V2.001) in front of the previous Noto CJK font names for CJK locale on VCL.xcu [Kevin Suo]
tdf#137417 FILEOPEN: SMARTART: Incorrect size of shapes [Miklos Vajna]
tdf#137432 Value of object property is not shown in the Watch window after disable "Use Skia for all rendering" [Caolan McNamara]
tdf#137446 resize of horizontal line via dialog in Calc introduces faulty 180deg rotation [Regina Henschel]
tdf#137594 Chinese conversion run all the way through column 1024. [Mark Hung]
tdf#137608 Maximum page number of 9999 when inserting a manual break with custom page number [Caolan McNamara]
* Support Python 3.8.
Changelog:
Summary of Other New Features
GENERAL
- New icon theme, the default on macOS: Sukapura
- New shapes galleries: arrows, diagrams, icons and more...
- Glow and soft edge effects for objects
WRITER
- Navigator is easier to use, with more context menus
- Semi-transparent text is now supported
- Bookmarks can now be displayed in-line in text
- Padded numbering in lists, for consistency
- Better handling of quotation marks and apostrophes
CALC
- New functions for non-volatile random number generation
- Keyboard shortcut added for autosum
IMPRESS & DRAW
- Semi-transparent text is supported here too
- Subscripts now return to the default of 8%
- PDFs larger than 500 cm can now be generated
Changelog:
6.4.1.2
Bugs fixed compared to 6.4.1 rc1:
tdf#122218 After Update to 6.1.4 on macOS fonts are blurred on retina display (xcode 10) [Stephan Bergmann]
tdf#124983 EDITING Calc: After hiding a column, column breaks and row breaks are inserted [Xisco Fauli]
tdf#125520 EDITING: Calc: Error when dragging and dropping OLE objects with 'Insert as Copy' [Xisco Faulí]
tdf#129789 FILEOPEN: Bitmap set as comment areas are lost after saveing/reloading the document for hidden comments [Noel Grandin]
tdf#129912 Cannot open DOC - regression [Jan-Marek Glogowski]
tdf#130080 Cant export to folder with Umlaut (ä/ü/ö) in folder name [Michael Weghorn]
tdf#130187 Crash when closing print preview tabbed notebookbar Libreoffice 6.4 (rc 1, rc2 and rc3) [Mike Kaganski]
tdf#130340 cmd + space = crashes reliably for keymap window [Caolán McNamara]
tdf#130362 Insert in-line OLE formula with math, broken anchoring (work around comment 4) [Miklos Vajna]
tdf#130373 Since update, substitute color only works if left set to transparent. [Noel Grandin]
tdf#130404 get-pip.py fails to import _queue.pyd with LibreOffice 6.4.0.3 and embedded python 3.7.6 on Windows 10 [Michael Stahl]
tdf#130440 Undo in impress always switches back to first slide [Caolán McNamara]
tdf#130462 Form wizards have incorrect default size (win) [Caolán McNamara]
tdf#130482 Can't align text in a textbox [Miklos Vajna]
tdf#130484 Controls become disabled in the database wizard (non gtk3) [Caolán McNamara]
tdf#130486 Calc: After setting cell format alignment to "Distributed", the cell is no longer able to set to "Justified" anymore [Caolán McNamara]
tdf#130555 Crash when clearing the 'Find' text field [Stephan Bergmann]
tdf#130593 Impossible to create a Decimal field with more than 1 decimal place [Caolán McNamara]
tdf#130614 Crash in: SfxItemPool::IsInRange(unsigned short) [Xisco Faulí]
tdf#130623 Base: Empty Field Properties (gtk3) [Caolán McNamara]
tdf#130640 (regressions-printable-page-borders) [META] Regressions introduced by printable page borders also initially visible [Xisco Fauli]
tdf#130658 Crash on adding word to User-defined dictionary (gtk3) [Caolán McNamara]
6.4.1.1
Bugs fixed compared to 6.4.0 RC3
ofz#20051 if duplicate exists then m_ObjToRecMap points to deleted element [Caolán McNamara]
ofz#20422 reversed condition [Caolán McNamara]
tdf#103983 FILESAVE: DOCX: shape having textbox lost after roundtrip [Miklos Vajna]
tdf#108869 Libre 5.4 beta2 Help - Check for Updates icon missing [Adolfo Jayme Barrientos, Seth Chaiklin]
tdf#114746 Improve CJK and CTL fonts setting in default Impress templates [Laurent BP]
tdf#115026 EDITING: LibreOffice ignores page break when adding a table to the second page (& deletes a page in a certain case) [Justin Luth, Xisco Fauli]
tdf#121458 [EDITING] Charts data ranges in Writer cannot be edited [Vasily Melenchuk]
tdf#126459 Misplaced video in presenter console for non-gtk3 VCL plugins [Katarina Behrens]
tdf#126795 A document with indented bulleted paragraphs saved to DOCX in Writer 6.2.1 looks wrong, but is fine when saved to DOCX from Writer 6.2.0 [Serge Krot]
tdf#127112 Numbering style editor: Leaving Customize tab with a non-default level selected, then returning to it, gives multiple levels selected, and selection behaves erratically [Seth Chaiklin]
tdf#127566 New Help: The elements that are copied to clipboard when clicked should not jump when the indicator border appears [Mike Kaganski]
tdf#127782 New Print dialog is too high [Caolán McNamara]
tdf#128046 List hierachy not maintained on copy'n'paste [Katarina Behrens]
tdf#128207 FILEOPEN: DOCX: Charts with absolute position are displayed on top of each other [Bakos Attila]
tdf#128304 FILESAVE DOCX CJK characters have wrong orientation in shapes and frames in tb-rl writing mode [Mark Hung]
tdf#128673 infilter Parameter does not use entered encoding (CP850) [alonso]
tdf#128782 When execute undo, Text box moves. [Xisco Fauli, Vasily Melenchuk]
tdf#128849 Add new Breeze-Dark SVG / Sifr-Dark SVG icons [rizmut]
tdf#129158 sorting multiple selected rows leads to CALC hanging [Caolán McNamara]
tdf#129237 FILEOPEN: DOCX: Incorrect title in field [Jan-Marek Glogowski, Xisco Fauli]
tdf#129256 ReDim is slow when array custom type is explicitly known [Mike Kaganski]
tdf#129353 FILEOPEN Bibliography contents is imported outside of bibliography field in a DOCX [Mike Kaganski]
tdf#129382 CRASH: Importing a specific file ( See comment 6 ) [Vasily Melenchuk]
tdf#129402 ToC and its title in a DOCX imported wrong [Mike Kaganski]
tdf#129412 Crash when registered data source is not available. [Julien Nabet]
tdf#129417 Rename PDF export option from "Full-sheet previews" to something else (and the choice is "Whole sheet export") [Roman Kuznetsov]
tdf#129452 FILEOPEN DOCX bottom border of vertically merged table cells missing [Szabolcs Toth]
tdf#129481 Undoing "increase indent" undoes only one line at a time [Jim Raykowski]
tdf#129516 FILEOPEN: Shape gets rotated at import time [Miklos Vajna]
tdf#129582 FILEOPEN: DOCX: footer is missing on page 2 [Michael Stahl]
tdf#129604 Extra/broken help content packaged with installer [Olivier Hallot]
tdf#129625 Gray out categories in Navigator, if they have zero instances [Jim Raykowski]
tdf#129655 Shape textbox in writer ignores WritingMode. [Mark Hung]
tdf#129659 CRASH on file opening [Jan-Marek Glogowski]
tdf#129680 Spacing and Indent controls make cursor disappear [Jim Raykowski]
tdf#129763 The Manage Changes dialog defies resize with the gtk3 VCL plugin [Caolán McNamara]
tdf#129805 Crash when copying the content of a complex DOCX [Michael Stahl]
tdf#129846 Missing Extra Large (32px*32px) Sifr Icons [rizmut]
tdf#129888 FILEOPEN: Incorrect shape position [Bakos Attila]
tdf#129924 Writer: DOCX: font color is not white [Serge Krot]
tdf#129933 Hex color code truncated, when Pasting into field of the "Pick a Color" dialog [Caolán McNamara]
tdf#129993 FILEOPEN: LWP: files with tables/columns don't open after LO3.3.4, broken formatting [Noel Grandin]
tdf#130020 No warning displayed even if error/warning code was set when spreadsheet data fails to save to dBASE format. [Eike Rathke]
tdf#130061 cannot set "Start at" and "Rel. Size" in numbering dialog, stick on zero [Caolán McNamara]
tdf#130093 FILEOPEN: LWP: General input/output error [Caolán McNamara]
tdf#130130 In Insert menu, multiple hotkey never reaches 3rd item (gen) [Caolán McNamara]
tdf#130133 FILESAVE wrong values for attribute chart:regression-type in ODF 1.2 [Julien Nabet]
tdf#130143 LibreOffice 6.4.0.2, Tools, Options, Fonts, Replacement Table, check, crashed [Caolán McNamara]
tdf#130155 Writer navigator crashes when + is pressed on entries without children [Jim Raykowski]
tdf#130164 GTK3: page format / header / more is non-responsive [Caolán McNamara]
tdf#130179 CRASH: inserting comment to picture [Miklos Vajna]
tdf#130205 Invisible icons with Breeze Dark theme [rizmut]
tdf#130214 CRASH: importing file [Mike Kaganski]
tdf#130216 Safe mode: Show user profile fails to open the folder [Mike Kaganski]
tdf#130239 CRASH: Closing LibreOffice while Infobox is displayed ( gtk3 ) [Caolán McNamara]
tdf#130286 Crash in: SwDrawTextShell::Execute(SfxRequest &) [Szymon Kłos]
tdf#130364 In Tools, Options, Fonts, the Fonts window has no scroll screen, you canries tab, move up/down buttons: Reversed actions [Julien Nabet]
* Do not use PDFium's internal freetype2.
Not tested with X11_TYPE=native yet.
* GTK2 VCL is removed.
Changelog:
# Writer
Added option to mark comments as resolved.
Fix missing change tracking layout of numbers and bullets of lists.
The btLr text direction is now available.
It is now possible to comment on Writer images and charts.
It is now possible to automatically avoid overlapping shapes with a new wrap option.
Improved performance when importing files with many bookmarks.
Selection of drawing objects anchored at-paragraph works more consistently and user-friendly now.
## Tables
Important improvements in table handling.
Improved drag & drop mouse operations to move table data.
# Calc
Improved selecting cells which contain hyperlinks.
n MM:SS or [MM]:SS or MM:SS.00 or [MM]:SS.00 pre-formatted cells a two digit groups input like 12:34 is now accepted as minutes:seconds value instead of the usual hours:minutes:00 value; to force the usual hours:minutes:seconds input on such cells enter three digit groups like 12:34:00.
Improved scalability of formula-groups computation on CPUs with large number of cores by potentially threading multiple independent formula-groups together.
Implemented a parallelized version of super scalar sample sort algorithm to speed up sorting. This is now used in pivot-table creation where some sorting is required.
Shading of columns/rows headers is removed; the headers are drawn flat now.
Deleted a 15 symbols limit to password length for XLSX files.
Performance improvements.
Full-Sheet Previews.
# Impress & Draw
Added 'Remove Hyperlink' to context menu in Impress.
Added 'Consolidate Text' which combines multiple selected textboxes into one (primarily to simplify editing fragmented content from imported PDFs).
Interaction now only executed in presentation mode (when clicking on an object). For edit mode, a context menu "Execute interaction" was added.
Image Maps now respect the setting to require Ctrl+Click to follow the hyperlink.
Hyperlink in Image Maps now work in Slideshow too.
Performance improvements.
# Base
Access2Base callable from Python.
# BASIC
Fix hex number conversion.
Improvements in VBA handling.
Fix handling for function that does not has closing parenthesis.
# Core / General
Internal Paths are now displayed in the UI.
Add checkbox to enable/disable sending crash reports to TDF.
Hyperlink context menus were unified. Every hyperlink now has the following context menu entries.
Generate QR Code feature is added in LO.
Changelog:
6.3.3.2:
Bugs fixed compared to 6.3.3 rc1:
tdf#40534 slide tearing or not shown in LARGE screens (high resolution) with hardware acceleration enabled (a buffer issue per comment 58) [Jan-Marek Glogowski]
tdf#128076 FILEOPEN DOCX Field name does not appear [Xisco Fauli]
tdf#128138 infinite loop searching for hyphen and hyphenation attribute [Michael Stahl]
tdf#128140 Formula pick window changing width every time you pick different formula [Caolán McNamara]
tdf#128188 Same numbering the first page when insert section [Michael Stahl]
tdf#128232 Crash when trying to delete unused User Field [Julien Nabet]
6.3.3.1:
Bugs fixed compared to 6.3.2 (rc2):
cid#1448425 resource leak (sc/htmlprovider) [Julien Nabet]
tdf#76324 CALC becomes very slow with 5000+ comments [Noel Grandin]
tdf#83618 SIDEBAR: Paragraph dialog and SideBar Paragraph Content Panel -- using different source for their Line spacing values [Jim Raykowski]
tdf#90429 ooo2gd crashes LibreOffice immediately [Stephan Bergmann]
tdf#92845 changing value in Tools-Options-LibreOffice Writer-Comparison is not persistent after restart [Gabor Kelemen]
tdf#94765 FILEOPEN: SVG: URL fails is the reference is not in the mapper (gradients/patterns) ( see comment 17 ) [Xisco Fauli]
tdf#98844 SUM function does not take into account precision as shown for ranges with numbers only (comment #7). [Eike Rathke]
tdf#99602 FILESAVE: subscript in character style not converted into docx [Justin Luth]
tdf#104167 FILEOPEN: DOCX: 3 pages are merged into 1 [Miklos Vajna]
tdf#105330 The text cursor will disappear when undoing creating a table in a table (nested) [Miklos Vajna]
tdf#107784 FILEOPEN: DOCX: Citation incorrectly displayed [Xisco Faulí, Xisco Fauli]
tdf#109158 slower loading of a huge AutoCorrect replacement table [Noel Grandin]
tdf#116234 If you enter email settings during the mailing process, the sending will fail [Michael Weghorn]
tdf#117988 FILEOPEN An empty line is too tall in the attached DOCX [Justin Luth]
tdf#120209 crash while changing language of formula to english [Caolán McNamara]
tdf#120945 FIREBIRD: Relationship of tables isn't recognized by formwizard [Julien Nabet]
tdf#121663 FILEOPEN DOCX Line Numbers and text created with Word have lower distance [László Németh]
tdf#122011 Support for referring to tables from external files [Eike Rathke]
tdf#122487 Wrong Naming of Drawing Objects [Caolán McNamara]
tdf#124377 Make better bitmap export quality to PDF for Redaction [Aron Budea]
tdf#124391 Doubled global menu in 6.2.2 with GTK VCL [Samuel Mehrbrodt]
tdf#124600 FILEOPEN DOCX: Wrong textbox alignment and spacing [Miklos Vajna]
tdf#124601 FILEOPEN DOC: Wrong position of graphics in table [Miklos Vajna]
tdf#125368 Add Karasa Jaga SVG Icons [rizmut]
tdf#125461 Start Center: Some file previews are black ( ie. xlsx files ) (gen/gtk2) [Caolán McNamara]
tdf#125585 Filesave: OLE objects corruption and missing (per Comment 12) - repair damaged documents with fixed LO per Comment 25 [Regina Henschel]
tdf#126078 global Autotext in German 'mfg' - missing space [brinzing]
tdf#126184 UI 5.x Curved connectors path messed up when passed to 6.x [Michael Weghorn]
tdf#126321 Writer Tabbed: Blinking Page Size contents [Xisco Fauli]
tdf#126781 size of conditional formatting window prevents text to be changed (right end unreachable) [Caolán McNamara]
tdf#126833 A table row is wrongly formatted when inserting a new row) after a table insert undo/redo [Jim Raykowski]
tdf#126852 MYSQL/MariaDB native connector: Column Type "TEXT" is reported as "VARCHAR" [Tamas Bunth]
tdf#126935 Spell Check Dialog: Area containing context of error no longer accessible to screen readers [Caolán McNamara]
tdf#127030 Classical shapes with text loose their height on roundtrip with pptx [Balazs Varga]
tdf#127033 Font in Spelling and Grammar Check of Writer [Caolán McNamara]
tdf#127069 File>Save: file group is replaced by owner (chown) [Miklos Vajna]
tdf#127218 Manage Changes Dialog Too Big (Wide), Cannot Be Resized To A Smaller Size [Caolán McNamara]
tdf#127235 Layout loop in a specific document keeps adding pages indefinitely [Patrick Jaap]
tdf#127262 Cell range selection in data validity function doesn't work any more [Caolán McNamara]
tdf#127306 CRASH: Closing LibreOffice after deleting a chart [Samuel Mehrbrodt]
tdf#127316 FILESAVE: DOC/X automatic sized subscript exported as huge number [Justin Luth]
tdf#127317 Make text of tips of the day selectable [Heiko Tietze]
tdf#127326 UI: First Page icon in Calc's page preview toolbar looks different than last page icon [rizmut]
tdf#127372 PPTX: Shape's background transparency changes during RT [Tamás Zolnai]
tdf#127409 Mail merge prints wrong pages when option to print blank pages is only set in doc [Michael Weghorn]
tdf#127410 Mail merge only correctly uses "Print empty pages" if doc is unmodified [Michael Weghorn]
tdf#127411 Broken mouse status in Impress status bar [Noel Grandin]
tdf#127415 Icons for new extended track changes command [rizmut]
tdf#127416 [FORMATTING] Can't use Icon set in Conditional Formatting [Caolán McNamara]
tdf#127422 FILEOPEN DOCX: Text layout goes messy when in a table [Mark Hung]
tdf#127446 FILEOPEN DOC: Image ratio changes [Miklos Vajna]
tdf#127448 EDITING Chart axis labels become distorted, first and last tickmarks become too long [Balazs Varga]
tdf#127450 Impress crashes by changing the symbol of a bulleted list (GTK crash with 3.18, no crash 3.22) [Caolán McNamara]
tdf#127461 data provider crashes LibreOffice when clicking "Apply Changes" [Julien Nabet]
tdf#127529 Vertical text boxes do not present when playing slide show (gtk3) [Caolán McNamara]
tdf#127546 Calc Crashes if I click in to the Range-select fied of the 'Define Label Range' dialog (gen) [Caolán McNamara]
tdf#127645 LibreOffice Crashes or Freezes, if an Update of an Extension is Available [Caolán McNamara]
tdf#127646 GTK3 crash when create new macro [Caolán McNamara]
tdf#127652 After deleting some text the LibreOffice Writer crash [Michael Stahl]
tdf#127657 FIREBIRD: Query input parameter throws error when referred field is integer [Julien Nabet]
tdf#127676 Sidebar Properties deck 'Width' listbox for line or arrow flickers with default GDI rendering [Xisco Fauli]
tdf#127682 New Print dialog: Crash selecting (*) Even/Odd Pages with a 1 page document [Caolán McNamara]
tdf#127695 CRASH: Inserting textbox in a particular document [Caolán McNamara]
tdf#127701 Zoom factor percentage calculating fault [Noel Grandin]
tdf#12 hangs for a few seconds clicking on the title/subtitle textboxes (ca-ES-valencia) [Eike Rathke]
tdf#127825 DOCX Textboxes incorrectly positioned on page [Miklos Vajna]
tdf#127840 date field changed to +/- 31 [Laurent BP]
tdf#127862 FILEOPEN: cument properties (gtk3 3.18) [Caolán McNamara]
tdf#127887 Cell references off by 256 when importing wk1 Lotus 1-2-3 spreadsheet [Eike Rathke]
tdf#127896 "Exchange database" leads to crash (non-gtk3) [Caolán McNamara]
tdf#127913 CRASH: apply popart filter to an image [Noel Grandin]
tdf#127958 Crash in: mergedlo.dll (adding 2 or more ODT files into Writer master document) [Noel Grandin]
tdf#128013 Crash when linking an odp file [Julien Nabet]
Changelog:
6.3.1.2
Bugs fixed compared to 6.3.1 rc1:
tdf#118856 Text flickering when highlighting text in about us windows [Miklos Vajna]
tdf#125869 LibreOffice UI freezes (shows not responding) while exporting a pdf [Noel Grandin]
tdf#126254 Help - About is black with Linux gen and gtk2 backend [Caolán McNamara]
tdf#126271 Selecting of control points of curves not working correctly for combined polygons [Regina Henschel]
tdf#126418 Crash in: ScColumn::MergeBlockFrame(SvxBoxItem *,SvxBoxInfoItem *,ScLineFlags &,long,long,bool,short) [Mike Kaganski]
tdf#126693 I cannot create custom categories for captions [Caolán McNamara]
tdf#126781 size of conditional formatting window prevents text to be changed (right end unreachable) [Caolán McNamara]
tdf#126805 Config Tip-Of-The-Day option is shown displaced [Heiko Tietze]
tdf#126819 Can't retrieve the mouse position written in the statusbar [Noel Grandin]
tdf#126830 Icons not showing in menus [Noel Grandin]
tdf#126908 no keyID for some tooltips in table toolbar [Laurent BP]
tdf#126928 FILEOPEN: Multiple external link chain with several calc documents doesn't work properly any more [Eike Rathke]
tdf#126989 Libreoffice v6.3.0.4 hangs - Scan in Writer/ Impress/ Draw/(Calc?) [Mike Kaganski]
tdf#127002 Calc: Page Formatting: Header & Footer: can't move text cursor to proper position. [Caolán McNamara]
tdf#127021 When attempting to insert a 'set variable' field into a document, not all formatting options are available [Caolán McNamara]
6.3.1.1
Bugs fixed compared to 6.3.0 (rc4):
cid#1448222 out-of-bounds read [Caolán McNamara]
cid#1448262 dereference before null check [Caolán McNamara]
tdf#39742 DRAW, IMPRESS: Menu 'Tools-Options-DRAW-Print' settings not respected [Gabor Kelemen]
tdf#42316 Creating a new document from a template removes the signature from all Macros [Jan-Marek Glogowski]
tdf#44786 PRINTING: Draw ignores global print options, forgets print dialog settings [Gabor Kelemen]
tdf#54908 printing when a selection is active should take in account it and activate the "print selection" radio button [Daniel Silva]
tdf#94300 Fill gradients dont work in area content panel of chart sidebar [Katarina Behrens]
tdf#106000 delete/edit comment in context box not an option if comment is escaped without writing anything in it. [Miklos Vajna]
tdf#107975 CRASH: Crash after undo operation (BigPtrArray::Index2Block(unsigned long) [Zdeněk Crhonek]
tdf#110442 EDITING: The image within the selection doesn't disappear after cutting [Michael Stahl]
tdf#112535 FILESAVE: DOC: Image got distorted after RT [Miklos Vajna]
tdf#116085 Cannot start Certificate Manager with GPG4win v3 [Thorsten Behrens]
tdf#117185 Crash when closing the document after a specific undo redo operation (Paste) due to inserted fly anchored at end of last paragraph in body [Michael Stahl]
tdf#118384 Sidebar: Style is not added back to hierarchy after deleting and redoing it [Jim Raykowski]
tdf#121599 (Supress-migration-dialog) [META] Firebird Migration: Suppress migration dialog when embedded HSQLDB not opened interactively [Xisco Fauli]
tdf#122358 Forms: Right and bottom borders of form-controls set to 'FLAT' style not displayed (gtk3) [Caolán McNamara]
tdf#122774 All items in AutoFilter popup menu are not keyboard accessible [Jim Raykowski]
tdf#123099 Creating new "HSQLDB Embedded" database immediately brings up migration-to-Firebird dialog [Xisco Fauli]
tdf#123591 Firebird - Incorrect Pasting of Numeric Data [Xisco Fauli]
tdf#123702 FILEOPEN RTF Size of page margins is different in Word and Writer [László Németh]
tdf#124108 auto-correction of typographic quotation marks and apostrophes broken for fr_CI [Eike Rathke]
tdf#124700 LibO6.2 regression: bad misrendering of metafile [Caolán McNamara]
tdf#125100 EDITING: Insert OLE Object behaves different if new document is generated from template [Ilhan Yesil]
tdf#125483 Changing Locale does not update the label of the separator key [Caolán McNamara]
tdf#125609 radiobutton receives item status changed event after listbox value selection [Justin Luth]
tdf#125628 FORMATTING: Part of text loose yellow highlight reopening document [Tamás Zolnai]
tdf#125923 Numbering and Bullets dialog Revert button closes window instead of reverting changes on Impress [Gülşah Köse]
tdf#126070 New Bullets Dialog - Preview zone not resizable + levels above 6-7 not visible with default zone size [Gülşah Köse]
tdf#126168 Crash in: rtl_uString_acquire: frame style undo redo [Vasily Melenchuk]
tdf#126222 EDITING Writer: After scrolling extra header/footer are shown [Ilhan Yesil]
tdf#126227 Top border not displayed on track changes (gtk3) [Caolán McNamara]
tdf#126309 Opening RTF document with Hebrew RLT (right to left) text is shown with the text written from left to right [Miklos Vajna]
tdf#126460 Wrong rendering with Greyscale TIF with no / transparent background [Caolán McNamara]
tdf#126471 Mail merge ignores preselected printer when printing second time [Michael Weghorn]
tdf#126485 Tabs and indents in numbering and item list were limited to less than 20 pt [Caolán McNamara]
tdf#126511 Delete path to Gallery from graphics list in B&N dialog [Gülşah Köse]
tdf#126544 in DOCX files, some styles's "text direction" appears Right-to-Left or Left-to-Right depending on User Interface Language [Justin Luth]
tdf#126588 EDITING: Firebird: View could be executed, but crashes when trying to save [Noel Grandin]
tdf#126590 FILEOPEN DOCX Absolute links broken in Writer [Tünde Tóth]
tdf#126597 Don't crash Outlook 2016 when sending multiple attachments mail via SimpleMail [Jan-Marek Glogowski]
tdf#126611 XML Form Document: instance Data Navigator isn't shown in toolbar [andreas kainz]
tdf#126626 CRASH: pasting fly at-char selection [Michael Stahl]
tdf#126627 CRASH: undoing redlinehide deletion [Michael Stahl]
tdf#126641 Hyperlink to bookmark in doc[x] file does not work [Mike Kaganski]
tdf#126642 Allow PDF form export with different defaults based on Archive setting [Jan-Marek Glogowski]
tdf#126643 If I select LibreOffice Calc macros Python, an error message box mentions JRE is required. [Mike Kaganski]
tdf#126663 XLSX: LibreOffice is freezed when I try open Style list in Sidebar [Julien Nabet, Noel Grandin]
tdf#126680 Two Finger Horizontal Scroll is Reversed on Linux and macOS [Jan-Marek Glogowski]
tdf#126684 Character Style border attributes UI doesn't show borders or allow change to borders [Mike Kaganski]
tdf#126685 CRASH: selecting all in sheet [Noel Grandin]
tdf#126691 Placement of items in Writer + Undo is 100% broken [Caolán McNamara]
tdf#126708 EMF image lost in command-line conversion from .odt to .doc [Luke Deller]
tdf#126723 FILEOPEN DOCX Numbered list item gets indent setting from next paragraphs footnote [Justin Luth]
tdf#126732 FILEOPEN: Writer crashes on opening Docx file [Caolán McNamara]
tdf#126736 In line dialog, tab "Line Styles", dash length and spacing cannot be larger than 5% [Caolán McNamara]
tdf#126746 Closed shape cap style, losed after export to pptx [Bartosz Kosiorek]
tdf#126748 Intermittent crash exporting a ODS to XLSX [Mike Kaganski]
tdf#126766 FORMATTING -10000 sometimes shows up as .0000 [Eike Rathke]
tdf#126769 Sidebar can't be collapsed clicking on the hide arrow [Samuel Mehrbrodt]
tdf#126790 CRASH: Closing LibreOffice while 'Help is not Installed' dialog is open in extension manager (gen/gtk) [Caolán McNamara]
tdf#126808 UI: Writer crashes opening the style edit window after doing many style edits [Miklos Vajna]
tdf#126844 Find & Replace Dialog no longer permits me to format "Replace" text. (GTK3) [Caolán McNamara]
tdf#126848 Drop-down filter window in Pivot table is flickering when move mouse point on it [Xisco Fauli]
tdf#126859 Custom document properties cannot be accessed in LO 6.3 [Caolán McNamara]
tdf#126889 HELP: Very large images in a page of online help [Olivier Hallot]
tdf#126931 Wrong date formats for Upper Sorbian and Lower Sorbian [Eike Rathke]
tdf#126943 CRASH: Closing LibreOffice while load Styles dialog is open ( gen ) [Caolán McNamara]
* qt4 option is no longer provided
Changelog:
See: https://wiki.documentfoundation.org/ReleaseNotes/6.3 in detail
* Improve performances
* Improve file load an save performances in Writer
* Improve MS Office file supoort in Calc
* Use tabcompact UI by default
* Use context single mode for Writer and Draw
* Support PDF/A-2 export
* And many improvements and bugfixes
Changelog:
Many bugfixes and improvements including:
* New menu GUI
* Fix copy and paste of table in Writer
* REGEX function in Calc
* Animation improvements in Impress and Draw
* Drop MySQL C++ Connector in Base
* Improve EMF+ graphics import
* Improve MS PowerPoint PPT/PPTX file import/export
* New icons and themes
Changelog:
Bugs fixed compared to 6.1.1 RC 1
fdo#73165 inline spellchecking waits for typing pauses before redlining errors [Jan-Marek Glogowski]
tdf#116117 No Longer Honoring Umask [Miklos Vajna]
tdf#116370 Printing doesn't start in particular documents until you show first pages [Jan-Marek Glogowski]
tdf#118800 HOUR, MINUTE and SECOND function return value that is 1 too high, when seconds value of time >= 59.5 (HOUR, MINUTE) or >= xx.5 (SECOND) [Eike Rathke]
tdf#119050 Second Export To PDF Does Not Honor Umask [Miklos Vajna]
tdf#119381 6.1 overwrites Symbolic Links with files [Miklos Vajna]
tdf#119454 text gets garbled printing with postscript [Jan-Marek Glogowski]
tdf#119458 Spell checker doesn't start automatically on file open. Needs user interaction [Jan-Marek Glogowski]
tdf#119533 calculation of MINUTE() wrong in LibreOffice 6.1 [Eike Rathke]
tdf#119572 Envelopes: Font for Addressee and Sender are reversed. [Caolán McNamara]
tdf#119694 HSQLDB driver not loading causes BASE error in embedded hsqldb database [Julien Nabet]
Bugs fixed compared to 6.1.0
coverity#1438224 dereference null return value [Caolán McNamara]
deb#905442 apparmor: fix saving files in enforced mode [Vincas Dargis]
i#66963 Excel file with large graphic crashes calc for memory usage [Caolán McNamara]
i#71244 new chart: Updates of charts in writer [Caolán McNamara]
ofz#9603 infinite recursion [Caolán McNamara]
ofz#9689 outer loop unrelated to inner loop [Caolán McNamara]
ofz#9856 outer loop unrelated to inner loop [Caolán McNamara]
ofz#9892 null-dereference [Caolán McNamara]
ofz#9908 validate no negative editengine selection positions [Caolán McNamara]
ofz#9917 use a WW8SprmIter to find the sprm [Caolán McNamara]
ofz#9934 null deref [Caolán McNamara]
rhbz#1610692 [fix available] (soffice:13740): Gtk-CRITICAL **: 10:28:04.861: gtk_widget_queue_draw_area: assertion 'height >= 0' failed [Caolán McNamara]
tdf#37223 Direct copy & paste from Calc into existing Writer table, places all in one cell (work around: paste-special in new table first) [László Németh]
tdf#41425 FILESAVE: Formatting and/or data validation, positioned after last non-empty cell, is lost when saving to XLS or XLSX [László Németh]
tdf#63561 FILESAVE: Removed tab stop returns on roundtrip [Justin Luth]
tdf#81943 FILEOPEN: RTF - Image should be placed behind table (wrap through-in background) [Miklos Vajna]
tdf#91502 The functions FORMULA and ISFORMULA do not return the correct array under "iterative evaluation" condition (array-evaluation) [Eike Rathke]
tdf#94502 FILESAVE: Distorted and unusable export of stacked bar chart to Excel .XLSX [Balazs Varga]
tdf#96275 FILEOPEN RTF: Incorrect basic shape position [Miklos Vajna]
tdf#96469 FILESAVE: Data Point Color in Charts lost on DOCX/XLSX export [Balazs Varga]
tdf#98074 FILESAVE: Cell formatting lost / corrupted style.xml (reported by Excel) when saving file to XLSX [Markus Mohrhard]
tdf#98558 FILEOPEN: CRASH: ODS with large chart out of memory 'Bad Allocation' on 32-bit LO since LO 4.0 [Caolán McNamara]
tdf#101254 Arrowheads in sidebar are disabled, although object can carry arrowheads. [Xisco Fauli]
tdf#101534 EDITING: paragraph in specific document (content from external source?) changes indent when copying and pasting from and to same paragraph [Miklos Vajna]
tdf#107012 date with custom format macro and locale other than English don't produce desired result [Eike Rathke]
tdf#108078 [FILESAVE DOCX] Chart title area fill property lost when saved as DOCX [Balazs Varga]
tdf#108608 EDITING: Draw file be unresponsive if a large text is pasted into a textbox [Noel Grandin]
tdf#109077 FILEOPEN: Word text boxes with background, become two in LO [Miklos Vajna]
tdf#109137 FILESAVE: ODT: when reopened with LO, the graphic moves to page 2 [Miklos Vajna]
tdf#111306 EDITING: The master slide loses the background when changing page format of orientation using the sidebar [Xisco Fauli]
tdf#112447 Image not visible if other image hidden by unused Page style [Michael Stahl]
tdf#112563 'Random' number displayed on style organizer page [Caolán McNamara]
tdf#112975 LibO is maxing out one core for a long time (since LibO 6.0) [Jan-Marek Glogowski]
tdf#113889 [FILESAVE]: changes format of date in cell from DD.MM.YY to MM.DD.YY with save file to .XLSX [Eike Rathke]
tdf#114427 LibreOffice crashes on disposing a frame with a basic macro [Caolán McNamara]
tdf#115086 Crash in: sc::PivotTableDataProvider::assignLabelsToDataSequence(unsigned int) [Caolán McNamara]
tdf#115254 [NEWHELP] Some branch bookmarks are not working [Olivier Hallot]
tdf#115438 Pasting unformatted text over selected text causing LibreOffice Impress not to respond [Paul Trojahn]
tdf#115937 FILEOPEN: crash when opening this .odp file [Caolán McNamara]
tdf#116350 PPTX: Missing font effect "transformation" support [Szymon Kłos]
tdf#116370 Printing doesn't start in particular documents until you show first pages [Jan-Marek Glogowski]
tdf#116856 Update Appdata screenshots [Xisco Fauli]
tdf#117017 Text formatting .uno:Subscript, .uno:Superscript work from menu and Sidebar deck, but not completed with assigned keyboard shortcut [Maxim Monastirsky]
tdf#117069 Crash when double-clicking in an empty chart that was saved as XLS [Caolán McNamara]
tdf#117081 cannot create Firebird embedded database unless experimental features is turned on [Xisco Faulí]
tdf#117086 Writer crashes when opening odt from the attached document [Caolán McNamara]
tdf#117127 error when reading the value of a variable in the IDE (crash) [Caolán McNamara]
tdf#117426 CRASH: Print Preview crashes on signed document without infobar [Caolán McNamara]
tdf#117553 Footnote navigation when in footnote text is inconsistent [Jim Raykowski]
tdf#117707 Fontwork border line increases from 0,02inch to 0,03 inch when copy/pasting a fontwork between two sessions [Armin Le Grand]
tdf#117795 Base crashes when selecting all controls on a Report and trying to change the font [Julien Nabet]
tdf#117797 Crash / assert when resaving a specific PPT [Tomaž Vajngerl]
tdf#117892 Area tab: Bitmap preview is not shown [Jim Raykowski]
tdf#117972 Incorrect source string for UI in Pootle - Libreoffice 6aster [heiko tietze]
tdf#118058 Writer 6.0.4.2 hangs opening ODT document created in Writer 5 [Miklos Vajna]
tdf#118107 Assertion failure when playing Fade in and Swivel animation (with OpenGL) [Miklos Vajna]
tdf#118150 FILEOPEN XLSX Chart wid[Christian Lohmaier]
tdf#118281 Form control information for Text Box use 'cm' for units, not units as selected in other dialogs. [Caolán McNamara]
tdf#118377 CRASH: Writer crashes inserting a section [Armin Le Grand]
tdf#118381 Inaccurate sytain document. [Szymon Kłos]
tdf#118453 Navigator drag mode doesn't work [SalimHabchi]
tdf#118457 [UI] Help button should be on the left of dialog (iv) [Olivier Hallot]
tdf#118528 FILEOPEN ODT Table rendered in wrong position. Position changeen entering wrong password [Julien Nabet]
tdf#118593 Opening first document pauses for 6-7 s, drops to 2 s by inserting a smart card into reader [Miklos Vajna]
tdf#118609 [CRASH] [Basic] [Calc] on closing a file if open hidden and if a particular subroutine is used before closing [Caolán McNamara]
tdf#118659 FILEOPEN: Read Error in .EPS images inserted in LibreOffice 6.0 beta1 or older [Caolán McNamara]
tdf#118730 Label in report builder doesn't have text [Armin Le Grand]
tdf#118751 FIREBIRD: Firebird support is available by default with version 6.1RC [Xisco Faulí]
tdf#118786 Crash deleting a table using the floating table toolbar [Jan-Marek Glogowski]
tdf#118844 [NEWHELP] Colibre icons missing in several help pages. [Olivier Hallot]
tdf#118859 Crash when two Fields are empty, on same line and inside a table and hide paragraphs of empty fields active [Mike Kaganski]
tdf#118860 Impress opengl: hang when switching to slide where graphic is loaded async [Miklos Vajna]
tdf#118976 Area tab: Pattern preview is not shown [Jim Raykowski]
tdf#118983 inserting columns or rows changes global named ranges on different sheets if expand references is on and insertion touches the edge (ignoring sheet) [Eike Rathke]
tdf#118990 VLOOKUP in XLSX with external reference to Windows share saved incorrectly [Mike Kaganski]
tdf#118994 JAWS has no access to accessibility objects [Ilhan Yesil]
tdf#119013 Date Format MM/DD/YY not Preserved When reading XLSX or XLS [Eike Rathke]
tdf#119015 A .PPTX has table in wrong position (at the top), with one cell blue without text [Mike Kaganski]
tdf#119029 Saving presentations with charts to PPTX looses data labels rotation [Mike Kaganski]
tdf#119034 ADDRESS function >> R1C1 style is used instead of A1 style, if "A1" argument is floating-point number with zero integer [Eike Rathke]
tdf#119052 Two "Edit Style" buttons on the "Character Style" dialog [Xisco Fauli]
tdf#119117 German sort algorithm "phone book" does not work [Julien Nabet]
tdf#119128 CALC: toggle INSERT/OVERWRITE is broken since 6.1 [Maxim Monastirsky]
tdf#119130 Menu items opening with a delay in a document containing a large amount of comments ( not gtk3) [Caolán McNamara]
tdf#119133 QT5 integration Save As or PDF Export dialog has and empty file name and always home directory [Katarina Behrens]
tdf#119136 FILEOPEN: DOCX from TextMaker freezes Writer due to a style with a blank name [Justin Luth]
tdf#119137 MAXIFS, MINIFS, SUMIFS, AVERAGEIFS: error in parameters list (Err:504) for scalar value (non-reference, non-array) as main range [Eike Rathke]
tdf#119141 This version is unable to retrieve data from a webpage (link external data) [Justin Luth]
tdf#119155 Freeze after command format->text->Capitalize Every Word [Julien Nabet]
tdf#119160 PPTX: Font effect 'transformation' save with shape filling [Szymon Kłos]
tdf#119162 Format > Text > Cycle Case on attached example file hangs Calc reproducibly [Julien Nabet]
tdf#119169 Impress 6.1 CRASH when editing bulleted list ( steps in comment 4) [Noel Grandin]
tdf#119194 Deprecation warning mentions wrong command line parameter when -convert-to used [Mike Kaganski]
tdf#119212 List of character sets in ASCII Filter Options is mixed up [Caolán McNamara]
tdf#119224 Crash scrolling formatted 2007 DOCX with revision, comments and images (SfxListener::~SfxListener() EXCEPTION_ACCESS_VIOLATION_WRITE) ( steps in comment 8 ) [Caolán McNamara]
tdf#119231 Help button in "Sign Signature Line" dialogue [Xisco Fauli]
tdf#119234 filter import of OOXML Shapes from Word fail to render in LibreOffice [Noel Grandin]
tdf#119245 Base form opens over top of query parameter replacement dialog opened by query form is based off. [Maxim Monastirsky]
tdf#119251 Indents & Spacing doesn't accept non-default units [Caolán McNamara]
tdf#119252 Fileopen: Table opens a width of 115.60 cm (since LibO6.1) in webview [Stephan Bergmann]
tdf#119276 Sidebar Deck icon is not set through extension [Tomaž Vajngerl]
tdf#119282 Area tab: Pattern color change results in pattern shown in Bitmap tab page [Noel Grandin]
tdf#119294 Intermittent crash when Frame and document have blank database fields and "Hide paragraphs" option on [Mike Kaganski]
tdf#119325 Tooltip not shown in colour palette [Caolán McNamara]
tdf#119326 The application crashes when you add the "Windows Share" File Services resource [Noel Grandin]
tdf#119357 No text printed since upgrade to 6.1 Linux - no font-information in postscript file [Jan-Marek Glogowski]
tdf#119399 Add new Venezuela currency bolívar soberano (VES) [Eike Rathke]
tdf#119402 Wrong result of Conditional formatting with type Date: condition "This week" shows 9 days in week instead 7 days [Eike Rathke]
tdf#119425 Use Ctrl+Tab to switch between sheets on macOS [heiko tietze]
tdf#119427 The selectionChanged event of the com.sun.star.awt.grid.XGridSelectionListener interface does not work with mouse clicks. [Julien Nabet]
Changelog:
Many new features including:
* EPUB export of Writer
* vlookup performance improvement of Calc
* New drawing style of Impress and Draw
* Embedded HSQLDB deprecation of Base
* Fix javaPathHelper startup error with patches from wiz@
Changelog:
6.0.5.2:
Bugs fixed compared to 6.0.5 rc1:
tdf#33689 Date format problem using the Dutch (NL) localization [Eike Rathke]
tdf#107867 Crash when working with form [Eike Rathke]
tdf#114736 Crash with CJK characters in status bar (OpenGL) [Tamas Bunth]
tdf#116527 Crash in: `anonymous namespace'::documentStartPageNumber [Caolán McNamara]
tdf#116552 Pivot table shortcuts for moving the current field into the "Row" area [Caolán McNamara]
tdf#117827 Synchronize Labels button not working [Laurent BP]
tdf#118068 Impress crashes when the New Slide toolbar command is used [Caolán McNamara]
tdf#118070 LibreOffice 6.0.4.2 fails to build with GLM 0.9.9.0: GLM_GTX_bit is an experimental extension [Louis Sautier]
tdf#118073 LibreOffice Basic freezes when line ends with "0." [Eike Rathke]
tdf#118161 COUNTA() returns inconsistent values depending on entering separate cells or a corresponding cell range [Eike Rathke]
6.0.5.2:
Bugs fixed compared to 6.0.4 (rc2):
deb#899380 apparmor: fix gpg encryption hang trying to lock random_seed [Rene Engelhard]
ofz#6104 guard against self recursive GetShadow [Caolán McNamara]
ofz#6448 guard against self recursive GetShadow [Caolán McNamara]
ofz#6602 guard against self recursive GetShadow [Caolán McNamara]
ofz#6640 guard against self recursive GetShadow [Caolán McNamara]
ofz#7146 guard against self recursive GetShadow [Caolán McNamara]
ofz#7322 lcl_MarkEqualByStart sort logic differs from that of operator== [Caolán McNamara]
ofz#8095 avoid recurse to death [Caolán McNamara]
ofz#8161 guard against self recursive GetShadow [Caolán McNamara]
ofz#8226 + valgrind: uninitialized value [Caolán McNamara]
redmine#2585 update credits [Christian Lohmaier]
rhbz#1065629 [fix available] RTF import probable regression with non-english BigMachines exports [Miklos Vajna]
rhbz#1283420 message box fonts corrupted in libreoffice [Caolán McNamara]
rhbz#1396729 [GTK3] LibreOffice Writer slows scrolling with embedded images [Caolán McNamara]
rhbz#1569331 Libreoffice applications crash when tried to input through any IME [Caolán McNamara]
tdf#13107 The RTF export is incorrect. [Miklos Vajna]
tdf#38225 Unable to change name of a custom style [Mike Kaganski]
tdf#53485 FILEOPEN EMF+ particular .emf: shown incomplete, without colored area [Bartosz Kosiorek]
tdf#55058 EMF+ List of EMF import bugs with examples [Bartosz Kosiorek]
tdf#84843 Disable all Drawing toolbar buttons in read-only mode [Caolán McNamara]
tdf#87199 [a11y] merging cells crashes writer [Caolán McNamara]
tdf#95843 Headless mode leaves zombie process [Stephan Bergmann]
tdf#96739 Ctrl+left/right shift doesn't change text direction [Maxim Monastirsky]
tdf#96918 Rounding display error for 15 digits integers [Eike Rathke]
tdf#96947 Check marks on menus (Windows 7 Aero theme, OpenGL enabled) miss their borders [Miklos Vajna]
tdf#99324 Accelerator underlines dont show when pressing Alt (Sidebar, Dialogs, Start Center) [Maxim Monastirsky]
tdf#100243 System freezes when attempting to print while OpenGL is enabled [Julien Nabet]
tdf#100761 after insert note, focus cannot return to the input bar [Caolán McNamara]
tdf#104086 Ignore OpenGL Blacklist checked while use OpenGL for all rendering unchecked, enables OpenGL [Miklos Vajna]
tdf#104658 Chart bars shrink and jump up on applying bitmap fill [Katarina Behrens]
tdf#104893 Assert from OpenGL code when activating chart object [Miklos Vajna]
tdf#105954 When exporting to pdf and choosing "JPEG compression", "reduce image resolution" isn't taken into account. [Miklos Vajna]
tdf#106084 certain EMF+ images from OOXML document are not rendered correctly LibreOffice [Bartosz Kosiorek]
tdf#106702 FILESAVE: PDF: Only first page's background is exported [Miklos Vajna]
tdf#109143 image exported to pdf is not being cropped correctly [Miklos Vajna]
tdf#111080 Edit form, use 'replace with' to change the type of control - nothing happens [Julien Nabet]
tdf#111988 README and Download page System requirements are wrong for OSX - states 10.8 supported, but requires minimum 10.9 [Xisco Fauli]
tdf#112211 FILEOPEN: RTF: Incorrect horizontal bullet position [Miklos Vajna]
tdf#112501 Pivot table: popupbuttons are placed on wrong cells imported from XLS [Caolán McNamara]
tdf#113143 FILESAVE PDF: wrong position of a JPEG image on exported notes page [Miklos Vajna]
tdf#113197 FILEOPEN: EMF+ Incorrect lines' height [Armin Le Grand]
tdf#113624 Wrong position and size of the characters in EMF/EMF+ dual mode [Bartosz Kosiorek]
tdf#113894 [Regression] Pasting text from Writer in Calc formula field doesn't strip formatting [Maxim Monastirsky]
tdf#114132 Tiling bitmaps does not work for charts (Format Wall) [Katarina Behrens]
tdf#115582 VIEWING: Rotated Text in a Cell gets invisible (steps in comment 6 ) [Armin Le Grand]
tdf#116365 Crash in: BitmapReadAccess::SetPixelForN24BitTcRgb(unsigned char *,long,BitmapColor const &,ColorMask const &) if OpenGL is enabled [Miklos Vajna]
tdf#116420 Error when I try to open an Document in a Sharepoint WebDAV directory (# is not allowed in a filename) [Mike Kaganski]
tdf#116511 Calc crashes when opening Function Wizard through Cmd-F2 shortcut [Tor Lillqvist]
tdf#116725 !!br0ken!! mysteriously appears in Spellcheck after some steps [Mike Kaganski]
tdf#116801 Fileopen DOCX: text in table is in the first column only [Miklos Vajna]
tdf#116821 row and column toolbar not available when selecting non-adjacent rows/columns by pressing ctrl key [Maxim Monastirsky]
tdf#116841 FILEOPEN: Bullet list has no identation [Miklos Vajna]
tdf#116925 Automatic text color in textbox does not consider fill style of shape [Miklos Vajna]
tdf#116939 Problem opening excelfile in latest release - due to overflow [Eike Rathke]
tdf#116951 LibreOffice crashed when inserted "−" (minus, U+2212) character on Gnome on Wayland [Caolán McNamara]
tdf#116976 DOCX import: bitmap does not consume its relative size [Miklos Vajna]
tdf#116985 DOCX import, shape with textbox: incorrect text area size when shape size is relative [Miklos Vajna]
tdf#116999 Libreoffice command line interface is not opening cgm files [Caolán McNamara]
tdf#117005 Undo/redo is skipping the comment [Caolán McNamara]
tdf#117015 "EMF+ Only" mode is not displaying object after GetDC record [Bartosz Kosiorek]
tdf#117017 Text formatting .un:Subscript, .uno:Superscript work from menu and Sidebar deck, but not completed with assigned keyboard shortcut [Maxim Monastirsky]
tdf#117028 DOCX import: textbox of shape lacks its transparent background [Miklos Vajna]
tdf#117039 Print Preview cehrens]
tdf#117093 Crash in: ScGridWindow::ClickExtern() [Eike Rathke]
tdf#117105 Libreoffice 6.0.2 crashes when choosing "Tools" > "Options" and secring.gpg is present in Linux [Stephan Bergmann]
tdf#117161 REPORTBUILDER - Horizontal align is]
tdf#117246 RTF import: lost page breaks inside nested groups [Miklos Vajna]
tdf#117268 FILEOPEN: RTF: parser dont draw tables correctly [Mike Kaganski]
tdf#117311 The CUA bindings for clipboard (Copy-Paste) actions do not function in edit shf master slide is missing from content panel of its Sidebar deck [Xisco Fauli]
tdf#117403 FILEOPEN: RTF: missing border on table [Miklos Vajna]
tdf#117413 double display slightly offset when editing a cell [Caolán McNamara]
tdf#117433 COUNTIF) doesn't properly count empty cells for empty ("" or "=") criteria [Winfried Donkers]
tdf#117475 CRASH changing the master slide [Caolán McNamara]
tdf#117477 Make new entry to OpenGL blacklist [Julien Nabet]
tdf#117505 FILESAVE: RTF: header size changes after RT [Miklos Vajna]
tdf#117596 Japanese text on the listbox is big in pivot charts [Tomaž Vajngerl]
tdf#117601 Crash in: libstdc++.so.6.0.22 on merge cells in writer with TDF .debs on Debian 9 [Caolán McNamara]
tdf#117612 DateAdd("m",...) does not truncate date to last valid day of month anymore [Eike Rathke]
tdf#117628 Crash after closing Media Player after opening and applying file (kde4 and gen) [Caolán McNamara]
tdf#117729 l10n: add Frisian [fy] UI translation to builds [Christian Lohmaier]
tdf#117819 error displaying some integer values if number of decimals is forced to more than 15 [Eike Rathke]
tdf#117821 Editing: Forms: Replace control menu selection image button places wrong control type on form (combo box) [Julien Nabet]
tdf#117850 Quitting LibreOffice on macOS while About dialog is open causes process to get stuck consuming CPU [Tor Lillqvist]
tdf#117864 Fails to cut copy or paste chart elements from the content menu [Caolán McNamara]
* Fix build with GCC 6.4 (PostgreSQL part)
Changelog:
Bugs fixed compared to 6.0.0 RC3:
deb#887593 add #include <abstractions/X> to oosplash apparmor profile [Vincas Dargis, Rene Engelhard]
ofz#4728 bad-cast [Caolán McNamara]
ofz#4753 bad-cast [Caolán McNamara]
ofz#4767 bad-cast [Caolán McNamara]
ofz#4817 bad-cast [Caolán McNamara]
ofz#4848 bad-cast [Caolán McNamara]
ofz#4872 bad-cast [Caolán McNamara]
ofz#4971 bad-cast [Caolán McNamara]
ofz#5007 bad-cast [Caolán McNamara]
ofz#5235 bad-cast [Caolán McNamara]
ofz#5254 bad-cast [Caolán McNamara]
ofz#5435 sw: fix SwCache::Insert() stale pointers [Michael Stahl]
ofz#5447 on plcf save force current Fkp to stick in cache [Caolán McNamara]
ofz#5477 if the para is already oversize, nums would go negative [Caolán McNamara]
ofz#5535 max decimal places for rtl_math_round is 20 [Caolán McNamara]
ofz#5747 short->sal_Int32 like in StgDataStrm [Caolán McNamara]
ofz#5909 bad-cast [Caolán McNamara]
ofz#6064 bad-cast [Caolán McNamara]
rhbz#1367846 Scrolling is way too fast in writer [Caolán McNamara]
rhbz#1535541 mimetypes are .macroEnabled not .macroenabled [Caolán McNamara]
rhbz#1541486 Base table creation dialog window title is shown in different languages [Stephan Bergmann]
tdf#32935 CSV import dialog doesn't get focus if libreoffice is already running [Mike Kaganski]
tdf#38915 Multiple soffice.bin soffice.exe [Mike Kaganski]
tdf#49134 On opening a password-protected file, the LibreOffice dialog is not raised/given focus [Mike Kaganski]
tdf#70425 EDITING: Embedded Firebird - Copying integer values from Calc to Base impossible [Tamas Bunth]
tdf#75256 (Icon-Theme-Sifr) [META] Incomplete Sifr icon theme [Matthias Freund]
tdf#88004 mimetypes are .macroEnabled not .macroenabled [Caolán McNamara]
tdf#94225 Writer crashes on undo times N (steps in Comment 11 or Comment 38) [Fyodor Yemelyanenko]
tdf#95024 Support for new Hungarian orthography [László Németh]
tdf#103174 Very laggy scrolling with trackpad on hidpi screens [Caolán McNamara]
tdf#103550 JIS function [Winfried Donkers]
tdf#104016 FILEOPEN: RTF incorrect bullets indentation and spacing [Miklos Vajna]
tdf#105226 AM/PM locale for it_IT incorrect [Winfried Donkers]
tdf#106780 FILESAVE, ODF: attribute text:style-name is invalid in table:table-template [Abhishek Shrivastava]
tdf#108473 Inserting into a Form Table Control Date/Time (Time) field gets stuck [Julien Nabet]
tdf#109062 Scrolling with touchpad or scrollwheel is not working on Mac [Caolán McNamara]
tdf#112292 Memory usage is steadily increasing every time when copying something to the clipboard even with 0 undo steps [Noel Grandin]
tdf#113751 Borders for Merged Cells are Partially Shown [Armin Le Grand]
tdf#114045 Undo after Clone Formatting changes formatting of entire table [Mark Hung]
tdf#114173 FILESAVE XLSX Custom size of chart legend is not preserved when the file is saved as XLSX [Caolán McNamara]
tdf#114182 FILESAVE XLSX Pie chart slice moved back by LibreOffice Calc [Markus Mohrhard]
tdf#114217 DOCX with floating table having 100% width incorrectly imported [Mike Kaganski]
tdf#114221 Calc corrupts password-protected XLS on save (Save as works) - newer MSO 2013 encryption saved as unencrypted file with encryption mode [Caolán McNamara]
tdf#114306 fix unexpected page break in row-spanned table [Manfred Blume]
tdf#114428 XHTML import: xml declaration results in plain text import into Writer [Miklos Vajna]
tdf#114460 Some embedded PDFs not exported to pdf [Miklos Vajna]
tdf#114466 Certain Document in Use dialog does not get focus [Mike Kaganski]
tdf#114519 Sidebar Number Format drop down does not update cell contents on number format selection change [Jim Raykowski]
tdf#114596 External forms for a database doesn't save data - closing form with dataloss [Michael Stahl]
tdf#114625 Calc can not print right border of merged cells from LO 6.0 [Armin Le Grand]
tdf#114677 Base Form titles incorrect [Szymon Kłos]
tdf#114731 Firefox themes cannot be installed, it finds nothing [Julien Nabet]
tdf#114815 Crash in: take_gil on paste from clipboard in Windows [Michael Stahl]
tdf#114820 FILEOPEN XLSX VLOOKUP/HLOOKUP gives Error:504, with a reference to an external xlsx file cells [Bartosz Kosiorek]
tdf#114824 Export to PDF and Printing: Borders of Merged Cells Flow to Page Footer [Armin Le Grand]
tdf#114901 UI: TSCP Classification dialog: too much vertical white space and Part list too wide [Tomaž Vajngerl]
tdf#114934 (borderline-regressions) [META] borderline regressions [Armin Le Grand]
tdf#115013 Merge fields aren't substituted after saving/reopening DOC(X) with added mail merge fields, and running mail merge [Mike Kaganski]
tdf#115044 Calc asks to update links, but already updated them [Vasily Melenchuk]
tdf#115057 Color picker widget border missing when opened in dialog [Maxim Monastirsky]
tdf#115065 Crash when dragging table with many rows to a table with less rows [Mike Kaganski]
tdf#115080 Replace with Pattern Field misbehaves when editing a form's table control [Caolán McNamara]
tdf#115088 Pasting multi-line text from external source behaves strangely [Tamás Zolnai]
tdf#115090 Crashes when closing the document running the macro (itself) [Thorsten Behrens]
tdf#115100 Assertion failed, if I set vertical align for gluepoint [Julien Nabet]
tdf#115106 Screen corruption in Writer in FullScreen mode. (gtk2) [Caolán McNamara]
tdf#115153 FILEOPEN: RTF: Incorrect vertical position of lines (follow-up) [Michael Stahl]
tdf#115155 FILEOPEN: RTF: left indent is lost in second list [Miklos Vajna]
tdf#115162 FILEOPEN XLSX SUMIFS, AVERAGEIFS, COUNTIFS, MAXIFS, MINIFS functions give Error:504, with reference to external xlsx files cells [Bartosz Kosiorek]
tdf#115169 Calc: Rotated Cells not shown rotated when using Print/PDF/PrintPreview [Armin Le Grand]
tdf#115208 Apparmor profile doesn't allow java execution [Olivier Tilloy]
tdf#115221 PRINTING: CRASH immediately after choosing comment (+doc) printing in the print dialog [Noel Grandin]
tdf#115269 LO Base Report Builder crashes on modifying Page Header Horizontal or Vertical alignment [Julien Nabet]
tdf#115369 Icons for the cell's shadows positions are inverted [Caolán McNamara]
tdf#115416 LibreOffice fails to build with IJG's libjpeg - error: ‘JCS_EXT_BGRA’ was not declared in this scope [Caolán McNamara]
Changelog:
Many improvements including:
In Writer:
* Improved input fields
* Support images rotation
* As mail merge source
* New table styles
* "Grammar by" spell checking
In Calc:
* Improvement of pivot table
* Export cell range to PNG or JPEG
* Pasting unformatted text
* Protection of cells and sheets
* Some new spreadsheet functions
In Impress and Draw
* Add new Impress templates
* New layers in draw operations
Changelog:
Bugs fixed compared to 5.4.1 rc1):
tdf#83562 FILESAVE: Automatic font color of text not persisted if cell has line break and non-automatic font color [Dennis Francis]
tdf#99692 FILEOPEN: Crash on opening odt with change tracking [Michael Stahl]
tdf#108292 CRASH: When copying/pasting a Calc Sheet (multi_type_vector::get_type#1613: block position not found!) (steps in comment 8) [Eike Rathke]
tdf#108709 cli_ assemblies are not correctly versioned [Michael Stahl]
tdf#110988 Middle click does not paste primary selection [Noel Grandin]
tdf#111943 unable to open XLSX files in Calc [Eike Rathke]
Bugs fixed compared to 5.4.0 final (rc3):
bnc#825305 RTF import: fix missing paragraph background [Miklos Vajna]
coverity#1416135 dereference after null check [Caolán McNamara]
coverity#1416137 dereference after null check [Caolán McNamara]
i#64360 crash after set text format in outline view [Eike Rathke]
ofz#2759 null dereference [Caolán McNamara]
ofz#2766 ensure palette is large enough for all colors [Caolán McNamara]
ofz#2833 null deref [Caolán McNamara]
ofz#2846 null deref [Caolán McNamara]
ofz#2852 korean table entries start at 0xF not 0x7 [Caolán McNamara]
ofz#2867 null deref [Caolán McNamara]
ofz#2877 crash in SVTB16Short [Caolán McNamara]
ofz#2899 increment pos before check, like all the other cases [Caolán McNamara]
tdf#33692 Drag and drop copying not working for shape (rectangle etc.) [Caolán McNamara]
tdf#44715 FILEOPEN: rtf import fails to set cell borders correctly [Miklos Vajna]
tdf#55469 Different line spacing across platforms [Caolán McNamara]
tdf#68787 FILESAVE: DOCX export: Footnote separator line problem [Justin Luth]
tdf#71409 Excessive duplicate accessible focused events for Calc input line [a11y] [Dennis Francis]
tdf#72125 Expert config dialog takes too much time to come up [Caolán McNamara]
tdf#75256 (Sifr-Icon-Theme) [META] Incomplete Sifr icon theme [Matthias Freund]
tdf#79304 FORMATTING: Copy/paste: strikethrough attribute is not exported [Sean Stangl]
tdf#79933 Insert Hyperlink shortcut is wrong in spanish UI [Yousuf Philips]
tdf#90352 Calc error when graphing data with source format [Dennis Francis]
tdf#90510 FILEOPEN:Calc correctly reads but does not apply pie label settings [Dennis Francis]
tdf#91687 FILESAVE: Doc exporter scales up rotated watermarks [Caolán McNamara]
tdf#93328 Editing circular reference causes #VALUE! error [Dennis Francis]
tdf#93745 gtk3: UI - Writer letter wizard, Step 2, using headed paper, shows squashed spinbuttons [Caolán McNamara]
tdf#95489 Character styles applied through the Styles menu does not function in some locales [Yousuf Philips]
tdf#98315 Function Wizard showing Breeze icons when in Sifr theme [Matthias Freund]
tdf#99071 Navigator heading is Truncated when mouse click [Caolán McNamara]
tdf#99286 Cropped image disappear after compress [Caolán McNamara]
tdf#99692 FILEOPEN: Crash on opening odt with change tracking [Michael Stahl]
tdf#100491 FILEOPEN: Docx arrows not correctly rendered [Vasily Melenchuk]
tdf#103984 FILEOPEN: DOCX: Bubble not displayed in chart [Dennis Francis]
tdf#104883 It is not allowed to install fonts on request [Samuel Mehrbrodt]
tdf#105705 Libreoffice Writer crashes on inserting Zotero citations [Michael Stahl]
tdf#106029 Expand word space on lines with manual line breaks in justified paragraphs setting ignored when exporting to docx [nikki]
tdf#106132 FILEOPEN, DOCX: Frame (text box) around image cuts into image and caption [Miklos Vajna]
tdf#106533 Sifr icon for "Index Entry" needed [Yousuf Philips]
tdf#106872 Very slow when selecting column (with filter and freeze Rows or Columns enable) [Caolán McNamara]
tdf#106953 FILEOPEN: RTF: First line indent is ignored [Miklos Vajna]
tdf#107033 After import of docx the length of Footnote Separator Line is 0% [Justin Luth]
tdf#107584 Background transparency not preserved over FILESAVE [Katarina Behrens]
tdf#107723 FILEOPEN: DOCX schema font name not honored [Samuel Mehrbrodt]
tdf#107975 CRASH: Crash after undo operation (BigPtrArray::Index2Block(unsigned long) [Michael Stahl]
tdf#108802 Crash in: SfxBindings::GetSlotPos(unsigned short,unsigned short) Editing. ( steps in comment 10 ) [Dennis Francis]
tdf#108824 Slide Shows Settings not Saved [Samuel Mehrbrodt]
tdf#108867 Assertion failed when adding/removing/adding text box to a shape [Michael Stahl]
tdf#108881 Crash in: SfxItemPool::IsInRange(unsigned short) [Dennis Francis]
tdf#108887 Crash in: SfxItemPool::GetDefaultItem(unsigned short) [Caolán McNamara, Dennis Francis]
tdf#108921 PIVOT CHARTS: filters that leave no data available [Dennis Francis]
tdf#108925 Too small bullet size confuses the user [Tamás Zolnai]
tdf#108944 FILEOPEN: DOCX: footnote separators missing [Justin Luth]
tdf#108951 FILEOPEN: RTF: Custom bullets are displayed as standard bullets [Miklos Vajna]
tdf#108955 FILESAVE: RTF: Background colour lost after roundtrip [Miklos Vajna]
tdf#108986 PIVOT CHARTS: drop down list arrow shouldn't appear on "Data" button in the pivot chart controls [Dennis Francis]
tdf#108991 Bad allocation or crash on cut text in attached ODT (with Non-Printing Characters hidden) (LibreOffice not maximized?) [Michael Stahl]
tdf#109050 Moving table object with ALT+Arrow keys does not work properly [Tamás Zolnai]
tdf#109053 DOCX: Multipage table is not imported properly - fix by avoid floating table conversion [Tamás Zolnai]
tdf#109080 ODF: LibreOffice writes invalid element <style:header-first> [Luke Deller]
tdf#109081 EDITING: LibreOffice hangs while selecting text ( with Formatting Marks ) ( LibreOffice not maximized ) [Michael Stahl]
tdf#109107 Sidebar's fontheight field is not updated by moving cursor in an Impress table [Tamás Zolnai]
tdf#109177 Dialogs: vertical scrollbar automatically changed to horizontal [Stephan Bergmann]
tdf#109188 AutoText Preview doesn't work when default template is read-only [Samuel Mehrbrodt]
tdf#109194 KDE: Firefox opens links only in the background []
tdf#109223 PPTX: Vertical flip of child shape is not imported correctly [Tamás Zolnai]
tdf#109228 FILESAVE: ODT: Anchor changed from 'as character' to 'to character' after RT [Tamás Zolnai]
tdf#109242 FILESAVE: Button Label still align on y [Caolán McNamara]
tdf#109289 Setting gridline color in options for Calc does not have effect [Caolán McNamara]
tdf#109304 Signature infobars not shown in Math [Katarina Behrens]
tdf#109314 Changing watermark doesn't update first page if th
tdf#109347 Crashreport: link isn't displayed in Linux [Markus Mohrhard]
tdf#109523 PIVOT TABLE - crash after removing a pivot table + creating new pivot chart [Dennis Francis]
tdf#109790 FILEOPEN: RTF: Imported text has incorrect font size [Miklos Vajna]
tdf#109856 Crash in: SdrObjList::GetObjCount() ( steps in comment 12 ) [Caolán McNamara]
tdf#109858 FILEOPEN:Importer correctly reads but does not apply pie label settings of XLSX and DOCX [Dennis Francis]
tdf#109859 Crash in: sclo.dll [Dennis Francis]
tdf#109863 Crash in: XPropertyList::Count() [Julien Nabet]
tdf#110440 FILOPEN: XSLX attribute "invisible" is ignored for a group of shapes [Miklos Vajna]
tdf#110743 Crash on new master page, if first master page has image as background [Pranav Kant]
tdf#110997 Some forms stall with 100% on open - It's a date field problem [Lionel Elie Mamane]
tdf#111080 Edit form, use 'replace with' to change the type of control - nothing happens [Caolán McNamara]
tdf#111087 Missing icons in 3D extrusion toolbar dropdowns [Caolán McNamara]
tdf#111173 FILEOPEN Calc crashes when opening XLSX with chart. [Marco Cecchetti]
tdf#111308 Crash in: rtl_uString_assign [Caolán McNamara]
tdf#111331 Rename 'Moderate' template [heiko tietze]
tdf#111432 AddTempDevFont(const OUString& rFontFileURL) leaks memory on invocation [Julien Nabet]
tdf#111492 XHTML export does not honor numbering levels [Samuel Mehrbrodt]
tdf#111497 CoreTextGlyphFallbackSubstitution::FindFontSubstitute() leaks memory on invocation [Julien Nabet]
tdf#111567 Template Manager memory leak in TemplateLocalView::insertItems() [Julien Nabet]
tdf#111571 writer crash when modeless dialog is left opened [Caolán McNamara]
* Remove openjdk7 support
* Use internal libjpeg-turbo
* Disable pdfium. This requires a lot of work
Changelog:
LibreOffice 5.4 highlights
A new standard colour palette has been included, based on the RYB colour model.
File format compatibility has been improved, with better support for EMF vector images. This helps when you’re importing detailed diagrams from other office software.
Imported PDF files are rendered with much better quality, also when inserted into a document, while exported PDF files – from Writer and Impress – support embedded videos (and linked videos if opened with Acrobat Reader).
LibreOffice 5.4 supports OpenPGP keys for signing ODF documents on Linux. If you already use GPG/PGP for signing emails, it ensures the authenticity of your ODF documents regardless of the mode of transport or storage.
WRITER
In Writer, you can now import AutoText from Microsoft Word DOTM templates.
When you’re exporting or pasting numbered and bulleted lists as plain text, their full structure is preserved.
In the Format menu, you can now create custom watermarks for your documents.
New context menu items have been added for working with sections, footnotes, endnotes and styles.
CALC
Calc now includes support for pivot charts, which use data from pivot tables. When the table is updated, the chart is automatically updated as well.
Comments are now easier to manage, with menu commands to show, hide and delete all comments.
When applying conditional formatting to cells, you can now easily change the priority of rules with up and down buttons.
Extra sheet protection options have been added, to optionally allow insertion or deletion of rows and columns.
Lastly, when you’re exporting in CSV format, your settings are remembered for the next export operation.
IMPRESS
In Impress, when you’re duplicating an object, you can now specify fractional angles. In addition, your settings are saved for the next duplication operation.
* Use internal harfbuzz and graphite2
LibreOffice 5.3.0 requires harfbuzz with graphite2 support.
Enabling graphite2 in fonts/harfbuzz breaks graphics/librsvg, so
I cannot enable graphite2 in fonts/harfbuzz.
* Explicitly specify static libraries of harfbuzz and graphite2
with path to fix a linking of libvcllo.so
* Add some comments to patches
Changelog:
Highlights
LibreOffice 5.3 offers a number of interesting new features in
every area: a new cross-platform text layout engine that uses
HarfBuzz for consistent text layout on all platforms, with significant
advantages across languages and alphabets; a revised Help menu,
with new quick links to user guides and community support forums,
for an improved user experience; and better import/export filters
to new and legacy MS Office documents.
Writer now supports Table Styles, for applying formatting to a
table which is preserved when you make edits to it; a new Page Deck
in the sidebar lets the user quickly customise page settings without
having to go through a separate dialog box; and a new Go to Page
Box makes it possible to jump to another page in the document with
just a few keystrokes.
Calc provides a new set of default cell styles, with greater variety
and better names than in previous releases; in fresh installations,
"enable wildcards in formulas" is now the default option, rather
than regular expressions, to improve compatibility with other
spreadsheet software; and a new text entry box lets the user narrow
down the functions he is looking for, and simplifies the search
for the right one.
Impress now opens with a template selector, to get the user off to
a quick start; and a new Slide Properties Deck is now available in
the sidebar while in slide master mode.
* Drop external PostgreSQL dependency. Use internal one to reduce conflict
* Add cups option, from mrg@. Thank you.
* Calc does not work properly in some case. I will revisit later.
* i386 build will fails. I will revisit later.
Changelog:
New features and bugfixes including:
CHangelog:
5.1.5.2:
Bugs fixed compared to 5.1.5 rc1:
rhbz#919020 Converting String to Double [Caolán McNamara]
rhbz#1352835 Unable to edit My Documents path [Caolán McNamara]
tdf#59896 ww6 plcf generation reversed check [Caolán McNamara]
tdf#86502 check row when determining bounds for deleted range [Eike Rathke]
tdf#98778 fix parsing of exponents [Caolán McNamara]
tdf#100764 check row when determining bounds for deleted range [Eike Rathke]
tdf#100847 also external svEmptyCell is 0 in numeric context [Eike Rathke]
tdf#101054 crash on options->path with non-native file picker [Caolán McNamara]
tdf#101057 allow java update version number > 99 [Caolán McNamara]
tdf#101096 remove the "H after M" rule [Eike Rathke]
tdf#101138 opengl: blacklist intel drivers for Win 7 [Tomaž Vajngerl]
5.1.5.1:
Bugs fixed compared to 5.1.4 final (rc2):
rhbz#1326602 don't clear XATTR_FILL* from stylesheet if... [Caolán McNamara]
rhbz#1343752 wrong radiobutton and checkbutton behavior in "view" menu [David Tardon]
rhbz#1343766 a11y queries during dispose trigger combobox crashes [Caolán McNamara]
rhbz#1349501 [kde][gtk3] Mouse wheel doesn't work in an LibreOffice application after upgrade from FC23 to FC24 with GDK_CORE_DEVICE_EVENTS=1 and auto-activation on mouse-over [Caolán McNamara]
rhbz#1351292 Impress: Instead of showing "Slide Master" view, "Normal" view is shown [David Tardon]
rhbz#1352835 Unable to edit My Documents path [Caolán McNamara]
rhbz#1353069 background bitmap image disappeared when I copy slide and paste in same odp and different odp file [Caolán McNamara]
tdf#34467 can't resize shape with "resize shape to fit text" [Caolán McNamara]
tdf#48869 dragging between sheets can change the current cursor position [Caolán McNamara]
tdf#50821 RTF import: fix handling of \trpaddf{b,l,r,t} [Miklos Vajna]
tdf#55566 opening two docs with open document macro events can crash [Caolán McNamara]
tdf#63272 [cs-CZ] percentage format with no-break space [Muhammet Kara, Eike Rathke]
tdf#66469 impress: update outline text before saving [Justin Luth]
tdf#67627 switching to sidebar panel will toggle it *off*... [Caolán McNamara]
tdf#73335 explicitly disable partial cell shift with change-tracking, related [Michael Stahl, Eike Rathke]
tdf#75387 don't case-fold strings for formula group calculations [Tor Lillqvist]
tdf#77349 RTF import: automatically generate names for images if needed [Miklos Vajna]
tdf#79198 START CENTER: Close button doesn't reappear after being clicked [Akshay Deep]
tdf#82532 parent mutex dtored before child dtor uses it [Caolán McNamara]
tdf#83455 remove color-inverted line images from Sifr [Adolfo Jayme Barrientos]
tdf#87601 freeze on load of specific html doc [Caolán McNamara]
tdf#88237 crash without java but with nlp solver installed [Caolán McNamara]
tdf#88241 switching to sidebar panel will toggle it *off*... [Caolán McNamara]
tdf#88396 switching to sidebar panel will toggle it *off*... [Caolán McNamara]
tdf#89186 descend into dimension children to obtain leaf result [Eike Rathke]
tdf#89394 revert attempt to ditch missing file from recent files [Caolán McNamara]
tdf#90285 do not reuse the same StartListeningContext [Caolán McNamara, Eike Rathke]
tdf#90579 swap_single_to_multi_blocks is broken [Caolán McNamara]
tdf#91291 crashtesting: crash on inserting text into footnote [Caolán McNamara]
tdf#91807 package: fix exception handling in DeflateThread () [Michael Stahl]
tdf#91995 copying cells to undo doc shallow copied note pointer [Caolán McNamara]
tdf#93079 can't resize shape with "resize shape to fit text" [Caolán McNamara]
tdf#93135 can't resize shape with "resize shape to fit text" [Caolán McNamara]
tdf#93971 freeze on load of specific html doc [Caolán McNamara]
tdf#94212 sw: speed up the navigator [Michael Stahl]
tdf#95581 assume tiny shears are rounding artefacts etc and can be ignored [Tor Lillqvist]
tdf#96008 crash when an extension with legacy decks is installed [Caolán McNamara]
tdf#96251 address wizard crash when run from start center [Caolán McNamara]
tdf#96516 fixup: when removing entry, entry count does not stay constant [Lionel Elie Mamane]
tdf#96540 dragging between sheets can change the current cursor position [Caolán McNamara]
tdf#97340 handle autofilter search for dates correctly [Dennis Francis]
tdf#97501 crash in SwDBManager fixed [Oliver Specht]
tdf#98515 bail out early if kernel would have ridiculously many parameters [Tor Lillqvist]
tdf#98710 check the font is bound, substitute FON fonts [Tomaž Vajngerl]
tdf#98880 ensure backing context of DoubleVectorRefToken... [Caolán McNamara]
tdf#98955 hardware_concurrency not ideal for thread pools [Ashod Nakashian]
tdf#99090 docx export page-break only inside a paragraph [Justin Luth]
tdf#99446 cairo text + xrender bodge [Caolán McNamara]
tdf#99512 opencl - restrict scope of vlookup optimization to doubles. [Michael Meeks]
tdf#99919 blacklist that specific vendor, version, and device combination [Tor Lillqvist]
tdf#99994 avoid invalid access by reusing getFontFamily() result [Sam Tygier]
tdf#100105 sw: RTF export: fix empty hyperlinks [Michael Stahl]
tdf#100181 quickstart crashes immediately without Quickstarter [Caolán McNamara]
tdf#100199 crash: switch to Display Mode - Master Modes - Notes [Caolán McNamara]
tdf#100222 show the dialog just once even if both toggles were changed [Tor Lillqvist]
tdf#100248 vcl menu scroll timer still active post dispose [Caolán McNamara]
tdf#100258 crash on disposing media player [Caolán McNamara]
tdf#100269 svx: fix undo of table column resize [Miklos Vajna]
tdf#100272 row ally index is ROW_INVALID [Caolán McNamara]
tdf#100275 sw: fix target node of bookmark copy [Michael Stahl, Caolán McNamara]
tdf#100285 EASTERSUNDAY() check valid year between 1583 and 9956 [Eike Rathke]
tdf#100295 try to cover second place in curl using GetTickCount64 [Markus Mohrhard]
tdf#100303 report crashes on close of conditional formatting dialog [Caolán McNamara]
tdf#100342 fix order of weekdays in NETWORKDAYS [Winfried Donkers]
tdf#100411 start the flush timer when batching (PostBatchDraw) [Tomaž Vajngerl]
tdf#100451 convert texture buffer to 1-bi and 4-bit palette buffer [Tomaž Vajngerl]
tdf#100453 – bin/unpack-sources needs to be executable [Christian Lohmaier]
tdf#100455 check for minimal dconf version [David Tardon]
tdf#100460 queryContentCells doesn't count annotations... [Caolhouldn't delete the created odb file [Michael Stahl]
tdf#100641 correct OOXML function name is EFFECT instead of EFFECTIVE [Eike Rathke]
tdf#100692 crash in sidebar on deleting image from writer [Caolán McNamara]
tdf#100713 on cancel curData points to deleted parents vector entry [Caolán McNamara]
tdf#100753 propagate error with VAR and STDEV functions. [Winfried Donkers]
tdf#100770 crash on loading specific docx [Caolán McNamara]
tdf#100813 crash during pagination of particular docx [Caolán McNamara]
tdf#100883 opencl impls. that use SEH are still bad. [Michael Meeks]
Changelog:
Bugs fixed compared to 5.1.3 final (rc2):
coverity#704901 missing break in switch [Stephan Bergmann]
coverity#1358428 bail out if we fail to reserve the texture + more [Tomaz Vajngerl]
coverity#1358836 bail out if we fail to reserve the texture + more [Tomaz Vajngerl]
coverity#1358843 backport of opencl coverity fixes [Caolan McNamara]
coverity#1358844 backport of opencl coverity fixes [Caolan McNamara]
rhbz#1326602 libreoffice: Leakage of removed background image set in master slide [fedora-all] [David Tardon]
tdf#31449 correctly test if fraction has no integer part [Laurent Balland-Poirier]
tdf#35957 check for preconditions earlier [David Tardon]
tdf#38097 min numerator/denominator at least 1 [Laurent Balland-Poirier]
tdf#49853 some shortcuts should always end up in the view [Maxim Monastirsky]
tdf#61996 skip quoted text in number format [Laurent Balland-Poirier]
tdf#63272 [fi-FI] percentage format with no-break space [Eike Rathke]
tdf#64748 added placeholder option to pdf export dialog in Writer [Oliver Specht]
tdf#74795 RTF import: handle row-level default cell margins [Miklos Vajna]
tdf#81833 form protection can be modified as compatibility option [Oliver Specht]
tdf#82073 RTF import: handle \clcbpatraw [Miklos Vajna]
tdf#82160 reset mouse pointer if doc loading failed [Maxim Monastirsky]
tdf#83746 wrapAddress() didn't do what it was supposed to do [Eike Rathke]
tdf#84317 convert missing numbering types to OOXML tokens. [Mark Hung]
tdf#84411 OpenCL: S/W interpreter throws std::out_of_range error [Marco Cecchetti]
tdf#84695 sw: make TextBox in shape accessible without mouse [Miklos Vajna]
tdf#86282 handle both, base name and Sheet1, as external reference sheet name [Eike Rathke]
tdf#86502 split formula groups referring bounds shifted into [Eike Rathke]
tdf#86575 for OOXML write plain #REF! if deleted parts [Eike Rathke]
tdf#87437 close direct char fmt at end of para [Luke Deller]
tdf#87967 valgrind reported invalid reads on 1 pixel wide bitmap [Caolan McNamara]
tdf#89866 vcl: fix printing of form controls with images [Michael Stahl]
tdf#90097 RTF import: handle fRelFlipV property for line shapes [Miklos Vajna]
tdf#90319 make image flipping work when aLinearContext(...) code path chosen [pasqualm]
tdf#92434 crash on deleting inner join relationship [Caolan McNamara]
tdf#92695 protect both branches against missing ToolItem [Caolan McNamara]
tdf#92951 make PaneDockingWindow dockable again [Caolan McNamara]
tdf#93101 handle external references and propagate error [Eike Rathke]
tdf#93124 fix incorrect text fit in imported PPT - take two [Mike Kaganski]
tdf#93386 crash when closing a Database with macro editor open [Caolan McNamara]
tdf#93403 check for changed DataSource on all Controls on form reload [Lionel Elie Mamane]
tdf#93553 limit parallelism at zip save time to useful amount [Armin Le Grand]
tdf#93640 fix import of linked left page header/footer [Luke Deller]
tdf#93994 flush API objects at load time [Armin Le Grand]
tdf#94146 a11y crash, obtain formula using the correct pointer [Eike Rathke]
tdf#94221 repair dialog for text along path [Regina Henschel]
tdf#94320 missing break in switch [Stephan Bergmann]
tdf#94559 -Werror=nonnull-compare [Stephan Bergmann]
tdf#94931 missing break in switch [Stephan Bergmann]
tdf#94934 missing break in switch [Stephan Bergmann]
tdf#95339 extend test to distinguish minute/month [Laurent Balland-Poirier]
tdf#95620 crash in presentation wizard [Caolan McNamara]
tdf#95707 RTF import: handle device-independent bitmaps [Miklos Vajna]
tdf#95954 reasonable background for roadmap widget [Katarina Behrens]
tdf#96092 crash on activating manage changes sidebar [Caolan McNamara]
tdf#96097 can't save a doc with signed macro after autosave/save a copy [Guillaume Smaha]
tdf#96244 get the right Writer window view for Formula window [Caolan McNamara]
tdf#96275 RTF import: fix anchor of shapes inside tables [Miklos Vajna]
tdf#96426 significant whitespace as intersection in Excel syntax [Eike Rathke]
tdf#96504 vcl: fix printing of form controls with images [Michael Stahl]
tdf#96516 do not increment position counter when an entry is removed [Lionel Elie Mamane]
tdf#96522 reset CustomShapeEngine at import [Armin Le Grand]
tdf#96912 we need the space="preserve" also for formatted strings, [Markus Mohrhard]
tdf#97158 CopyOneCellFromClip() does not handle multiple sheets [Eike Rathke]
tdf#97249 don't crash if BindFont fails [Tor Lillqvist]
tdf#97835 no decimal separtor for empty decimal [Laurent Balland-Poirier]
tdf#97839 a single character may be more than 1 utf-16 code points [Caolan McNamara]
tdf#97854 crash on deleting inner join relationship [Caolan McNamara]
tdf#97879 loop in style hierarchy on odt loop [Caolan McNamara]
tdf#97887 add Intel driver 5.2.0.10049 to blacklist [Tomaz Vajngerl]
tdf#97915 add Intel driver 3.0.1.10891 to blacklist [Tomaz Vajngerl]
tdf#98088 prevent access to invalid sub node [Oliver Specht]
tdf#98163 flush ressources at CustomShapes during import [Armin Le Grand]
tdf#98224 endless loop in replace all stopped [Oliver Specht]
tdf#98226 fix undo of table AutoFormat [Michael Stahl]
tdf#98436 crash trying To create remote folder before connected [Caolan McNamara]
tdf#98512 fix the Undo action of insert an input field. [HaidongWu]
tdf#98666 don't cache progress bars either [Tor Lillqvist]
tdf#98753 find Toolbar does not display "Search key not found" [Samuel Mehrbrodt]
tdf#98940 (-1 not mapping to maximum string length anymore) [Matteo Casalin]
tdf#98983 use 'Microsoft Sans Serif' instead of 'MS Sans Serif' [Tor Lillqvist]
tdf#99130 use subdivision on B2DPolygon, angle based subdivision [Tomaz Vajngerl]
tdf#99135 VML import: handle image crop [Miklos Vajna]
tdf#99207 fix incorrect RGB ordering in Graphite DWrite path [Tim Eves]
tdf#99246 use correct path for lock in PUT method. [Giuseppe Castagno]
tdf#99255 calc crashing on Undo after Spell Correction [Arul Michael]
tdf#99258 bail out if we fail to reserve the texture + more [Tomaz Vajngerl]
tdf#99272 new Short[] used instead of new short[] [Caolan McNamara]
tdf#99314 lokdocview: add new userprofileurl property [Miklos Vajna]
tdf#99315 VclPixelProcessor2D: fix double border line width [Miklos Vajna]
tdf#99338 fix GrabFocus during dispose crashes [Maxim Monastirsky]
tdf#99369 try harder to bail out for non-horizontal text [Tor Lillqvist]
tdf#99383 vcl: don't dispatch events from SolarMutexReleaser [Michael Stahl]
tdf#99396 SvxTableController::SetVertical: implement undo support [Miklos Vajna]
tdf#99425 crash when closing dialog editor [Caolan McNamara]
tdf#99450 /fix insert twice the same object in Photo album [Julien Nabet]
tdf#99452 svx: fix undo of table row edge drag [Miklos Vajna]
tdf#99453 opencl: better logging of devices and device selection [Tomaz Vajngerl]
tdf#99460 sw: layout: don't split table before fly [Michael Stahl]
tdf#99461 reverse logic of TokenPointers::skipToken() [Eike Rathke]
tdf#99462 /fix insert twice the same object in Photo album [Julien Nabet]
tdf#99474 close direct char fmt at end of para [Luke Deller]
tdf#99479 delete column with styles resets the 'Apply Style' drop down [Julien Nabet]
tdf#99498 don't overwrite trwWidth value if set on a table [Caolan McNamara]
tdf#99523 exit text edit and unmark objects before moving slide [Caolan McNamara]
tdf#99527 show all accelerators in menus of extensions [Oliver Specht]
tdf#99529 sw: don't pop up input field dialog before inserting field [Michael Stahl]
tdf#99556 if the num of arguments is not 1 infer a row [Caolan McNamara]
tdf#99574 fix sluggish scrollbar for an immediate paint [Tomaz Vajngerl]
tdf#99588 fix radio button groups (and thus up/down key cycle) [Katarina Behrens]
tdf#99643 OLE automation bridge: fix 64-bit pointer conversions [Michael Stahl]
tdf#99692 crash in SwPostItMgr with change tracking [Caolan McNamara]
tdf#99699 do nullptr check BEFORE calling method [Michael Weghorn]
tdf#99722 sw: avoid buffering a11y events for not-visible frames [Michael Stahl]
tdf#99730 lower the barrier for inferior systems, cripple the test [Eike Rathke]
tdf#99733 don't crash on moving range of cells [Caolan McNamara]
tdf#99850 menu entry for Select Sheets... [Olivier Hallot]
tdf#99870 writer: don't delete selection with delete-comment [Justin Luth]
tdf#99874 gtk3: all-black xbm cursors [Caolan McNamara]
tdf#100024 CRASH when setting a background image [Caolan McNamara]
tdf#100051 partially revert "loplugin:constantparam in sw" [Miklos Vajna]
tdf#100080 set unused shader attribs with values, fixes GL on AMD [Tomaz Vajngerl]
tdf#100092 deterministic scheduling to prevent unpredictable behavior. [Jan Holesovsky]
tdf#100097 dbaccess self-dnd depends on getting its own transferable [Caolan McNamara]
tdf#100115 _nColId is sal_uInt16 [Julien Nabet]
tdf#100134 xmloff: only update the progressbar twice for every percent [Miklos Vajna]
tdf#100159 on Windows, compile GL shaders in advance, disable GL on failure [Tor Lillqvist]
tdf#100160 changing OpenCL state doesn't update sheet [Marco Cecchetti]
Bugs fixed compared to 5.1.4 rc1:
deb#826654 scale gtk3 smooth scaling events... [Caolan McNamara]
rhbz#1344042 LibreOffice Writer mouse wheel scrolling doesn't scroll far enough on each wheel event [Caolan McNamara]
tdf#90419 diminish precision error in Series Fill [Eike Rathke]
tdf#92478 avoid crash on using scanner on windows x64 [Caolan McNamara]
tdf#96089 sw: fix scope of bBreakAfter in InsertCnt_() [Michael Stahl]
tdf#96887 vcl: stop using periodic timers on WNT [Michael Stahl, Armin Le Grand]
tdf#99795 drawAlphaBitmap should scale the bitmap if necessary [Tomaz Vajngerl]
tdf#100104 ensure that OpenCL device id returned from getDeviceSelection() is valid. [Mark Hung]
tdf#100187 fix division by zero in comboFragmentShader [Tomaz Vajngerl]
tdf#100257 data : XML Source does not work [Noel Grandin]
Changelog:
Bugs fixed compared to 5.1.3 RC1:
tdf#91778 drawing the background over an active cursor [Caolán McNamara]
tdf#97380 don't destroy completely window when replace dialog [Julien Nabet]
tdf#98416 libcmis: add a patch to fix Google Drive login [Giuseppe Castagno]
tdf#99353 take the footgun away from FilterCache [David Tardon]
tdf#99417 Effect of sort does not propagate to other column (not included in sort) without hard recalc [Eike Rathke]
Bugs fixed compared to 5.1.2 final (rc2):
bnc#659631 DOC import: handle subset of STYLEREF natively [Miklos Vajna]
cid#1352479 opengl: fix inv.scale values are always integer [Tomaž Vajngerl]
lp#1560328 clear cache before disposing rest of VCL [Bjoern Michaelsen]
lp#1566050 prevent cyclic reference zombies [Bjoern Michaelsen]
tdf#40863 Bitmap Background exceeds shape borders when PRINTING or PDF EXPORT [Armin Le Grand]
tdf#65642 RTF import: page number are incorrect [Miklos Vajna]
tdf#73973 Add Plains Cree language to LibreOffice [crk-CA] [Eike Rathke]
tdf#76741 FILESAVE: DOCX Table Width Type and Alignment is not preserved [Miklos Vajna]
tdf#88027 Shortcuts ctrl+; and ctrl+shift+; does not work in ru/es/pt/fi keyboard layouts [Yousuf Philips]
tdf#88443 resize image (picture) together with frame does not work [Oliver Specht]
tdf#88453 Writer: huge table cell table layout issue [Miklos Vajna]
tdf#89095 Start Center: bigger thumbnails for templates [Akshay Deep]
tdf#89267 Reduce the amount of copy-paste in sc/qa/unit/opencl-test.cxx. [Tor Lillqvist]
tdf#89609 Explorer shell extension fails to convert date into locale specific string (sub-second precision ISO date → "strange date-information") [Muhammet Kara]
tdf#90561 Query-designer removes the SQL keyword AS in front of an Aliasname [Julien Nabet]
tdf#92963 Pasting a whole row with data crashes all open LibO apps [Arul Michael]
tdf#93127 named range changed after copy, paste [Eike Rathke]
tdf#93300 Style formatting overrides direct formatting when using conditional formatting [Markus Mohrhard]
tdf#94449 Changing the paragraph style removes index entries. [Oliver Specht]
tdf#94682 VIEWING: OpenGL text rendering performance. [Tomaž Vajngerl]
tdf#94734 Font colour icon in sidebar disappears when changing font colour (comment 4) [Bjoern Michaelsen]
tdf#95421 Cannot move object by dragging its anchor icon. [Regina Henschel]
tdf#95977 EDITING: Image moving and anchoring erratic behavior on text body style [Bjoern Michaelsen]
tdf#96172 Crash in layout SwSectionFrame after opening particular document [Caolán McNamara]
tdf#96326 FILEOPEN: RTF checkbox size too big and checkbox shows as selected [Miklos Vajna]
tdf#96484 Missing Icons in Find Toolbar with Icon Style Galaxy [Bjoern Michaelsen]
tdf#96549 EDITING --Empty calc cells show incorrect font and size after sheet is saved in xlsx format [Markus Mohrhard]
tdf#96896 Writer crashes when frame title is changed via API and user closes print preview [akash]
tdf#96989 The videos embedded in a presentation start with the maximum volume [Caolán McNamara]
tdf#96996 PIVOTTABLE Drill to details first level doesn't work [Michael Stahl]
tdf#97035 FILEOPEN: RTF wrong cell width [Guillaume Smaha]
tdf#97319 With OpenGL enabled Unicode codepoints beyond BMP not rendered, affecting SMP and plane 2 -- Windows only? [Tor Lillqvist]
tdf#97398 SIDEBAR: Content panels not independent between apps [Katarina Behrens]
tdf#97601 Accessing chart data through API results in infinite redraw loop [Miklos Vajna]
tdf#97853 SQL query crashes Base [Michael Stahl]
tdf#97863 FILEOPEN: XLS import hangs with 100% cpu usage [Markus Mohrhard]
tdf#97897 Recalculate does not always work [Eike Rathke]
tdf#98366 Not working preview the galleries created with LibreOffice version 4.4 or newer. [Caolán McNamara]
tdf#98427 array checkbox crashes calc in function wizzard [Markus Mohrhard]
tdf#98458 SLOW searches via FIND in LARGE odt-files: writer 5 ONLY [Jan Holesovsky]
tdf#98554 FILEOPEN XLSX Two different conditional formats with different colors in the same column are only working with one color [Markus Mohrhard]
tdf#98600 LO cannot read some svm pictures from old ODT file [Noel Grandin]
tdf#98622 Formula (Math object) is not shown [Noel Grandin]
tdf#98642 Calc "auto-corrects" defined names in cell formulas, and it should not [Eike Rathke]
tdf#98647 UI: Tools >Outline Numbering >Position and Spacing .. set Value is only set after touching arrows of the spin field control [Noel Grandin]
tdf#98657 SUM() isn't implemented according to general rules (with OpenCL active) [Jan Holesovsky]
tdf#98726 debug build: gtk3 scroll bars background never repainted [Caolán McNamara]
tdf#98740 Infobar should not be in the customization options [Samuel Mehrbrodt]
tdf#98771 Update DocumentList.xml and SentenceExceptionList.xml for Croatian [Krunoslav Šebetić]
tdf#98806 bad import bookmarks from an RTF file [Miklos Vajna]
tdf#98812 FILEOPEN: Writer crashes on loading a particular .doc document in Windows [Michael Stahl, Marco Cecchetti]
tdf#98849 "Not Saved" icon on Save button disappears after print preview [Maxim Monastirsky]
tdf#98882 DOCX import: inline picture is handled incorrectly (crop problem?) [Miklos Vajna]
tdf#98960 Crash with OpenGL image scaling [Marco Cecchetti]
tdf#98987 Layout: shapes imported from DOCX handled incorrectly [Miklos Vajna]
tdf#98989 Windows: non-scalable fonts like "Courier" not rendered [Michael Stahl]
tdf#98990 Defining a named range for complete column or row results in broken expression (Formula syntax = ExcelR1C1) [Eike Rathke]
tdf#99004 TextBox: draw shape and its textbox is out of sync [Miklos Vajna]
tdf#99069 assertion "SolarMutex not locked" from <Cancel> Data Ranges dialog [Markus Mohrhard]
tdf#99073 UI: double clicking on a form folder does not unfold it anymore [Noel Grandin]
tdf#99078 bump expat to 2.1.1 [David Tardon]
tdf#99089 libreoffice crashes when I select a different job number on the spreadsheet [Julien Nabet]
tdf#99100 DOC import: STYLEREF not imported even in case it can be mapped to chapter field [Miklos Vajna]
tdf#99120 DOC import: first page header shows up when title page is not set [Miklos Vajna]
tdf#99140 DOCX import: table at the bottom of the page doesn't span over multiple pages [Miklos Vajna]
tdf#99172 Basic import/export of dialogs ignores vertical alignment of text boxes [Vasily Melenchuk]
tdf#99208 Spreadsheet sort hangs [Markus Mohrhard]
tdf#99224 PPTX filter: image with text is lost on export [Miklos Vajna]
tdf#99244 OpenGL: Fat lines Miter geometry creation error [Tomaž Vajngerl]
tdf#99322 Error in Calculation after cut and paste (need hard recalc) [Eike Rathke]
tdf#99357 Syntax error in module crashes Basic IDE and Calc on attempt to edit [Julien Nabet]
Changelog:
5.1.2.2
Bugs fixed compared to 5.1.2 rc1:
tdf#98324 .bmp and .png images in .ods printed as black squares when "convert colors to grayscale" option is ticked [Marco Cecchetti]
5.1.2.1
Bugs fixed compared to 5.1.1 rc3 (final):
rhbz#1281906 [gtk3] [wayland] Windows have broken size and headerbar drawn over content [Caolán McNamara]
rhbz#1285356 [gtk3] gtk2 Swing/AWT GUIs in java-based extensions crash gtk3 libreoffice [Caolán McNamara]
rhbz#1287593 [gtk3] [dark theme] Adwaita:dark not fully supported [Caolán McNamara]
tdf#34882 Special character favorites (comment 28 for scope) [Adolfo Jayme Barrientos]
tdf#56270 FILESAVE: ODT file’s OLE objects are lost when you export to DOCX format [Michael Stahl]
tdf#56321 : horizontal/vertical flip of inserted picture is not persisted [Justin Luth]
tdf#59699 RTF: INCLUDEPICTURE image not shown [Miklos Vajna]
tdf#62437 OneDrive Integration Request [Yousuf Philips]
tdf#63022 EDITING: Text drag and drop doesn't work correctly (summary: comment 5) [Michael Stahl]
tdf#65695 Export as JPEG missing something [Chris Sherlock]
tdf#76817 Outline Numbering for DOCX not working when new headings inserted in between (to reproduce, see comment 15/17/19) [Mark Hung]
tdf#79679 EMF: dashed lines in background grid are rendered as solid lines [Chris Sherlock]
tdf#80758 TOOLBAR: empty values in button names not respected [Rishabh Kumar]
tdf#81718 File->Properties->General Tab size property (ftp, webdav and ssh) [Giuseppe Castagno]
tdf#82012 EDITING: Compress image removes flip settings [Justin Luth]
tdf#82781 writer crashes in page preview when reducing number of pages due to hidden format [Caolán McNamara]
tdf#85523 Extra blank lines added to comments after each save as .DOCX [Miklos Vajna]
tdf#85761 Exporting jpeg format from DRAW, resolution does not follow options setting [Chris Sherlock]
tdf#87034 FILEOPEN RTF: Superscripts are run together [Miklos Vajna]
tdf#87530 can't add password to macro library [Michael Stahl]
tdf#88485 unable to select the right column characters in catalog table on math editor [Takeshi Abe]
tdf#89505 FORMATTING Tab Handling in automatic table of contents [Oliver Specht]
tdf#90153 A frame is not saved correctly if the document is saved as a docx file [Miklos Vajna]
tdf#90257 buttons header or footer disappear [Katarina Behrens]
tdf#91131 UI: Crash when deleting List Style after trying to create new style with same name [Michael Stahl]
tdf#92067 GtkSalMenu: menu File>Templates>Manage executes action from the wrong submenu [Caolán McNamara]
tdf#92296 Character formating (bold, underline, color etc) corrupted when save as xlsx [Katarina Behrens]
tdf#92454 DOCX Import: Incorrect display of the headings - numbering style indents [Miklos Vajna]
tdf#92538 EDITING: PostgreSQL direct connection - Default for Text isn't CharacterType of PostgreSQL [Lionel Elie Mamane]
tdf#93196 Switching spreadsheet tab triggers crash, no data provided [Eike Rathke]
tdf#94370 Very slow previewing of (or blank, invisible..) master pages - resizing panel refreshes them instantly [Katarina Behrens]
tdf#94561 EDITING: Comments double when copying Sheets [Dennis Francis]
tdf#94738 UI: Mismatching "Styles and Formatting" icon at toolbar and sidebar (Galaxy theme) [Yousuf Philips]
tdf#94968 assert: attempt to subscript container with out-of-bounds index [Caolán McNamara]
tdf#95226 IFERROR not working correctly under array-evaluation [Eike Rathke]
tdf#95376 Tab stops incorrectly indented by 5cm when it's 0cm in MS Word [Miklos Vajna]
tdf#95428 Deleting inserted code from object catalogue hangs office [Caolán McNamara]
tdf#95616 autocorrect replacement table has transient black background when resized [Marco Cecchetti]
tdf#95618 missing borders in some autocorrect replacement table elements (Win8.1 only; OpenGL related) [Michael Meeks]
tdf#95709 [DISPLAY] Presentation mode renders graphics wrong [Armin Le Grand]
tdf#96175 FILESAVE: Imported custom properties missing from exported RTF [Miklos Vajna]
tdf#96333 Menus open in the wrong place with RTL interface under gtk3 [Caolán McNamara]
tdf#96669 UI: 'Save to remote server' error: 'A file named "$file" already exists' though file is not present on target WebDAV server. [Giuseppe Castagno]
tdf#96922 EXPORT to GIF, PNG, EPS: background transparency is lost [Armin Le Grand]
tdf#96999 "Tools/Customize" panel should be resizable [Adolfo Jayme Barrientos]
tdf#97137 Slow and different rendering of vector graphics in attached document [Tomaž Vajngerl]
tdf#97139 LibreOffice unresponsible after entering | symbol in particular document [Oliver Specht]
tdf#97171 Artifacts for italic text in GL rendering mode [Tim Eves]
tdf#97215 Sorting causes LibO to crash - applies to some files [Arul Michael]
tdf#97299 Slide transition can't be removed once assigned [Michael Meeks]
tdf#97369 SUM formulas, in the cell below one with the same formula (and maybe more?) are not calculate correctly in 5.1 (with more then ~100 rows) [Marco Cecchetti]
tdf#97371 FILEOPEN DOCX: Text Covered by Shape [Miklos Vajna]
tdf#97374 FILEOPEN: Impress crashes loading a file with Page Title field [Oliver Specht]
tdf#97388 Document properties: Wrong icon for deleting custom field row [Samuel Mehrbrodt]
tdf#97429 Writer crash on print selected area with specific document [Xisco Fauli]
tdf#97462 REPORT: Function SECONDS() of a timefield will sometimes produce one second less than expected [Lionel Elie Mamane]
tdf#97481 DPI scaling doesn't work with export to png or jpg [Chris Sherlock]
tdf#97500 If you try to open on a WebDAV server a file that doesn't exist, no error is shown [Giuseppe Castagno]
tdf#97543 INSERT: SVG <line> and <polygon> attributes ignored [Xisco Fauli]
tdf#97587 Further fix SUMming in the software interpreter [Marco Cecchetti]
tdf#97662 CPU burned re-compressing JPEGs to make them bigger ... [Marco Cecchetti]
tdf#97715 TDR triggered: opengl rotation of huge images shrunk to tiny pixel size. [Tomaž Vajngerl]
tdf#97739 OpenGL: dissapear field controls in dialogue Format-Page, tab Page (Calc) [Caolán McNamara, MichaelMeeks]
tdf#97763 divide by zero bug ... [Michael Meeks]
tdf#97808 FILEOPEN: arrowheads added to lines within groups [Michael Stahl]
tdf#97897 Recalculate does not always work [Eike Rathke]
tdf#97904 gtk3 / odd behavior of Opengl options in942 CTRL+SHIFT+SPACE not available under Tools>Customize>Keyboard [Yousuf Philips]
tdf#97953 gtk3 / CTRL_SPINBUTTONS oddness ... [Caolán McNamara]
tdf#97960 FILESAVE DOC Does not preserve the font size in tables [Justin Luth]
tdf#97963 Input areas in Header dialog get wider and bottom area disappears [Katarina Behrens]
tdf#97978 Can't connect to mde or accde databases from Base [pasqualm]
tdf#98052 FILEOPEN: bad rendering of .WMF image in .ODT when OpenGL enabled [Marco Cecchetti]
tdf#98083 "Wrap text automatically" setting is forgotten when a file is saved in XLS or XLSX [Katarina Behrens]
tdf#98122 Help still mentions option "Allow to save document even when the document is not modified" [Adolfo Jayme Barrientos]
tdf#98188 CMIS: File > Properties > CMIS Properties tab crashes LO when closing. [Giuseppe Castagno]
tdf#98210 Pipe socket directory permissions checks incorrect (R_OK not needed) and inconsistent [Hank Leininger]
tdf#98277 Toolbar: No shortcuts displayed for extensions [Samuel Mehrbrodt]
tdf#98297 Array Formula Incorrectly Evaluated [Eike Rathke]
tdf#98380 opengl: font anti-aliasing ... [Michael Meeks]
tdf#98389 FILEOPEN Calc crashes on opening xlsx document [Eike Rathke]
tdf#98390 Crash when modifying minor grid [Caolán McNamara]
tdf#98395 Remote File dialog showing wrong details in columns [Szymon Kłos]
tdf#98399 Changes Occur When Canceled [Caolán McNamara]
tdf#98416 REMOTE FILE: "The specified device is invalid." error dialog when attempting to add a service [Christian Lohmaier, Giuseppe Castagno]
tdf#98419 severe UI regressions [Caolán McNamara]
tdf#98421 PDFIMPORT Images are imported into Writer rotated and mirrored (see comment 9) [Mike Kaganski]
tdf#98531 Croatian hunspell dictionary update [Krunoslav Šebetić]
Changelog:
List of fixed bugs
Bugs fixed compared to 5.1.1 rc1:
fdo#94009 FILESAVE: DOCX - Margins not preserve [Michael Stahl]
tdf#40517 Decimal alignment (user defined number formats with question marks) lost in ODF [Laurent Balland-Poirier]
tdf#56544 FILEOPEN: Lock file is not created on samba share (via gvfs) [Stephan Bergmann]
tdf#97197 With OpenGL active Impress slide transition Rochade effect blanking entire UI to white [Michael Meeks]
tdf#97739 OpenGL: dissapear field controls in dialogue Format-Page, tab Page (Calc) [Michael Meeks]
tdf#97763 divide by zero bug ... [Tomaž Vajngerl]
tdf#97808 FILEOPEN: arrowheads added to lines within groups [Michael Stahl]
tdf#97816 opengl - corrupted icon with 1bit mask in calc toolbar [Michael Meeks]
st of fixed bugs
Bugs fixed compared to 5.1.0 final (rc2):
coverity#1348468 oox: copy-paste error [Michael Stahl]
rhbz#1240591 Clipboard is cleared when LO is closed [Caolán McNamara]
rhbz#1257635 [fix available] sometimes LO doesn't see cups printers [Caolán McNamara]
rhbz#1289394 [gtk3] [wayland] tooltips are misplaced before moving window for the first time [Caolán McNamara]
rhbz#1294208 [GTK3] [Xorg] Scrolling in LibreOffice bounces or go in reverse direction [Caolán McNamara]
tdf#40517 Decimal alignment (user defined number formats with question marks) lost in ODF [Laurent Balland-Poirier]
tdf#45771 SVG: Incorrect text size [Xisco Fauli]
tdf#61511 problem Background rtf [Miklos Vajna]
tdf#72695 crash on concurrent SwXTextDocument::dispose and SwXTextFrame::release [Michael Stahl]
tdf#74667 Data Analysis Toolkit - Regression [Tomaž Vajngerl]
tdf#75256 Meta: incomplete Sifr icon theme [Matthias Freund]
tdf#79163 SVG Import - gradients bugged and some transparent sections fully white [Xisco Fauli]
tdf#85770 In svg image, visibility does not work for tspan [Xisco Fauli]
tdf#86609 TOOLBAR: Paste no longer has paste special drop down in Impress/Draw [Maxim Monastirsky]
tdf#87178 DIALOG: Reset menus in Customize dialog resets toolbars as well [Maxim Monastirsky]
tdf#89031 EDITING - Calc Function suggestion too agressive [Winfried Donkers]
tdf#91017 [Regression] Black squares hide content of WMF image [Armin Le Grand]
tdf#91762 Inserting table has incorrect row heights [Xisco Fauli]
tdf#91909 Uno commands for slide navigation and slide sorting [Caolán McNamara]
tdf#92077 FILESAVE: Rotated shapes double rotated when exported to OOXML [Andras Timar]
tdf#92630 GTK+ auto-accelerator functionality missing [Katarina Behrens]
tdf#92720 EDITING: Report-Builder - Report fails to open with Charts in a Report [Michael Stahl]
tdf#93038 ICONS: Missing Open Remote File icon [Laurent Balland-Poirier]
tdf#93054 EDITING: dragging and dropping selected cells doesn't work (GTK3 only) [Caolán McNamara]
tdf#93151 "Expand references when new columns/rows are inserted" broken for named ranges [Eike Rathke]
tdf#93637 PDF export missing ToC page numbers [Justin Luth]
tdf#94739 Images are distorted diagonally on PDF export when OpenGL rendering is enabled [Caolán McNamara]
tdf#95024 Support for new Hungarian orthography [László Németh]
tdf#95217 Persian text not imported with "Link to External Data..." in Calc [Giuseppe Castagno]
tdf#95573 EXTENSION MANAGER - freeze / hang when attempting to install extensions on OSX 10.11, installation confirmation dialog not displayed [Michael Meeks]
tdf#95587 position values do not follow base point setting [Katarina Behrens]
tdf#95648 When OpenGL rendering is active-- Graphite font has black blocks when used in a justified paragraph [Tor Lillqvist]
tdf#96147 ODF export: CharHighlight property causes duplicate fo:background-color attributes on text/paragraph styles [Michael Stahl]
tdf#96174 "File - Save to Remote Server" spits out "Error saving document $document: The specified device is invalid", when trying to save to GDrive [Giuseppe Castagno]
tdf#96222 Simple matrix formulas give wrong results when calc file saved in .ods is reopened (openCL) [Tor Lillqvist]
tdf#96245 Frames are deleted from document that doesn't contain the draw:name property in draw:frame elements [Caolán McNamara]
tdf#96308 FILEOPEN RTF incorrect tab spacing on table [Miklos Vajna]
tdf#96327 Start Center: "F" accelerator for "Remote Files" conflicts with "alt+F" accelerator for "File" menu [Gabriele Ponzo]
tdf#96385 Tracker: GL black / flickering issues [Michael Meeks]
tdf#96407 Mac OS X version doesnt appear in About dialog [Douglas Mencken]
tdf#96420 Glyph replacement causes caret misplacement and/or mis-rendered replacement glyph [Tor Lillqvist]
tdf#96580 "Edit with External Tool" damages svg image [Caolán McNamara]
tdf#96604 ungrab modal dialogs [Caolán McNamara]
tdf#96606 Bring shipped Spanish dictionary up to version 2.0 [Ricardo Palomares]
tdf#96653 PNG graphics are corrupted when exported to PDF [Caolán McNamara]
tdf#96669 UI: 'Save to remote server' error: 'A file named "$file" already exists' though file is not present on target WebDAV server. [Giuseppe Castagno]
tdf#96685 EditEng AccessibleParagraph not focused on first use - KMFL doesn't swallow characters [Justin Luth]
tdf#96833 Remote Files UI dialog has various small issues (lost values in editing, wrong TCP port number management...) [Giuseppe Castagno]
tdf#96910 EDITING - Crashs using "insert column left" for large documents with concatenation [Yogesh]
tdf#96943 Hide whitespace mode: new page is inserted for window/orphan-controlled paragraph [Miklos Vajna]
tdf#96961 Hide whitespace mode: whitespace is hidden even on the last page [Miklos Vajna]
tdf#96993 Images in PDF files opened with 5.1.0.0.beta 2 Draw are inverted. [Mike Kaganski]
tdf#97033 EDITING - Malformed ODB file crashes when editing tables, queries, forms in master dbgutil [Michael Stahl]
tdf#97051 Writer crashes on saving document with header or footer after using page style dialog [Oliver Specht]
tdf#97108 Assertion `!rDestShellID.isEmpty() && !rDestShellID.startsWith("0x")' failed when copying OLE object [Michael Stahl]
tdf#97116 New commands insertbefore and insertafter have no icons in theme Galaxy [Regina Henschel]
tdf#97196 Some Slide transition variant names are duplicated in the drop lists created for groups [Julien Nabet]
tdf#97247 Focus goes strange when typing UP/LEFT at merged cell at top-left corner [Takeshi Abe]
tdf#97276 Cannot select line shape with mouse [Caolán McNamara]
tdf#97308 FORMATTING: Conditional "Ends with" applies formatting to inverted selection [Julien Nabet]
tdf#97331 Crash conditional formatting, when scrolling on Icon set [Caolán McNamara]
tdf#97369 SUM formulas, in the cell below one with the same formula (and maybe more?) are not calculate correctly in 5.1 (with more then ~100 rows) [Tor Lillqvist]
tdf#97375 Impress crashes in text selection [Caolán McNamara]
tdf#97407 SIDEBAR: Spacing drop down has 2 'Custom' entries in Wrap content panel [Rishabh]
tdf#97417 DOCX import: paragraphs wrongly in a list in particular document [Michael Stahl]
tdf#97419 Crash when creating table with wizard [Maxim Monastirsky]
tdf#97439 Update (merge) Autocorrect pt_PT to 2016-01-29 [Marco A. G. Pinto]
tdf#97458 LO 5.1.0.3 - Writer: Immediate crash after opening ".docx" or ".odt" when OpenGL enabled (Intel HD 3000) [Michael Meeks]
tdf#97465 Calc doesn't show referenced cell highlights (colored borders) for selected formula when using the GTK3 UI version [Caolán McNamara]
tdf#97495 Tooltip is not aligned with its UI element [Caolán McNamara]
tdf#97512 LO5.0.1RC3 About box not fully localizable [Andras Timar]
tdf#97587 Software interpreter for SUM treats empty cells as #VALUE! [Tor Lillqvist]
tdf#97633 VCL: UNO API for getBufferSwapCounter() [Tor Lillqvist]
tdf#97666 avoid pointless pull & push of bitmaps [Tomaž Vajngerl]
tdf#97700 extraordinary memory corruption ... [Michael Meeks]
Changelog:
New features:
Writer:
Spelling dialog no longer automatically closes once spellcheck is complete. tdf#79312 (Marek Dolezel)
Widow/Orphan paragraph text-flow enabled by default for new documents. tdf#89714 (SIL)
Hide Whitespace option added to View menu tdf#39080 (Ashod Nakashian, Collabora)
Outline split button available in formatting toolbar, but hidden by default tdf#95403 (Maxim Monastirsky)
While in print preview mode to jump a specific page, the only thing you have to do to enter the page number on the numeric field in the toolbar. tdf#80657 (Gülşah Köse)
Calc:
New commands to add rows below and columns right. (Philippe Jung)
Formula Wizard shows the values of parameters and results on the Structure page. (Benjamin Ni)
Statistics regression: linear, logarithmic, power: Add a new statistics dialog for calculating regression. tdf#74667 commit (Tomaz Vajngerl, Collabora)
Organize sheet level context menus. commit (Yousuf Philips)
PNG export in LibreOffice Calc was added, as in Writer and Impress. blog entry (Miklos Vajna, Collabora)
Option to search formatted display strings using find bar and also "Find & Replace" dialog. tdf#48456 (Dennis Francis)
INDIRECT function: better compatibility for legacy OOo documents, improved interoperability with Excel tdf#92256,tdf#93688 (Katarina Behrens, CIB)
Custom number formats with question mark in decimal part (such as 0.???), to get decimal alignment without '0', are now saved in ODF tdf#40517 (Laurent BP)
Formula engine:
Table structured references
tdf#85063 (Eike Rathke, Red Hat)
The following restrictions of Table structured references that were present in 5.0 were addressed:
The column names must not be present as cell content in the table's header row any more; column-header-less tables are now supported.
For this, for new database ranges without header cells or with empty header cell content, internal names are generated, for example Column1, Column2, ...
Internal names are imported from OOXML spreadsheet documents and continue to function in formula expressions.
Saving to OOXML, structured references are now written (not transformed to A1 notation any more) and the table context is maintained.
Saving to OOXML, the defined database ranges are now exported as <table> elements.
Modifying header cell content updates the internal table column names.
When deleting header cell content, formulas referring the column name continue to function and are still editable using the previous name.
When duplicating header cell content, duplicated column names internally are numbered. For example, having two FooBar header cells the column names will be FooBar and FooBar2. This is automatically reflected in existing formula expressions.
When inserting columns within a table, numbered column names are internally generated for empty header cells, starting with the column number within the table. For example, inserting two columns before the third column of a table the generated names are Column3 and Column4.
The generated column names are updated if text is entered in such an empty cell.
All internal column names are unique within one table, which is reflected when displaying existing formula expressions.
Sticky end column/row anchors
tdf#92779 (Eike Rathke, Red Hat)
For range references that encompass at least two columns or rows where the end reference points to the last column or row, i.e. AMJ or 1048576, the end column or row is sticky now and not moved when inserting or deleting columns or rows.
When inserting columns or rows and updating a reference the end reference would be shifted out of the sheet bounds, the reference is anchored at the last column or row instead of generating a #REF! error.
For example a reference B2:B1048575 when inserting two rows will be updated to B2:B1048576.
The column or row will become sticky then, in the example row 1048576.
A reference like B1048576:C1048576 does not have a sticky end row anchor, because only one row is referenced.
Compatibility with ODF 1.2
Function WEEKNUM strictly complies with ODF 1.2 function definition and ISOWEEKNUM has been introduced. tdf#50950 (Winfried Donkers + Eike Rathke)
In the UI the WEEKNUM_ADD function has been renamed to WEEKNUM_EXCEL2003 to point out it exists for interoperability of documents created with Microsoft Excel.
Importing such documents created with older Microsoft Excel versions map the WEEKNUM function to WEEKNUM_EXCEL2003
Saving to ODF or OOXML writes WEEKNUM, older LibreOffice and OpenOffice.org release map that to WEEKNUM_ADD.
For new documents the WEEKNUM function should be used.
WEEKNUM now supports all arguments of the second parameter as defined in ODF OpenFormula (ODFF), see http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.html#WEEKNUM
The ISOWEEKNUM function has been implemented to calculate the week number according to ISO 8601, see http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.html#ISOWEEKNUM
WEEKNUM_OOO provides compatibility with older LibreOffice and OpenOffice.org releases for cases that can not be mapped to WEEKNUM or ISOWEEKNUM as defined in the standard, specifically if the mode argument is 1 the old WEEKNUM implementation returned a week number calculated as if it was an ISO 8601 calculation but with the week starting on Sunday instead of Monday. This is not covered by any standard.
Not offered in the Function Wizard to prevent accidental use. Use it only if interoperability with older LibreOffice or OpenOffice.org releases is required.
Currently still saved wrongly as ISOWEEKNUM with 2 parameters for interoperability with older LibreOffice or OpenOffice.org releases.
This will be changed in future for release 5.3 and the function will be saved as ORG.LIBREOFFICE.WEEKNUM_OOO, the current 5.1 release is already enabled to read that.
Impress and Draw:
Slide navigation and sorting commands were added with corresponding shortcut keys. tdf#91909 (Philippe Jung, Yousuf Philips)
Master slide view appears in a different background color to normal view. tdf#87905 (Katarina Behrens, CIB)
KDE, XFCE, and Mate ScreenSavers are now also inhibited when presenting (Andrzej Hunt).
Impress Mode selection
Several modes were active in Impress:
Page to edit slides content
Page Master to edit slides container
Notes to add Notes
Notes Master to edit Notes container
Plan to sketch a presentation
Handout to define the handout format
Slide sorter to organise presentation
It was hard to navigate between Master / non master modes. Tabs above the working area were jumping right and left, consuming screen space.
Now, two toolbox icons have been added:
one to toggle Tab bar visibility. It is hidden by default. Clicking the toggle disables the new Mode Selection tool and restores the previous behaviour.
one to Select the Working mode among the 7 modes listed above. It is divided in two zones: top zone is regular mode (dealing with content of the presentation), bottom zone is the Master mode (dealing with container).
Slide Design
Slide Design dialog in Slide ▸ Slide Design now affects all selected (standard) slides. (Caolán McNamara, Red Hat)
Equalize Width/Height
When multiple objects are selected, the right click context menu Shapes submenu now supports Equalize Width and Equalize Height which adjusts the width/height of the selected objects to the width/height of the last selected object. (Caolán McNamara, Red Hat)
Save Background Image
Right clicking a slide now supports saving a background image to file, this matches the pre-existing set background image option. (Caolán McNamara, Red Hat)
View/Edit Control Points
The Shape Properties dialog for enhanced shapes now lists and enables editing the control points. This is in addition to the preexisting mechanism of selecting with the mouse the yellow control handle of the shape, but enables viewing and fine control over the control values. (Caolán McNamara, Red Hat)
Presenter Console
There is now a button on the presenter console to restart the timer of the slideshow without restarting the slideshow itself (see this blog entry) (Miklos Vajna, Collabora; Andreas Kainz)
OpenGL Transitions
All OpenGL transitions have been ported to OpenGL 2.1+, which removes support for very old GPUs but allows a better usage of modern ones. Four new transitions have been added and exploit these new available features. (Emmanuel Gil Peyrot, Collabora; Tomaž Vajngerl, Collabora)
Math:
Autoclosing brackets is optional now tdf#43090
Import MathML from Clipboard
(Regina Henschel)
The tool “Math Input Panel” in Windows or the context menu of a formula in a browser allow to copy the MathML source to clipboard. The Math module in LibreOffice has got a new item “Import MathML from Clipboard” in menu Tools to import such source and convert it into LibreOffice’s own formula syntax StarMath.
MathML and StarMath have some differences and therefore sometimes corrections on the imported formula are needed, but most of the formula should be correct. If a conversion is not possible, nothing happens.
The import expects, that a <math> element exists, which has an attribute xmlns="http://www.w3.org/1998/Math/MathML".
Base:
Ancient SeaMonkey based mozab driver was only used on Windows 32 bit and is removed now. This functionality is replaced with mork driver, that supports Thunderbird address book.
Given that SeaMonkey based mozab driver also provided Outlook and Outlook Express address book integration, that Windows 32 bit only feature is lost for now. Note that Windows 64 bit never supported ancient SeaMonkey based mozab driver.
Chart:
Trend Line
Exponential and Power trend lines accept negative Y values tdf#70673 (Laurent BP)
Improve equation rendering by removing some useless 1: (Laurent BP)
polynomial: f(x) = 1x^2 + 1x +1 => f(x) = x^2 + x +1
Core:
Unicode character input with Alt+X
Some Windows applications, such as Microsoft Word and WordPad, permit the user to input arbitrary Unicode characters by typing an hexadecimal code point (for example, 2026 for …) and then pressing Alt+X. LibreOffice now includes this functionality as well. (Note: This feature adds to the long-existing, equivalent Linux/GTK functionality of pressing Ctrl+⇧ Shift+U+hexadecimal code point.) tdf#73691 (SIL)
Details:
Toggles (switches back and forth) between the character before the cursor and its Unicode notation.
Intelligently handles combining characters, expanding the entire character immediately.
Selection is not necessary, but if used will limit the input to those characters. (Draw/Impress/Calc have the final result selected, but not Writer.)
Handles all 16 Unicode planes
Available in Writer, Draw, Impress, Calc and Math.
Re-assignable keyboard shortcut: Tools ▸ Customize ▸ Keyboard ▸ Category:Options ▸ Function:Toggle Unicode Notation. Defaults to Alt+X assigned at the global level. (Alt+C used for Basque/Dutch/Galician/German/Brazilian-Portugese locales and ⌘ Command+⌥ Option+X used for MacOS).
WebDav Improvements
Better LOCK/UNLOCK support tdf#82744 (Giuseppe Castagno)
Support a (https-like) non-standard vnd.sun.star.webdavs URL scheme in addition to the non-standard (http-like) vnd.sun.star.webdav scheme, core commit d3de490437df4c9093f32e97fc185066d64c0f46 (Stephan Bergmann, Red Hat)
Filters:
New import filters
Gnumeric is now an officially supported import format (does not work on Windows) (It was supported as part of the experimental features for some time) (Markus Mohrhard)
Microsoft Write (.wri files) can now be imported, via libwps. (Sean Young)
Apple Keynote 6 files can now be imported, via libetonyek. tdf#88682 (David Tardon, Red Hat)
Improvements in OpenXML filter
Export of the modified VBA stream back to binary Microsoft formats and OOXML (Rosemary Sebastian, Markus Mohrhard)
There is a new configuration value that allows to control whether to use this feature (by default yes) or switch back to the old behavior of discarding or writing back the unchanged stream
The following features are not yet (completely) supported: Protected macros, macro sheets, active x and some of the designer features.
Improved export of embedded objects to DOCX and PPTX, including export of Math formulas (Michael Stahl, Red Hat)
Numerous other improvements to the Microsoft OOXML import and export filters, the Microsoft Office binary file formats and the RTF format. Details:
OOXML Filters → OOXML, DOCX, XLSX, PPTX, VML, drawingML
Microsoft Office binary file filters → DOC, XLS, PPT, "ww8"
RTF Filters → RTF
Improvements in MS Visio filter
Implement overriding of colour of lines and of text from layer properties and the visibility and/or printability of a layer. tdf#50309, tdf#68392 (Fridrich Strba)
Fix incorrect handling of stencil text. tdf#90154 (Fridrich Strba)
Basic initial implementation of hatch fill. tdf#44552, tdf#76835 (Fridrich Strba)
Implement support of bullets/lists. tdf#92349 (Fridrich Strba)
Implement support of default tab-stops and custom tab-sets in paragraph properties. (Fridrich Strba)
Instead of line-break, spit out a new paragraph when a paragraph break is found. (Fridrich Strba)
Initial emulation of line rounding property. (tdf#90603) (Fridrich Strba)
VSDX theme color import fix (tdf#92270) (Andras Timar, Collabora)
fix VSDX char background handling (tdf#92271) (Andras Timar, Collabora)
Improvements in CorelDRAW filter
Do not drop empty text lines. tdf#67873 (David Tardon)
GUI:
In dialog Tools ▸ Options ▸ LibreOffice ▸ View was added displays the current status OpenGL: Enabled or Disabled
Reorganization of the menus
The main menus in Writer, Calc and Impress were reorganized to improve usability, group similar functions together, add functions that were not present and sorting items based on their usage and importance. blog entry
Reorganization of the menus in Writer, including the addition of a Styles menu tdf#91781 (Yousuf Philips)
Reorganization of the menus in Calc, including the addition of a Sheet menu tdf#91820 (Yousuf Philips)
Remote Files Dialog
In Start screen and menu File was added item Open remote files for opening file on remote resources such as Google Drive, OneDrive, SharePoint, etc.
In menu File was added item Save to remote server for saving file on remote resources such as Google Drive, OneDrive, SharePoint, etc.
Blog entry
Sidebar
Sidebar Deck and Panel states are saved between sessions tdf#67770 (Laurent Godard)
Reorganize the Area content panel found in the Properties deck. tdf#90078 (Rishabh Kumar, Yousuf Philips)
To left section Area in Libreoffice 5.0, to right - in LibreOffice 5.1
Reorganize the Line content panel found in the Properties deck. tdf#89543 (Rishabh Kumar, Yousuf Philips, Katarina Behrens [CIB])
To left section Line in Libreoffice 5.0, to right - in LibreOffice 5.1
Creation of a Shadow content panel found in the Properties deck in Calc, Impress and Draw. tdf#87702 (Rishabh Kumar, Yousuf Philips)
New section Shadow in Sidebar in LibreOffice 5.1
Addition of new contour and spacing controls to the Wrap content panel in Writer. core commit 30c2ae28eecb3f1a4454784974c0c2bffc60334e tdf#93775 (Rishabh Kumar, Yousuf Philips)
To left section Wrap in Libreoffice 5.0, to right - in LibreOffice 5.1
Increase and decrease font size buttons added to sidebar properties pane in Calc. tdf#86179 (Maxim Monastirsky)
On top - section Character in Calc 5.0, from below - in Calc 5.1
Cell reference edge added to alignment section of sidebar in Calc. tdf#91802 (Rishabh Kumar)
Cell styles added to properties pane in Calc. tdf#73071 (Rishabh Kumar, Yousuf Philips, Maxim Monastirsky)
Grouped Slide Transitions for easy selection and added icon based selection palette to Sidebar in Impress tdf#36946 (Tor Lillqvist, Collabora; Michael Meeks, Collabora; Andreas Kainz, Yousuf Philips)
Section Slide Transition in Impress 5.1
New Chart sidebar tdf#91063 (Markus Mohrhard, Yousuf Philips, Heiko Tietze)
Some limitations still apply
Image flip buttons are now available in Writer also (Samuel Mehrbrodt [CIB])
Icons now honor RTL/Vertical Text settings and rotate/flip accordingly, as in the toolbar. tdf#85767 (Samuel Mehrbrodt [CIB])
An "AutoCorrect Options" item has been added in the spell checking context menu. Users can now directly enter the autocorrect replacement table when there's no satisfying suggestion in the "Always correct to" submenu. tdf#92341 (Yousuf Philips, Samuel Mehrbrodt [CIB])
The Spelling Dialog now has a toolbar for pasting and inserting special characters. tdf#95682 (Caolán McNamara, Red Hat, Inc.)
Linux/Gtk
Enable auto-accelerator behaviour for gtk tdf#92630 (Simon Long, Raspberry Pi)
Localization:
New languages/locales with locale data
Available as default document language and for locale specific formatting.
Added locale data for Arabic [ar-BH] [ar-IQ] [ar-JO] [ar-LY] [ar-MA] [ar-QA] [ar-SY] [ar-YE]. tdf#95485 (Ghasan Al-Sakkaf and Eike Rathke)
Improvements to proofing tools and language support
Proofing tools for German language (de-AT, de-CH, de-DE) have been largely improved (tdf#96782):
The spell-check dictionary now contains over 250,000 words. The new version adds over 20,000 new words.
The thesaurus now contains over 135,000 words in over 35,000 meaning groups. The new version adds ~ 35,000 new words.
The hyphenation patterns have been updated and contain an improved exception list.
Updated Slovenian thesaurus (Martin Srebotnjak)
New Guarani (gug-PY) thesaurus (Giovanni Caligaris and Olivier Hallot)
Updated Hungarian spell-check dictionary (tdf#95024), major update, implemented the spelling reform defined by the 12th edition of Rules of Hungarian Spelling (by the Hungarian Academy of Science, 2015) (László Németh, Collabora)
Updated Greek spell-check dictionary (tdf#94415)
Updated Portuguese (pt-PT) spell-check dictionary
Updated Swedish spell-check dictionary
Updated Spanish spellcheck dictionary (Ricardo Palomares)
Changelog:
5.0.4.2:
Bugs fixed compared to 5.0.4 RC1:
tdf#94138 Form Control Text Boxes Print And Export To PDF Incorrectly [Tomaž Vajngerl]
tdf#96072 General format lost on export to XLSX with locale using "Standard" as name for General format (FR, DE, SP...) [Eike Rathke]
5.0.4.1:
Bugs fixed compared to 5.0.3 final (RC2):
bnc#881024 take the world scaling factor for fonts, but not the rotation [Caolán McNamara]
coverity#1338592 explicit null dereferenced [Caolán McNamara]
i#121382 take the world scaling factor for fonts, but not the rotation [Caolán McNamara]
i#43771 sw: looping layout in SwHeadFootFrm::FormatSize() [Miklos Vajna]
rhbz#1278885 black/absent widgetry only with libreoffice-gtk3 installed [Caolán McNamara]
rhbz#988516 DOCX import: header/footer paragraph properties applied to body paragraph [Miklos Vajna]
tdf#32082 [EDITING] Table Number Format not modified for empty table cells [Niklas Johansson]
tdf#32834 bad result using mdeterm [Dennis Francis]
tdf#39056 Image in wrong place, table display wrong in docx file [Miklos Vajna]
tdf#45775 PgSQL new DB allow empty Datasource [Julien Nabet]
tdf#59454 FILEOPEN: in particular .RTF page break after page 1 is ignored and page orientation from page 2 is wrong [Miklos Vajna]
tdf#61228 TABLE: Function summe() does not sum up but returns last item [Julien Nabet]
tdf#64027 Add ability to set highlight color for text in drawing objects (Writer) [Maxim Monastirsky]
tdf#66141 CRASH (OOM) while scrolling through a specific document [Caolán McNamara]
tdf#72205 LibreOffice Database - LONGVARCHAR anomaly when trying to dismiss a window without first saving [Lionel Elie Mamane]
tdf#75256 Meta: incomplete Sifr icon theme [Matthias Freund]
tdf#75431 FILESAVE : DOCX : Page Orientation is not preserved when mixed orientation is present [Miklos Vajna]
tdf#75637 LOCALHELP: Images not displayed with newer icon themes [Stephan Bergmann]
tdf#76239 OpenSymbol font is not retained after an upgrade (work around in comment 16, 32, .. install log in comment 50 ) [Andras Timar]
tdf#76964 Automatic capitalization of "i" in a non-english language [Caolán McNamara]
tdf#77014 Words in input fields are broken between lines at the end of line [Tomaž Vajngerl]
tdf#77881 FILESAVE: Bullets are lost when saving in OOxml (.pptx or .ppsx) [Mark Hung]
tdf#78902 FileSave: File Hangs at Save [Miklos Vajna]
tdf#80224 FILESAVE: Custom text color changed to black on .PPTX export [Mark Hung]
tdf#80520 FILESAVE: Format of bullets destroyed when saving as .pptx [Mark Hung]
tdf#81144 Chinese full-width punctuation does not align properly [Mark Hung]
tdf#83300 FILEOPEN: DOCX - Image anchored as 'As Character' positioned on wrong page [Miklos Vajna]
tdf#85232 FORMATTING: (Grouped) drawing objects are rendered in a wrong way (.docx file) [Miklos Vajna]
tdf#85767 SIDEBAR: Left and right alignment buttons need to be swapped in RTL [Katarina Behrens]
tdf#87313 WIKIHELP: Update docs on certificates + Firefox [Adolfo Jayme Barrientos]
tdf#88548 Line Style drop down missing background colour [Aybuke Ozdemir]
tdf#89088 FILEOPEN: Section with shape and text in specific DOCX lost [Miklos Vajna]
tdf#89165 FILEOPEN: Hang loading .docx with frame/textboxes [Miklos Vajna]
tdf#89525 Impress does not export slides bullets to PPTX correctly [Mark Hung]
tdf#89852 Non-ASCII characters in file name become question marks in Subject in email when a document sent by email [Andras Timar]
tdf#89907 Text to columns only affects first line when width is auto set [Eike Rathke]
tdf#90153 A frame is not saved correctly if the document is saved as a docx file [Miklos Vajna]
tdf#90372 ACCESSIBILITY List Fields in dialog Text Import (Insert > Sheet from file) not accessible by key board [Katarina Behrens]
tdf#90504 0x7 chars in .doc are not always cell/row ends [Caolán McNamara]
tdf#90987 Pages/Slides pane does not remember its state on reopen [Katarina Behrens]
tdf#91097 EDITING & FORMATTING: Disparity between inserting shapes from menu and toolbar [Yousuf Philips]
tdf#91199 i18n: add locale data or Venetian language [Eike Rathke]
tdf#91260 DOCX frames can extend beyond the page bottom, but not in Writer [László Németh]
tdf#91270 UI: Crash on exit after Manage Changes [Andras Timar]
tdf#91288 Does not display traditional Chinese variant of Noto fonts correctly [Mark Hung]
tdf#91453 Use configuration of text to number conversion also in arithmetic matrix operations (was: SUMPRODUCT() doesn't work well with 4.4.3) [Eike Rathke]
tdf#92207 EDITING Setting text background colour doesn't work in Calc [Maxim Monastirsky]
tdf#92217 UI Grey text background in read-only document infobar [Jan Holesovsky]
tdf#92256 INDIRECT function lost interoperabilty with calc documents migrated by OOo3.2.1 [Katarina Behrens]
tdf#92272 SLIDESHOW: slide color inversion during transitions [Tor Lillqvist]
tdf#92527 docx export: File with shape can not be opened in word 2010 (diamond shape) [Andras Timar]
tdf#92648 FILEOPEN / IMPORT specific DOCX (letter head) with various objects: line-picture (graphic) in footer too low [László Németh]
tdf#92687 Rendering: Rotated text blurry and unreadable with GTK3 [Caolán McNamara]
tdf#92702 Unable to select menu items that were initially off-screen [László Németh]
tdf#92934 Web Wizard: Cannot Export Zip archive. [Julien Nabet]
tdf#92993 FILEOPEN: access violation on particular .docx [Caolán McNamara]
tdf#93296 When opening spreadseet, Currency cells formatting is changed. [Laurent Balland-Poirier]
tdf#93317 "Document has been modified" Dialog does not have the focus on GTK3. [Caolán McNamara]
tdf#93390 View of cell data gone in Table Data View [Lionel Elie Mamane]
tdf#93438 Impress generate abnormal style when copy-pasting from Writer with Chinese UI [Mark Hung]
tdf#93461 Caption of images are hidden behind the image [Caolán McNamara]
tdf#93487 FORMATTING: Using Borders & Border Style button on toolbar crashes Calc [Michael Meeks]
tdf#93509 Crash when close a LibODev if enable a While Typing/Autocorrect [Stephan Bergmann]
tdf#93587 insert table in draw ole object [Julien Nabet]
tdf#93618 cell value in table grid a date/time control incorrectly displayed [Lionel Elie Mamane]
tdf#93662 white-list only the latest GL hardware and drivers [Caolán McNamara]
tdf#93688 String ref syntax incorrect for new documents and in UI [Katarina Behrens]
tdf#93720 Crash "Assertion failed" with Draw Frame on table. [Oliver Specht]
tdf#93724 BASE: Insert Row in Filtered Form with Date/Time Fields results in Phantom zero date displayed instead of null, not saved [Lionel Elie Mamane]
tdf#93733 Assertion failed when clear font size field in paragraph style [Julien Nabet]
tdf#93818 Cannot open most lwp docs (booklets) [Caolán McNamara]
tdf#93847 Repaint problems with LibreOffice on Gtk3 [Caolán McNamara]
tdf#94008 FILEOPEN: Crash opening password protected file - CJK UI [Takeshi Abe]
tdf#94022 Hide "Installable Options" in Linux print dialog [Michael Weghorn]
tdf#94049 RTF IMPORT: rtf file with OLE object crashes libreoffice every time [Miklos Vajna]
tdf#94069 EDITING: Moving a tablecontrol while editing a form leads to a hang [Caolán McNamara]
tdf#94138 Form Control Text Boxes Print And Export To PDF Incorrectly [Tomaž Vajngerl]
tdf#94214 Function FINV exported as "COM.MICROSOFT.F.INV" although it is spec'ed in OpenFormula [Winfried Donkers]
tdf#94227 FILEOPEN: XLSX - Pattern/hatching fill no longer imported into charts [Markus Mohrhard]
tdf#94374 Insert -> Document: "Read-Error. Error reading file." for DOCX files [Miklos Vajna]
tdf#94384 Icons appearing with black backgrounds when "use OpenGL for Rendering" is enabled [Tomaž Vajngerl]
tdf#94421 Web Wizard: option shift when loading saved session [Julien Nabet]
tdf#94435 FILEOPEN: RTF - Text alignment not retained [Miklos Vajna]
tdf#94456 FILEOPEN: RTF - Heading position incorrect [Miklos Vajna]
tdf#94473 Properties Help buttons direct to broken weblink [Andras Timar]
tdf#94477 missing "Format > Character" item in the customize keyboard command menu [Yousuf Philips]
tdf#94485 VIEWING: broken UI and spreadsheet display issue after opening specific .xlsm [Jan-Marek Glogowski]
tdf#94624 Cell formula =<A1>^2 result is different from =(<A1>)^2 if <A1> is negative [Oliver Specht]
tdf#94679 EDITING: Text selection with Shift+PageDown broken part2 [Justin Luth]
tdf#94743 Web Wizard: Cannot export in ftp [Julien Nabet]
tdf#94796 LINEST and LOGEST should have ForceArray parameter types (was: LINEST and INDEX problem) [Eike Rathke]
tdf#94804 Cross references break on reload. [Michael Stahl]
tdf#94810 "Replace All" using regex gives wrong results [Mike Kaganski, Eike Rathke]
tdf#94818 FILEOPEN Table layout jumbled for .doc [Caolán McNamara]
tdf#94829 LibreOffice splash screen sets invalid WM_SIZE_HINTS [Julien Nabet]
tdf#94869 Calculations involving an array and a position dependent intersection do not propagate an error if there is no intersection in non-array scalar mode [Eike Rathke]
tdf#94871 [HELP] note and warning paragraphs are aligned incorrectly [Michael Stahl]
tdf#94888 Display "Bad parameter" when trying to access a read/only share on Sharepoint. [Giuseppe Castagno]
tdf#94908 [UI] Search filter in Autofilter breaks searching by typing in the list: OK button is blocked [Dennis Francis]
tdf#94924 OpenCL: strange behavior in formulas computing [Tor Lillqvist]
tdf#94936 FILESAVE PDF: LibreOffice crashes when saving document (GTK3, Gnome 3.18) [Maxim Monastirsky]
tdf#95021 Crash in macro dialog [Caolán McNamara]
tdf#95024 Support for new Hungarian orthography [László Németh]
tdf#95071 Cannot open a particular Word 2010 docx document (SAXParseException line 2) [Mike Kaganski]
tdf#95091 Editable input fields in protected section: no delete or backspace possible [Oliver Specht]
tdf#95096 IMDeleteSurrounding kmfl characters are not "swallowed" and writer exits with exception [Justin Luth]
tdf#95188 DOCX import: picture in footnote is not imported [Oliver Specht]
tdf#95220 FILEOPEN: Crash on opening attached Calc template [Mike Kaganski]
tdf#95298 UI Crash on deleting part of animated gif [Armin Le Grand]
tdf#95321 FILEOPEN: Tables no longer imported correctly from Word .doc files [Caolán McNamara]
tdf#95352 autocorrect replacement table column misalignment after resize [Caolán McNamara]
tdf#95395 EDITING: VLOOKUP fails if 1st parameter is a position dependent implicit intersection [Eike Rathke]
tdf#95419 FILEOPEN: looong time loading specific .ods [Eike Rathke]
tdf#95481 FILEOPEN: LibO crashes loading .odg [Armin Le Grand]
tdf#95551 Crash changing icon themes when image has imagemap [Michael Meeks]
tdf#95569 ODT export: conflicting style:repeat attributes on two XML elements [Michael Stahl]
tdf#95670 CALCULATING: ForceArray parameters not properly propagated, e.g. for functions expecting scalar values but passed a range reference inside SUMPRODUCT [Eike Rathke]
tdf#95677 Exponent must have sign when export to Excel [Laurent Balland-Poirier]
tdf#95761 All Hotkeys with CTRL+ALT+ not worked [Juergen Funk]
tdf#95783 VIEWING: Line breaks too early for Georgia font [Tor Lillqvist]
tdf#95916 Alizarin master page formats date in Japanese [Laurent Balland-Poirier]
Changelog:
Bugs fixed compared to 5.0.2 RC1:
rhbz#1134285 Open a file in a mounted WebDAV drive and LibreOffice asks for user and password [Stephan Bergmann]
rhbz#1259746 Writer fails to open correct ODT file from WebDAV share [Stephan Bergmann]
tdf#92145 Writer text table rows can't be resized (with disabled rulers) [László Németh]
tdf#92357 Tab type switcher in ruler does not clear previous icon when clicking it [László Németh]
tdf#92843 UI: The case of the disappearing zoom slider [László Németh]
tdf#92982 rendercontext: blinking cursor is drawn directly [Miklos Vajna]
tdf#92995 EDITING: Undo of Drag&Drop with annotation/comment object causes crash [Eike Rathke]
tdf#93666 GL / area fill scaling issue. [Tomaž Vajngerl]
tdf#93778 gestureLongPress cores being passed a NULL frame [Szymon Kłos]
tdf#93814 cache binary compiled versions of shaders ... [Marco Cecchetti]
tdf#93884 odd text rendering artifacts in slideshow [Miklos Vajna]
tdf#93989 crash on chart insert ... [Markus Mohrhard]
tdf#93996 gltf rendering timer is far too fast ... [Michael Meeks]
tdf#94006 OpenGLContext - ref-counted and manually managed ... [Michael Meeks]
tdf#94031 Some 3D OpenGL transitions don't work in GL mode ... [Lubosz Sarnecki]
tdf#94213 horrible flickering on window resize [Michael Meeks]
tdf#94249 EDITING: Calc sort crashes [Eike Rathke]
tdf#94252 Gratuitous GL context switching. [Michael Meeks]
tdf#94281 mis-use of legacy GL contexts ... [Michael Meeks]
Bugs fixed compared to 5.0.1 RC2:
bnc#835985 revert "When printing ... 'Order' did not count." [Jan Holesovsky]
cid#1315264 DOCX import: rot=90 and vert=vert270 means no text rotation [Miklos Vajna]
coverity#1320472 uninitialized scalar field [Caolán McNamara]
i#121407 fix mis-merge [Stephan Bergmann]
i#124638 xmloff: fix Calc header background image saving [Miklos Vajna]
i#65128 handle the NULL clip correctly for pdf output [Thorsten Behrens]
i#95318 svtools: don't commit SvtMenuOptions too early [Michael Stahl]
rhbz#1255200 [abrt] libreoffice-core: sdr::table::SvxTableController::SetTableStyle(): soffice.bin killed by SIGSEGV [Caolán McNamara]
rhbz#1255811 [fix available] Calc: Random Number generator can't be edited and applied for cell location [Eike Rathke]
tdf#44388 Printing/Exporting to PDF adds text to the side of form elements ('checkbox',...) [Thorsten Behrens]
tdf#44399 UI: Format Cells dialog displays misleading value for 'Decimal places' [Laurent Balland-Poirier]
tdf#60381 The operation on <path> was started with an invalid parameter [Giuseppe Castagno]
tdf#73071 Sidebar: Styles are missing from Properties tab [Yousuf Philips]
tdf#75973 password protected library does not honnor end user type definition [Laurent Godard]
tdf#76649 Trend line invisible if first data point is missing x value [Laurent Balland-Poirier]
tdf#77514 FORMATTING: CJK ruby text (furigana) in vertical mode pushes characters to the left of the base line [Mark Hung]
tdf#78111 UI: "Freakout"-behaviour and freeze during resize of docked sidebar [Maxim Monastirsky]
tdf#79018 FILEOPEN: DOCX with a footnote hangs LO on open [Oliver Specht]
tdf#79741 Macro with Find @ Replace crash Calc [Julien Nabet]
tdf#80512 UI: Horizontal scrollbar backwards with RTL sheet and kde4 ui [Jan-Marek Glogowski]
tdf#80866 Layout of custom handouts is ignored [Jan Holesovsky]
tdf#83546 SIDEBAR: content panels in tray don't open with accelerators when sidebar is enabled but fully hidden [Maxim Monastirsky]
tdf#87922 4.4.0.x Automatic font color no longer works [Miklos Vajna]
tdf#87924 FILEOPEN: DOCX - text in shape is wrong direction [Miklos Vajna]
tdf#88986 EDITING: Insert Frame dialog shows empty lists for area fill types [Miklos Vajna]
tdf#89245 FORMATTING, FILESAVE: Header and footer background images are not saved [Miklos Vajna]
tdf#89381 ValueSet has rendering issues in RTL interface [Maxim Monastirsky]
tdf#89720 Highlighted comment text with replies have dark color [Miklos Vajna]
tdf#89954 FORMATTING: Autocapitalisation does not happen if the last word in the previous sentence has a comment in the middle of the word [Miklos Vajna]
tdf#91022 Incorrect Dates in Report created with legacy report wizard [Julien Nabet]
tdf#91060 LO impress crashes when opening pptx with comments [Caolán McNamara]
tdf#91882 UI: Dialogue for Advanced filter is transparent. [Michael Meeks]
tdf#91969 FORMATTING: Parts of Paragraph Border missing when Border around more than one Paragraph [Zolnai Tamás]
tdf#92019 Implement texture atlas for OpenGL [Tomaž Vajngerl]
tdf#92242 UI - StartCenter and Application windows can not be resized diagonally with mouse after initial window size increase and covers OSX Dock [andreask]
tdf#92256 INDIRECT function lost interoperabilty with calc documents migrated by OOo3.2.1 [Katarina Behrens]
tdf#92324 printing of labels (Next dataset fields) via file->print is broken [Vasily Melenchuk]
tdf#92379 ODF import: styles with fo:background-color wrongly imported causing wrong frame and paragraph backgrounds [Michael Stahl]
tdf#92612 Right-clicking after applying "paint buckets" leads to multiple Undo [Ashod Nakashian]
tdf#92885 Incorrect cell border drawing in DOC file after saving in 5.0 [Noel Grandin]
tdf#92982 rendercontext: blinking cursor is drawn directly [Miklos Vajna]
tdf#92997 Chart: Data table category view format bad for table of times [Eike Rathke]
tdf#93064 START CENTER: Icon sizes in breeze cause help and extensions buttons not to be visible [andreask]
tdf#93071 UI: General format: useless trailing zeroes for scientific notation [Laurent Balland-Poirier]
tdf#93077 Dialog editor: adding a language crashes LibO [Michael Meeks]
tdf#93096 Selecting text with keyboard (partially outside current view) results in wrong highlighting and mangled text [Miklos Vajna]
tdf#93098 Unexpectedly quit when use Data->Sort (crash) [Eike Rathke]
tdf#93188 Closing media player crashes Writer [Michael Meeks]
tdf#93233 clock face emoji autocorrect collisions in some languages [Christian Lohmaier]
tdf#93284 FILEOPEN: LibO crashes on loading .RTF [Miklos Vajna]
tdf#93325 rendercontext: animgifs are painted directly [Miklos Vajna]
tdf#93351 FORMATTING: "Edit style" button in "Schema & Numbering" tab in paragraph style edition navigates wrong [Julien Nabet]
tdf#93353 Master document does not show diagrams included and properly shown in documents linked into the master [Bjoern Michaelsen]
tdf#93358 Copy/paste of a range of cells with IF formula and format set to General causes crash [Eike Rathke]
tdf#93364 rendercontext: style combo box is not always updated [Miklos Vajna]
tdf#93384 rendercontext: comment spelling is drawn directly [Miklos Vajna]
tdf#93388 Crash when deleting cell contents [Eike Rathke]
tdf#93404 status indicator progress bar not shown while loading big file [Stephan Bergmann]
tdf#93407 Draw crashes when changing line width using sidebar [Maxim Monastirsky]
tdf#93410 NullPointerException while connecting to LibreOffice via Java UNO API [Noel Grandin]
tdf#93437 Once the Function Wizard has been Displayed, it is not Possible to Select Columns or Rows or to Open the Context Menu of Columns and Rows [Katarina Behrens]
tdf#93451 Menu-Icons are always hidden [Michael Stahl]
tdf#93514 Non free cs_CZ (Czech) thesaurus dictionary [Christian Lohmaier]
tdf#93529 OpenGL tracker bug ... [Michael Meeks]
tdf#93530 menu non-rendering on click ... [Michael Meeks]
tdf#93532 Image / CRC32 not enough ... [Michael Meeks, Marco Cecchetti]
tdf#93536 Crash when launching Tools > AutoText (comment 6) [Michael Meeks]
tdf#93546 Need way to hard disable any OpenGL usage / probing etc. [Michael Meeks, Stephan Bergmann]
tdf#93547 detect OpenGL crashes and disable it [Michael Meeks]
tdf#93558 Preview of Bullets is hard to see with a dark theme [Maxim Monastirsky]
tdf#93569 Linux: no save on crash [Michael Meeks]
tdf#93600 Condition Formatting: Entering "=" in comparison value crashes program [Katarina Behrens]
tdf#93614 Detect hanging OpenGL drivers & disable GL ... [Michael Meeks]
tdf#93620 help -> about should list GL status ... [László Németh]
tdf#93662 white-list only the latest GL hardware and drivers [Michael Meeks]
tdf#93713 "Unprotect Cells" missing from Table Menu and Table Toolbar (comment 6) [Yousuf Philips]
tdf#93736 Bottom stroke line of a rectangle is half-drawn when using OpenGL [Tomaž Vajngerl]
tdf#93750 EMF+ is not displayed at all [Mike Kaganski]
tdf#93751 GL textures destroyed while still bound to framebuffers [Michael Meeks]
tdf#93772 switching context does not un-bind framebuffers correctly ... [Michael Meeks]
tdf#93781 Impress copy wrong style name to clipboard when style name contains Chinese character [Mark Hung]
tdf#93798 apitrace and glerrors ... [Michael Meeks]
tdf#93822 disable background saving with GL enabled ... [Michael Meeks]
tdf#93830 PPTX import: DrawingML fallback of Vertical Picture List SmartArt is not imported correctly [Andras Timar]
tdf#93838 opengl glyph caching misplaces start center text [Miklos Vajna]
tdf#93839 vdevs shared OpenGLContexts - end up broken. [Michael Meeks]
tdf#93850 shader compilation can take a while ... [Michael Meeks]
tdf#93857 opengl glyph caching misplaces writer text [Miklos Vajna]
tdf#93859 Radio buttons are all "selected" when using OpenGL [Tomaž Vajngerl]
tdf#93867 using GL threads across threads incorrectly ... [Michael Meeks]
tdf#93870 Disable DirectX slideshow when in OpenGL mode ... [Michael Meeks]
tdf#93892 The close button in menubar is empty with openGL [Jan Holesovsky]
LibreOffice is a free, community-developed, multi-platform office
productivity suite. It includes key desktop applications:
word processor, spreadsheet, presentation manager, and drawing program,
with a user interface and feature set similar to other office suites.
Doesn't work on NetBSD-6, but reportedly works on NetBSD-5*/amd64 and /i386,
as well as DragonFly/x86_64 and /i386.
LibreOffice is a free, community-developed, multi-platform office
productivity suite. It includes key desktop applications:
word processor, spreadsheet, presentation manager, and drawing program,
with a user interface and feature set similar to other office suites.