details found here (http://www.tryton.org/posts/new-tryton-release-36.html)
Major changes for the developer
It is now allowed to have many times the same field in list/tree view.
There is no more a datetime widget for list/tree, two columns with one
widget date and one widget time should be used instead.
A new field TimeDelta appears in this release to represent a duration. It
replace the float_time widget which had some rounding issue. This new
field is already used in the timesheet and project modules.
The One2Many widget can be configured to use a Cartesian product with the
selections of many values for Many2One or Reference fields.
A method restore_history_before is added to ModelSQL which behaves like
the existing restore_history but restore the records just before the datetime.
The on_change methods have been migrated to a behaviour more consistent
with the Active Record Pattern used in Tryton. Instead of returning a
dictionary with the values to change, now the instance is directly changed.
This allow to chain easily the on_change methods or reuse them in other
methods reducing the duplication.
The method save on ModelStorage is now a dualmethod which means that it
can be called as usual as an instance method but also as a class method
with a list of records. Saving many records at once this way improves the
performance as the method will minimize the number of queries to the
database and will validate the result by bunch.
The Dict field received a translated method to create descriptors which
translate the values or the keys like the same method on Selection field.
It is now allowed to use the dotted notation in the order clause of a search.
The ORM will automatically generate the needed joins.
The API of the Report class has been reworked to improve the customization
of the engine. The formatting methods are now more strict to prevent silent
failure.
The safe_eval (which was not sure to be safe) has been completely removed.
In the places where the evaluated code was any way safe, the standard eval
is used. For evaluated code from outside, a JSON notation is now used. Some
utilities have been developed to ease the creation of JSON from XMl or in
the views.
A new kind of button has been added which works on non-saved record. They
are quite similar to on_change but they are triggered by a click on a
button instead of a change of field.
Accounting
A new method reverse_compute has been added to Tax which allow to compute
the base amount from the taxed amount.
The sign of the second currency amount is enforced to be the same as
debit - credit.
The analytic account management has been reworked to use a really One2Many
instead of the pseudo-field. This simplification was possible thanks to the
recent new features like the usage of Reference field on One2Many.
Party
The vat number is now stored in its compact format.
Product
The number of decimal for internal price calculations is now a configuration
parameter price_decimal. This parameter is used everywhere to ensure
consistency between all modules.
Purchase/Sale
Their lines support both mixed invoice type (Invoice vs Credit Note) per
line when computing the invoiced quantity.
Stock
A new state staging is added to the move. Such state doesn't impact at all
the computation of the stock level. It is used for supply on sale, to
create moves in advance.
Inactive products are still computed for the stock level.
The computation of assigned move has been improved to take only in
consideration outgoing move assigned not the incoming. This result in a
less optimistic for the stock level and thus prevent to assign a move with
an incoming one that is just assigned but not yet done.
Forecasts are now automatically deactivated when their period is in the past.
pkgsrc related updates:
update to tryton-3.6.0
update to trytond-3.6.0 including UTC check patch for SunOS
update trytond modules to latest 3.6
add meta-pkgs/py-tryton-platform
add misc/py-trytond-party-relationship
add misc/py-trytond-product-attribute
add misc/py-trytond-production
add misc/py-trytond-stock-inventory-location
add misc/py-trytond-stock-product-location
add finance/py-trytond-account-invoice-line-standalone
add finance/py-trytond-account-invoice-history
add finance/py-trytond-account-invoice-stock
add finance/py-trytond-account-payment-clearing
add finance/py-trytond-account-stock-continental
add finance/py-trytond-analytic-invoice
add finance/py-trytond-analytic-purchase
add finance/py-trytond-analytic-sale
add finance/py-trytond-product-price-list
add finance/py-trytond-product-cost-fifo
add finance/py-trytond-product-cost-history
add finance/py-trytond-purchase
add finance/py-trytond-purchase-invoice-line-standalone
add finance/py-trytond-sale
add finance/py-trytond-stock-supply
add time/py-trytond-company-work-time
Changes:
* nmaster functionality available via MOD+{i,d} i.e. the possibility
to change the number of windows displayed in the master area
* "urgent flags" that is if an application issues a bell \a the urgent
flag is set and the corresponding tag will blink
* distinguish between return key and new line this fixes the behaviour
of CTRL+j in certain applications
* rudimentary support for the \e[?10{47,48,49}{h,l} xterm sequences
to switch between alternate and normal screen buffer as used by
>= abduco 0.3
* better Unicode support in the statusbar
* the current layout symbol is displayed in the tag bar
* the position of the status/tag bar is runtime configurable via MOD+S
* code cleanups and fixes from static analyzers
* DragonFly BSD support
Version 1.1.1
* Updated all files to reflect new email address for maintainer:
micah@addictivecode.org (previous address, micah@cowan.name, is no
longer valid)
* Added links in the (Texinfo) manual to playable videos that
demonstrate basic teseq functionality, and how to use teseq to create
_and edit_ interactive terminal demos:
* https://asciinema.org/a/7443
* https://asciinema.org/a/7445
* Added example in the manual for using teseq to strip escapes out of a
typescript file.
* Note: a new (optional) build dependency has been introduced:
pkg-config, which is now used to find whether libcheck is installed.
* BUG FIX: Fixed an issue where teseq could spin indefinitely churning
out \xFF bytes on no further input. Input from a command such as
$ printf '\033!!\177'
would produce this issue.
This issue was discovered by means of american fuzzy lop,
http://lcamtuf.coredump.cx/afl/
* BUG FIX: Fixed an issue with \x7F (DEL) being treated as a valid final
character for control sequences, and being printed on teseq's output
(which should not be printing non-whitespace control characters).
in pkgsrc-2014Q4, with the adaptation to build with libcmis-0.5
instead of libcmis-0.4 to allow build with more modern pkgsrc.
This should bring back a version of libreoffice which is buildable
on netbsd-6 -- it certainly builds for me on NetBSD/i386 6.1.5.
- version: 2.35.0
date: 2015-08-14
new features:
- title: "Kobo driver: Add support for the new firmware version
3.17"
- title: "E-book viewer: Allow setting the number of pages per
screen separately for portrait and landscape modes."
bug fixes:
- title: "DOCX Input: Fix a regression in the previous release
that broke conversion of some documents that specify vertical
alignment in absolute units"
- title: "Book list: Fix the current row number being partially
cutoff on some windows 10 machines."
- title: "Fix 'stopping content server' message popping up
repeatedly even when it is closed while the content server has
not fully stopped"
- title: "Conversion: Fix error when converting a file that
uses media queries with comments in the media selector."
improved recipes:
- American Spectator
- South China Morning Post
new recipes:
- title: 3D News and iXBT.com
author: bugmen00t
- version: 2.34.0
date: 2015-08-07
new features:
- title: "Amazon metadata download: Add support for amazon.nl.
To use it go to Preferences->Metadata download and configure
the amazon plugin to use Netherlands as the source."
- title: "Catalogs: Add an option to not add the generated
catalog to the library."
- title: "E-book viewer: Improve performance of hyphenation
(by updating the version of the hyphenation library it uses)"
bug fixes:
- title: "DOCX Input: Add support for text whose vertical
position is adjusted by offsets from the baseline"
- title: "DOCX Output: Handle length and percentage values for
vertical-align in the input document."
- title: "Edit Book: Check Book: Fix automatic correction of
invalid ids not updating the idrefs in the spine for ids in
the manifest of the OPF file."
- title: "E-book viewer: Fix printing to PDF could result in
filenames with characters not supported by windows"
- title: "E-book viewer: Also fix a bug in the hyphenation
algorithm that could cause the word 'undefined' to be mangled
during hyphenation."
- title: "ODT Input: Fix custom styles with a dot in their name
not being inherited."
improved recipes:
- Daily Express
- The New Yorker
- XKCD
- Wired Magazine
- Wired UK
Pkgsrc changes:
* Bump version.
* Adjust PLIST.
Upstream changes:
goffice 0.10.23:
Details of changes by contributor:
Jean
* Disable metafiles support when there is no screen. [Bug 748493].
* Fuzzed file fixes. [Bug 750860] [Bug 751059] [Bug 751256]
[Bug 751257] [Bug 751272] [Bug 751925] [Bug 752223].
Morten
* Fix ABR [Bug 749167].
* Shield Cairo from image sizes it cannot handle. [Bug 749274].
* Plug leaks. [Bug 749395].
* Portability problem affecting macs. [Bug 749463].
* Fuzzed file fixes. [Bug 750047] [Bug 751250].
* Fix log-fit problem. [Redhat Bug 1240470].
* Fix general format for wide case. [Bug 752839].
goffice 0.10.22:
Noteworthy news in this release:
* Graph fixes and enhancements.
Details of changes by contributor:
Jean
* Fix selection of axes using only part fo the plot area. [Bug 746456].
* Protect colored xy and bubble plots against NULL z values.
* Update circular axis bounds after a unit change. [Bug 746738].
* Auto fill color made transparent for opened markers. [Bug 691025].
* Make manual scale really manual. [Bug 700599].
Johannes Deutsch
* Do not draw the line over the arrow head at start. [Bug 745736].
Morten
* Improve log axis bounds. [Bug 745960].
* Fix format used for stacked percentage graphs.
* Don't force bar/col axis to include 0 for log axis.
* Don't force radial plots to include 0 for log axis.
* Rewrite pattern-fill rendering. [Bug 747212].
* Add go_cotpi and go_atan2pi.
* Fix persistence of ring plot center size.
LibreOffice is a free, community-developed, multi-platform office
productivity suite. It includes key desktop applications:
word processor, spreadsheet, presentation manager, and drawing program,
with a user interface and feature set similar to other office suites.
Pkgsrc changes:
* Add various BUILDLINK_API_DEPENDS settings to express the dependency
requirements in the upstream configure.ac.
* Adapt PLIST
* Add use of libxslt in the buildlink3.mk file.
Upstream changes extracted from ChangeLog:
goffice 0.10.21:
* clip each rectangle before drawing. [#744076]
* Avoid critical when loading fails.
* ensure that GOPixbuf keeps the original data around. [#745297]
* If no image data is given, create an unknown image placeholder.
* Plug various leaks.
* Doc fix.
* Set auto_font, apply font theming.
Only save font when not auto.
Be fairly smart about reading files created prior to this fix.
Include auto_font and auto_color.
Use sufficient precision.
* Use 0.0, not G_MINDOUBLE, to make cairo
produce dots. That seems to be the documented way to do it.
* Ignore nans. [#744200]
* Protect oval drawing against invalid sizes.
* Avoid overflow. Round a bit more consistently.
* Only draw oval heads when sizes are positive.
* Protect against missing data
* Initialize regres. Why didn't the compiler warn about that?
goffice 0.10.20:
* Don't wipe out marker colours just because the shape auto.
* Ensure that the dims number is correct in all cases. [see #743507]
goffice 0.10.19:
* Fixed typo in default map name.
* Allow the window to be maximized. [see #742897]
* Avoid rounding errors by using go_cospi and go_sinpi.
* Don't loose any data when using automatic bins. [#742996]
* Protect against missing data. [#742859]
* Add missing libraries to Requires.private.
* Don't return invalid ticks.
* Allow custom ticks and grid lines for axis lines. [#600482]
* Fix axis title position when at high coordinate.
* Don't use a data vector with no valid value. [#741910]
* Protect against NULL y vector.
* Implement native scrolling. [#741394]
* Only make window composited if the screen is. See bug 741455.
* Fix flags argument of gtk_icon_theme_load_icon.
* Make this work with icon names.
* Lean a bit heavier on libxml's encoding guess instead of g_get_charset
which may be a bit random.
* Actually handle the claimed data: prefix.
* Avoid GtkColorSelDialog which is
_gone_ from current gtk+. Use GtkColorChooserWidget instead.
* Handle a stock_id which is really an icon name.
* Simplify using gtk_action_create_icon which also handled named icons.
* Cleanup. Avoid warnings. Avoid unneccesary overflow.
* Plug leak.
* (_goc_canvas_remove_item): New function. Use of this fixes
several crashes.
* If the canvas changes, tell the old canvas that child is gone.
* Don't mess directly with the canvas' members.
* Move the titles with the axis when some other axis has an offset. [#684777]
* Allow rotation of axis line labels. [#740198]
* Add new goc_canvas_invalidate_region().
* Don't use deprecated signal and functions.
goffice 0.10.18:
* Add baseline anchor values.
* Don't pass NULL to g_strtod(). [#735555]
* Don't skip encoding on user entered names
* Better file mode, (color_maps_load_from_dir): don't check the mime type
as it seems not so reliable, just check the extension. [#735007]
* Create $HOME/.goffice/colormaps if needed. [#735008]
* Fixed more auto style issues. [see Debian #757611]
* Copy the pixbuf and set it back onto the image. An ABI change in gtk
means that changes no longer take effect right away if we just change
the image's pixbuf directly. Fixes#733350.
* Fixed persistence of line width.
* Center ticks by default.
* Add a missing cairo_restore() call.
* Fix theme support. [#733403]
goffice 0.10.17:
* Ensure test is locale independent.
* New GoUnit objects.
* Add control for 3D plots axes lengths. [#694746]
goffice 0.10.16:
* Don't crash when selecting the 3d box.
* Save and read auto-width. Don't save width when auto_width.
* Apply font color. Save auto_color and auto_font (but see
comments). Read auto-color.
* Keep values as integers as long as possible.
* Restore dashes with dots.
* Add a view class for the 3d box to support data that are view dependent.
* Change gog_chart_map_3d_new() signature to suppor the new view class.
* (gog_3d_box_populate_editor): fixed criticals.
* Don't use GDK_THREADS_*. [728793]
goffice 0.10.15:
* goffice/math/go-dtoa.c (fmt_fp): Fix FMR.
(go_dtoa): Speed up shortest-representation.
Simple test for shortest-representation.
When we have infinite room, just use go_dtoa to get the shortest
representation.
Improve short-representation handling.
* Add arguments, change all callers and output gnm:min-integer-chars
Handle the difference between ? and #
* Add expand fields to GogPosition.
* Make charts expand.
* Fix alignment.
* Take expand field into account. [#728752]
* (go_dtoa): Mostly implement the shortest-version flag.
* Properly handle float/double properties.
* Handle TOK_REPEATED_CHAR.
* Improve phase detection.
* Handle text formats here too. That might not seem logical, but a
text format really just has an "@" instead of some combination of
0/#/?; all the other parts are handled identically.
* Handle invisible characters again.
* Use available space when position is manual but size is automatic. [#728391]
* Zero requisition before calling virtual method. All callers expect this.
* Fix argument type for g_lstat.
* Use g_stat, not raw stat.
* Don't output (meaningless) values for things that are "auto".
* (fmt_fp): Portability improvement.
* Explicitly allow manual charts size. [728134]
* Take manual size flags into account.
* Use a canonical gboolean as argument to gtk_widget_set_visible.
goffice 0.10.14:
* When building with !GOFFICE_WITH_LONG_DOUBLE, don't use go_finitel.
Just assume we have isfinite.
* Drop a decimal by double-rounding the decimal string unless the
string ends in '5'.
* (go_dtoa): Improve long-double handling.
* (fmt_fp): Three fixes from musl. (One we already had.)
* Another leak fix. Introspection fix.
* (go_dtoa): New function.
(fmt_fp): Fix buffer overrun. Hit "%.3E" for 999999999.
* Use go_dtoa extensively.
* Also flush string on '#' and '?'.
* Fix problem for 2^51 and like integers.
* New test program.
* Use go_ascii_dtoa. Remove unused beyond_precision.
* Only use last condition as default if it is implicit. If that in
turn means we have no default, use General.
* Always call cairo_restore().
* Remove remaining cond_part references. Handle embedded text.
* Plug leak.
* Retry failed deactivations as long as we make progress. (Some
plugins depend on others.)
* Implement numbered colours instead of just parsing them.
* Match what LO does for "General".
Make sure we don't accidentally output a non-character token as-if
it was a single character.
* Don't make up a number format with nothing but maps in it. LO
doesn't really like that.
New argument keep_open controls whether to close the outermost xml tag.
* Handle conditional formats.
* Fix format prefix strings
* Figure out the correct number of digits to use for condition values
goffice 0.10.13:
* Plug leaks.
* Dispose of ->root instead of simply clearing it.
* Dispose of style context, if we have one.
* Don't save and restore style->width. Code was changed four years ago to
copy the style. And restoring after the _unref is bad.
* Add test for buggy math library (probably caused by compiler bug).
* Fix criticals related to style contexts destruction.
* Really accept leave_notify events. [#668103][see also #706659]
* Write any started number.
* Don't reverse the order of elements. Fixes#698630.
* Write invisible characters but also write blank for LO and friends
* use GsfInputHTTP for URLs starting with "http://" or "https://". [see #724970]
* configure.ac: add test for lsm_itex_to_mathml
* use a local copy of lsm_itex_to_mathml and
friend when not available. [#725693]
* Remove extra DESTDIR. Patch from Julian Sikorski. [#725684]
goffice 0.10.12:
* Fixed parent class.
* Makefile.am: add new mmlitex subdir.
* configure.ac: need libxslt.
* Fix data cleaning issues.
* Use the new GoMathEditor widget.
* New math editor widget.
* Use GtkGrid as parent.
* Add the new GoMathEditor widget.
* New MathML to ITEX convertor.
* New math equations component.
goffice 0.10.11:
* (none?)
goffice 0.10.10:
* && --> ||. Fixes bug 723820.
* Redo all icons here.
* Simplify sizing of icons.
* Handle reconfiguration of the toolbar the item is in.
* Always save the axis position. [#722402]
* Fix compiler warning. [#721004]
* If we're not width-limited, add an extra digit if we don't
round-trip properly. Fix dropping of ".00000".
* Do quarters too.
* Improve accuracy.
* (go_add_epsilon, go_sub_epsilon): Base upon C99's nextafter.
* Test asin and acos.
* (go_complex_angle_pi): Handle diagonals too.
* Test hypot.
* Fix the on-axis case. *Sigh*
* Fix elements number in polar plot series. [#720355]
* Improve prevention of intermediate overflow.
* Fix crasher [#720310], fix valgrind warning.
* Fix enum confusion.
* Check value of go_quad_2pi. Test go_quad_atan2.
* Fix class over premature overflow problems.
* Fix graph guru appearance when used with gtk+-3.10. [#719681]
EMACS_VERSIONS_ACCEPTED.
- Drop emacs20, from the same variable. Fails with mail-parse.el
is missing
(PKGREVISION stays the same, no changes if packaged fine.)
- version: 2.33.0
date: 2015-07-24
new features:
- title: "Driver for SONY DPT-S1."
- title: "Edit Book: When showing suggestions for mis-spelled
words, also show suggestions from user created word lists"
- title: 'Edit Book: Check Book: Add a check for "invalid" ids'
bug fixes:
- title: "Conversion: Ignore stylesheets linked via media
queries that use device specific features."
- title: "Fix covers not being read from some TXTZ files."
- title: "ODT Input: Add support for numbered lists that do
not start numbering at 1."
improved recipes:
- msnbc.com
- Houston Chronicle
v0.3.1: 2015.03.26
- Nickname attribute added
- New parameter in config file: show_nicknames = yes / no
v0.3.2: 2015.03.27
- Read-only support for Categories attribute
v0.3.3: 2015.05.07
- twinkle option was renamed to phone: Now it prints all phone numbers like the mutt option does for
e-mail addresses (more general approach for external phone clients)
- adapted twinkle plugin for use with the new phone option
v0.4.0: 2015.06.15
- new option "add-email": Get full email from stdin, filter senders mail address and add that
address to an existing contact or create a new one. Feature tested with email client mutt.
v0.4.1: 2015.07.16
- improved search results for phone, mutt and alot
- version: 2.32.1
date: 2015-07-17
new features:
- title: "E-book viewer: Automatically save the current reading
position every ten seconds. Prevents loss of reading position
on crash/forced shutdown."
- title: "Edit Book: Check Book: Add checks for missing OPF
version and toc references and for text placed directly inside
the <body> tag"
- title: "calibredb: Add a new search sub-command that can be
used to generate a list of book ids from a search expression"
- title: "Tag Editor: Place the keyboard focus on the last
edited field."
- title: "Edit metadata dialog: When clicking Next and Previous
preserve the current tab of the edit comments widget."
- title: "Linux: Various fixes to make calibre work when compiled
against the latest versions of Qt and PyQt"
- title: "Edit Book: Allow drag and drop of files onto dock
icon on OS X"
bug fixes:
- title: "There was a regression in 2.32.0 that caused conversion
to PDF to fail, the fix for this was released in 2.32.1"
- title: "E-book viewer: Fix a regression in the previous
release that caused the maximum text width setting in full
screen mode to be ignored when switching from normal to full
screen."
- title: "Fix error in template dialog when using {id} in send
to device preferences."
- title: "Edit Book/Book polishing: Fix EPUB books with opf
files that use a non-default namespace for the OPF namespace
being corrupted."
- title: "OS X: Workaround for Qt 5 regression that causes any
errors during startup to be hidden behind the splash screen."
- title: "Conversion: Fix incorrect relative URLs being generated
when an HTML or CSS file is placed higher in the folder hierarchy
than the opf file."
- title: "FB2 Output: Fix error when using the sectionize with
toc option and the input documents Table of Contents contains
multiple items pointing to the same HTML file."
- title: "Conversion: Fix error when input document contains
a font size exactly one point away from the base size."
- title: "Device drivers: Handle devices with undecodeable
filenames in their filesystem. Simply ignore those files."
- title: "Fix Cmd+Left/Right keyboard shortcut not working when
editing items in the book list on OS X."
- title: "Fix corrupted text in the jobs list on some non-English
windows installs"
- title: "Edit Book: Workaround for a Qt regression that caused
'See what changed' after a search and replace on OS X causing
the application to become unresponsive."
- title: "Edit Book: Fix smarten punctuation not working for
books with non-ascii characters in internal file names on OS
X"
improved recipes:
- Harvard Business Review
- Psychology Today
- NRC Handelsblad
- Entrepeneur Magazine
- 20 minutes
- Economia
- Accountancy Age
- Jakarta Post
- Foreign Affairs
- Spectator Magazine
- Daily Express
- The Onion AV Club
- Metro UK
new recipes:
- title: Slate Star Codex
author: Ned Letcher
- title: Hurriyet
author: Adrian Tennessee
This plugin allows you to send requests directly to your browser and perform
a custom search. Some examples: http://www.google.it/search?q= if you want
to perform a search on Google or http://bugs.debian.org if something is wrong
with your system (assuming your distribution is Debian).
To search pkgsrc packages, use the http://pkgsrc.se/search.php?so= URL.
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.
No effective change for the above reason.
Ok joerg
Changelog:
4.4.4.3
List of fixed bugs
Bugs fixed compared to the 4.4.4 rc2:
tdf#88295 FILEOPEN: White Background Appears in Impress Text Boxes [Katarina Behrens]
4.4.4.2
List of fixed bugs
Bugs fixed compared to the 4.4.4 rc1:
tdf#90694 check bounds in RPN tokens, related and others [Eike Rathke]
tdf#91228 fix Writer crash [Philippe Jung]
4.4.4.1
List of fixed bugs
Bugs fixed compared to the 4.4.3 rc2:
bnc#203704 RTF export: fix unexpected table row break [Miklos Vajna]
coverity#1296209 logically dead code (gold) [Caolán McNamara]
rhbz#1198848 sw: delete *all* table redlines to fix DOCX import crash [Michael Stahl]
rhbz#1205072 [abrt] libreoffice-core: SwListImpl::~SwListImpl(): soffice.bin killed by SIGSEGV [Michael Stahl]
rhbz#1213173 [abrt] libreoffice-core: com::sun:⭐:uno::WeakReferenceHelper::clear(): soffice.bin killed by SIGSEGV [Michael Stahl]
rhbz#1215060 pass std::exceptions through [Caolán McNamara]
rhbz#1215443 [abrt] libreoffice-core: operator==<const editeng::MisspellRange*, std::vector<editeng::MisspellRange> >(): soffice.bin killed by SIGSEGV [David Tardon]
tdf#55502 shell BASIC function with empty third param hangs [Julien Nabet]
tdf#62536 RTF export: ignore hyperlinks without an URL [Miklos Vajna]
tdf#65498 don't confuse logically r/o doc with physically r/o [Stephan Bergmann]
tdf#66232 cannot open files by COM2 [Mike Kaganski]
tdf#66999 odf2xhtml: there is no attribute 'name' [Robert Antoni Buj Gelonch]
tdf#71034 [OS X] Ugly (too heavy) fake bold [Khaled Hosny]
tdf#71278 fix cursor hiding in presentation mode [Matthew Francis]
tdf#72007 on switching decks keep our left indent, don't assume 0 [Caolán McNamara]
tdf#73211 gtk checkboxes need erase afer toggling [Caolán McNamara]
tdf#75019 bookmarks in exporting to mediawiki [Robert Antoni Buj Gelonch]
tdf#75256 improve sifr - autopilot and conditionalformatdialog [Matthias Freund]
tdf#75360 line breaks in exporting to mediawiki [Robert Antoni Buj Gelonch]
tdf#76825 styles drop down menu is too narrow [Caolán McNamara]
tdf#78834 enable localized system dialogs on OS X [Andras Timar]
tdf#79975 toggle checkered background back on [Caolán McNamara]
tdf#80075 correct Writer formula bar screenshot [Andras Timar]
tdf#80708 RTF export: fix unexpected table row break [Miklos Vajna]
tdf#82968 python3: fix stdio detection on WNT harder [Michael Stahl]
tdf#82998 assume VALUE_CHANGED makes sense only for windows [Caolán McNamara]
tdf#83366 copy and Paste crashes Calc when original doc closed [Henry Castro]
tdf#84435 mod operator does not deal with decimals as described in help [Julien Nabet]
tdf#85424 sw: fix ~SwIndexReg assert in SwXText::insertControlCharacter() [Michael Stahl]
tdf#85432 don't assume Country to be always present, follow-up [Eike Rathke]
tdf#85769 fix duplicate attribute export to docx... [Caolán McNamara]
tdf#86182 RTF import: fix handling of \rtlpar [Miklos Vajna]
tdf#86329 interactive crop preview shouldn't scale proportionally [Trent MacAlpine]
tdf#86624 it works if we first set the size and then the position, [Markus Mohrhard]
tdf#87509 fix default sdr attribute is special object. [Thorsten Behrens]
tdf#87545 don't confuse logically r/o doc with physically r/o [Stephan Bergmann]
tdf#87735 updated Danish dictionary [Andras Timar]
tdf#88056 implement ODF import/export of page title field [Katarina Behrens]
tdf#89152 add missing .ui localizations to install script [Andras Timar]
tdf#89182 draw Note mark before text for correct ZOrder [Laurent Godard]
tdf#89231 if no font has 0x202F fallback to a normal space [Caolán McNamara]
tdf#89510 enable "Check uppercase words" by default [Julien Nabet]
tdf#89750 svx: fix ExternalToolEdit on Windows [Michael Stahl]
tdf#89794 sw: implement SwXFlatParagraph::getPropertySetInfo() [Michael Stahl]
tdf#89957 prevent crash, not really fixed [Eike Rathke]
tdf#90110 basic: fix Randomize statement [Michael Stahl]
tdf#90141 layout crash with table in footnote [Caolán McNamara]
tdf#90155 don't hide+show window before initial show completes [Caolán McNamara]
tdf#90264 missing translation in button UI for pt_BR [Andras Timar]
tdf#90421 RTF export: ignore hyperlinks without an URL [Miklos Vajna]
tdf#90474 line breaks in exporting to mediawiki [Robert Antoni Buj Gelonch]
tdf#90604 vcl: reduce MapMode precision further to 32 bits... [Michael Stahl]
tdf#90614 oups... I was too eager in replacing getAny() with makeAny() [Lionel Elie Mamane]
tdf#90723 LibreLogo: missing oldlcap initialization [László Németh]
tdf#90757 ensure start row / end row order makes sense [Eike Rathke]
tdf#90808 sw: fix detection of duplicate CrossRefBookmarks [Michael Stahl]
tdf#90809 i18npool: fix crash in Thai break iterator [Michael Stahl]
tdf#90816 sw: fix bookmark loss in SwUndoDelete [Michael Stahl]
tdf#90846 'Optimal View' mislabelled in English (GB) [Andras Timar]
tdf#90905 fix for url encoding in internal urls [Vasily Melenchuk]
tdf#90911 fix wrong parameter size on getsockname [Juergen Funk]
tdf#90929 fix Thai translation of 'Tabloid' page format [Andras Timar]
tdf#90946 sw: ODF import: ignore invalid gradient-name if style SOLID [Michael Stahl]
tdf#90969 basic: add horrible hack to avoid crash due to ... [Michael Stahl]
tdf#90999 import spreadsheetML cells with inline formatting tags [Robert Antoni Buj Gelonch]
tdf#91009 correct thousands separator character for locale es_CR [Julien Nabet]
tdf#91057 transliterateChar2Char throws MultipleCharsOutputException [Caolán McNamara]
tdf#91078 check also DBData modified, not only named expressions [Eike Rathke]
tdf#91140 ODF import: try to ignore invalid draw:fill="solid" [Michael Stahl]
tdf#91195 vcl: reduce MapMode precision further to 32 bits... [Michael Stahl]
tdf#91261 DOCX import: snapGrid property of paragraphs are ignored [Mark Hung]
- version: 2.31.0
date: 2015-06-19
new features:
- title: "E-book viewer: Make the search engine used for
searching for selected text configurable (in the Miscellaneous
section of the viewer preferences)"
bug fixes:
- title: "E-book viewer: Fix dragging to select text with the
mouse causing the page to slide sideways in paged mode, if the
mouse leaves the text area."
- title: "E-book viewer: Fix transitioning between full screen
mode and normal mode sometimes causing current position to not
be preserved."
- title: "AZW3 Input: Ignore incorrect text encoding (incorrectly
encoded bytes are now replaced by placeholders) instead of
erroring out."
- title: "Get Books: Update Legimi and CDP store plugins for
website changes"
- title: "Fix Cybook Nolimbook not being detected in linux and
OS X."
- title: "DOCX Output: Fix internal hyperlinks being ignored
when they point to a HTML file whose <body> element has an id."
- title: "Edit Book: Fix groups in replace template being
interpreted backwards when search direction is up"
- title: "Searching: When search as you type is active, do not
change automatically change focus to the book list when searching,
unless the user presses Enter."
- title: "Font subsetting: Fix subsetting removing some needed
ligatures when subsetting some Arabic fonts"
- title: "Prevent errors when testing email sending even if
stderr on the host machine is broken"
improved recipes:
- Baltimore Sun
- El Mercurio Chile
- Sydney Morning Herald
new recipes:
- title: Various Ukranian news sources
author: rpalyvoda