LibreOffice 3.4.2

LibreOffice 3.4.2 is verschenen. Deze uitgave van de afsplitsing van OpenOffice.org is een onderhoudsupdate die veel kleine fouten oplost in de 3.4-serie.

Libre Office 3.4 kende weer de nodige nieuwe functies en verbeteringen. Zo is onder andere het importeren van HTML verbeterd. Ook is het kopiëren of verplaatsen van sheets in Calc makkelijker geworden en het werken met kleuren in diagrammen uitgebreid. Tevens zijn nog heel veel verwijzingen naar OpenOffice.org en iconen vervangen door de correcte LibreOffice-varianten.

Verder is onder andere de Linux-versie aangepakt met betere integratie in GTK-thema's en Ubuntu's Unity interface en een betere tekst rendering met Cairo. Ook het opstarten gaat sneller en soepeler onder Linux en een geheugenlek met betrekking tot lettertypen is opgelost.

Ten slotte is het installatiebestand van LibreOffice voor Windows 30MB kleiner geworden. Lees hier alle wijzigingen in versie 3.4. Hieronder staan de release notes met de verschillen tussen versie 3.4.1 en 3.4.2. LibreOffice 3.4.2 is te downloaden voor Windows, Mac OS X en Linux en is vertaald in het Nederlands.

The Document Foundation geeft ook een interessant kijkje in de keuken en vermeldt wie het meest bijdragen aan de code van LibreOffice. De bedrijven SUSE en Oracle (OpenOffice.org-code) en vrijwilligers van The Document Foundation nemen elk zo'n 25% voor hun rekening. Medewerkers van RedHat zo'n 20% en Canonical (bedrijf achter Ubuntu) en anderen het resterende deel.

Release notes:

base

  • don't crash when selecting target to db document fdo #36545 [Jan Holesovsky]

bootstrap

  • sorting additional language packs and dictionaries fdo #34479 [Andras Timar]

calc

  • always set column offset to 0 fdo #38457 [Katarina Machalkova]
  • better fix for fdo #38455 [Markus Mohrhard]
  • fix for fdo #37880 [Markus Mohrhard]
  • fix for don't call vector::back on an empty vector fdo #38593 [Markus Mohrhard]
  • fix for enable Object/Edit menu item for ole/embedded objects fdo #38544 [Noel Power]
  • fix for formulas with range names were not imported correctly fdo #38204 [Markus Mohrhard]
  • fix for name box always selects cell in the first sheet fdo #36963 [Markus Mohrhard]
  • fix for update local range names fdo #38380 [Markus Mohrhard]
  • revert "Fixed undisplayed calc page and header / footer borders" fdo #38590, fdo #36688 [Petr Mladek]
  • fix broken refresh() from UNO API (and Basic). (fdo #37767) [Kohei Yoshida]
  • make sure the drawing layer is initialized before use. (fdo #36688) [Kohei Yoshida]
  • prevent double-deletes during removal of pivot tables. (fdo #39236) [Kohei Yoshida]

components

  • fix label of Save Keyboard Configuration dialog fdo #31353 [Andras Timar]

filters

  • apparent negative string length fdo #34023 [Caolán McNamara]
  • do not set solid line border and fill as default for chartarea (bnc #694392) [Radek Doulik]
  • fix for (bnc #693386) [Noel Power]
  • fix for shared formulas are not imported correctly fdo #39023 [Markus Mohrhard]
  • fix label position for ooxml charts (bnc #694340) [Thorsten Behrens]
  • using formatcode while displaying labels. (bnc #694356) [Muthu Subramanian]
  • related correct import of shared formulas (fdo #39023) [Muthu Subramanian]

help

  • fix broken image paths in help fdo #37509 [Andras Timar]
  • revert "Update the operation of delete and backspace key" fdo #31652 [Andras Timar]
  • update the operation of delete and backspace key fdo #31652 [Korrawit Pruegsanusak]

impress

  • selecting text box after editing gives rotation handles fdo #37482 [Luke Symes]

libs-core

  • add useronly read permission, while creating tmpfile. fdo #36733 [Michael Meeks]
  • fix --quickstart shouldn't show start center fdo #37110 [Robert Nagy]
  • fix for fdo #37880 [Markus Mohrhard]
  • fixed a crasher. Also, improved batch conversion (bnc #690798, fdo #37412) [Muthu Subramanian]
  • related: ole props buglet OOo issue #35066 [Caolán McNamara]
  • set default min password length in ctor of password dialog fdo #37771 [Andras Timar]
  • unable to save protected file without pw fdo #38561 [Markus Mohrhard]
  • use UTF-8 encoding for gstreamer uris fdo #39091 [Caolán McNamara]
  • null the display pointer after closing the display, fixes (fdo #37579) [Michael Meeks]
  • fix wrong RTTI baseclass for SfxViewEventHint (fdo #38768) [Thorsten Behrens]
  • on recovery from an autosave file use DefaultFilter, seems to fix (fdo #34805) [Tor Lillqvist]

libs-gui

  • context menu in spellcheck in RTL UI closes too early fdo #33509 [Caolán McNamara]
  • crash in number format dialog fdo #38963 [Markus Mohrhard]
  • duplicate entries in Directory definition are no longer treated as errors (bnc #682484) [Katarina Machalkova]
  • fix regression in SvGlobalName::operator < fdo #32709 [Radek Doulik]
  • fix set color regression in cairo canvas fdo #33591, fdo #35681 [Radek Doulik]
  • make sure we send resize event to fullscreen windows OOo issue #86302 [Radek Doulik]
  • related: busted ole2 wrapper OOo issue #46388 [Caolán McNamara]
  • related: make simpleMapNativeRoleFrom::accessibleContext safer fdo #38704 [Caolán McNamara]
  • half&full width forms need to remain asian (fdo #38095) [Caolán McNamara]
  • EMF+ records don't need payload all the time (fdo #39517) [Caolán McNamara]

writer

  • additional fix for bug fdo #33781 [Roland Baudin]
  • avoid infinite loop when writting out docs with bookmarks (bnc #700370) [Luboš Luňák]
  • basic handling of lines in RTF import (bnc #695479) [Cédric Bosdonnat]
  • problems related to printing table borders, (fdo #37488) resolved
  • copy fieldmark properties when copying/pasting, . fdo #38374 [Jan Holesovsky]
  • fix the computation of grid character pitch, . fdo #37516 [Jan Holesovsky]
  • handle wrong text len gracefully OOo issue #95550 [Caolán McNamara]
  • hang on load of .doc fdo #34023 [Caolán McNamara]
  • imported .doc crashes layout fdo #38623 [Caolán McNamara]
  • more conservative fix for aliasing problems OOo issue #99665, fdo #33781 [Petr Mladek]
  • protect against missing insertion position OOo issue #105349 [Caolán McNamara]
  • related: make abo levels safer OOo issue #86988 [Caolán McNamara]
  • related: use cached data values instead of pointer to sprm cache OOo issue #115768 [Caolán McNamara]
  • related: use standard sprm iterator fdo #37057 [Caolán McNamara]
  • fix counting the paragraphs, . (fdo #36816) [Jan Holesovsky]

 

Reageren

Plain text

  • Toegelaten HTML-tags: <em> <strong> <br> <p>
  • Adressen van webpagina's en e-mailadressen worden automatisch naar links omgezet.
  • Regels en paragrafen worden automatisch gesplitst.
  • <img> elements are lazy-loaded.
Verplichte controlevraag
Om spam tegen te houden
portug_l