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


Hi all,

The tag libreoffice-4.3.0.0.beta2-buildfix1 (AKA 4.3.0 Beta2) has been
created on the libreoffice-4-3 brannch.

The branch will be used for fine tuning of the 4.3 codeline.

See
https://wiki.documentfoundation.org/ReleasePlan/4.3#4.3.0_release for
the detailed schedule of the 4.3.0 release.

Master will be used for development of LibreOffice 4.4.x

The following rules apply:
    + 4.3.0 beta phase:

        + any bug fixes are allowed without review
        + late features need approval by 3 people with different affiliation

    + 4.3.0 rc phase and later:

        + fixes need approval by one reviewer
        + late features need approval by 3 more people with different
affiliation

    IMPORTANT: Every developer is responsible for pushing the fixes into all
               appropriate branches. Note that we do not plan any merge
               from this branch to master or vice versa.

    Please, help use to make stable and usable release. If you want to build
    something cool, unstable, and risky, use master.

The 'libreoffice-4-2' branch is still active and will be used for the
4.2.5 bugfix release. Please read more at
       http://wiki.documentfoundation.org/ReleasePlan/4.2#4.2.5_release
       http://wiki.documentfoundation.org/Development/Branches
       http://wiki.documentfoundation.org/Release_Criteria

Now, if you want to switch your clone to the branch, please do:

./g pull -r
./g checkout -b libreoffice-4-3 origin/libreoffice-4-3

To checkout the tag, use

./g fetch --tags
./g checkout -b tag-libreoffice-4.3.0.0.beta2-buildfix1
libreoffice-4.3.0.0.beta2-buildfix1

