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


Hi all,

The tag libreoffice-4.4.0.0.beta2 (AKA 4.4.0 Beta2) on the corresponding
branch libreoffice-4-4 has been created last week.
The branch will be used for fine tuning of the 4.4 codeline.

Branch-off marks feature freeze, see
https://wiki.documentfoundation.org/ReleasePlan/4.4#4.4.0_release for
the detailed schedule of the 4.4.0 release.

Master will be used for development of LibreOffice 4.5.x

The following rules apply:
    + 4.4.0 beta phase:

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

    + 4.4.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-3' branch is still active and will be used for the
4.3.6 bugfix release. Please read more at
       http://wiki.documentfoundation.org/ReleasePlan/4.3#4.3.6_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-4 origin/libreoffice-4-4

To checkout the tag, use

./g fetch --tags
./g checkout -b tag-libreoffice-4.4.0.0.beta2 libreoffice-4.4.0.0.beta2

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-4 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.4.0 Beta1

Happy hacking,
Christian
    + the assert seems to just want the attrs to be sorted (bnc#467459) [Caolán McNamara]
    + wrong background color shown in format table in impress (bnc#882627) [Caolán McNamara]
    + text(box) is rendered white on white when it is not (bnc#904423) [Zolnai Tamás]
    + unchecked return value (cid#1255906) [Tor Lillqvist]
    + busted loop condition and Resource leak (coverity#1255390) [Caolán McNamara]
    + buffer not null terminated (coverity#1255905) [Caolán McNamara]
    + explicit null dereferenced (coverity#1255907) [Caolán McNamara]
    + uninitialized scalar field (coverity#1255909) [Caolán McNamara]
    + uninitialized scalar field (coverity#1255910) [Caolán McNamara]
    + fix SQL view to be editable (coverity#706316) [Caolán McNamara]
    + revert "Logically dead code" (coverity#735424) [Lionel Elie Mamane]
    + mirror fixes for and into icu (deb#766788) [Caolán McNamara]
    + avoid empty style names in ww2 docs (fdo#36514) [Caolán McNamara]
    + go back to the old way of doing things (fdo#48846) [Caolán McNamara]
    + reintroduce embedded picture for form components (fdo#53001) [Lionel Elie Mamane]
    + don't call XLSX methods in XLS export, related (fdo#59762) [Markus Mohrhard]
    + reintroduce embedded picture for form components (fdo#65163) [Lionel Elie Mamane]
    + export more numbering types correctly into HTML (fdo#68684) [Andras Timar]
    + fix crash on loading (fdo#70157) [Caolán McNamara]
    + cui: fix crash in SvxExtParagraphTabPage (fdo#70861) [Michael Stahl]
    + RTF import: bogus call to getBestTextEncodingFromLocale() (fdo#72031) [Miklos Vajna]
    + improving on existing icons and adding entries into links.txt (fdo#75256) [Matthias Freund, 
Yousuf Philips]
    + go back to the old way of doing things (fdo#75408) [Caolán McNamara]
    + check internal and external sheet references in both modes (fdo#77018) [Eike Rathke]
    + related: only make outline, title and subtitle read-only (fdo#78151) [Caolán McNamara]
    + mirror fixes for and into icu (fdo#78906) [Caolán McNamara]
    + accept args for .uno:InsertAnnotation (fdo#78980) [Maxim Monastirsky]
    + revert "SwToSfxPageDescAttr: fix call to ... (fdo#79303) [Michael Stahl]
    + fix again and keep references to other sheets during sort (fdo#79441) [Eike Rathke]
    + duplicate acceserator keys in spell checking dialog (fdo#79707) [Caolán McNamara]
    + make sure to check for formula first, (fdo#80301) [Julien Nabet]
    + fix SQL view to be editable (fdo#80938) [Caolán McNamara]
    + removal of font name, font size and text alignment from context menus (fdo#81132) [Yousuf 
Philips]
    + rearrange, add and remove entries from toolbars (fdo#81475) [Yousuf Philips, Maxim 
Monastirsky]
    + RTF filter: import \sbauto and \saauto (fdo#82006) [Miklos Vajna]
    + add global shortcut for autospellcheck (fdo#82969) [Yousuf Philips]
    + more space around the 'Custom Value'. (fdo#83076) [Jan Holesovsky]
    + show thousand separators in document word/character counts (fdo#83308) [Matthew J. Francis]
    + for external data sources this variable can be null, (fdo#83534) [Markus Mohrhard]
    + related: Deactivate previous function when inserting object (fdo#83572) [Maxim Monastirsky]
    + sw: fix generation of ToX with chapter numbers (fdo#83798) [Michael Stahl]
    + add new error code for failed PDF signing, and handle it (fdo#83939) [Tor Lillqvist]
    + don't create duplicate Mirrored[X|Y] properties (fdo#84043) [Michael Stahl, Caolán McNamara]
    + move clipboard functions to the top of context menu (fdo#84293) [Yousuf Philips]
    + prevent std::bad_alloc exception by stricter input check (fdo#84686) [Andras Timar]
    + don’t stretch icons horizontally (fdo#84904) [Adolfo Jayme Barrientos]
    + move zoom to object and added/hid/unhid some other buttons (fdo#84909) [Yousuf Philips]
    + make file picker modal again (fdo#85347) [Adolfo Jayme Barrientos]
    + editeng: do not add multiple 0-length attributes... (fdo#85496) [Michael Stahl]
    + 'Pick a color' circle location is incorrect when opened (fdo#85590) [Caolán McNamara]
    + enable conditional formatting button, add icons, and tooltips (fdo#85594) [Yousuf Philips]
    + hebrew and Arabic is not working on MAC (fdo#85806) [galbarnissan]
    + move insert table to table menu in writer related apps (fdo#85820) [Yousuf Philips]
    + svx: fix mouse dragging of table row separators in Writer (fdo#85858) [Michael Stahl]
    + don't redraw the Navigator content tree if nothing changed (fdo#85886) [Michael Stahl]
    + RTF import: bogus call to getBestTextEncodingFromLocale() (fdo#85889) [Miklos Vajna, Andras 
Timar]
    + add 'Close Sidebar' command to Sidebar menu (fdo#85937) [Samuel Mehrbrodt]
    + removed shapes and textbox from writer web as they dont function (fdo#86035) [Yousuf Philips]
    + a11y: Exception when closing popup from ToolBox w/o separator (fdo#86117) [Maxim Monastirsky]
    + add tooltips to calc xcu file (fdo#86132) [Yousuf Philips]
    + fix completion of function name crash (fdo#86169) [Winfried Donkers]
    + sw: Line Numbering dialog: fix "Format" combo box (fdo#86185) [Michael Stahl]
    + FontCharMap claims to have twice the entries it should (fdo#86203) [Caolán McNamara]
    + import @TERM and @CTERM functions from Lotus 1-2-3 files (related: (fdo#86241) [Andras Timar]
    + we need to copy the condition format cell for cell, (fdo#86253) [Markus Mohrhard]
    + the assert seems to just want the attrs to be sorted (fdo#86392) [Caolán McNamara]
    + move header and footer entry to insert menu (fdo#86440) [Yousuf Philips]
    + wrong background color shown in format table in impress (fdo#86466) [Caolán McNamara]
    + added white backgrounds to images so they appear fine in dark themes (fdo#86472) [Yousuf 
Philips]
    + add icons to sheet management menu and context menu entries (fdo#86476) [Yousuf Philips]
    + sw: fix crash on exit from SwAutoCorrect (fdo#86494) [Michael Stahl]
    + fix the RGB value of 'Sky blue 1' color. (fdo#86511) [V Stuart Foote]
    + make predefined palette names localizable (fdo#86517) [Andras Timar]
    + avoid modifying range name references that are not affected, (fdo#86518) [Markus Mohrhard]
    + open the right tab for more bullets and numbering (fdo#86546) [Maxim Monastirsky]
    + pomigrate2 sr and sr-Latn translations (related: (fdo#86550) [Andras Timar]
    + svx: fix crash when creating new "XML Form Document" (fdo#86557) [Michael Stahl]
    + impress does not show pictures anymore (fdo#86573) [Zolnai Tamás]
    + give uniform width to Category and Format frames (fdo#86579) [Adolfo Jayme Barrientos]
    + write test for this. (fdo#86615) [Kohei Yoshida]
    + sidebar: Distorted icons in Graphic section (fdo#86622) [Maxim Monastirsky]
    + sw: remove bad tab pages from SwParaDlg for drawing objects (fdo#86633) [Michael Stahl]
    + VSDX import: handle metadata (fdo#86664) [Miklos Vajna]
    + avoid deadlock updating progress bar (fdo#86687) [Matthew J. Francis]
    + : Strikethrough: "With /" and "With X" (fdo#86689) [Julien Nabet]
    + paint after Undo of Sort (fdo#86708) [Eike Rathke]
    + add links.txt references to next and previous buttons (fdo#86738) [Yousuf Philips]
    + broadcast also empty cells after sort (fdo#86762) [Eike Rathke]
    + fix insert special char in Find/Find and Replace (fdo#86799) [Caolán McNamara]
    + correctly recognise NULL values in query parameter values dialog (fdo#86852) [Lionel Elie 
Mamane]
    + vcl: remove SalVirtualDevice::GetWidth (i#59315) [Michael Meeks]
    + revert "always default to WinAnsiEncoding..." (i#63015) [Caolán McNamara]
    + accept args for .uno:InsertAnnotation (i#98931) [Maxim Monastirsky]
    + avoid slicing during construction of SdrPage (ooo#93212) [David Tardon]
    + [fix available] Can't resize formulas (rhbz#1012353) [Caolán McNamara]
    + [abrt] libreoffice-core: set(): soffice.bin killed by SIGABRT (rhbz#1167250) [Stephan 
Bergmann]
bnc#467459 the assert seems to just want the attrs to be sorted [Caolán McNamara]
bnc#882627 wrong background color shown in format table in impress [Caolán McNamara]
bnc#904423 text(box) is rendered white on white when it is not [Zolnai Tamás]
cid#1255906 unchecked return value [Tor Lillqvist]
coverity#1255390 busted loop condition and Resource leak [Caolán McNamara]
coverity#1255905 buffer not null terminated [Caolán McNamara]
coverity#1255907 explicit null dereferenced [Caolán McNamara]
coverity#1255909 uninitialized scalar field [Caolán McNamara]
coverity#1255910 uninitialized scalar field [Caolán McNamara]
coverity#706316 fix SQL view to be editable [Caolán McNamara]
coverity#735424 revert "Logically dead code" [Lionel Elie Mamane]
deb#766788 mirror fixes for and into icu [Caolán McNamara]
fdo#36514 avoid empty style names in ww2 docs [Caolán McNamara]
fdo#48846 go back to the old way of doing things [Caolán McNamara]
fdo#53001 reintroduce embedded picture for form components [Lionel Elie Mamane]
fdo#59762 don't call XLSX methods in XLS export, related [Markus Mohrhard]
fdo#65163 reintroduce embedded picture for form components [Lionel Elie Mamane]
fdo#68684 export more numbering types correctly into HTML [Andras Timar]
fdo#70157 fix crash on loading [Caolán McNamara]
fdo#70861 cui: fix crash in SvxExtParagraphTabPage [Michael Stahl]
fdo#72031 RTF import: bogus call to getBestTextEncodingFromLocale() [Miklos Vajna]
fdo#75256 improving on existing icons and adding entries into links.txt [Matthias Freund, Yousuf 
Philips]
fdo#75408 go back to the old way of doing things [Caolán McNamara]
fdo#77018 check internal and external sheet references in both modes [Eike Rathke]
fdo#78151 related: only make outline, title and subtitle read-only [Caolán McNamara]
fdo#78906 mirror fixes for and into icu [Caolán McNamara]
fdo#78980 accept args for .uno:InsertAnnotation [Maxim Monastirsky]
fdo#79303 revert "SwToSfxPageDescAttr: fix call to ... [Michael Stahl]
fdo#79441 fix again and keep references to other sheets during sort [Eike Rathke]
fdo#79707 duplicate acceserator keys in spell checking dialog [Caolán McNamara]
fdo#80301 make sure to check for formula first, [Julien Nabet]
fdo#80938 fix SQL view to be editable [Caolán McNamara]
fdo#81132 removal of font name, font size and text alignment from context menus [Yousuf Philips]
fdo#81475 rearrange, add and remove entries from toolbars [Yousuf Philips, Maxim Monastirsky]
fdo#82006 RTF filter: import \sbauto and \saauto [Miklos Vajna]
fdo#82969 add global shortcut for autospellcheck [Yousuf Philips]
fdo#83076 more space around the 'Custom Value'. [Jan Holesovsky]
fdo#83308 show thousand separators in document word/character counts [Matthew J. Francis]
fdo#83534 for external data sources this variable can be null, [Markus Mohrhard]
fdo#83572 related: Deactivate previous function when inserting object [Maxim Monastirsky]
fdo#83798 sw: fix generation of ToX with chapter numbers [Michael Stahl]
fdo#83939 add new error code for failed PDF signing, and handle it [Tor Lillqvist]
fdo#84043 don't create duplicate Mirrored[X|Y] properties [Michael Stahl, Caolán McNamara]
fdo#84293 move clipboard functions to the top of context menu [Yousuf Philips]
fdo#84686 prevent std::bad_alloc exception by stricter input check [Andras Timar]
fdo#84904 don’t stretch icons horizontally [Adolfo Jayme Barrientos]
fdo#84909 move zoom to object and added/hid/unhid some other buttons [Yousuf Philips]
fdo#85347 make file picker modal again [Adolfo Jayme Barrientos]
fdo#85496 editeng: do not add multiple 0-length attributes... [Michael Stahl]
fdo#85590 'Pick a color' circle location is incorrect when opened [Caolán McNamara]
fdo#85594 enable conditional formatting button, add icons, and tooltips [Yousuf Philips]
fdo#85806 hebrew and Arabic is not working on MAC [galbarnissan]
fdo#85820 move insert table to table menu in writer related apps [Yousuf Philips]
fdo#85858 svx: fix mouse dragging of table row separators in Writer [Michael Stahl]
fdo#85886 don't redraw the Navigator content tree if nothing changed [Michael Stahl]
fdo#85889 RTF import: bogus call to getBestTextEncodingFromLocale() [Miklos Vajna, Andras Timar]
fdo#85937 add 'Close Sidebar' command to Sidebar menu [Samuel Mehrbrodt]
fdo#86035 removed shapes and textbox from writer web as they dont function [Yousuf Philips]
fdo#86117 a11y: Exception when closing popup from ToolBox w/o separator [Maxim Monastirsky]
fdo#86132 add tooltips to calc xcu file [Yousuf Philips]
fdo#86169 fix completion of function name crash [Winfried Donkers]
fdo#86185 sw: Line Numbering dialog: fix "Format" combo box [Michael Stahl]
fdo#86203 FontCharMap claims to have twice the entries it should [Caolán McNamara]
fdo#86241 import @TERM and @CTERM functions from Lotus 1-2-3 files (related: [Andras Timar]
fdo#86253 we need to copy the condition format cell for cell, [Markus Mohrhard]
fdo#86392 the assert seems to just want the attrs to be sorted [Caolán McNamara]
fdo#86440 move header and footer entry to insert menu [Yousuf Philips]
fdo#86466 wrong background color shown in format table in impress [Caolán McNamara]
fdo#86472 added white backgrounds to images so they appear fine in dark themes [Yousuf Philips]
fdo#86476 add icons to sheet management menu and context menu entries [Yousuf Philips]
fdo#86494 sw: fix crash on exit from SwAutoCorrect [Michael Stahl]
fdo#86511 fix the RGB value of 'Sky blue 1' color. [V Stuart Foote]
fdo#86517 make predefined palette names localizable [Andras Timar]
fdo#86518 avoid modifying range name references that are not affected, [Markus Mohrhard]
fdo#86546 open the right tab for more bullets and numbering [Maxim Monastirsky]
fdo#86550 pomigrate2 sr and sr-Latn translations (related: [Andras Timar]
fdo#86557 svx: fix crash when creating new "XML Form Document" [Michael Stahl]
fdo#86573 impress does not show pictures anymore [Zolnai Tamás]
fdo#86579 give uniform width to Category and Format frames [Adolfo Jayme Barrientos]
fdo#86615 write test for this. [Kohei Yoshida]
fdo#86622 sidebar: Distorted icons in Graphic section [Maxim Monastirsky]
fdo#86633 sw: remove bad tab pages from SwParaDlg for drawing objects [Michael Stahl]
fdo#86664 VSDX import: handle metadata [Miklos Vajna]
fdo#86687 avoid deadlock updating progress bar [Matthew J. Francis]
fdo#86689 : Strikethrough: "With /" and "With X" [Julien Nabet]
fdo#86708 paint after Undo of Sort [Eike Rathke]
fdo#86738 add links.txt references to next and previous buttons [Yousuf Philips]
fdo#86762 broadcast also empty cells after sort [Eike Rathke]
fdo#86799 fix insert special char in Find/Find and Replace [Caolán McNamara]
fdo#86852 correctly recognise NULL values in query parameter values dialog [Lionel Elie Mamane]
i#59315 vcl: remove SalVirtualDevice::GetWidth [Michael Meeks]
i#63015 revert "always default to WinAnsiEncoding..." [Caolán McNamara]
i#98931 accept args for .uno:InsertAnnotation [Maxim Monastirsky]
ooo#93212 avoid slicing during construction of SdrPage [David Tardon]
rhbz#1012353 [fix available] Can't resize formulas [Caolán McNamara]
rhbz#1167250 [abrt] libreoffice-core: set(): soffice.bin killed by SIGABRT [Stephan Bergmann]
+ core
    + 'Pick a color' circle location is incorrect when opened (fdo#85590) [Caolán McNamara]
    + : Strikethrough: "With /" and "With X" (fdo#86689) [Julien Nabet]
    + a11y: Exception when closing popup from ToolBox w/o separator (fdo#86117) [Maxim Monastirsky]
    + aarch63 bridges: add missing #include <osl/mutex.hxx> [Rene Engelhard]
    + accept args for .uno:InsertAnnotation (fdo#78980, i#98931) [Maxim Monastirsky]
    + adapt some logs and assertions [Stephan Bergmann]
    + adapt to int/sal_Int32 mismatch on 32-bit build [Tor Lillqvist]
    + add 'Close Sidebar' command to Sidebar menu (fdo#85937) [Samuel Mehrbrodt]
    + add a limit for graphic cache based on used integer type to avoid overflow [Zolnai Tamás]
    + add a README file [Tor Lillqvist]
    + add a test for the bug (fdo#84043) [Michael Stahl]
    + add assert to detect double delete [Markus Mohrhard]
    + add AVERAGE test [Tor Lillqvist]
    + add dummy Erase to SalBitmap implementations [Matúš Kukan]
    + add global shortcut for autospellcheck (fdo#82969) [Yousuf Philips]
    + add icons to sheet management menu and context menu entries (fdo#86476) [Yousuf Philips]
    + add links.txt references to next and previous buttons (fdo#86738) [Yousuf Philips]
    + add MIN and MAX tests [Tor Lillqvist]
    + add missing space in translatable string [Adolfo Jayme Barrientos]
    + add missing spaces [Stanislav Horacek]
    + add more debugging output [Markus Mohrhard]
    + add new error code for failed PDF signing, and handle it (fdo#83939) [Tor Lillqvist]
    + add new-style test generation for SUM and PRODUCT [Tor Lillqvist]
    + add profiling to vcldemo [László Németh]
    + add some asserts to detect this sort of problem (fdo#85496) [Michael Stahl]
    + add string for transl. and "Test statistic" for Chi-Square Test [Tomaž Vajngerl]
    + add test to make sure sheet names with '&' get imported correctly. [Kohei Yoshida]
    + add the "Test" button back [Tor Lillqvist]
    + add tooltips to calc xcu file (fdo#86132) [Yousuf Philips]
    + added white backgrounds to images so they appear fine in dark themes (fdo#86472) [Yousuf 
Philips]
    + addition of sort icon and minor changes to other sifr icons (fdo#75256) [Yousuf Philips]
    + adjust InsertRow() for group area listeners. [Kohei Yoshida]
    + adjust ref undo to ensure group area listeners are used. [Kohei Yoshida]
    + always pass bookmark name through to domainmapper [Caolán McNamara]
    + amended solution to @TERM and @CTERM import from Lotus 1-2-3 [Andras Timar]
    + avoid deadlock updating progress bar (fdo#86687) [Matthew J. Francis]
    + avoid empty style names in ww2 docs (fdo#36514) [Caolán McNamara]
    + avoid modifying range name references that are not affected, (fdo#86518) [Markus Mohrhard]
    + avoid slicing during construction of SdrPage (ooo#93212) [David Tardon]
    + avoid X11Clipboard already being destroyed in constructor (rhbz#1167250) [Stephan Bergmann]
    + blind Windows build fix attempt [Stephan Bergmann]
    + block all RDP sessions from using OpenGL [Markus Mohrhard]
    + block my OpenGL driver [Markus Mohrhard]
    + boost::scoped_ptr instead of manual pointer lifecycle management. [Jan Holesovsky]
    + bridges: forgot to remove some include diagnose.h [Michael Stahl]
    + bridges: oops some semicolons got lost [Michael Stahl]
    + bridges: oops, static_assert requires 2nd string parameter [Michael Stahl]
    + broadcast also empty cells after sort (fdo#86762) [Eike Rathke]
    + buffer not null terminated (coverity#1255905) [Caolán McNamara]
    + bump product version to 4.4.0.0.beta1+ [Christian Lohmaier]
    + bump product version to 4.4.0.0.beta2 [Christian Lohmaier]
    + busted loop condition and Resource leak (coverity#1255390) [Caolán McNamara]
    + capitalize e-mail in list of publication types [Stanislav Horacek]
    + capitalize e-mail in list of types in bibliography [Stanislav Horacek]
    + chart2: ChartController: fix CommandDispatchContainer access locking [Michael Stahl]
    + check internal and external sheet references in both modes (fdo#77018) [Eike Rathke]
    + check return value from pPDFWriter->Emit() (fdo#83939) [Tor Lillqvist]
    + check that sort with absolute references works in both modes [Eike Rathke]
    + check that the case works in both update references modes (fdo#79441) [Eike Rathke]
    + clean up confusing OpenCL code a bit [Tor Lillqvist]
    + collada2gltf: Force GLSL version [Matúš Kukan]
    + configure: do not default to system libjpeg on Linux [Michael Stahl]
    + connect all pieces for OpenGL windows blacklist, part 3 [Markus Mohrhard]
    + correct error message: the name is the parameter's, not the column's [Lionel Elie Mamane]
    + correctly recognise NULL values in query parameter values dialog (fdo#86852) [Lionel Elie 
Mamane]
    + CppunitTest_cppcanvas_emfplus: adapt to now enabled sidebar in Draw [Miklos Vajna]
    + CppunitTest_sc_annotationobj: adapt to now enabled sidebar in Calc [Miklos Vajna]
    + CppunitTest_sc_databaserangeobj: adapt to now enabled sidebar in Calc [Miklos Vajna]
    + CppunitTest_sc_outlineobj: adapt to now enabled sidebar in Calc [Miklos Vajna]
    + CppunitTest_sc_styleloaderobj: adapt to now enabled sidebar in Calc [Miklos Vajna]
    + cui: fix crash in SvxExtParagraphTabPage (fdo#70861) [Michael Stahl]
    + default to collapsed sidebars everywhere but in Impress. [Jan Holesovsky]
    + do not limit graphic cache size setting to 256 MB. [Zolnai Tamás]
    + don't accept invalid value just because user insists [Lionel Elie Mamane]
    + don't access contents of empty string, e.g. with kde96709-1.html [Caolán McNamara]
    + don't call XLSX methods in XLS export, related (fdo#59762) [Markus Mohrhard]
    + don't create duplicate Mirrored[X|Y] properties (fdo#84043) [Caolán McNamara]
    + don't redraw the Navigator content tree if nothing changed (fdo#85886) [Michael Stahl]
    + don't use a hard coded limit for size based auto swap out. [Zolnai Tamás]
    + don’t stretch icons horizontally (fdo#84904) [Adolfo Jayme Barrientos]
    + double blank lines... [Kohei Yoshida]
    + drop more --enable/disable-opengl [Matúš Kukan]
    + dump formula group listener info. [Kohei Yoshida]
    + duplicate acceserator keys in spell checking dialog (fdo#79707) [Caolán McNamara]
    + editeng: do not add multiple 0-length attributes... (fdo#85496) [Michael Stahl]
    + enable conditional formatting button, add icons, and tooltips (fdo#85594) [Yousuf Philips]
    + enabling date format and rearranging others (fdo#85594) [Yousuf Philips]
    + explicit null dereferenced (coverity#1255907) [Caolán McNamara]
    + export more numbering types correctly into HTML (fdo#68684) [Andras Timar]
    + fix .uno:NumberFormatTime tooltip [Maxim Monastirsky]
    + fix again and keep references to other sheets during sort (fdo#79441) [Eike Rathke]
    + fix C2864: only static const integral data members can be initialized within [Tor Lillqvist]
    + fix completion of function name crash (fdo#86169) [Winfried Donkers]
    + fix crash on loading (fdo#70157) [Caolán McNamara]
    + fix crash-190212-093017-986 [Caolán McNamara]
    + fix fencepost errors [Tor Lillqvist]
    + fix few problems [Markus Mohrhard]
    + fix glx resource leak [Markus Mohrhard]
    + fix icons on dark theme in oxygen and sifr (fdo#86472) [Yousuf Philips]
    + fix insert special char in Find/Find and Replace (fdo#86799) [Caolán McNamara]
    + fix OpenCL-less build [Tor Lillqvist]
    + fix OpenCL-less build harder [Tor Lillqvist]
    + fix packing overlap [Tor Lillqvist]
    + fix SQL view to be editable (coverity#706316, fdo#80938) [Caolán McNamara]
    + fix the RGB value of 'Sky blue 1' color. (fdo#86511) [V Stuart Foote]
    + fix typo in color name [Stanislav Horacek]
    + fix Windows build [László Németh]
    + fix Windows build. [Kohei Yoshida]
    + FontCharMap claims to have twice the entries it should (fdo#86203) [Caolán McNamara]
    + for external data sources this variable can be null, (fdo#83534) [Markus Mohrhard]
    + gcc3_linux_powerpc64 bridges: assert -> static_assert to fix build [Rene Engelhard]
    + get rid of defaulted boolean parameters in ScColumn::SetDirty() [Eike Rathke]
    + give uniform width to Category and Format frames (fdo#86579) [Adolfo Jayme Barrientos]
    + give us a parenStack which can grow to fit any input [Caolán McNamara]
    + go back to the old way of doing things (fdo#75408, rhbz#1012353, fdo#48846) [Caolán McNamara]
    + handle group area listeners correctly when deleting cells. [Kohei Yoshida]
    + handle pc, pca and mac rtf keywords in writerfilter (fdo#85889) [Andras Timar]
    + hebrew and Arabic is not working on MAC (fdo#85806) [galbarnissan]
    + ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_uno [Michael Stahl]
    + ICONS: fix icons in galaxy and tango and added new icons to sifr and tango [Yousuf Philips]
    + icons: optipng the crystal icons. [Jan Holesovsky]
    + icons: optipng the galaxy icons. [Jan Holesovsky]
    + icons: optipng the human icons. [Jan Holesovsky]
    + icons: optipng the industrial icons. [Jan Holesovsky]
    + icons: optipng the oxygen icons. [Jan Holesovsky]
    + icons: optipng the sifr icons. [Jan Holesovsky]
    + icons: optipng the tango icons. [Jan Holesovsky]
    + icons: optipng the tango_testing icons. [Jan Holesovsky]
    + if we use hungarian notation let use it consistently [Markus Mohrhard]
    + implement virtual methods for OSX vcl backend [Markus Mohrhard]
    + implement windows OpenGL blacklist, first step [Markus Mohrhard]
    + import @TERM and @CTERM functions from Lotus 1-2-3 files (related: (fdo#86241) [Andras Timar]
    + impress and draw use .uno:Text and not .uno:DrawText (fdo#86035) [Yousuf Philips]
    + impress does not show pictures anymore (fdo#86573) [Zolnai Tamás]
    + improve sifr icontheme (fdo#75256) [Matthias Freund]
    + improving on existing icons and adding entries into links.txt (fdo#75256) [Yousuf Philips]
    + introduce SAL_FORCEGL and document the variables [Markus Mohrhard]
    + let's not forget to move the comment too. [Kohei Yoshida]
    + linked graphic is not displayed [Zolnai Tamás]
    + loplugin:literaltoboolconversion [Stephan Bergmann]
    + make file picker modal again (fdo#85347) [Adolfo Jayme Barrientos]
    + make glxtest available in salmain [Markus Mohrhard]
    + make osl_getExecutableFile work even without a prior osl_setCommandArgs [Stephan Bergmann]
    + make predefined palette names localizable (fdo#86517) [Andras Timar]
    + make some strings localizable (fdo#86550) [Andras Timar]
    + make sure to check for formula first, (fdo#80301) [Julien Nabet]
    + make the default (non-native) workspace lighter, especially on Windows. [Jan Holesovsky]
    + make whether to use OpenCL or not a global option [Tor Lillqvist]
    + mark InsertTable SC_DLLPUBLIC, will need it in next commit [Tor Lillqvist]
    + mark numbers as untranslatable [Stanislav Horacek]
    + mirror fixes for and into icu (deb#766788, fdo#78906) [Caolán McNamara]
    + missing include [Stephan Bergmann]
    + more asserts to detect double deletes [Markus Mohrhard]
    + more efficient way to check & insert listener into ptr_map. [Kohei Yoshida]
    + more fixes after SdrMetricItem changes [Stephan Bergmann]
    + more space around the 'Custom Value'. (fdo#83076) [Jan Holesovsky]
    + move clew into a library of its own [Tor Lillqvist]
    + move clipboard functions to the top of context menu (fdo#84293) [Yousuf Philips]
    + move header and footer entry to insert menu (fdo#86440) [Yousuf Philips]
    + move insert table to table menu in writer related apps (fdo#85820) [Yousuf Philips]
    + move more Calc-independent OpenCL stuff from the sc to the opencl module [Tor Lillqvist]
    + move zoom to object and added/hid/unhid some other buttons (fdo#84909) [Yousuf Philips]
    + msi: LibreOffice does not use SystemFolder, don't define it [Andras Timar]
    + need -lrt for clock_gettime() with older glibc versions [Tor Lillqvist]
    + needless indirection [Stephan Bergmann]
    + no need to call osl_setCommandArgs [Stephan Bergmann]
    + no need to declare variables before use [Markus Mohrhard]
    + non-translatable placeholder [Andras Timar]
    + only call super-expensive Invalidate on scrollbar toggling [Caolán McNamara]
    + open the right tab for more bullets and numbering (fdo#86546) [Maxim Monastirsky]
    + OpenGLContext stopped to support multisampling under linux. [Zolnai Tamás]
    + paint after Undo of Sort (fdo#86708) [Eike Rathke]
    + port blacklist from mozilla code to LibreOffice, part2 [Markus Mohrhard]
    + PPTX import: fix import of shape line properties defined by theme [Zolnai Tamás]
    + present the (collapsed) sidebar also in Calc and Draw. [Jan Holesovsky]
    + prevent crash when creating the platform context failed [Markus Mohrhard]
    + prevent hang during loading of xlsm doc. [Kohei Yoshida]
    + prevent std::bad_alloc exception by stricter input check (fdo#84686) [Andras Timar]
    + put the KernelEnv struct inside the opencl namespace, too [Tor Lillqvist]
    + put this inside the bulk broadcast scope. [Kohei Yoshida]
    + pyuno: move "officehelper.py" from scripting to pyuno [Michael Stahl]
    + re-establish listeners on moved broadcasters (fdo#86762) [Eike Rathke]
    + re-establish listeners to move cell broadcasters (fdo#86762) [Eike Rathke]
    + re-factor the OpenCL quality test spreadsheet generating code [Tor Lillqvist]
    + rearrange, add and remove entries from toolbars (fdo#81475) [Yousuf Philips]
    + reduce scope level. [Kohei Yoshida]
    + reduce the amount of data by an order of magnitude [Tor Lillqvist]
    + reintroduce embedded picture for form components (fdo#65163, fdo#53001) [Lionel Elie Mamane]
    + related: alloc on heap instead of stack (deb#766788) [Caolán McNamara]
    + related: Deactivate previous function when inserting object (fdo#83572) [Maxim Monastirsky]
    + related: only make outline, title and subtitle read-only (fdo#78151) [Caolán McNamara]
    + remaining fixes for sc.subsequentcheck [Miklos Vajna]
    + removal of font name, font size and text alignment from context menus (fdo#81132) [Yousuf 
Philips]
    + remove boolean parameter default from ScDocument::SetDirty [Eike Rathke]
    + remove boolean parameter default from ScTable::SetDirty() [Eike Rathke]
    + remove SAL_DEBUG [Eike Rathke]
    + removed shapes and textbox from writer web as they dont function (fdo#86035) [Yousuf Philips]
    + removed uno:InsertDraw and added shapes submenu to writer (fdo#86035) [Yousuf Philips]
    + reorganization of writer's table toolbar (fdo#81475) [Yousuf Philips]
    + request a stencil on windows [Markus Mohrhard]
    + request also a stencil size [Markus Mohrhard]
    + revert "always default to WinAnsiEncoding..." (i#63015) [Caolán McNamara]
    + revert "Logically dead code" (fdo#65163, coverity#735424) [Lionel Elie Mamane]
    + revert "pyuno: set up fake command line in getComponentContext()" [Stephan Bergmann]
    + revert "Related: alloc on heap instead of stack" (deb#766788) [Caolán McNamara]
    + revert "show pointer_move arrow when passing over an object boundary" [Caolán McNamara]
    + revert "SwToSfxPageDescAttr: fix call to ... (fdo#70861, fdo#79303) [Michael Stahl]
    + revert "use boost::shared_ptr instead of manual ref counting" [Markus Mohrhard]
    + RTF filter: import \sbauto and \saauto (fdo#82006) [Miklos Vajna]
    + RTF import: bogus call to getBestTextEncodingFromLocale() (fdo#85889, fdo#72031) [Miklos 
Vajna]
    + RTF import: fix handling of multiple \lfolevel control words [Miklos Vajna]
    + rulers: Let's hide them by default. [Jan Holesovsky]
    + rulers: Make the numbers a bit smaller, and always with odd size. [Jan Holesovsky]
    + sanitize viewdata col/row values [Eike Rathke]
    + save vertical space by putting labels and checkboxes in the same row… [Adolfo Jayme 
Barrientos]
    + scui needs the opencl library at least on Windows [Tor Lillqvist]
    + set error code if signing failed (fdo#83939) [Tor Lillqvist]
    + set only valid positions from ScExtTabSettings at ScViewDataTable [Eike Rathke]
    + sfx2: add missing locks to FrameActionListener [Michael Stahl]
    + show thousand separators in document word/character counts (fdo#83308) [Matthew J. Francis]
    + sidebar: Distorted icons in Graphic section (fdo#86622) [Maxim Monastirsky]
    + sidebar: Try to fix initial spacing values [Maxim Monastirsky]
    + SIFR: fix links.txt reference which conflicts with tango/links.txt [Yousuf Philips]
    + simplify and beautify the Similarity Search dialog [Adolfo Jayme Barrientos]
    + some localizations (e.g. Slovenian) need more space for translated button text [Andras Timar]
    + some of our supported compilers still don't have 'override' it seems [Tor Lillqvist]
    + svx: add debug printing of SvxColumnDescription [Michael Stahl]
    + svx: fix crash when creating new "XML Form Document" (fdo#86557) [Michael Stahl]
    + svx: fix mouse dragging of table row separators in Writer (fdo#85858) [Michael Stahl]
    + svx: punish evil-doers who put duplicate properties into custom shapes [Michael Stahl]
    + sw: fix crash on exit from SwAutoCorrect (fdo#86494) [Michael Stahl]
    + sw: fix generation of ToX with chapter numbers (fdo#83798) [Michael Stahl]
    + sw: Line Numbering dialog: fix "Format" combo box (fdo#86185) [Michael Stahl]
    + sw: remove bad tab pages from SwParaDlg for drawing objects (fdo#86633) [Michael Stahl]
    + sw: Swap Zoom In and Zoom out in the preview toolbars. [Jan Holesovsky]
    + TANGO: add icons for .uno:FormatColumns [Yousuf Philips]
    + TANGO: add icons for .uno:SoureView and .uno:WebHtml [Yousuf Philips]
    + TANGO: addition and modification of table related icons [Yousuf Philips]
    + TANGO: Copied crop icon from human [Yousuf Philips]
    + test rows for validity [Caolán McNamara]
    + text(box) is rendered white on white when it is not (bnc#904423) [Zolnai Tamás]
    + the assert seems to just want the attrs to be sorted (fdo#86392, bnc#467459) [Caolán McNamara]
    + the compiler-generated dtor is good enough, no need for this [Tor Lillqvist]
    + the initial value for PRODUCT should obviously be one, not zero [Tor Lillqvist]
    + the OpenCLEnv struct is used only inside openclwrapper.cxx [Tor Lillqvist]
    + the real bug behind so many apparent crashtest discoveries [Caolán McNamara]
    + there is no HI country code, I suspect it should be HT for Haiti [Caolán McNamara]
    + this value is intended to be 200 MB in bytes [Zolnai Tamás]
    + track dependent formulas after bulk-broadcasting... (fdo#86615) [Kohei Yoshida]
    + try to fix MSVC build [Tor Lillqvist]
    + unchecked return value (cid#1255906) [Tor Lillqvist]
    + uninitialized scalar field (coverity#1255909, coverity#1255910) [Caolán McNamara]
    + unit test for sort with broadcasters, (fdo#86762) [Eike Rathke]
    + updated core [Stanislav Horacek, Christian Lohmaier, Andras Timar]
    + upload libcdr 0.1.1 [David Tardon]
    + upload libodfgen 0.1.2 [David Tardon]
    + upload libpagemaker 0.0.2 [David Tardon]
    + use boost::shared_ptr instead of manual ref counting [Markus Mohrhard]
    + use correct SAL_INFO log area [Tor Lillqvist]
    + use group area listeners when deleting rows. [Kohei Yoshida]
    + use the "vcl.pdfwriter" logging tag instead of "vcl.gdi" [Tor Lillqvist]
    + vcl: Acquire framebuffer from current context when reading back texture [Louis-Francis 
Ratté-Boulianne]
    + vcl: Actually keep the new offscreen texture around [Louis-Francis Ratté-Boulianne]
    + vcl: Actually returns the number of rectangles for the RegionBand [Louis-Francis 
Ratté-Boulianne]
    + vcl: Add dummy Replace to SalBitmap implementations [Louis-Francis Ratté-Boulianne]
    + vcl: Add reference on default window's context so it doesn't get destroyed [Louis-Francis 
Ratté-Boulianne]
    + vcl: Add support for backend-dependent blending of bitmaps (mask and alpha) [Louis-Francis 
Ratté-Boulianne]
    + vcl: Always use the same OpenGL context when drawing in a window [Louis-Francis 
Ratté-Boulianne]
    + vcl: Apply the OutputDevice transformation to the gradient clipping polygon [Louis-Francis 
Ratté-Boulianne]
    + vcl: Consolidate size information around the GeometryProvider. [Michael Meeks]
    + vcl: Correctly set the values for the GL scissor test when clipping [Louis-Francis 
Ratté-Boulianne]
    + vcl: create a GeometryProvider interface. [Michael Meeks]
    + vcl: disable color checking. [Stephan Bergmann]
    + vcl: Don't create new contexts for Virtual Devices on Windows [Louis-Francis Ratté-Boulianne]
    + vcl: Draw native widgets twice on black/white background to synthesize alpha [Louis-Francis 
Ratté-Boulianne]
    + vcl: Fix a coordinate issue when getting a bitmap from a VirtualDevice [Louis-Francis 
Ratté-Boulianne]
    + vcl: Fix color-replacement fragment shader [Louis-Francis Ratté-Boulianne]
    + vcl: Fix Linux build. [Jan Holesovsky]
    + vcl: Implement bitmap color replacement operation in OpenGL backend [Louis-Francis 
Ratté-Boulianne]
    + vcl: Implement copyArea in OpenGL backend [Louis-Francis Ratté-Boulianne]
    + vcl: Improve precision and performance of clipping when region is a RegionBand [Louis-Francis 
Ratté-Boulianne]
    + vcl: improve vcldemo & outdev test. [Michael Meeks]
    + vcl: initial outdev unit test - for VirtualDevices. [Michael Meeks]
    + vcl: Make sure the active framebuffer is the right one before drawing [Louis-Francis 
Ratté-Boulianne]
    + vcl: Make sure the texture unit is the right one before binding [Louis-Francis 
Ratté-Boulianne]
    + vcl: misc. TODO comment expansion. [Michael Meeks]
    + vcl: Move the painting fence to the OpenGL context [Louis-Francis Ratté-Boulianne]
    + vcl: Only load OpenGL shaders once for each context [Louis-Francis Ratté-Boulianne]
    + vcl: OpenGL texture creation debug. [Michael Meeks]
    + vcl: Re-flip native X11 widgets upside down in OpenGL backend [Louis-Francis Ratté-Boulianne]
    + vcl: re-init windows graphics impl after virtualdevice size change. [Michael Meeks]
    + vcl: Release the OpenGL context for offscreen rendering after each operation [Louis-Francis 
Ratté-Boulianne]
    + vcl: remove SalVirtualDevice::GetWidth (i#59315) [Michael Meeks]
    + vcl: Track the GL context's clip region and update before drawing when needed [Louis-Francis 
Ratté-Boulianne]
    + vcl: Update current context before executing scale operation [Louis-Francis Ratté-Boulianne]
    + vcl: Use old method for pixmap painting for GTK widgets without OpenGL [Louis-Francis 
Ratté-Boulianne]
    + vcl: use resetToReInitialize to avoid context problems on Windows. [Michael Meeks]
    + vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possible [Louis-Francis 
Ratté-Boulianne]
    + vcldemo profiling: avoid unnecessary calls [László Németh]
    + vcldemo profiling: support Windows time resolution [László Németh]
    + vcldemo: extended text rendering test [László Németh]
    + version 4.4.0.0.beta2, tag libreoffice-4.4.0.0.beta2 [Christian Lohmaier]
    + VSD import: handle metadata (fdo#86664) [Miklos Vajna]
    + VSDX import: handle metadata (fdo#86664) [Miklos Vajna]
    + WaE: C4701: potentially uninitialized local variable 'mnStartTime' used [Tor Lillqvist]
    + WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t' [Tor Lillqvist]
    + WaE: might be used unintialized [Caolán McNamara]
    + WaE: private field 'mnAttribIndex' is not used [Tor Lillqvist]
    + WaE: variable 'bSetOpenCL' set but not used [Tor Lillqvist]
    + WaE: ‘isNumber’ [-Werror=maybe-uninitialized] [Eike Rathke]
    + we need to copy the condition format cell for cell, (fdo#86253) [Markus Mohrhard]
    + we need to tell libxml2 parser to decode entities. [Kohei Yoshida]
    + we want PDF signing to be non-experimental now [Tor Lillqvist]
    + whitelist some drivers [Markus Mohrhard]
    + windows opengl: Call PreDraw() earlier in the text rendering too. [Jan Holesovsky]
    + windows opengl: Call PreDraw() earlier. [Jan Holesovsky]
    + windows opengl: Transparency of the native widgets. [Jan Holesovsky]
    + windows opengl: We should actually use Init() from OpenGLSalGraphicsImpl. [Jan Holesovsky]
    + work in progress: Move Calc-independend OpenCL configuration out of sc [Tor Lillqvist]
    + write test for this. (fdo#86615) [Kohei Yoshida]
    + writer doesn't have ParaspaceIncrease/Decrease commands (fdo#81475) [Maxim Monastirsky]
    + writer: Add some separators in the toolbar for easier orientation. [Jan Holesovsky]
    + wrong background color shown in format table in impress (bnc#882627, fdo#86466) [Caolán 
McNamara]
+ dictionaries
    + version 4.4.0.0.beta2, tag libreoffice-4.4.0.0.beta2 [Christian Lohmaier]
+ help
    + image is not in Media submenu anymore [Stanislav Horacek]
    + typo: GAMA -> GAMMA [Andras Timar]
+ translations
    + pomigrate2 sr and sr-Latn translations (related: (fdo#86550) [Andras Timar]
    + update translations for 4.4.0 beta2 [Christian Lohmaier]
    + updated Slovenian translation [Andras Timar]

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.