6811 commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
rillig
|
c7ff05f63e |
all: replace SUBST_SED with the simpler SUBST_VARS
pkglint -Wall -r --only "substitution command" -F With manual review and indentation fixes since pkglint doesn't get that part correct in every case. |
||
adam
|
eca4a9f957 |
py-tqdm: updated to 4.32.1
tqdm v4.32.1 stable fix notebook with unknown total tqdm v4.32.0 stable support unit_scale in notebook support negative update add reset() function add [python setup.py] make run add and update documentation example of dynamic usage note writing issues update badges add PyData2019 slides link add JOSS paper update manpages add docker install add snapcraft install notebooks: add binder, rename RMOTR => notebooks.ai prettify and unify contributors/maintainers/authors CI and release framework updates add snapcraft snaps add travis auto-deployment PyPI releases docker devel/releases update deployment dev docs fix travis deploy pymake update .gitinore add & update unit tests automate more documentation |
||
kim
|
7dfa33bcf3 | Update MAINTAINER | ||
tsutsui
|
23996da3ec |
misc/libreoffice6-bin: update to 6.2.3.
Upstream changes: see changelog of misc/libreoffice to 6.2.3.2: http://mail-index.netbsd.org/pkgsrc-changes/2019/04/23/msg190632.html |
||
ryoon
|
6d59d0b729 |
Recursive revbump from print/poppler
Exclude print/luatex that is updated manually. |
||
gutteridge
|
fdc64f665f |
mate-utils: update to 1.22.1
NB this release has added Inkscape as a tool dependency. (Upstream has also now excluded a file that was causing itstool failures.) ### mate-utils 1.22.1 tx: sync with transifex Fix -Werror=cast-function-type with GCC 8 mate-disk-usage-analyzer: Memory leak GEN png icons from svg files Update documenters in about dialog mate-dictionary: Use g_strjoin to build license text Use program-name and title in gtk_show_about_dialog call help: update copyright |
||
gutteridge
|
fcbac61df7 |
### mate-calc 1.22.1
* Translations update * currency-manager: Update name_map in load_imf_rates * display small numbers in scientific notation * mp: Fix calculate result ln(e^(i*π)) * mate-calc: Fix memory leak * i18n about dialog |
||
ryoon
|
76d5de997e | Recursive rebvump from devel/nss | ||
triaxx
|
1667d2ad2c |
tmux: update to 2.9a
pkgsrc changes: --------------- * patches removed, since applied upstream upstream changes: ----------------- CHANGES FROM 2.9 to 2.9a * Fix bugs in select-pane and the main-horizontal and main-vertical layouts. CHANGES FROM 2.8 to 2.9 * Attempt to preserve horizontal cursor position as well as vertical with reflow. * Rewrite main-vertical and horizontal and change layouts to better handle the case where all panes won't fit into the window size, reduce problems with pane border status lines and fix other bugs mostly found by Thomas Sattler. * Add format variables for the default formats in the various modes (tree_mode_format and so on) and add a -a flag to display-message to list variables with values. * Add a -v flag to display-message to show verbose messages as the format is parsed, this allows formats to be debugged * Add support for HPA (\033[`). * Add support for origin mode (\033[?6h). * No longer clear history on RIS. * Extend the #[] style syntax and use that together with previous format changes to allow the status line to be entirely configured with a single option. Now that it is possible to configure their content, enable the existing code that lets the status line be multiple lines in height. The status option can now take a value of 2, 3, 4 or 5 (as well as the previous on or off) to configure more than one line. The new status-format array option configures the format of each line, the default just references the existing status-* options, although some of the more obscure status options may be eliminated in time. Additions to the #[] syntax are: "align" to specify alignment (left, centre, right), "list" for the window list and "range" to configure ranges of text for the mouse bindings. The "align" keyword can also be used to specify alignment of entries in tree mode and the pane status lines. * Add E: and T: format modifiers to expand a format twice (useful to expand the value of an option). * The individual -fg, -bg and -attr options have been removed; they were superseded by -style options in tmux 1.9. * Allow more than one mode to be opened in a pane. Modes are kept on a stack and retrieved if the same mode is entered again. Exiting the active mode goes back to the previous one. * When showing command output in copy mode, call it view mode instead (affects pane_mode format). * Add -b to display-panes like run-shell. * Handle UTF-8 in word-separators option. * New "terminal" colour allowing options to use the terminal default colour rather than inheriting the default from a parent option. * Do not move the cursor in copy mode when the mouse wheel is used. * Use the same working directory rules for jobs as new windows rather than always starting in the user's home. * Allow panes to be one line or column in size. * Go to last line when goto-line number is out of range in copy mode. * Yank previously cut text if any with C-y in the command prompt, only use the buffer if no text has been cut. * Add q: format modifier to quote shell special characters. * Add StatusLeft and StatusRight mouse locations (keys such as MouseDown1StatusLeft) for the status-left and status-right areas of the status line. * Add -Z to find-window. * Support for windows larger than the client. This adds two new options, window-size and default-size, and a new command, resize-window. The force-width and force-height options and the session_width and session_height formats have been removed. The new window-size option tells tmux how to work out the size of windows: largest means it picks the size of the largest session, smallest the smallest session (similar to the old behaviour) and manual means that it does not automatically resize windows. aggressive-resize modifies the choice of session for largest and smallest as it did before. If a window is in a session attached to a client that is too small, only part of the window is shown. tmux attempts to keep the cursor visible, so the part of the window displayed is changed as the cursor moves (with a small delay, to try and avoid excess redrawing when applications redraw status lines or similar that are not currently visible). Drawing windows which are larger than the client is not as efficient as those which fit, particularly when the cursor moves, so it is recommended to avoid using this on slow machines or networks (set window-size to smallest or manual). The resize-window command can be used to resize a window manually. If it is used, the window-size option is automatically set to manual for the window (undo this with "setw -u window-size"). resize-window works in a similar way to resize-pane (-U -D -L -R -x -y flags) but also has -a and -A flags. -a sets the window to the size of the smallest client (what it would be if window-size was smallest) and -A the largest. For the same behaviour as force-width or force-height, use resize-window -x or -y. If the global window-size option is set to manual, the default-size option is used for new windows. If -x or -y is used with new-session, that sets the default-size option for the new session. The maximum size of a window is 10000x10000. But expect applications to complain and higher memory use if making a window that big. The minimum size is the size required for the current layout including borders. The refresh-client command can be used to pan around a window, -U -D -L -R moves up, down, left or right and -c returns to automatic cursor tracking. The position is reset when the current window is changed. |
||
wiz
|
49b1bb13c3 |
sun-jdk6, sun-jre6: remove
Last update in 2013, remove sun-jdk7/sun-jre7 instead |
||
gdt
|
d2a4517ad3 | misc/libcdio: Note upstream bug URL | ||
adam
|
598b71a26d |
libcdio-paranoia: updated to 2.0.0
version 10.2+0.95 - Now works with audio CD's that start on a track greater than 1. - OpenBSD tolerance - typos in manual page and README - Do not attempt to call a NULL callback version 10.2+0.94+2 - Add --force-overread Force overreading into the lead-out portion of the disc. This option is only applicable when using the "-O" option with a positive sample offset value. Many drives are not capable of reading into this portion of the disc and attempting to do so on those drives will produce read errors and possibly hard lockups version 10.2+0.94+1 - Fix problem where end of span seems to default to last track. - Fix NULL pointer dereference that occurs when byte swapping is needed. - Re-silence recently added gcc -Wunused-result warnings - Use @LIBS@ figured out by autoconf when linking (for -lrt on Linux). - Incorrect track was getting used in matching. |
||
tsutsui
|
5bbb2b1ccc |
ruby-parallel: update to 1.17.0.
No upstream changelog. |
||
adam
|
dca40cfdcf | libcdio: re-enable cdda-player for NetBSD | ||
wiz
|
dbf12435a3 | libkkc-data: PYTHON_VERSIONS_ACCEPTED=27 because of py-marisa | ||
wiz
|
48f0604226 | *: add SHA512 checksums to distinfo | ||
maya
|
7820bc7a2f |
fix some whitespace, mostly introduced in the previous
python 3.4 / 3.5 removal commit. |
||
maya
|
5901ac0824 |
Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit. |
||
markd
|
1c09a227dc |
kde: update KDE Frameworks to 5.57.0
Attica Accept any HTTP status between 100 and 199 as benign |
||
maya
|
f34a8c24a3 |
PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump. |
||
ryoon
|
4ea7b5d38e |
Update to 6.2.3.2
Changelog: 6.2.3.2: Bugs fixed compared to 6.2.3 rc1: tdf#121103 ANOVA uses wrong formula when on new sheet [Jaromir Wysoglad] tdf#123406 kde5: Crash pressing Esc in undocked Find toolbar [Aleksei Nikiforov] tdf#123502 crash: use of "com.sun.star.ui.dialogs.FolderPicker" crashes [Mike Kaganski] tdf#123747 digital signatures from 6.1 and 6.2 ivalidate each other [Miklos Vajna] tdf#124272 Edit Contour of Image Wrap doesn't appear on Exported PDF [Armin Le Grand] tdf#124384 LO shouldn't crash when opening DOCX (even if MSO cannot open or warns about unreadable content) [Serge Krot] tdf#124410 FORMATTING: Crash in libcuilo.so formatting range containing cells with diagonal borders [Caolán McNamara] tdf#124413 Crash on undo / redo in Basic IDE [Noel Grandin] tdf#124440 IDE & Calc crash opening Breakpoint Management (gen) [Caolán McNamara] tdf#124485 Wrong (instead of no) bracketing of Bibliography Entries when formatted with Brackets = "[none]" [Caolán McNamara] 6.2.3.1: Bugs fixed compared to 6.2.2 (rc2): rhbz#1687589 KDE4 gpoll_wrapper can be called with SolarMutex unlocked [Stephan Bergmann] rhbz#1690645 [abrt] libreoffice-core: (anonymous namespace)::signalHandlerFunction(int, siginfo_t*, void*)(): soffice.bin killed by SIGABRT [Caolán McNamara] tdf#77186 Custom animation timing repeat until next slide doesn't work [Mark Hung] tdf#96038 Shell function does not work whith .bat files and paths containing spaces [Roland Baudin] tdf#96947 Check marks on menus (Windows 7 Aero theme, OpenGL enabled) miss their borders [Miklos Vajna] tdf#97575 FILEOPEN: Can't read error bars on graph saved and reopened as xlsx [Balazs Varga] tdf#98987 Layout: shapes imported from DOCX handled incorrectly [Miklos Vajna] tdf#102005 START CENTER: Pressing F6 stops at thumbnail list view [Jim Raykowski] tdf#104235 Generic X icon shown in KDE Plasma taskbar upon launching to Start center [Michael Weghorn] tdf#107593 EDITING No text cursor (caret) after deleting the header (or re-adding the header) [Jim Raykowski] tdf#113918 1bpp non-B&W PNG images are mishandled on Linux in all vcl "backends" ("plugins") [Miklos Vajna] tdf#114969 FILESAVE XLSX: Link to document cell breaks on sheet names with dots [Tünde Tóth] tdf#115297 FILESAVE: PDF: Images are displayed as black boxes [Miklos Vajna] tdf#115719 DOCX import: lack of Word 2013-style increased spacing for paragraph with anchored objects [Miklos Vajna] tdf#116195 "Designing with LibreOffice"'s front cover images are not rendered in LibreOffice 6.0.2 [Michael Stahl] tdf#117761 Snake Algorithm unable to display accurate layout. [Miklos Vajna] tdf#117890 Math Online Help: The screenshots in the Symbols and Edit Symbols pages are unhelpful [Mark] tdf#118104 Writer freezes after opening a file with 230 pages [Michael Stahl] tdf#119253 [Writer Table] Freezes/hangs when splits a table with merged cells to 2 pages [Michael Stahl] tdf#119718 kde5: Impress presentation cannot be started using keyboard [Katarina Behrens] tdf#119743 Libreoffice 6.1 base: can't save special options [Caolán McNamara] tdf#119853 kde5: Unnecessary white window in Base Database Wizard [Katarina Behrens] tdf#119947 UI: FontWork Menu All Black on Windows OpenGL [Miklos Vajna] tdf#120013 After Cut&Paste of an overlapping data range, cells of a shared formula group reference run are not recalculated [Eike Rathke] tdf#120161 PRINTING, PDF Export: Problem with selected cells which cross pages [Serge Krot] tdf#120413 LibreLogo: handle complex expressions [László Németh] tdf#120548 FILEOPEN DOCX List created with Word loses the added font and background color in Writer [Miklos Vajna] tdf#120660 cells not recalculated after copy/paste different range of cells [Dennis Francis] tdf#120783 KDE5: Drag'n'drop doesn't work from the Data Sources [Katarina Behrens] tdf#120786 KDE5: Only half of the toolbar is displayed if it's undocked [Katarina Behrens] tdf#120787 KDE5: Undocked toolbars are displayed on top of dialogs/slideshow [Katarina Behrens] tdf#120791 KDE5: Window's size and position not remember after leaving Full Screen mode [Katarina Behrens] tdf#121002 Cells not recalculated after moving data within ranges pointed to by a shared formula group. [Eike Rathke] tdf#121120 Png image is black when OpenGL enabled [Miklos Vajna] tdf#121439 PRINTING Crash when calling a print configuration dialog if selected cell range while several print areas are defined across multiple sheets [Luboš Luňák] tdf#121456 Writer: DOCX export from ODT: wrong tabs stops in TOC [Serge Krot] tdf#121615 Writer: PDF export of JPEG images from ODT/DOCX stretched and cropped with OpenGL enabled [Luboš Luňák] tdf#121686 Assert on text + space + dash + enter [Julien Nabet] tdf#122226 DOCX Import Pie chart data labels new line separator changes to semicolon [Balazs Varga] tdf#122301 FREQUENCY: force array mode on arguments and immediate caller [Eike Rathke] tdf#122790 Table background color isn't shown when opening table background tab [Jim Raykowski] tdf#122803 Gallery import: File picker window title not localizable [Caolán McNamara] tdf#122804 Bitmap import: File picker window title not localizable [Caolán McNamara] tdf#122892 Writer hangs when deleting specific line [Michael Stahl] tdf#122942 Inserting shape over chart in DOCX inserts it below chart [Miklos Vajna] tdf#122989 Update check item is available in Notebookbar Groupedbar without function if online update module is not installed [Thorsten Behrens] tdf#123104 FILESAVE DOCX Cell gets resized after saving in LO [Miklos Vajna] tdf#123243 Spacing difference between Word & LibreOffice from an OOXML file. [Miklos Vajna] tdf#123259 Assert when add a new line after a form control (in design mode) [Michael Stahl] tdf#123293 FILEOPEN: (from stream) shows a warning "Not all Attributes could be read." [Michael Stahl, Samuel Mehrbrodt] tdf#123313 Undoing ToC insertion in middle of word causes assertion failure [Michael Stahl] tdf#123372 No anti-aliasing for image with OpenGL enabled [Luboš Luňák] tdf#123379 Menu bar remains visible on pressing the Menubar icon on/off toggle (Linux - KDE). [Katarina Behrens] tdf#123455 Breeze Dark icon set is missing some icons [andreas kainz] tdf#123470 [ally] Libreoffice writer. Problems "save as" or "save a copy" when using text box [Caolán McNamara] tdf#123479 Crash in: ScFormulaResult::GetMatrixFormulaCellToken() [Luboš Luňák] tdf#123504 Impress fails to render donut and pie charts with 100 and 0 entries in only column [Mike Kaganski] tdf#123547 Systematic crash after opening Tools > Chapter Numbering [Julien Nabet] tdf#123624 !!br0ken!! shown after autocorrection and undo [Mike Kaganski] tdf#123650 dialog Page Style, tab Page: tab does not bring focus to lower part of page (GTK3+) [Caolán McNamara] tdf#123714 Moving (Cut&Paste, Drag&Drop) a column range within the same row into a shared formula group's reference may not recalculate the first affected formula cell (procedure in comment 11). [Eike Rathke] tdf#123736 Changing a reference in a formula cell of a shared formula group may not rebuild all dependencies of the then split group. [Eike Rathke] tdf#123772 UNO: Setting dialog resizable has no effect [Samuel Mehrbrodt] tdf#123815 Import from LWP files cause "General input/output error." [Caolán McNamara] tdf#123829 Line below table missing (in comparison to OpenOffice) [Samuel Mehrbrodt] tdf#123832 Libre Office ver 6.2 (x64 Setup hang up while trying to install [Mike Kaganski] tdf#123923 Exporting to XLSX makes Excel show error and drop pivot table, if table's data has Err:504 instead of #REF! [Mike Kaganski] tdf#123975 "Support primary keys" checkbox in Advanced Settings dialog must be tri-state [Caolán McNamara] tdf#123999 time change causes the return of "parameter index out of range... using mysql and J/connector [Julien Nabet] tdf#124024 Scaling factor of the Sheets isn't displayed correct [Caolán McNamara] tdf#124025 Table formulas don't update before print, export to PDF or preview when a field changes [Samuel Mehrbrodt] tdf#124035 LibreLogo: lost support of starting colon in variable names [László Németh] tdf#124058 Bitmap dialog in table properties dialog slightly cramped (gen) [Jim Raykowski] tdf#124109 Justified Arabic text has gaps in place of kashida [Khaled Hosny] tdf#124111 Cannot enter negative number for cross other axis at value [Caolán McNamara] tdf#124112 Insert drawing object in chart crashes LibreOffice [Noel Grandin] tdf#124142 Segfault after removing html and changing view ( GTK3 / KDE5 ) [Caolán McNamara] tdf#124162 Crash when trying to accept changes [Henry Castro] tdf#124226 LibreOffice crashes / hangs traversing page dialog with the keyboard [Caolán McNamara] tdf#124234 Paragraph styles: some settings get lost when switching to different tab without Apply [Caolán McNamara] tdf#124297 Libreoffice does not recognize Amazon Corretto Java Runtime [Mike Kaganski] tdf#124318 FILEOPEN: XLS Hyperlink URL incorrect [Noel Grandin] |
||
tnn
|
a6e3820acc |
libreoffice: harfbuzz-2.4.0.tar.bz2 checksum is wrong for some reason
use "canonical" checksum from fonts/harfbuzz |
||
gdt
|
0b0981e926 |
misc/libcdio: Update to 2.1.0
Note that upstream no longer builds cdda-player on NetBSD or OpenBSD. version 2.1.0 ============= 2019-04-17 Holy Wednesday Most (all?) of the improvements and bug fixes are thanks to Thomas Schmitt and Edd Barrett. This release introduces an OpenBSD driver, courtesy of Edd Barrett, based on the NetBSD driver. - NetBSD driver fixes. Switch from MSF addressing to LBA addressing in driver. (Edd Barrett and Jasper Lievisse Adriaanse) - Fix handling in drivers,libcdio-paranoia and `cd-info` when starting track number is greater than 1. (Edd Barrett and Thomas Schmitt) - More tolerant of non-compliant ISOs such as openSUSE Leap 15.0. - `cdda-player` fixes, such as adding a missing `-d` in cdda-player help (Thomas Schmitt and Edd Barrett) - `cdtext_list_languages_v2()` to be preferred over now deprecated `cdtext_list_languages()`. New API call `cdtext_set_language_index()`. (Thomas Schmitt) - Add `read-disc-struct` example program to show how to use a MMC `DVD_READ_DISC_STRUCTURE`. (Thomas Schmitt) - Various errors in driver reading turned into warnings. (Edd Barrett and Thomas Schmitt) - Some code cleanups and documentation improvements. - Bugs: * [Bug 53170: I/O leak when we can't read ISO file ](https://savannah.gnu.org/bugs/index.php?53170) * [Bug 53928: Cdtext not displayed in case of `CDTEXT_LANGUAGE_UNKNOWN`](https://savannah.gnu.org/bugs/index.php?3929) * [Bug 53929: cd-text with invalid characters failing to convert to utf8](https://savannah.gnu.org/bugs/index.php?3928) |
||
bsiegert
|
65fc216b57 | Revbump all Go packages after go112 update | ||
wiz
|
0db6be632e | *: remove references to ruby 2.3 | ||
gutteridge
|
a0587b2429 |
mate-utils: work around issue with itstool failures
Disable the pt translations for one mate-utils component for now, to work around an issue where itstool is intermittently failing. This addresses PR pkg/54071. Okay youri@. |
||
ryoon
|
c3e263fdf1 |
Use harfbuzz-2.4.0 as internal harfbuzz
* Improve handling of additional distfiles * Bump PKGREVISION |
||
ryoon
|
6fc378bce9 | Recursive revbump from textproc/icu | ||
wiz
|
a3b31632a5 | *: recursive bump for poppler 0.75 -> 0.74 downgrade | ||
gutteridge
|
528a4cfb29 |
mate-utils: revert part of the last change to Makefile
The hard dependency on itstool >= 2.0.5 actually didn't fix the issue; there is something else still amiss, so revert that part to simplify. |
||
adam
|
1f15dfa475 |
stellarium: updated to 0.19.0
0.19.0: The major changes of this version: - 5 new sky cultures - Refactoring the code: many improvements and fixes - Added many DSO textures - Many improvements for Scripting Engine |
||
wiz
|
ec70429ab5 | *: recursive bump for poppler-0.75 | ||
wiz
|
9a337638ca |
calibre: update to 3.40.1.
Add more dependencies. Probably still more to do in that regard. - version: 3.40.1 date: 2019-03-08 new features: - title: "TXT Input: Use markdown 3.0 with support for new extensions such as code highlighting and smarten punctuation." - title: "Book details panel: Allow editing the identifiers for the book by right clicking on the existing Ids." tickets: [1815005] - title: "Content server: Allow specifying custom URLs for the 'Search the internet' feature via Preferences->Sharing over the net->Search the internet." tickets: [1810923] - title: "Tag browser: Category editor: Add a checkbox to restrict the entries shown to only those present in the current Virtual library" - title: "Allow adding files to selected book records from the clipboard. To use copy a file from windows explorer, right click the Add books button and choose: Add files to selected books from clipboard" tickets: [1815419] - title: "Tag browser: When right clicking on a saved search add a menu option to search using the raw search expression." tickets: [1816274] - title: "Tag browser: Have pressing the Enter key find the next match." tickets: [1816276] - title: "Windows: Add a button to Preferences->Sharing over the net to set calibre to run when the computer starts" bug fixes: - title: "Fix a regression in the previous release that broke Copy to library and delete after when copying a duplicated book." tickets: [1816224] - title: "Edit book: Fix pasting of image from clipboard using (Ctrl-V) not working" - title: "Content server: Fix {id} not working in the custom list template" tickets: [1818308] - title: "EPUB/MOBI Catalogs: Fix presets not saving title and format information." tickets: [1818838] - title: "macOS: Respect the system setting for text insertion cursor blink time" - title: "FB2 Output: Fix comments from the input document not present in the output." tickets: [1815357] - title: "calibredb: Fix adding books with an OPF file to a remote server not picking up the cover specified in the OPF file" - title: "TXT Input: Fix option to remove indents at the start of lines breaking conversion of markdown documents." tickets: [1814989] - title: "EPUB/MOBI Catalog generation: Allow matching empty fields in exclusion rules." tickets: [1814458] - title: "EPUB/MOBI Catalogs: Fix multiple books with the same title but different authors in a genre not being listed." tickets: [1415990] - title: "Update the Get Books and metadata Amazon.com plugins to handle changes to the markup on the Amazon results page" - title: "Version 3.40.1 fixes a bug in 3.40 that could prevent calibre starting when using a custom date column" improved recipes: - Scientific American - Taipei Times - Harpers Magazine - General Knowledge Today - Granma - South China Morning Post - New York Times (Web) - China Daily - "1843" - Pro Physik - Caravan Magazine - Spektrum der Wissenchaft new recipes: - title: Quanta Magazine author: lui1 - title: El Periodico Mediterraneo author: benages - version: 3.39.1 date: 2019-02-01 new features: - title: "Content server: Implement the \"Copy to library\" function. To use it click the three dots in the top right corner of a book's page and choose \"Copy to library\"" tickets: [1810486] - title: "Content server: Add Next/Previous buttons to the book details page" bug fixes: - title: "Content server: Fix editing metadata that affects multiple books causing all the metadata for all the books to become the same." tickets: [1812781] - title: "Open With: Fix using .bat files as the program not working." tickets: [1811045] - title: "ZIP Output: Fix an error when building the ToC on macOS for some books with non-ASCII ToC entries" tickets: [1813905] - title: "Edit book: Check book: Follow recent releases of epubcheck in expecting .ttf files to have the mime-type application/vnd.ms-opentype in EPUB 3 books" - title: "Fix font mime-types not being auto-corrected when upgrading EPUBs from 2 to 3" - title: "Content server: Try to detect if a book file has been edited outside of calibre and serve the updated copy" - title: "Fix merging books not updating author if the source book has no title" - title: "Content server: Fix heading for custom comments columns being duplicated in the book details page" - title: "Fix editing of dates not working is the date format is set to iso." tickets: [1812560] - title: "Version 3.39.1 fixes a bug in 3.39.0 that broke copy to library for books that have saved conversion options" tickets: [1814279] improved recipes: - Spiegel Online - Il Post new recipes: - title: BSI News author: Volker Heggemann - title: Science Advances author: Jose Ortiz - version: 3.38.1 date: 2019-01-18 new features: - title: "Tag browser: When using the Find function have unaccented characters match their accented equivalents, if the setting for it is set in Preferences->Searching" - title: "DOCX Input: When converting indices, put each sub-entry on its own line." tickets: [1811611] - title: "Edit book: Insert hyperlink: Add history for the template" - title: "Edit book: Insert hyperlink: Add a few more variables for the link template: _SOURCE_FILENAME_, _DEST_FILENAME_ and _ANCHOR_" bug fixes: - title: "Catalogs: Set the language of created catalogs to the calibre interface language instead of English" tickets: [1810936] - title: "DOCX Input: Do not display section breaks that have a numbering style applied to them." tickets: [1811611] - title: "Content server: Fix listening on :: not also listening on IPv4 interfaces on Windows" - title: "DOCX Output: Fix heading styles that have the same font size as body text getting incorrect font sizes after conversion." tickets: [1811616] - title: "EPUB/MOBI Catalogs: Fix prefix rules not working when calibre UI language is something other than English" - title: "EPUB/MOBI Catalogs: Fix exclusion by tag not working for tags that have spaces in them" - title: "Subset fonts: Fix error when trying to subset unicode characters that require two UTF-16 code points on Windows." tickets: [1811224] - title: "Content server: Fix option to restrict displayed user field not working in the /opds view" - title: "Tag browser: Fix incorrect icon for user categories." tickets: [1810217] - title: "PDF Output: Fix conversion failing when fonts with non-English names are used." tickets: [1812218] - title: "3.38.1 fixes a typo in 3.38.0 that caused the Polish books function to not work when polishing small numbers of books" improved recipes: - Chicago Tribune - New York Times Book Review new recipes: - title: Nature author: Jose Ortiz - version: 3.37.0 date: 2019-01-04 bug fixes: - title: "Switch from cssutils to css_parser for parsing CSS. Fixes various minor, long standing bugs" - title: "calibredb: Fix adding books from directories to a remote server running on Windows not working" - title: "Edit Book: Fix style attribute on <html> tags not being preserved when editing AZW3 files." tickets: [1810193] - title: "Get Books: Use an external browser for Google Books" tickets: [1810205] - title: "Saving to disk: Fix errors on Linux/macOS if the title/authors are long enough to make individual path components larger than 255 characters." tickets: [1807525] - title: "PDF Input: Fix non-breaking spaces represented as entities in the output of pdftohtml, which breaks some search/replace expressions" - title: "Edit book: Fix a crash when mousing over links in an instance of the editor launched standalone on macOS Mojave" tickets: [1805521] - title: "Conversion: When converting with font size rescaling disabled, convert font size names to rem unit rather than pt units." tickets: [1809671] - title: "Windows: When registering calibre programs as possible handlers for various file types, dont set the AllowSilentDefaultTakeOver registry key" - title: "macOS: PDF Output: Fix bold fonts not working on Mojave." tickets: [1799750] - title: "Content server: Fix strings with double quotes not being translated." improved recipes: - Il Post - version: 3.36.0 date: 2018-12-21 new features: - title: "Happy Holidays to everyone!" - title: "Kobo driver: Add supported for newly released firmware update" bug fixes: - title: "Kobo driver: Fix a regression in the last release that caused book title to appear as Unknown if metadata management was set to manual in calibre." tickets: [1807914] - title: "PDF Output: Do not fail if one of the fonts from the source document has no name metadata" improved recipes: - Wall Street Journal - ESPN - Al Jazeera (English) - version: 3.35.0 date: 2018-12-07 new features: - title: "Edit book: Insert hyperlink: Allow specifying a template to control the markup that is inserted for the hyperlink." tickets: [1804250] - title: "Metadata download: Add an option (in Preferences->Metadata download) to keep multiple results from individual metadata sources, useful if you prefer to pick the best result by hand and use only one or two metadata sources." tickets: [1802293] - title: "KoboTouch driver: Extend the metadata updated in the Kobo device database to all metadata displayed on the device. The update is only done for books already on the device. Needs to be enabled via Preferences->Plugins->Customize the KoboTouch device plugin." bug fixes: - title: "E-book viewer: Fix a regression that broke viewing of HTMLZ files" tickets: [1691976] - title: "Edit book: Fix suggestions in completion popup not being sorted." tickets: [1803985] - title: "Windows: Fix restarting calibre with system tray icon enabled causing duplicate defunct icons in the tray." tickets: [1803034] improved recipes: - Wired Magazine - Wall Street Journal - Telepolis - Yahoo News - Associated Press - Mother Jones new recipes: - title: Macrobusinness author: 2018robert - title: Sports Illustrated author: Kovid Goyal - title: Le Peuple Breton author: Lionel Plais - title: Mandiner author: pofa - version: 3.34.0 date: 2018-11-08 new features: - title: "Support for the new Kindle Paperwhite 2018" tickets: [1802088] - title: "Metadata plugboards: Allow defining plugboards that modify comments metadata as well" - title: "E-book viewer: Add a keyboard shortcut (Ctrl+M) for toggling between paged and flow mode" bug fixes: - title: "EPUB Input: Handle invalid EPUB files that have their NCX documents in the spine." tickets: [1796497] - title: "EPUB3 Input: Handle EPUB 3 files that incorrectly use EPUB 2 markup to identify cover images." - title: "Content server: Fix --url-prefix feature not working with book conversion" improved recipes: - Business Standard - Washington Post - General Knowledge Today - How To Geek new recipes: - title: Arts and Letters Daily author: pjpaulpj - title: Magyar Idok author: pofa - version: 3.33.1 date: 2018-10-19 new features: - title: "Driver for the new Kobo Forma" - title: "PDF Output: Add a new 'page number map' setting to easily modify page numbers as needed in headers/fotters and the generated inline table of contents." tickets: [1796902] - title: "Edit book: Insert image: remember size of displayed thumbnails." tickets: [1795845] - title: "Edit book: Compress images losslessly: Remember the last used compression quality for jpeg compression." tickets: [1796950] bug fixes: - title: "CHM Input: Fix a regression in the previous release that broke processing of CHM files." tickets: [1796889] - title: "Fix clearing of metadata download author and tag map rules not working" - title: 'Fix notifications from calibre being displayed as "Others" on the GNOME desktop' improved recipes: - Ambito Financiero - Pagina 12 - stuff.co.nz - The New Zealand Herald - Various Polish news sources - version: 3.32.0 date: 2018-09-28 new features: - title: "Edit book: Insert image dialog: Add buttons to change the image thumbnail size." tickets: [1791428] - title: "Book details panel: Allow right clicking on a format to open it in the calibre editor" - title: "Edit metadata dialog: Allow viewing or editing specific formats by right clicking the format in the formats list" - title: "When creating a metadata jacket allow HTML in custom long text columns" - title: "Content server: When editing metadata add a button to remove the existing cover. Note that after removing the cover a auto-generated cover is displayed instead. You might need to hit refresh in your browser to see the change." tickets: [1794123] - title: "Content server: Date edit: Add buttons to clear the date or set it to today's date" bug fixes: - title: "When showing books on the device, disable keyboard shortcuts for actions that operate on library books" - title: "Content server: Custom List: Fix a zero series index being displayed as one" - title: "Content server: Fix covers not being updated in downloaded copies of some books." tickets: [1699932] - title: "PDF Output: Fix an error that could occur in rare circumstances when using the option to read page margins from the input document" tickets: [1792616] - title: "Edit book: Check book: Fix an error if a filename contains a % character" - title: "PDF Output: Fix CSS opacity property causing text to not be rendered. Now opacity is ignored, as it is unsupported by Qt WebKit." tickets: [1792048] - title: "Create custom column dialog: Ensure that the format numbers field is always visible" improved recipes: - Washington Post - version: 3.31.0 date: 2018-09-07 new features: - title: "Book list: Allow changing the font used for any column to bold and/or italic by right clicking on the column header and choosing 'Change font style'." description: "Note that this setting is per-library so it has to be done once for the book list in every calibre library." tickets: [1758434] - title: "fetch-ebook-metadata.exe: Allow specifying identifiers other than just ISBN" - title: "Amazon metadata download: Add support for Amazon Australia (can be configured via Preferences->Metadata download->customize the amazon metadata source)" - title: "Table of Contents Edit tool: When generating from XPath's add a checkbox to control if duplicate entries at the same level are added or not." tickets: [1790761] - title: "Edit book: Allow disabling the popup to show changes after running the Fix HTML and Beautify all files tools." tickets: [1789540] bug fixes: - title: "DOCX Input: Fix figures in newer Word documents being duplicated." tickets: [1789238] - title: "Content server: Disable offline access if application cache is not available, rather than failing." tickets: [1737642] - title: "DOCX Output: Workaround for broken CSS that uses -o-pre-wrap for the white-space property" tickets: [1786410] - title: "Metadata download: Remove the option to lookup first edition dates as the service used to get the data no longer exists" improved recipes: - Howto Geek - Welt der Physik - Neue Osnabrucker Zeitung - Fortune Magazine - version: 3.30.0 date: 2018-08-24 new features: - title: "ToC Editor: When generating ToCs using headings/XPath ignore duplicate entries at the same level that have the same text." tickets: [1735799] - title: "Windows: The default calibre library location is now not in My Documents but instead in the user home folder, to avoid issues with OneDrive auto-syncing calibre libraries" tickets: [1787488] - title: "Kobo driver: Support for new firmware version" - title: "Add a tweak (in Preferences->Tweaks) to allow skipping network check on news download" - title: "Edit metadata dialog: Show a confirmation dialog on cancel if some changes have been made." tickets: [1786544] bug fixes: - title: "Downloaded metadata review dialog: Fix a regression in the last release that broke the revert buttons" - title: "E-book viewer: Fix clicking links in the footnote popup ignoring the anchor part of the link." tickets: [1786577] - title: "ToC editor: Fix generating toc entries from links not working for links that start with #" - title: "HTML Input: Collapse multiple spaces in filenames when sanitizing them." tickets: [1788187] - title: "Edit book: Remove matching tag: Fix incorrect removal if the remove matching function is triggered in rapid succession" - title: "Edit book: Fix some links in the file being split not being adjusted when splitting HTML files." tickets: [1787892] - title: 'Fix a crash when using some third party plugins and enabling the "two lines for text under icons" option' tickets: [1787700] - title: "Make the create catalog dialog freely resizable" tickets: [1787523] - title: "DOCX Input: Fix an error when converting some DOCX files with inherited fonts." tickets: [1786414] - version: 3.29.0 date: 2018-08-10 new features: - title: "Add a option to draw a grid in the main book list (Preferences->Look & feel)" - title: "Edit book: Allow removing the currently highlighted tag (while keeping its contents) by pressing Ctrl+>. You can also add a tool to do it via Preferences->Toolbars" - title: "Content server: When defining a color scheme for the in browser viewer allow specifying the link color as well as the foreground and background." tickets: [1735904] - title: "Edit book: Show a popup after a fix all HTML/Beautify all files so the user can easily see what was changed, if needed." tickets: [1785482] - title: "Kindle driver: Create cover thumbnails on the device when transferring KFX format books" - title: "Edit Book: Recognize numbers in image names in the 'Insert image' dialog" tickets: [1782981] bug fixes: - title: "Content server: Display custom comments field on the book details page in the same order as in the calibre GUI" - title: "Edit book: Fix open image editors not being updated when image file is replaced" - title: "Fix keyboard shortcuts for Edit book tools created from plugins not working" - title: "PDF Output: Fix error when trying to convert books that do not specify a language in their metadata." tickets: [1783563] - title: "Browser viewer: Fix inability to open books that contain zero-byte stylesheets/images" improved recipes: - Boston Globe - Newsweek - Ambito and Ambito Financiero - New York Times - New England Journal of Medicine - The Hindu Business Line - Private Eye - Le Temps - version: 3.28.0 date: 2018-07-20 new features: - title: "Allow creating rules to transform author names when adding books to calibre. Accessible via Preferences->Adding books->Adding actions" tickets: [1780152] - title: "Add a similar author mapper tool to manipulate author names in the existing library. Accessible via Preferences->Toolbars" - title: "Add a similar author mapper tool for metadata downloading, accessible via Preferences->Metadata download" - title: "Comments Editor: Add options to change the case of the selected text to the right click menu" tickets: [1780469] - title: "Edit book: When sorting non text files in the File list recognize numbers in the file names" tickets: [1781721] bug fixes: - title: "calibredb catalog: Recognize file extensions even when they are not lowercase" improved recipes: - Sunday Times Magazine UK - The Economist - The Houston Chronicle - El cohete a la luna - CBC Canada new recipes: - title: Il Post author: frafra - title: Bloomberg Columnists author: Dale Furrow - version: 3.27.1 date: 2018-07-06 new features: - title: "Content server: Allow conversion of books" type: major description: "Click the convert icon in the top bar of the book details page to convert a book. Note that conversion only works for logged in users who have permission to make changes to the calibre library." - title: "Kobo driver: Add support for new firmware" - title: 'Bulk metadata edit dialog: Add an "edit tags" button for tags like custom columns.' tickets: [1779299] - title: "Add an option in Preferences->Look & feel to disable the new 'drag and drop to merge books feature'" - title: "E-book viewer: Add a shortcut (Ctrl+Alt+B) to toggle the bookmarks panel." tickets: [1780097] - title: "Edit book: Add a copy to clipboard button on the various report dialogs" - title: "Edit book: Add a shortcut (Ctrl+Alt+Down) to edit the next file in the book spine." tickets: [1779616] - title: "calibre-smtp: Verify relay server TLS certificates by default. New option --dont-verify-server-certificate to restore old behavior." bug fixes: - title: "Version 3.27.1 fixes a build error in 3.27.0 that caused calibre not to start on macOS older than High Sierra" - title: "Conversion: Fix a regression in the previous release that caused conversion of EPUB 3 to EPUB 3 to fail." tickets: [1779518] - title: "Fix detection of the Bookeen NolimbookXL on macOS and Linux" tickets: [1780302] - title: "Fix a regression that broke the fetching of annotations from Kobo and Kindle devices." - title: "DOCX Input: Fix failure to convert some DOCX files that use Symbol fonts." tickets: [1777390] - title: "When exporting very large libraries fix failures due to busy errors." tickets: [1779664] - title: "Fix commas not working in identifiers that are transformed to URLs via rules." tickets: [1779602] - title: "Review downloaded metadata: Fix cancel button on the confirm reject all dialog not working." tickets: [1779576] - title: 'Kindle Fire driver: Send books by default to the "kindle" folder instead of the "Books" folder to workaround a change in the Fire firmware that causes the Kindle to not recognize files in the Books folder.' - title: "Linux installer: Also fix the execute bits in the umask if the user runs the installer with a umask that prevents files from being world executable." - title: "Sort the entries in the show column menu alphabetically." tickets: [1778155] improved recipes: - Gosc Niedzielny - Cracked.com - Psychology Today - The Atlantic - LA Times - Handelsblatt - Newsweek - version: 3.26.1 date: 2018-06-15 new features: - title: "Book list: Allow drag and drop of books onto other books to merge the book records." tickets: [1775123] - title: "Check Book: External link checker: Also check HTML anchors (the part after the # in the link). Can be turned off via a checkbox at the bottom of the link checker window." - title: "Edit Book: Preview panel: Show previews when editing SVG files" - title: "Edit book: When downloading external resources, also convert data URLs into files." tickets: [1774945] - title: "E-book viewer: When the controls are hidden show the progress in the window title." tickets: [1776710] - title: "Library Quick switch menu: Highlight the previously switched from library in bold." tickets: [1775888] bug fixes: - title: "PDF Input: Fix a regression in 3.24 that caused conversion of PDF to be significantly worse." tickets: [1775984] - title: "E-book viewer: Fix very slow loading for HTML files with very many images on Linux." tickets: [1774884] - title: "Content server: Fix a regression in 3.14 that removed the separator between books in the detailed list view mode." tickets: [1776294] - title: "Edit book: Fix SVG files not being beautified by the Beautify all files tool" - title: "Edit book: Fix searching in selected files not searching SVG files" - title: "Fix Tweaks help string not being displayed translated" - title: "Edit metadata dialog: Fix distorted rendering of some labels in the custom metadata tab in rare circumstances." tickets: [1766762] - title: "version 3.26.1 prevents dropping of a book onto itself from triggering the merge dialog, which should reduce accidental triggers" tickets: [1777054] improved recipes: - Slate - New York Times Book Review - The Independent UK - NYTimes Tech Beat - New York Times - Cracked.com new recipes: - title: El Cronista author: Darko Miletic - version: 3.25.0 date: 2018-06-01 new features: - title: "Kobo driver: Support the new Clara HD" - title: "PDF Output: Add an option to use page margins from the input document, specified via @page CSS rules." description: "Allows individual HTML files in the input document to have different page margins in the output PDF." tickets: [1773319] bug fixes: - title: 'Fix option to "show text under buttons only if there is enough space" not working well with the option to use "two lines for the text under the buttons".' tickets: [1773426] - title: "Update notification: When both calibre and plugin updates are available and the user updates only the plugins, fix the restart calibre button not working." tickets: [1774059] - title: "E-book viewer: Fix printing of comics (cbz/cbr files) not working." tickets: [1774163] - title: "EPUB3 Input: Fix Table of Contents not being recognized for some EPUB 3 books that placed their nav document in-side a sub-folder." tickets: [1773627] improved recipes: - Associated Press - version: 3.24.2 date: 2018-05-25 new features: - title: "Conversion: EPUB Output: Add an option to output EPUB 3 files." type: major - title: "PDF Output: Add an option to break long words at the ends of lines." tickets: [1773111] - title: "PDF Output: Allow using images in the header/footer templates" - title: "Add an option to use two lines for the text under the toolbar button in Preferences->Look & feel" - title: "Edit book: Spell check: Update the number of misspelled words/total words displayed when correcting/ignoring words." tickets: [1772276] - title: "Edit book: Fix HTML: Automatically resolve private entities" tickets: [1772157] - title: "Improve formatting of help in Preferences->Tweaks" - title: "ToC Editor: Allow undo for renaming single items as well." tickets: [1769442] bug fixes: - title: "Version 3.24.2 fixes a bug in the new EPUB 3 output functionality that prevented conversion of non-EPUB 3 books to EPUB 3" - title: "Version 3.24.1 fixes a regression in the 3.24 in the editor that caused syncing between the editor and the Preview panel/Live CSS panel to not work correctly" - title: "PDF Output: Strip zero-width space characters from the text as their presence prevents searching from working" - title: "DOCX Output: Fix <pre> tags not being converted correctly." tickets: [1772219] - title: "DOCX Input: Fix incorrect conversion of a framed block that contains a list." tickets: [1771279] - title: "Conversion: Fix private entities that use the same name as an HTML entity not being handled correctly" tickets: [1772157] - title: "Viewer: Fix HTML files with private entities displaying an artifact at the top" tickets: [1772157] - title: "Edit book: Check book: Show an error for HTML files with private entities" tickets: [1772157] - title: "EPUB3 Input: Fix titlepage being referred to in the nav causing two titlepage entries in the final book." - title: "Fix throbber buttons not being perfectly aligned inside toolbars" - title: "Quickview: Fix sizes not being displayed." tickets: [1772151] - title: "Edit book: Compress images tool: Do not mark the book as changed if no images could be further compressed." - title: "Book list split-view: Fix horizontal scroll position of split view can change when changing the current column in one view." - title: "Fix Bookeen Saga not being recognized on macOS/Linux." tickets: [1769681] - title: "Edit metadata dialog: Fix undo last trim not working for automatic trims." tickets: [1769606] - title: "Content server: Fix series field blank in Italian translation" - title: "BeautifulSoup: Port fix from upstream for outputting bare ampersands in strings." tickets: [1769481] - title: "calibredb add: Run the input plugins before reading metadata instead of after." improved recipes: - The New York Times Book Review - New York Times - Le Devoir new recipes: - title: The Federalist author: Kovid Goyal - version: 3.23.0 date: 2018-05-04 new features: - title: "Kobo driver: Add support for new firmware" tickets: [1767589] - title: "Book polishing: Add an option to upgrade EPUB 2 to EPUB 3" - title: "DOCX Input: Convert text written with dingbat fonts such as Wingding or Symbol correctly." - title: "When choosing the page to use as a cover from a PDF file, add a button to render more pages, if needed" - title: "TXT Input: Add support for embedded images that use relative URLs when converting markdown or textile. Note that this will only work if you are converting using the ebook-convert command line tool as the main calibre program moves files around, so relative references will not be valid." - title: "Edit book: Insert special character: Add an option to select if searching should match all words or any of the words" - title: 'Edit book: Insert special character: When searching by name match prefixes in addition to whole words. So you can now type "horiz" to match "horizontal".' - title: "Linux installer: Simplify the command used to install calibre and add support for Ubuntu 18.04 which is missing a default python executable" - title: "When upgrading EPUB 2 to EPUB 3 add the 'epub' namespace to all HTML files, for convenience." tickets: [1765944] - title: "Kobo driver: Add an option to not maintain bookmarks/read status/etc. when resending a book already on the device." bug fixes: - title: "Edit Book: Fix an error caused by a landmark entry in EPUB 3 files that has an <a> tag without an href attribute." - title: "Edit Book: Fix names for some control characters not being displayed in the status bar" - title: "Searching: Fix A (B) not being treated as A AND (B)" - title: "DOCX Input: Ignore complex script font styles. Fixes conversion of documents that specify only complex script styles and no simple script styles." tickets: [1766650] - title: "When updating EPUB 2 to EPUB 3 ensure only a single dc:date element is present in the OPF" - version: 3.22.1 date: 2018-04-19 new features: - title: "Edit book: Add a tool to upgrade books from EPUB 2 to EPUB 3 (Tools->Upgrade book internals)" description: "Automatically upgrades metadata, converts the NCX table of contents and adds required manifest annotations" type: major - title: "Add support for the FBZ format (zipped FB2)" tickets: [1762634] - title: "Kindle driver: Change the height of generated thumbnails to 500px, needed for the Oasis 2017" - title: "Edit book: When bulk renaming files add an option to rename by the order in which the files appear in the book." - title: "Polishing: Recognize titlepages that are marked as covers in the EPUB 3 landmarks section" - title: "Edit Book: Automatically updated the modified timestamp in the OPF when saving EPUB 3 books." - title: "Remove the ISBNDB metadata plugin as ISBNDB no longer allows free lookups." tickets: [1761906] bug fixes: - title: "EPUB 3 metadata: If the book defines more than one author sort value for an author use the first instead of the last" - title: "Check Book: Dont warn for nav document not in spine in EPUB 3 books" - title: "Linux installer: Fix umask question not working with the recommended install command because stdin is a pipe" - title: "Browser viewer: Show an error message when trying to use the Sync function without being logged in" - title: "When setting cover from a PDF file and the user clicks cancel, do not delete the existing cover" improved recipes: - Globe & Mail - National Geographic - Slate - GoComics - Oregonian new recipes: - title: "Le Monde: subscriber paper edition" author: Remi Vanicat - version: 3.21.0 date: 2018-04-06 new features: - title: "Browser viewer: Allow showing the time left in the current chapter/book in the header and footer areas of the book." description: "To use go to the preferences of the browser viewer and customize the headers and footers to display the time left. Note that time left in chapter only works correctly if chapters are in separate HTML files in the book." - title: "Manage tags dialog: Searching now shows all matching tags and there is an undo button to undo changes." tickets: [1743896] - title: "Add an output profile for the Kindle Oasis 2017" tickets: [1759434] bug fixes: - title: "Content server: Fix adding/deleting books and editing metadata not updating the main calibre book list automatically." tickets: [1761017] - title: "Viewer: When doing a dictionary lookup, remove soft hyphens from the word, if any are present." tickets: [1760292] - title: "Edit metadata dialog: Fix tab order for buttons to the left of the title and author" - title: "Trim cover dialog: Remove the redundant Trim & OK button, instead have the OK button trim automatically if there is a selection." tickets: [1759671] - title: "Update Amazon metadata plugin for a website change" - title: "Content server: Fix translations not being updated without clearing the browser cache" - title: "Content server: Fix switching from translations to no translations not working" - title: "Content server: When updating interface data do not transmit translations if they have not been changed. Saves ~30-60KB bandwidth when using non-English interface language." improved recipes: - The Atlantic - Fortune Magazine - Telegraph UK - Hot Air - Reader's Digest - The Economist - version: 3.20.0 date: 2018-03-23 new features: - title: "Content server: Allow editing the metadata of books from the book details page" type: major description: "On the book details page, you can now edit any metadata and change covers by clicking the edit metadata icon in the right area of the top bar. Note that only users that have write permissions for the library can edit metadata." - title: "Kobo driver: Recognize Kobo Aura 2 with new firmware (4.6.10188)" bug fixes: - title: 'When reading metadata from HTML also recognize <meta name="dc.description"> as being comments' improved recipes: - Danas - Al monitor - Folha de Sao Paolo - New York Times - Wirtschaft's Woche - version: 3.19.0 date: 2018-03-09 new features: - title: "Driver for the new PocketBook 740" - title: "Allow using relative URLs in comments type metadata. The relative URLs are interpreted relative to the book folder in the calibre library" - title: "Edit book: Reports: Do not show characters from the HTML markup in the characters report." tickets: [ |
||
gutteridge
|
cc446691de |
xfce4-weather-plugin: update to 0.9.1
0.9.1 ===== - Use https for all connections (bug #13645) - Use the latest sunrise API (2.0) (bug #14972) - Use xfce_panel_plugin_get_icon_size so the weather icon respects the panel's configured icon size - Fix link to the met.no logo - Translation updates: Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Czech, Danish, Dutch, English (Australia), Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Italian, Japanese, Korean, Lithuanian, Malay, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Swedish, Thai, Turkish, Ukrainian |
||
tsutsui
|
e743ac6f63 | libreoffice6-bin: fix distinfo for x86_64. | ||
tsutsui
|
f0409b6bf3 | misc/Makefile: add libreoffice6-bin | ||
tsutsui
|
3dea3ebe55 |
misc/libreoffice6-bin: import libreoffice6-bin-6.2.2.
LibreOffice is the free power-packed Open Source personal productivity suite for Windows, Macintosh and Linux, that gives you six feature-rich applications for all your document production and data processing needs: Writer, Calc, Impress, Draw, Math and Base. This package tracks libreoffice-6.x branch of official Linux binary. "Looks fine to me" by dholland@ in PR pkg/54066. |
||
ryoon
|
87ffff0d64 |
Update to 6.2.2.2
Changelog: Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.1 (rc2): tdf#90243 SIDEBAR: Named shapes incorrectly named in custom animation tab [Mark Hung] tdf#93951 Changing a formula calculation to include § causes truncation [Eike Rathke] tdf#101873 Cursor jumps to the begin of the document after searching for text not found [Miklos Vajna] tdf#110987 Binary MS Office files identified as template when they're opened lacking file extension or with "wrong" file extension [Tor Lillqvist] tdf#116382 UI: Border and background item of header and footer drop-down menu should open the dialog of Page style > Header > 'More' button [Aditya] tdf#117761 Snake Algorithm unable to display accurate layout. [Miklos Vajna] tdf#117890 Math Online Help: The screenshots in the Symbols and Edit Symbols pages are unhelpful [Olivier Hallot] tdf#118707 Crash when cutting some content [Luboš Luňák] tdf#119720 kde5: Buttons in some dialogs only shown after repaint is triggered [Aleksei Nikiforov] tdf#119890 Default directory for my documents is not xdg-user-dir DOCUMENTS [Takeshi Abe] tdf#120824 KDE5: Submenu for Edit -> Object doesn't appear [Aleksei Nikiforov] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#121440 EDITING DOCX, Word document edited in Writer by typing after and before footnote number, the typed text become superscript [Vasily Melenchuk] tdf#121532 LO62b1: on macOS local help opens an empty page in default browser [Stephan Bergmann] tdf#121949 Crash in: libsclo.so Copy block of cells to clipboard with focus on non-selected cell [Luboš Luňák] tdf#121970 kde5: Customizing menu breaks it [Aleksei Nikiforov] tdf#122256 KDE5: no menu in data provider dialog [Aleksei Nikiforov] tdf#122305 Form-Wizard: No wordwrap in Group Element and Combo Box Wizard for forms. [Caolán McNamara] tdf#122307 Wizards: Dialog for form elements like list box wizard or group box wizard isn't resizable any more [Caolán McNamara] tdf#122355 HELP button in Format Cells no longer opens help on Format Cells (it opens top of Help) [Caolán McNamara] tdf#122643 Crash in: libc-2.27.so after setting Named Ranges to e.g. F:F (non-absolute columns) [Luboš Luňák] tdf#122689 Cannot copy text from/to Libreoffice to/from other application in KDE [Michael Weghorn] tdf#122982 LibreOffice Calc cut/paste image anchored to cell not functioning as expected [Samuel Mehrbrodt] tdf#123057 MAILMERGE: Conditionally hidden sections can lead to wrong page count [Ilhan Yesil] tdf#123090 Text in table in PPTX placed very oddly [Gülşah Köse] tdf#123393 FILEOPEN RTF Font size in table cell is too big [Miklos Vajna] tdf#123400 FILESAVE DOCX Data Label Separator is changing to Semicolon after exported [Balazs Varga] tdf#123406 kde5: Crash pressing Esc in undocked Find toolbar [Aleksei Nikiforov] tdf#123426 Number gets reversed when entered in Format Paragraph / Tabs / Position field [Caolán McNamara] tdf#123451 the "." in the numeric keypad inputs '.' instead of ',' when using the kde5 VCL in Calc [Michael Weghorn] tdf#123477 Array formula with COLUMN() function evaluates to #VALUE error [Eike Rathke] tdf#123481 Threads get deadlocked in jurt [Samuel Mehrbrodt] tdf#123485 Excel 2003 xml file with xls extension detected as HTML [Noel Grandin] tdf#123488 Colibre: There isn't Currency icon (32px) in Calc [andreas kainz] tdf#123575 Error 501 will be produced on loading an ods with formulas in which characters in sheet name is recognized as illegal Char, even if the file is loadable in Excel. [Eike Rathke] tdf#123693 Libreoffice Draw Export to picture has size limit of 1000 [Caolán McNamara] tdf#123705 After save a DOCX file, it gives a error when it try to be open [Julien Nabet] tdf#123711 With only a Western language enabled the Font name listbox in the Character dialog is too wide, while the listbox for font Size is cramped [Caolán McNamara] tdf#123728 Printing via UNO hangs in certain situation [Samuel Mehrbrodt] tdf#123748 Time format may display uncorrected if value includes date [Eike Rathke] tdf#123763 In Impress and Draw, the menu item to break apart a SVG graphic is missing [andreas kainz] tidf#123772 UNO: Setting dialog resizable has no effect [Samuel Mehrbrodt] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.2 rc1: tdf#49684 the Navigator gets the focus when starting a new document while the Navigator is open [Jim Raykowski] tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot] tdf#122129 Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang [Tamas Bunth] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122900 When opening the navigator, the caret is no longer positioned on the list [Jim Raykowski] tdf#123304 Cannot deactivate OpenType features anymore in 6.2 [Khaled Hosny] tdf#123446 Writer crashes after undoing + redoing ToC insertion in middle of word [Michael Stahl] tdf#123452 Big file size due to missing compression of EMF files [Bartosz Kosiorek] tdf#123637 Crash when Navigate By Headings search wraps from end to beginning of file [Michael Stahl] tdf#123694 crash: Not possible to set Y error bars in Cell range [Caolán McNamara] tdf#123745 kde5: Writer: Closing "Insert" -> "Section" dialog leads to crash [Michael Stahl] tdf#123950 Inserting an envelope crashes upon choosing Format>Edit>Character in dialog box [Caolán McNamara] tdf#124028 Dialog to choose a font does not work anymore [Caolán McNamara] Bugs fixed compared to 6.2.1 rc1: tdf#113020 EDITING: Text alignment in some templates (for example) Alizarin not working for some textboxes [Laurent BP] tdf#116071 FILESAVE: .doc style is lost after saving file as .odt [Justin Luth] tdf#121532 LO62b1: on macOS local help opens an empty page in default browser [Stephan Bergmann] tdf#123298 Description problem in exported password protected PDF [Caolán McNamara] tdf#123378 (6.2 Regression) Printing always sets "document modified" status [Samuel Mehrbrodt] tdf#123433 FILEOPEN: DOC: Background from paragraph is applied to remainder of the document [Justin Luth] Bugs fixed compared to 6.2.0 (rc3): bnc#862510 oox smartart: backport fixes related to org chart [Miklos Vajna] cid#1371154 crash when running extension [Noel Grandin] i#124638 Picture background crash [Noel Grandin] ofz#12660 remove flys before removing trailing paras [Caolán McNamara] tdf#43220 UI: The Navigation Toolbox (top left of Navigator dialog) in Writer can incorrectly launch multiple instances [Caolán McNamara] tdf#70195 FILESAVE: DOCX export of empty header\footer exports wrong distance from top\bottom (seen only in MSWord) [Justin Luth] tdf#72987 [firebird db integration] big-endian LibreOffice unable to open little-endian embedded firebird db (found 2944.512, support 11.2) [Stephan Bergmann] tdf#79197 Unable to add track change comment when cursor is at the end of the tracked change [László Németh] tdf#87348 linked textboxes/frames don't work in .docx format [Caolán McNamara] tdf#87884 tabpages not displayed in Java/Python/basic dialog [Vasily Melenchuk] tdf#90694 Crash when deleting rows on multiple sheets [Eike Rathke] tdf#96892 Low precision in PDF export of SVG images leads to visible artifacts at high zoom levels [Michael Stahl] tdf#98211 RTL: Paragraph dialog justified combobox doesnt list 'right' [Caolán McNamara] tdf#98212 RTL: 'Text Direction' drop down menu doesnt update preview in alignment tab of paragraph dialog [Caolán McNamara] tdf#99631 DOCX import/export: with embedded XLSX loaded but incorrectly scaled when edit [László Németh] tdf#103703 When printing multiple duplex copies of a document with odd pages, the first page is printed on the back of the last page of the first copy [Gabor Kelemen] tdf#106463 Data Records Not Saved to External Firebird Database File [Lionel Elie Mamane] tdf#107416 Printing multiple copies results in multiple print jobs [Gabor Kelemen] tdf#107567 Text previews in Paragraph dialog not showing correctly for RTL [Caolán McNamara] tdf#108021 Text break is not supported for column chart X axis if text is rotated [Balazs Varga] tdf#109085 LO exits abruptly when logging off in Windows while LO is running [Mike Kaganski] tdf#110429 Width of page number field in Navigator to large [Caolán McNamara] tdf#113205 Icon of updates button on right end of menu bar is not visible [Caolán McNamara] tdf#113275 Last line drop down and expand single word check box should only be show active for Justified [Caolán McNamara] tdf#113849 FILESAVE: Saving a file as .docx format adds spurious extra page breaks [Justin Luth] tdf#115094 FILEOPEN: DOCX: Image in table is misplaced [Patrick Jaap] tdf#115941 base Record locater at the bottom of the displayed records is super small almost unreadable or useable [Caolán McNamara] tdf#116051 Hidden column causing right border to disappear [Ilhan Yesil] tdf#116071 FILESAVE: .doc style is lost after saving file as .odt [Justin Luth] tdf#116851 General Input Output error opening an rtf file [Julien Nabet] tdf#117276 Autofilter settings being reset in some cases [Zdeněk Crhonek] tdf#117713 UnoControlDialog is displayed in the wrong size (GTK3) [Caolán McNamara] tdf#117761 Snake Algorithm unable to display accurate layout. [Miklos Vajna] tdf#117935 Accessible text-attributes-changed signals should only be emitted when the text attributes have changed [a11y] second attempt [Noel Grandin] tdf#118038 [GTK3] Form dropdown lists are partially displayed [Caolán McNamara] tdf#118127 Format duplication in Hungarian Locale Settings [Eike Rathke] tdf#118879 Flat ODF document embed linked image [Xisco Fauli, Tomaž Vajngerl] tdf#119502 Firebird: Migration: Incorrect calculation of the length of the table name (Russian) [Tamas Bunth] tdf#119599 LibreOffice Writer later versions, 6.1, 6.0, 5.4.7.2 do not handle editing of styles of an imported rtf file. Version 5.4.3.2 allowed me to modify the styles correctly. [Miklos Vajna] tdf#119613 FORMATTING Incorrect number and date format for South Africa (en_ZA) [Eike Rathke] tdf#119661 Embed linked image via menu "links to external files"->"Break link" doesn't work [Tomaž Vajngerl] tdf#120145 FILEOPEN Multiple sections with different margins change 2-column layout to 4 in DOC [Justin Luth] tdf#120511 FILEOPEN DOCX Page break with page format change (from portrait to landscape orientation) not interpreted in a document containing a text frame and a table [Justin Luth] tdf#120625 kde5: Copy and paste of Calc cell not working [Katarina Behrens] tdf#120632 Text cursor disappears if row in Writer table right-click deleted [Caolán McNamara] tdf#120772 kde5: Drag'n'drop of image from file manager doesn't work [Katarina Behrens] tdf#120836 KDE5: LO Calc slow at 'Select all' [Aleksei Nikiforov] tdf#120877 KDE5: There is no Checkbox for some options in View (LO Calc) [Katarina Behrens] tdf#120993 Sub-optimal Colibre icon for "Add fields" in Base reports [andreas kainz] tdf#121002 Cells not recalculated after moving data within ranges pointed to by a shared formula group. [Eike Rathke] tdf#121069 Firebird: Migration: "unsuccessful metadata update" create FK statement fails when it involves a column name with special characters [Tamas Bunth] tdf#121111 FILESAVE: DOC/RTF: Paragraph fill becomes blue after roundtrip [Justin Luth] tdf#121129 KDE5: Missing features in open file dialog [Katarina Behrens] tdf#121388 Performance regression enabling automatic update of external links [Dennis Francis] tdf#121456 Writer: DOCX export from ODT: wrong tabs stops in TOC [Serge Krot] tdf#121469 FIREBIRD: Migration for table names with special characters fails [Tamas Bunth] tdf#121561 Writer: DOCX export from ODT: TOC title is not recognized by MS Word [Serge Krot] tdf#121665 FILESAVE DOCX Only one Manual Column Break remains after export [Justin Luth] tdf#121780 Clear the List of Recent documents -> 'this operation is not supported by operating system' ( not reproducible from the start center ) [Stephan Bergmann] tdf#121867 FILESAVE DOCX Zoom as Page Width not saved [Miklos Vajna] tdf#121978 Problem with new function SECOND [Winfried Donkers] tdf#122056 kde5: Impress crashes when at presentation end when Orca is enabled [Katarina Behrens] tdf#122091 FILEOPEN XLSX, Long X axis labels isn’t automatically break [Balazs Varga] tdf#122131 SAL_USE_VCLPLUGIN=qt5: Fonts, tooltips, toolbar icons way too large [Jan-Marek Glogowski] tdf#122224 FILEOPEN DOCX The formula field is incorrect in the table, when we change the number format [László Németh] tdf#122238 Backspace does not work in KDE [Aleksei Nikiforov] tdf#122239 Primary selection does not work under KDE [Aleksei Nikiforov] tdf#122241 Theme does not affect menu bar in GTK3 [Caolán McNamara, Julien Nabet] tdf#122250 Crash in: std::unique_ptr<long [0],std::default_delete<long [0]> >::~unique_ptr<long [0],std::default_delete<long [0]> >() [Noel Grandin] tdf#122253 KDE5: Crash closing full screen mode [Aleksei Nikiforov] tdf#122260 EDITING Autofilters not properly cleared [Serge Krot] tdf#122301 FREQUENCY: force array mode on arguments and immediate caller [Eike Rathke] tdf#122308 Crash: closing LibreOffice while warning about signatures is open (gtk3) [Caolán McNamara] tdf#122346 Font features set in dialog are not applied nor font is changed [Caolán McNamara] tdf#122348 UI: dialogue Image properties: width/height ratio lost if immediately after changing either width or height, that is confirmed (thus dialog closed) with Enter (gen/gtk2) [Caolán McNamara] tdf#122353 Named-Range manager causes GLib-GObject-WARNING ... signal name 'selection_changed' is invalid for instance ... of type 'OOoAtkObjCompTxt' [Caolán McNamara] tdf#122356 Double-click on format in Format Cells:Number format closes dialog without doing anything [Caolán McNamara] tdf#122384 Lines created in Draw are not visible when printed (Windows-only) [Armin Le Grand] tdf#122393 With multi line/row tabs, not all tabs can be activated with arrow or Ctrl+PgUp/Dwn [Caolán McNamara] tdf#122398 UI: Cannot specify min/max in axis scale or axis position. Limited between 0 and 100 [Caolán McNamara] tdf#122404 Extension manager stops responding after declining license during extension installation (gen/gtk2) [Caolán McNamara] tdf#122428 Comments of Tracked Changes are not Displayed at once [László Németh] tdf#122430 FILEOPEN: RTF: Incorrect font size [Miklos Vajna] tdf#122435 LibreOffice hangs when in Calc copying formula while in edit mode <F2> then leaving field with escape [Mike Kaganski] tdf#122437 MySQL native connector: Creating foreign key creates a relationship to the foreign key itself [Tamas Bunth] tdf#122449 Crash in: mergedlo.dll when closing "Edit Index Entry" dialog (gen/gtk) [Caolán McNamara] tdf#122452 FILESAVE: ODT: Show Track Changes is enabled after RT [Michael Stahl] tdf#122454 Impress UI: Drag'n'drop reorder animations leaves incorrect animation selected (Windows only) [Brian Fraser] tdf#122455 FILESAVE: RTF: Font size changes after RT [Miklos Vajna] tdf#122456 FILESAVE: RTF: new sections added after RT [Justin Luth] tdf#122458 Heading 1 style font (and others) fail to update when font family of parent Heading is changed [Caolán McNamara] tdf#122460 FILESAVE: DOC: Header/Footer are lost saving section to .doc format [Justin Luth] tdf#122467 UI: dialog Standard Filter from Data Sources: the drop down list Field Name is too narrow (gtk3) [Caolán McNamara] tdf#122480 UI: dialog Paragraph (Style) height is too large; it runs out of the screen( with asian and complex text layouts disabled ) [Caolán McNamara] tdf#122484 UI: dialog Paragraph/Character, tab Font, box Family: search does not trigger autocomplete for font name [Caolán McNamara] tdf#122509 EDITING Calc crashes when manipulating Negative numbers in red on Currency ( not gtk3 ) [Eike Rathke] tdf#122516 Mysql/MariaDB - native connector timestamp values displayed as floating numbers in Table data entry mode [Julien Nabet] tdf#122527 Dot symbols in Calc Charts other than the squares are not available [Caolán McNamara] tdf#122563 FILEOPEN DOCX Embededd OLE object (XLSX spreadsheet) becomes small in Writer after a roundtrip between LO Writer and MS Word [László Németh] tdf#122589 FILESAVE: RTF: section at document start creates extra, empty section [Justin Luth] tdf#122597 CRASH: all chart dialogs crash if LibreOffice is closed while they are open (gen/gtk2) [Caolán McNamara] tdf#122598 Crash when stop macro recording [Caolán McNamara] tdf#122611 Crash in: SvTreeList::Select(SvListView *,SvTreeListEntry *,bool) [Caolán McNamara] tdf#122623 [GTK3] Extra tab with a down arrow in options that can't be clicked on. [Caolán McNamara] tdf#122625 FILESAVE: File size of Flat XML is much larger than for normal format when using linked images [Xisco Fauli] tdf#122627 'URL Recognition' in Options tab of AutoCorrect Options dialog is broken (gen/gtk2) [Caolán McNamara] tdf#122656 UI: Items are skipped when moving through the Fontwork Gallery with arrow keys [Caolán McNamara] tdf#122662 Menubar in opened forms is greyed out with VCL: gtk3 [Caolán McNamara] tdf#122689 Cannot copy text from/to Libreoffice to/from other application in KDE [Aleksei Nikiforov] tdf#122695 Impress: tooltip doesn't stay when hovering over Content Type selector [Caolán McNamara] tdf#122700 Writer - Can't change shadow color on tab Borders in dialogue Character style [Caolán McNamara] tdf#122701 Cannot disable OpenGL enabled in a previous version using gtk3 [Caolán McNamara] tdf#122711 CRASH: exporting a signed PDF [Caolán McNamara] tdf#122722 Hiding characters will crash. Crash in: SwAttrIter::CtorInitAttrIter(SwTextNode &,SwScriptInfo &,SwTextFrame const *) [Michael Stahl] tdf#122744 Changing units in paragraph style dialog's Font tab sets value to 0 [Caolán McNamara] tdf#122748 Wrong language ([None]) in Spelling dialog if no errors found, and switching languages doesn't work [Szymon Kłos] tdf#122752 gtk3_kde5/kde5: save file dialog doesn't add file extension and misses custom controls when using LXQt [Michael Weghorn] tdf#122786 Format Numbers dialog produces wrong format codes when un-/checking Red or Thousands; only gtk3 [Caolán McNamara, Eike Rathke] tdf#122800 VIEWING The automatically break separates the words of the X axis labels [Balazs Varga] tdf#122808 CRASH while closing LibreOffice with Search for formatting dialog open ( gen/gtk ) [Caolán McNamara] tdf#122814 kde5: Cannot open menu using Alt + <character> shortcut [Aleksei Nikiforov] tdf#122846 CRASH: Clicking "Restart Now" after "Use OpenGL for all rendering"->"Apply" in Options Dialog [Xisco Fauli] tdf#122874 OPTIONS DIALOG: AutoCaption options not saved [Caolán McNamara] tdf#122878 Wrong wrap with shape in footer [Patrick Jaap] tdf#122880 GTK3: Auto Caption dialog doesn't show the list of elements [Caolán McNamara] tdf#122885 Crash when converting tdf#122811 file to Firebird [Julien Nabet] tdf#122889 Mail config dialog is empty [Caolán McNamara] tdf#122912 Another CRASH: "Apply"->"Restart Now" if UI Langauge is changed in Tools->Options [Xisco Fauli] tdf#122914 Opening a Style dialog's Borders tab adds Shadow properties to the property set in the style (again) [Caolán McNamara] tdf#122927 Writer hangs if I insert a graphic from the gallery as a list bullet [Jan-Marek Glogowski] tdf#122930 Cannot set paper tray in page style [Caolán McNamara] tdf#122931 CRASH: GTK3: Closing Bullet and Numbering Dialog after showing the graphics gallery [Caolán McNamara] tdf#122949 GTK3: Option dialog no longer has textboxes [Caolán McNamara] tdf#122951 An empty square is inserted as graphic in bullet and numbering dialog [Xisco Fauli] tdf#122958 FILEOPEN DOCX, Arrows go missing when opened in LO (shapes) [Caolán McNamara] tdf#122977 CRASH: "Tools"->"Options" "LibreOfficeDev"->"Charts"->"Default Colors" [Caolán McNamara] tdf#122990 Crash after trying to switch to Notebookbar (GTK3) [Julien Nabet] tdf#122991 FORMATTING: Regression from 6.1 to 6.2 in displaying times formatted as Time 876613:37:46 [Eike Rathke] tdf#122992 Multiple fonts not displayed in Font box REGRESSION [Caolán McNamara] tdf#123011 KDE5: on wayland the gnome UI is selected [Michael Weghorn] tdf#123013 Can not change Trendline name in charts [Xisco Fauli] tdf#123018 Quote menu item has no function in Notebookbar Groupedbar [andreas kainz] tdf#123019 CRASH: GTK3: Closing a modified Form several times [Caolán McNamara] tdf#123031 GTK3: Some dropdown lists are too narrow [Caolán McNamara] tdf#123036 Assert in customize menu add [Julien Nabet] tdf#123050 Crash in: `salhelper::Thread::run'::`1'::catch$1, installing theme [Xisco Fauli] tdf#123052 Shift+Tab jumping back/up to unprotected cells not working [Eike Rathke] tdf#123077 gtk3_kde5, kde5: Crash when minimizing file save dialog [Michael Weghorn] tdf#123080 TDF 64-bit linux builds require GTK3 with Wayland backend [Caolán McNamara] tdf#123089 menulist not expanded horizontally in dialog ( gen ) [Xisco Fauli] tdf#123122 Invoking the number format dialog the format code field is blank for a user-defined date+time format. [Eike Rathke] tdf#123128 UI: dialog Table properties in Impress too high (gtk3) [Caolán McNamara] tdf#123163 CRASH when FILEOPEN of DOCX from scan and Nuance PDF Converter that also can't be open with MSO [Caolán McNamara] tdf#123165 Slow typing in document with pictures (gtk3 under X) [Caolán McNamara] tdf#123231 Chart set trendline format regression type Power twice [Caolán McNamara] tdf#123309 GTK3 Chart - crash when change symbol [Caolán McNamara] tdf#123320 Writer crash if Paragraph edited after delete of custom Character Style used in Drop Caps [Caolán McNamara] |
||
bsiegert
|
df61d022ce | Revbump all Go packages after Go 1.12.1 update. | ||
leot
|
9a3feda9e8 |
pick: Update to 3.0.1
Patch provided by Jenz Guenther with minor adjustments by me. Changes: # v3.0.1 - 2019-03-10 ## Bug fixes - Honor `PREFIX` during configure. (adcba3c) (Anton Lindqvist) - Honor `MANDIR` during configure and install. (8c56f54) (Aggelos Avgerinos) - Honor `INSTALL_MAN` during configure and install. (869536f) (Leonardo Taccari) - Honor `BINDIR` during configure and install. (434c496) (Anton Lindqvist) |
||
adam
|
fc59ac043b |
py-stdnum: updated to 1.11
changes from 1.10 to 1.11 * Add modules for the following number formats: - DNI (Documento Nacional de Identidad, Argentinian national identity nr.) - VNR, SVNR, VSNR (Versicherungsnummer, Austrian social security number) - NI (Número de identidad, Cuban identity card numbers) - AMKA (Αριθμός Μητρώου Κοινωνικής Ασφάλισης, Greek social security number) - Asmens kodas (Lithuanian, personal numbers) - MAC address (Media Access Control address) - IDNO (Moldavian company identification number) - CURP (Clave Única de Registro de Población, Mexican personal ID) - Fødselsnummer (Norwegian birth number, the national identity number) - New Zealand bank account number - Personnummer (Swedish personal identity number) * Code style improvements * Change Dominican Republic DGII check URL to HTTPS * Support Ecuadorian Cedula and RUC of foreigners * Add format() function for Argentinian CUIT number * Support passing formatted numbers to all get_birth_date() and similar functions * Handle Dominican Republic DGII lookup returning multiple entities |
||
gutteridge
|
6c1f4e10fc |
xfce4-calculator-plugin: update to 0.7.0
Change log: - GTK3 Port and features from the 0.6.90 release - Translation updates: Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Finnish, French, Galician, German, Hebrew, Hungarian, Italian, Japanese, Lithuanian, Malay, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Swedish, Turkish, Ukrainian |
||
bsiegert
|
7455fa5a88 | all: revbump Go packages, now that they use go112 to build | ||
jaapb
|
2f59e1da0a |
Updated misc/ocaml-opaline to version 0.3.2.
Adds a -verbose option that helps with debugging. |
||
gutteridge
|
e4e4c43eec |
mate-utils: update to 1.22
### mate-utils 1.22.0 * Translations update * Initialize Travis CI support * Make translatable the copyright in about dialog * enable translations for ca@valencia again * help - bump docbook 4.5 * eggsmclient: avoid deprecated 'g_type_class_add_private' * move appdata to metainfo directory |
||
gutteridge
|
76bf7a098a |
mate-calc: update to 1.22
### mate-calc 1.22.0 * Translations update * Initialize Travis CI support * math-window: update copyright year to 2019 * Increase accuracy range to 15 * math-display: avoid deprecated 'gtk_widget_modify_bg' * currency-manager: avoid deprecated 'g_type_class_add_private' * currency: avoid deprecated 'g_type_class_add_private' * math-equation: avoid deprecated 'g_type_class_add_private' * unit-manager: avoid deprecated 'g_type_class_add_private' * unit-category: avoid deprecated 'g_type_class_add_private' * unit: avoid deprecated 'g_type_class_add_private' * mp-serializer: avoid deprecated 'g_type_class_add_private' * math-variable-popup: avoid deprecated 'g_type_class_add_private' * math-preferences: avoid deprecated 'g_type_class_add_private' * math-variables: avoid deprecated 'g_type_class_add_private' * math-converter: avoid deprecated 'g_type_class_add_private' * math-buttons: avoid deprecated 'g_type_class_add_private' * math-window: avoid deprecated 'g_type_class_add_private' * Remove dublicated assignment * disable deprecation warnings for distcheck * math-display: avoid deprecated 'g_type_class_add_private' * math-window: Fix memory leak * math-display.c: avoid deprecated 'gtk_widget_ensure_style' (#66) * data: update appdata directory * ui files: add missing icons in titles to dialogs * buttons-programming.ui: Fix buttons * Use make functions for HELP_LINGUAS * Write equation using MathML * Fix application name * Fix repeated words * tx: add help for user-guide to transifex config * Copy equation as ASCII text |
||
gutteridge
|
fea0cb44c4 |
libmateweather: update to 1.22
### libmateweather 1.22.0 * Translations update * Initialize Travis CI support * disable deprecation warnings for distcheck * locations: Clean up municipalities of Puerto Rico |
||
jaapb
|
4b86cd11a0 |
Updated misc/ocaml-opam to version 2.0.3.
Package is now compatible with dune 1.7. Other upstream changes are minor; see the CHANGES file. |
||
taca
|
4abd2a9d57 | misc/Makefile: add ruby-bundler1 | ||
taca
|
12a736b402 |
misc/ruby-bundler1: add ruby-bunlder 1.7.3 as ruby-bunder1
Add ruby-bunlder package version 1.7.3 as ruby-bunder1. |