Hopefully it will work for you :-)  Most probably, you will also want to
do (if you haven't done it yet):

git config --global push.default tracking

When you do git push with this, git will push only the branch you are
on; e.g. libreoffice-4-3 when you have switched to it.  This will
save you some git shouting at you.

Linux distro packages might find source tarballs at
http://dev-builds.libreoffice.org/pre-releases/src/
They will soon be available from the official page together with the builds.

Attached is the list of changes against 4.3.0 Beta1

The -buildfix1 tag fixes a buildproblem with a failing check on
windows and replaces the (not-announced and not used otherwise) tag
libreoffice-4.3.0.0.beta2

Happy hacking,
Christian
bnc#467278 introduce a warning that changes to VBA macros cannot be saved. [Luboš Luňák, Jan 
Holesovsky]
bnc#822625 related Cache minimum height for table cells. [Matúš Kukan]
bnc#823675 (related: RTF import: get rid of hacks for \f in LISTLEVEL [Michael Stahl]
bnc#863018 WW8 import: fix upper margin of multi-page floating table [Miklos Vajna]
bnc#870237 wrong text position in grouped list [Zolnai Tamás]
bnc#875717 handle direct formatting for numbering in .docx [Luboš Luňák]
bnc#875718 discard more header/footer stuff when discarding headers/footers [Luboš Luňák]
bnc#878854 MSWord uses \xb for linebreaks in DB fields [Luboš Luňák]
coverity#1078626 missing break in switch [Caolán McNamara]
coverity#736074 missing break in switch [Caolán McNamara]
cp#1000072 populate cache tables when updating all external links. [Kohei Yoshida]
cp#1000077 set 'modified' document property more consistently. [Matúš Kukan]
cp#1000078 replace "\r\n" with "\n" when pasting from X11 clipboard. [Matúš Kukan]
fdo#42899 basic: if the library is not loaded fully, copy source storage [Michael Stahl]
fdo#48017 WIN32 long path support in Hyphen and MyThes [László Németh]
fdo#52547 paste preference is image, then html, then text. [Andrzej Hunt]
fdo#56392 fix hyphenation (remove fix, except hard hyphen part) [László Németh]
fdo#59882 oops, this reference can't be const. [Matúš Kukan]
fdo#62719 set more relaxed clipping region. [Jan Holesovsky]
fdo#64956 editeng: fix RTF color table export [Michael Stahl]
fdo#65583 elements Dock window needs scroll bar [Thomas Arnhold]
fdo#67685 basic: if the library is not loaded fully, copy source storage [Michael Stahl]
fdo#67935 "print on group change" acted as "print in first group instance" [Lionel Elie Mamane]
fdo#67937 "print on group change" defaults to TRUE [Lionel Elie Mamane]
fdo#68983 revert "remove #if 0 block (from ... [Michael Stahl]
fdo#70455 B1:SOMENAME is not a valid singleton reference [Eike Rathke]
fdo#71616 related Set correct BaseSize [Thomas Arnhold]
fdo#73352 don't crash if clearWarnings throws an SQLException [Lionel Elie Mamane]
fdo#75971 related Crash when invoking "Insert > Names > Create" [Julien Nabet]
fdo#76324 use one static SvXMLTokenMap object, it's faster. [Matúš Kukan]
fdo#76752 don't add the changes toolbar to the forms window, [Markus Mohrhard]
fdo#76824 proper way to parse cell address strings. [Kohei Yoshida]
fdo#76953 cannot start show at selected slide [Zolnai Tamás]
fdo#77206 CRASH printing with all applications on windows [Caolán McNamara]
fdo#77282 replace "Edit Group" with "Enter Group" in Writer as in Draw [Laurent Balland-Poirier]
fdo#77313 coinmp: error: format not a string literal and no format arguments [Matúš Kukan]
fdo#77454 sw: ww8 import: add heuristic to ignore mangled crop values [Michael Stahl]
fdo#77831 use classic token rules for user-defined char (%foo) [Caolán McNamara]
fdo#77891 unconditionally disable console streams for WinXP [Christian Lohmaier]
fdo#77993 actually impact 10.6 too apparently [Norbert Thiebaud]
fdo#78040 nAryLen is traditionally 32bit not 16bit [Caolán McNamara]
fdo#78332 sw: fix separators in SwDDEFieldType::PutValue() [Michael Stahl]
fdo#78348 DOCX import: end progressbar after parsing is done [Miklos Vajna]
fdo#78477 ensure offset + sizeof(value) is in bounds [Caolán McNamara]
fdo#78737 sw: fix setting tab stops via ruler [Michael Stahl]
fdo#78801 paste preference is image, then html, then text. [Andrzej Hunt]
fdo#78833 add Fomula Numbering and Lorem Ipsum autotext to some locales [Laurent Balland-Poirier]
fdo#78883 writer getting Hang while opening document [Tushar Bende]
fdo#78900 RTF import: allow \dpxsize inside \dptxbxtext [Miklos Vajna]
fdo#78903 write test for this. [Kohei Yoshida]
fdo#78920 number %NUMBERSTRING in tooltip [Jason Hulme]
fdo#78927 use different XML attribute names for asian and complex fonts. [Kohei Yoshida]
fdo#78976 correct way to determine the end position for matrix check. [Kohei Yoshida]
fdo#79008 crash: File getting crash while saving in LO [Dinesh Patil]
fdo#79011 properly implement the search results dialog as modeless. [Kohei Yoshida]
fdo#79078 restore transparency in SVG export [László Németh]
fdo#79124 options cells shift down when unit clicked [Caolán McNamara]
fdo#79133 avoid segmentation fault during destruction of media window [Zolnai Tamás]
fdo#79137 crash in oox::vml::InputStream::updateBuffer [Julien Nabet]
fdo#79139 crash in SwDropCapCache::CalcFontSize [Julien Nabet]
fdo#79142 when Creating Styles - The 2nd One Always Replaces the 1st [Caolán McNamara]
fdo#79161 sidebar crash on deactivating [Caolán McNamara]
fdo#79174 use 3D address when the input and output are on different sheets. [Kohei Yoshida]
fdo#79178 crash when opening a form created with a previous version [Caolán McNamara]
fdo#79181 drop hidden shape and drop negative clip rect [Caolán McNamara]
fdo#79228 resync ScPatternAttr if changed in GetNeededSize() [Eike Rathke]
fdo#79236 sw: Undo of changing style crashes on invalid item (-1) [Michael Stahl]
fdo#79275 file Properties dialog’s layout is subpar [Caolán McNamara]
fdo#79347 update French Burkina Faso [fr-BF] locale data, [David Delma, Eike Rathke]
fdo#79348 use uppercase LCID, related [David Delma, Eike Rathke]
fdo#79349 add French Mali [fr-ML] locale data, [David Delma, Eike Rathke]
fdo#79350 derive [fr-SN] from [fr-BF] instead, related [David Delma, Eike Rathke]
fdo#79351 add LANGUAGE_USER_FRENCH_BENIN 0x840C fr-BJ French (Benin), [David Delma, Eike Rathke]
fdo#79352 add French Niger [fr-NE] locale data, [David Delma, Eike Rathke]
fdo#79353 add French Togo [fr-TG] locale data, [Eike Rathke]
fdo#79360 impress hangs on using sidebar new style [Caolán McNamara]
fdo#79372 fix hyphenation (remove fix, except hard hyphen part) [László Németh]
fdo#79384 RTF import: fix literal Shift-JIS text [Miklos Vajna, Michael Stahl]
fdo#79392 don't access after last row, when last row is max last row [Caolán McNamara]
fdo#79493 refresh Tables option fails with Firebird [Julien Nabet]
fdo#79506 some numbers are marked as translatable [Julien Nabet]
fdo#79530 update help for minimum length of password [Laurent Balland-Poirier]
i#114361 various situations where graphic go missing on save [Oliver-Rainer Wittmann]
i#124717 various situations where graphic go missing on save [Oliver-Rainer Wittmann]
i#124922 allow late setting of the font color... [Herbert Dürr]
i#124946 various situations where graphic go missing on save [Oliver-Rainer Wittmann]
i#124966 various situations where graphic go missing on save [Oliver-Rainer Wittmann]
i#93627 improve AutoTexts for all languages (mainly FN Autotext) [Laurent Balland-Poirier]
rhbz#1101224 [abrt] libreoffice-core: ScTable::GetName(rtl::OUString&) const(): soffice.bin killed 
by SIGSEGV [Eike Rathke]
    + introduce a warning that changes to VBA macros cannot be saved. (bnc#467278) [Luboš Luňák, 
Jan Holesovsky]
    + related Cache minimum height for table cells. (bnc#822625) [Matúš Kukan]
    + (related: RTF import: get rid of hacks for \f in LISTLEVEL (bnc#823675) [Michael Stahl]
    + WW8 import: fix upper margin of multi-page floating table (bnc#863018) [Miklos Vajna]
    + wrong text position in grouped list (bnc#870237) [Zolnai Tamás]
    + handle direct formatting for numbering in .docx (bnc#875717) [Luboš Luňák]
    + discard more header/footer stuff when discarding headers/footers (bnc#875718) [Luboš Luňák]
    + MSWord uses \xb for linebreaks in DB fields (bnc#878854) [Luboš Luňák]
    + missing break in switch (coverity#1078626) [Caolán McNamara]
    + missing break in switch (coverity#736074) [Caolán McNamara]
    + populate cache tables when updating all external links. (cp#1000072) [Kohei Yoshida]
    + set 'modified' document property more consistently. (cp#1000077) [Matúš Kukan]
    + replace "\r\n" with "\n" when pasting from X11 clipboard. (cp#1000078) [Matúš Kukan]
    + basic: if the library is not loaded fully, copy source storage (fdo#42899) [Michael Stahl]
    + WIN32 long path support in Hyphen and MyThes (fdo#48017) [László Németh]
    + paste preference is image, then html, then text. (fdo#52547) [Andrzej Hunt]
    + fix hyphenation (remove fix, except hard hyphen part) (fdo#56392) [László Németh]
    + oops, this reference can't be const. (fdo#59882) [Matúš Kukan]
    + set more relaxed clipping region. (fdo#62719) [Jan Holesovsky]
    + editeng: fix RTF color table export (fdo#64956) [Michael Stahl]
    + elements Dock window needs scroll bar (fdo#65583) [Thomas Arnhold]
    + basic: if the library is not loaded fully, copy source storage (fdo#67685) [Michael Stahl]
    + "print on group change" acted as "print in first group instance" (fdo#67935) [Lionel Elie 
Mamane]
    + "print on group change" defaults to TRUE (fdo#67937) [Lionel Elie Mamane]
    + revert "remove #if 0 block (from ... (fdo#68983) [Michael Stahl]
    + B1:SOMENAME is not a valid singleton reference (fdo#70455) [Eike Rathke]
    + related Set correct BaseSize (fdo#71616) [Thomas Arnhold]
    + don't crash if clearWarnings throws an SQLException (fdo#73352) [Lionel Elie Mamane]
    + related Crash when invoking "Insert > Names > Create" (fdo#75971) [Julien Nabet]
    + use one static SvXMLTokenMap object, it's faster. (fdo#76324) [Matúš Kukan]
    + don't add the changes toolbar to the forms window, (fdo#76752) [Markus Mohrhard]
    + proper way to parse cell address strings. (fdo#76824) [Kohei Yoshida]
    + cannot start show at selected slide (fdo#76953) [Zolnai Tamás]
    + CRASH printing with all applications on windows (fdo#77206) [Caolán McNamara]
    + replace "Edit Group" with "Enter Group" in Writer as in Draw (fdo#77282) [Laurent 
Balland-Poirier]
    + coinmp: error: format not a string literal and no format arguments (fdo#77313) [Matúš Kukan]
    + sw: ww8 import: add heuristic to ignore mangled crop values (fdo#77454) [Michael Stahl]
    + use classic token rules for user-defined char (%foo) (fdo#77831) [Caolán McNamara]
    + unconditionally disable console streams for WinXP (fdo#77891) [Christian Lohmaier]
    + actually impact 10.6 too apparently (fdo#77993) [Norbert Thiebaud]
    + nAryLen is traditionally 32bit not 16bit (fdo#78040) [Caolán McNamara]
    + sw: fix separators in SwDDEFieldType::PutValue() (fdo#78332) [Michael Stahl]
    + DOCX import: end progressbar after parsing is done (fdo#78348) [Miklos Vajna]
    + ensure offset + sizeof(value) is in bounds (fdo#78477) [Caolán McNamara]
    + sw: fix setting tab stops via ruler (fdo#78737) [Michael Stahl]
    + paste preference is image, then html, then text. (fdo#78801) [Andrzej Hunt]
    + add Fomula Numbering and Lorem Ipsum autotext to some locales (fdo#78833) [Laurent 
Balland-Poirier]
    + writer getting Hang while opening document (fdo#78883) [Tushar Bende]
    + RTF import: allow \dpxsize inside \dptxbxtext (fdo#78900) [Miklos Vajna]
    + write test for this. (fdo#78903) [Kohei Yoshida]
    + number %NUMBERSTRING in tooltip (fdo#78920) [Jason Hulme]
    + use different XML attribute names for asian and complex fonts. (fdo#78927) [Kohei Yoshida]
    + correct way to determine the end position for matrix check. (fdo#78976) [Kohei Yoshida]
    + crash: File getting crash while saving in LO (fdo#79008) [Dinesh Patil]
    + properly implement the search results dialog as modeless. (fdo#79011) [Kohei Yoshida]
    + restore transparency in SVG export (fdo#79078) [László Németh]
    + options cells shift down when unit clicked (fdo#79124) [Caolán McNamara]
    + avoid segmentation fault during destruction of media window (fdo#79133) [Zolnai Tamás]
    + crash in oox::vml::InputStream::updateBuffer (fdo#79137) [Julien Nabet]
    + crash in SwDropCapCache::CalcFontSize (fdo#79139) [Julien Nabet]
    + when Creating Styles - The 2nd One Always Replaces the 1st (fdo#79142) [Caolán McNamara]
    + sidebar crash on deactivating (fdo#79161) [Caolán McNamara]
    + use 3D address when the input and output are on different sheets. (fdo#79174) [Kohei Yoshida]
    + crash when opening a form created with a previous version (fdo#79178) [Caolán McNamara]
    + drop hidden shape and drop negative clip rect (fdo#79181) [Caolán McNamara]
    + resync ScPatternAttr if changed in GetNeededSize() (fdo#79228) [Eike Rathke]
    + sw: Undo of changing style crashes on invalid item (-1) (fdo#79236) [Michael Stahl]
    + file Properties dialog’s layout is subpar (fdo#79275) [Caolán McNamara]
    + update French Burkina Faso [fr-BF] locale data, (fdo#79347) [David Delma, Eike Rathke]
    + use uppercase LCID, related (fdo#79348) [David Delma, Eike Rathke]
    + add French Mali [fr-ML] locale data, (fdo#79349) [David Delma, Eike Rathke]
    + derive [fr-SN] from [fr-BF] instead, related (fdo#79350) [David Delma, Eike Rathke]
    + add LANGUAGE_USER_FRENCH_BENIN 0x840C fr-BJ French (Benin), (fdo#79351) [David Delma, Eike 
Rathke]
    + add French Niger [fr-NE] locale data, (fdo#79352) [David Delma, Eike Rathke]
    + add French Togo [fr-TG] locale data, (fdo#79353) [Eike Rathke]
    + impress hangs on using sidebar new style (fdo#79360) [Caolán McNamara]
    + fix hyphenation (remove fix, except hard hyphen part) (fdo#79372) [László Németh]
    + RTF import: fix literal Shift-JIS text (fdo#79384) [Miklos Vajna, Michael Stahl]
    + don't access after last row, when last row is max last row (fdo#79392) [Caolán McNamara]
    + refresh Tables option fails with Firebird (fdo#79493) [Julien Nabet]
    + some numbers are marked as translatable (fdo#79506) [Julien Nabet]
    + update help for minimum length of password (fdo#79530) [Laurent Balland-Poirier]
    + various situations where graphic go missing on save (i#114361) [Oliver-Rainer Wittmann]
    + various situations where graphic go missing on save (i#124717) [Oliver-Rainer Wittmann]
    + allow late setting of the font color... (i#124922) [Herbert Dürr]
    + various situations where graphic go missing on save (i#124946) [Oliver-Rainer Wittmann]
    + various situations where graphic go missing on save (i#124966) [Oliver-Rainer Wittmann]
    + improve AutoTexts for all languages (mainly FN Autotext) (i#93627) [Laurent Balland-Poirier]
    + [abrt] libreoffice-core: ScTable::GetName(rtl::OUString&) const(): soffice.bin killed by 
SIGSEGV (rhbz#1101224) [Eike Rathke]
+ core
    + "print on group change" acted as "print in first group instance" (fdo#67935) [Lionel Elie 
Mamane]
    + "print on group change" defaults to TRUE (fdo#67937) [Lionel Elie Mamane]
    + (related: RTF import: get rid of hacks for \f in LISTLEVEL (bnc#823675) [Michael Stahl]
    + Access2Base - Bug when event triggered by toolbar button [Jean-Pierre Ledure]
    + Access2Base - setProperty erroneously omitted [Jean-Pierre Ledure]
    + actually impact 10.6 too apparently (fdo#77993) [Norbert Thiebaud]
    + actually OK and Cancel is better here than Apply and Close. [Kohei Yoshida]
    + adapt CppUnit to our CPPUNIT_PLUGIN_EXPORT [Stephan Bergmann]
    + add [fr-BJ] to libs, (fdo#79351) [Eike Rathke]
    + add [fr-CI] to libs, (fdo#79348) [Eike Rathke]
    + add [fr-ML] to libs, (fdo#79349) [Eike Rathke]
    + add [fr-NE] to libs, (fdo#79352) [Eike Rathke]
    + add [fr-SN] to libs, (fdo#79350) [Eike Rathke]
    + add [fr-TG] to libs, (fdo#79353) [Eike Rathke]
    + add bDisallowPrivate parameter to LanguageTag::isValidBcp47() [Eike Rathke]
    + add convenience functions to handle dirs [David Tardon]
    + add dummy extension [David Tardon]
    + add Fomula Numbering and Lorem Ipsum autotext to some locales (fdo#78833) [Laurent 
Balland-Poirier]
    + add French (Côte d'Ivoire) [fr-CI] to language list, (fdo#79348) [Eike Rathke]
    + add French (Mali) [fr-ML] to language list, (fdo#79349) [Eike Rathke]
    + add French (Senegal) [fr-SN] to language list, (fdo#79350) [Eike Rathke]
    + add French Benin [fr-BJ] locale data, (fdo#79351) [David Delma]
    + add French Ivory Coast [fr-CI] locale data, (fdo#79348) [David Delma]
    + add French Mali [fr-ML] locale data, (fdo#79349) [David Delma]
    + add French Niger [fr-NE] locale data, (fdo#79352) [David Delma]
    + add French Senegal [fr-SN] locale data, (fdo#79350) [David Delma]
    + add French Togo [fr-TG] locale data, (fdo#79353) [Eike Rathke]
    + add LANGUAGE_USER_FRENCH_BENIN 0x840C fr-BJ French (Benin), (fdo#79351) [Eike Rathke]
    + add LANGUAGE_USER_FRENCH_NIGER 0x880C [fr-NE] French (Niger), (fdo#79352) [Eike Rathke]
    + add LANGUAGE_USER_FRENCH_TOGO 0x8C0C [fr-TG] French (Togo), (fdo#79353) [Eike Rathke]
    + add more test drawings/paintings for libmwaw [David Tardon]
    + add more test spreadsheets for libmwaw [David Tardon]
    + add new libmwaw drawing format... [osnola]
    + add new libmwaw drawing formats (forgotten files) [osnola]
    + add new libmwaw's database/spreadsheet formats... [osnola]
    + add random unversioned test file for libmspub [David Tardon]
    + add random unversioned test file for libvisio [David Tardon]
    + add random unversioned test files for libcdr [David Tardon]
    + add some test documents for libwps [David Tardon]
    + add some test drawings/paintings for libmwaw [David Tardon]
    + add SvxLanguageComboBox [Eike Rathke]
    + add test spreadsheets and databases for libmwaw [David Tardon]
    + add test spreadsheets and databases for libwps [David Tardon]
    + add unit test for LanguageTag::isValidBcp47() with bDisallowPrivate [Eike Rathke]
    + add unit test for writerperfect::DirectoryStream [David Tardon]
    + add writerperfect calc integration test [David Tardon]
    + allow late setting of the font color... (i#124922) [Herbert Dürr]
    + always provide REDLAND_CFLAGS/LIBS to ext. projects [David Tardon]
    + and another one... [David Tardon]
    + and of course, GreatWorks test files fail to load on Windows [David Tardon]
    + and some replacement code for lt_tag_get_privateuse(), sigh.. [Eike Rathke]
    + avmedia: call resize before player window is created [Zolnai Tamás]
    + avoid segmentation fault during destruction of media window (fdo#79133) [Zolnai Tamás]
    + avoid static local of a singleton.  This crashed writer unit tests. [Kohei Yoshida]
    + avoid unnecessary cloning of ScRawToken during token check. [Kohei Yoshida]
    + B1:SOMENAME is not a valid singleton reference (fdo#70455) [Eike Rathke]
    + basic: if the library is not loaded fully, copy source storage (fdo#42899, fdo#67685, 
fdo#68983) [Michael Stahl]
    + bring back dictionaries to 4-3 branch [Christian Lohmaier]
    + build libmwaw as shared lib [David Tardon]
    + build libodfgen as shared lib [David Tardon]
    + build libwps as shared lib [David Tardon]
    + bump product version to 4.3.0.0.beta1+ [Christian Lohmaier]
    + bump product version to 4.3.0.0.beta2 [Christian Lohmaier]
    + bundle librevenge [David Tardon]
    + cannot start show at selected slide (fdo#76953) [Zolnai Tamás]
    + chart2: Fix using the last shape [Maxim Monastirsky]
    + coinmp: error: format not a string literal and no format arguments (fdo#77313) [Matúš Kukan]
    + correct way to determine the end position for matrix check. (fdo#78976) [Kohei Yoshida]
    + cppunit: always compile with debugging symbols on windows. [Michael Meeks]
    + crash in oox::vml::InputStream::updateBuffer (fdo#79137) [Julien Nabet]
    + crash in SwDropCapCache::CalcFontSize (fdo#79139) [Julien Nabet]
    + CRASH printing with all applications on windows (fdo#77206) [Caolán McNamara]
    + crash when opening a form created with a previous version (fdo#79178) [Caolán McNamara]
    + crash: File getting crash while saving in LO (fdo#79008) [Dinesh Patil]
    + CustomAnimationCreateDialog: select previously set misc animation [Zolnai Tamás]
    + derive [fr-BJ] from [fr-BF] instead, related (fdo#79351) [Eike Rathke]
    + derive [fr-ML] from [fr-BF] instead, related (fdo#79349) [Eike Rathke]
    + derive [fr-NE] from [fr-BF] instead, related (fdo#79352) [Eike Rathke]
    + derive [fr-SN] from [fr-BF] instead, related (fdo#79350) [Eike Rathke]
    + derive all [fr-CI] locale data from [fr-BF], related (fdo#79348) [Eike Rathke]
    + detach all DocBasicItem objects upon process termination. [Kohei Yoshida]
    + disallow private use language tags in combo box edit [Eike Rathke]
    + discard more header/footer stuff when discarding headers/footers (bnc#875718) [Luboš Luňák]
    + do not attempt to obtain names for NULL tabs (rhbz#1101224) [Eike Rathke]
    + do not disable complete test, just the one file [David Tardon]
    + do not replace a General format with a General format (fdo#79228) [Eike Rathke]
    + do not store invalid date acceptance patterns in configuration [Eike Rathke]
    + DOCX import: end progressbar after parsing is done (fdo#78348) [Miklos Vajna]
    + don't access after last row, when last row is max last row (fdo#79392) [Caolán McNamara]
    + don't add the changes toolbar to the forms window, (fdo#76752) [Markus Mohrhard]
    + don't broadcast prematurely during cell deletion. (fdo#78903) [Kohei Yoshida]
    + don't crash if clearWarnings throws an SQLException (fdo#73352) [Lionel Elie Mamane]
    + don't forget to dispose the component here. [Kohei Yoshida]
    + don't limit the 0 → 1 replacement in release to deb [Christian Lohmaier]
    + don't unconditionally require bsh.jar and js.jar in RepositoryExternal.mk [Rene Engelhard]
    + drop hidden shape and drop negative clip rect (fdo#79181) [Caolán McNamara]
    + drop trailing comma [David Tardon]
    + drop useless const_cast [David Tardon]
    + editeng: fix RTF color table export (fdo#64956) [Michael Stahl]
    + elements Dock window needs scroll bar (fdo#65583) [Thomas Arnhold]
    + elements dock: Better display of scalable braces (fdo#71616) [Thomas Arnhold]
    + enable integration test for libmwaw calc import [David Tardon]
    + enable integration test for libmwaw draw import [David Tardon]
    + enable new handlers [alonso]
    + ensure offset + sizeof(value) is in bounds (fdo#78477) [Caolán McNamara]
    + ensure writerperfect::DirectoryStream only works for dirs [David Tardon]
    + export fieldmark check boxes as HTML checkboxes. [Kohei Yoshida]
    + export SYSTEM_REVENGE [David Tardon]
    + external/hypen: Fix for pre-C99 [Stephan Bergmann]
    + externals: do not use "v110_xp" when building with MSVC 2012 and SDK 8.0 [Michael Stahl]
    + feedback color indicator for invalid tags [Eike Rathke]
    + file Properties dialog’s layout is subpar (fdo#79275) [Caolán McNamara]
    + finer grained ODS import mode selection. [Kohei Yoshida]
    + firebird don't claim to support interfaces one doesn't (fdo#73352) [Lionel Elie Mamane]
    + fix copypasta [David Tardon]
    + fix creation of substreams for OLE2 [alonso]
    + fix deps for projects using librevenge [David Tardon]
    + fix detection of Keynote 3 documents [David Tardon]
    + fix filter names [David Tardon]
    + fix hyphenation (remove fix, except hard hyphen part) (fdo#79372, fdo#56392) [László Németh]
    + fix index dialog regression [Caolán McNamara]
    + fix memory leak (as observed with CppunitTest_filter_pcx_test) [Stephan Bergmann]
    + fix memory leak (as observed with CppunitTest_filter_ras_test) [Stephan Bergmann]
    + fix order of function pointers [Stephan Bergmann]
    + fix pyuno.so install to correctly end up in gid_Module_Pyuno [Rene Engelhard]
    + fix return value for libe-book import filter [David Tardon]
    + fix typo [Tor Lillqvist]
    + fix WW8 import/export of negative image crop (fdo#77454) [Michael Stahl]
    + fold hyphen-c99.patch.0 into hyphen-fdo48017-wfopen.patch [Stephan Bergmann]
    + force posted events before timer timeouts in KDE4 event loop (bnc#467278) [Luboš Luňák]
    + forgot to remove debug statements. [Kohei Yoshida]
    + french 'General' keyword should be 'Standard' instead, related (fdo#79347) [Eike Rathke]
    + generalize this for Zip too [David Tardon]
    + getDataStream() returns non-const ptr now [David Tardon]
    + handle direct formatting for numbering in .docx (bnc#875717) [Luboš Luňák]
    + impress hangs on using sidebar new style (fdo#79360) [Caolán McNamara]
    + improve AutoTexts for all languages (mainly FN Autotext) (i#93627, fdo#78833) [Laurent 
Balland-Poirier]
    + improve descriptive text of "Treat empty string as zero" option [Eike Rathke]
    + improve WPXSvInputStream test [David Tardon]
    + introduce a warning that changes to VBA macros cannot be saved. (bnc#467278) [Jan Holesovsky]
    + jvmfwk: generalize (and fix) the do_msvcr71_magic to Oracle JRE 7 [Michael Stahl]
    + keep only "Apply" and "Close". [Kohei Yoshida]
    + label t-test and F-test for their respective dialogs. [Kohei Yoshida]
    + let's not use ScDocument as a convenient "anything goes" storage place. [Kohei Yoshida]
    + let's use constant uno name for these. [Kohei Yoshida]
    + libe-book/etonyek 0.1.0, is not enough, we need (upcoming) 0.1.1 [Rene Engelhard]
    + libwpd-stream does not exist anymore [David Tardon]
    + load external documents when refreshing caches. (cp#1000072) [Kohei Yoshida]
    + loading of these fails on windows [David Tardon]
    + localize this string. [Kohei Yoshida]
    + loplugin:literaltoboolconversion [Stephan Bergmann]
    + make the wdb/wks and GreatWorks(draw) work [osnola]
    + make this a little less confusing [Eike Rathke]
    + mark QA file non-translatable [Andras Timar]
    + missing break in switch (coverity#736074, coverity#1078626) [Caolán McNamara]
    + missing title from extension update dialog [Caolán McNamara]
    + modify these stats dialogs to have OK and Cancel pair. [Kohei Yoshida]
    + move CppUnit plugin def. to separate source file [David Tardon]
    + MSWord uses \xb for linebreaks in DB fields (bnc#878854) [Luboš Luňák]
    + nAryLen is traditionally 32bit not 16bit (fdo#78040) [Caolán McNamara]
    + number %NUMBERSTRING in tooltip (fdo#78920) [Jason Hulme]
    + only def graphite external if --enable-graphite [David Tardon]
    + oops, this reference can't be const. (fdo#59882) [Matúš Kukan]
    + oox, writerfilter: Support for artistic effects on pictures [Jacobo Aragunde Pérez]
    + oox: fix export of OOXML generator info [Miklos Vajna]
    + options cells shift down when unit clicked (fdo#79124) [Caolán McNamara]
    + organize the test data files by test [David Tardon]
    + parse zipped FictionBook 2 files again [David Tardon]
    + pass also const CellRef& to save a lot of getCellByPosition() calls. [Matúš Kukan]
    + pass UCBContent to the filters too [David Tardon]
    + paste preference is image, then html, then text. (fdo#78801, fdo#52547) [Andrzej Hunt]
    + populate cache tables when updating all external links. (cp#1000072) [Kohei Yoshida]
    + proper way to parse cell address strings. (fdo#76824) [Kohei Yoshida]
    + properly implement the search results dialog as modeless. (fdo#79011) [Kohei Yoshida]
    + purge one document shell at a time, to avoid freeze. (cp#1000072) [Kohei Yoshida]
    + re-enable libe-book integration test [David Tardon]
    + reading from a stream must start at the beginning [David Tardon]
    + rebase all import libs [David Tardon]
    + rebuild ext. project if makefile changes [David Tardon]
    + refresh Tables option fails with Firebird (fdo#79493) [Julien Nabet]
    + reintroduce Win_GetShortPathName() [Tor Lillqvist]
    + related Cache FontEntry with the original FontSelectPattern. (bnc#822625) [Matúš Kukan]
    + related Cache minimum height for table cells. (bnc#822625) [Matúš Kukan]
    + related Crash when invoking "Insert > Names > Create" (fdo#75971) [Julien Nabet]
    + related Fix scrolling (fdo#71616) [Thomas Arnhold]
    + related Set correct BaseSize (fdo#71616) [Thomas Arnhold]
    + related: make SetName default to Reindexing (fdo#79142) [Caolán McNamara]
    + remove dead code [Stephan Bergmann]
    + replace "\r\n" with "\n" when pasting from X11 clipboard. (cp#1000078) [Matúš Kukan]
    + replace the work-around with a different one (fdo#79384) [Michael Stahl]
    + reportdesign: Fix applying the last used color [Maxim Monastirsky]
    + reportdesign: Update shape buttons with sub toolbar selection [Maxim Monastirsky]
    + restore 2 deleted lines in CREDITS [Andras Timar]
    + restore transparency in SVG export (fdo#79078) [László Németh]
    + resync ScPatternAttr if changed in GetNeededSize() (fdo#79228) [Eike Rathke]
    + revert "open xSourceLibrariesStor only when needed" (fdo#67685) [Michael Stahl]
    + revert "remove #if 0 block (from ... (fdo#68983) [Michael Stahl]
    + RTF import: allow \dpxsize inside \dptxbxtext (fdo#78900) [Miklos Vajna]
    + RTF import: allow { without } in style names (fdo#79384) [Miklos Vajna]
    + RTF import: fix handling of \loch \hich \dbch \ltrch \rtlch [Michael Stahl]
    + RTF import: fix literal Shift-JIS text (fdo#79384) [Michael Stahl]
    + set 'modified' document property more consistently. (cp#1000077) [Matúš Kukan]
    + set more relaxed clipping region. (fdo#62719) [Jan Holesovsky]
    + sidebar crash on deactivating (fdo#79161) [Caolán McNamara]
    + skip styles import for external link cache documents. (cp#1000072) [Kohei Yoshida]
    + some numbers are marked as translatable (fdo#79506) [Julien Nabet]
    + speed-up writer conversion in headless mode [Tomaž Vajngerl]
    + stop the external doc shell timer while mass-updating. (cp#1000072) [Kohei Yoshida]
    + sw: fix separators in SwDDEFieldType::PutValue() (fdo#78332) [Michael Stahl]
    + sw: fix setting tab stops via ruler (fdo#78737) [Michael Stahl]
    + sw: Properly embed .xls sheets in .docx documents [Jacobo Aragunde Pérez]
    + sw: Undo of changing style crashes on invalid item (-1) (fdo#79236) [Michael Stahl]
    + sw: use xsec_xmlsec.windows on WNT [Michael Stahl]
    + sw: why the heck is that #ifdef'd out? [Michael Stahl]
    + sw: ww8 import: add heuristic to ignore mangled crop values (fdo#77454) [Michael Stahl]
    + switch the Western language list box to SvxLanguageComboBox [Eike Rathke]
    + the 4th argument is of wrong type. [Kohei Yoshida]
    + the other way around... [David Tardon]
    + these formats are supported by libmwaw 0.3.x [David Tardon]
    + try to add support for WKS/WDB files... [osnola]
    + try to fix Windows build [Tor Lillqvist]
    + turn the mouse cursor to the "wait hand" during the external link update. [Kohei Yoshida]
    + typo: VarP (Sample) -> VarP (Population) [Andras Timar]
    + unconditionally disable console streams for WinXP (fdo#77891) [Christian Lohmaier]
    + update AllLangPackage_autotestshare.mk (fdo#78833) [Laurent Balland-Poirier]
    + update also revision and editing time when setting 'modified' properties. [Matúš Kukan]
    + update French Burkina Faso [fr-BF] locale data, (fdo#79347) [David Delma]
    + update language-subtag-registry as of 2014-04-10 [Eike Rathke]
    + updated core (fdo#79530, fdo#77282) [Christian Lohmaier, Laurent Balland-Poirier, Stephan 
Bergmann, Andras Timar, Eike Rathke]
    + upload libe-book 0.1.1 [David Tardon]
    + upload libetonyek 0.1.1 [David Tardon]
    + upload libodfgen 0.1.1 [David Tardon]
    + upload librevenge 0.0.1 [David Tardon]
    + use $(gb_AWK) instead of awk [Christian Lohmaier]
    + use 3D address when the input and output are on different sheets. (fdo#79174) [Kohei Yoshida]
    + use classic token rules for user-defined char (%foo) (fdo#77831) [Caolán McNamara]
    + use different XML attribute names for asian and complex fonts. (fdo#78927) [Kohei Yoshida]
    + use one static SvXMLTokenMap object, it's faster. (fdo#76324) [Matúš Kukan]
    + use proper constructor to fill with system time. [Matúš Kukan]
    + use the right XML import service [David Tardon]
    + use uppercase LCID, related (fdo#79348) [Eike Rathke]
    + using xargs for string manipulation is somewhat of an abuse [Christian Lohmaier]
    + various situations where graphic go missing on save (i#124966, i#114361, i#124946, i#124717) 
[Oliver-Rainer Wittmann]
    + version 4.3.0.0.beta2, tag libreoffice-4.3.0.0.beta2 [Christian Lohmaier]
    + version 4.3.0.0.beta2-buildfix1, tag libreoffice-4.3.0.0.beta2-buildfix1 [Christian Lohmaier]
    + WaE: overriding virtual function declaration not marked 'SAL_OVERRIDE' [Tor Lillqvist]
    + WaE: private field 'mnId' is not used [Tor Lillqvist]
    + WaE: unused variable 'aFileNameBase' [Tor Lillqvist]
    + when Creating Styles - The 2nd One Always Replaces the 1st (fdo#79142) [Caolán McNamara]
    + WIN32 long path support in Hyphen and MyThes (fdo#48017) [László Németh]
    + write test for this. (fdo#78903) [Kohei Yoshida]
    + writer getting Hang while opening document (fdo#78883) [Tushar Bende]
    + writerfilter: fix log area [Michael Stahl]
    + wrong text position in grouped list (bnc#870237) [Zolnai Tamás]
    + WW8 import: fix upper margin of multi-page floating table (bnc#863018) [Miklos Vajna]
    + yet another test file that fails to load on windows [David Tardon]
+ dictionaries
    + version 4.3.0.0.beta2, tag libreoffice-4.3.0.0.beta2 [Christian Lohmaier]
    + version 4.3.0.0.beta2-buildfix1, tag libreoffice-4.3.0.0.beta2-buildfix1 [Christian Lohmaier]
+ help
    + bring some sense into this sentence [Eike Rathke]
    + copy-pasted sizelb is langlb instead [Eike Rathke]
    + document language list combo box [Eike Rathke]
    + missing </paragraph> [Stephan Bergmann]
    + replace "Edit Group" with "Enter Group" in Writer as in Draw (fdo#77282) [Laurent 
Balland-Poirier]
    + update help for minimum length of password (fdo#79530) [Laurent Balland-Poirier]
    + version 4.3.0.0.beta2, tag libreoffice-4.3.0.0.beta2 [Christian Lohmaier]
    + version 4.3.0.0.beta2-buildfix1, tag libreoffice-4.3.0.0.beta2-buildfix1 [Christian Lohmaier]
+ translations
    + update translations for 4.3.0 beta2 [Christian Lohmaier]
    + updated Slovenian translation [Andras Timar]
    + version 4.3.0.0.beta2, tag libreoffice-4.3.0.0.beta2 [Christian Lohmaier]
    + version 4.3.0.0.beta2-buildfix1, tag libreoffice-4.3.0.0.beta2-buildfix1 [Christian Lohmaier]

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.