Hi,
this time a brief summary of what happened during the 2nd week in 2012
on LibreOffice repositories and the living branches:
+ master: LO-3.5 development
+ libreoffice-3-5: fixes for LO-3.5.0 release
+ libreoffice-3-4: fixes for potential LO-3.4.6 bug fix release
There are two logs for each branch:
+ bugfixes-<branch>-week-<year>-<week>.txt lists all commits that reference a proper
bug id from a variety of trackers, i.e. #i... referring to the OpenOffice
issuezilla, fdo# to freedesktop, rhbz# to RedHat bugzilla
+ commit-log-<branch>-week-<year>-<week>.txt lists all relevant commits on the actual
source repositories
Many thanks to all contributors - you make all the difference!
Best Regards,
Petr
+ calc
+ fixed chart listener registration during ODS import. (fdo#39118) [Kohei Yoshida]
+ return early on error in ScInterpreter::GetDBParam, (fdo#44442) [Markus Mohrhard]
+ libs-core
+ fix (fdo#44065) [Julien Nabet]
+ restore special DATE handling code for SbxValue::Compute (fdo#44385) [Noel Power]
+ libs-gui
+ fix unfortunate name alias mixups with DejaVu fonts (fdo#44078) [Caolán McNamara]
+ writer
+ fixed crasher in dialog destructor (fdo#38515) [Cédric Bosdonnat]
+ core
+ 256x256 Windows icons (fdo#39555) [Andras Timar]
+ add 256x256 desktop and MIME type icons (fdo#39555, bnc#722644) [Petr Mladek]
+ avoid pointless const_cast, use getConstArray in all cases. (fdo#44533) [Thorsten Behrens]
+ contination of 8a17792f2e5 (Handle/invalid column ID cleanup) (fdo#44283) [Lionel Elie Mamane]
+ copy pivot tables when a sheet is copied. (fdo#43077) [Kohei Yoshida]
+ defer formula token conversion for defined names (xls import). (fdo#42624) [Kohei Yoshida]
+ do the same for BIFF5 and earlier. (fdo#42624) [Kohei Yoshida]
+ drop attributes FRAME and RULES of <table> for HTML 3.2 (fdo#44616) [Takeshi Abe]
+ finally, remove data cache when nobody references it. (fdo#43077) [Kohei Yoshida]
+ fix RTF import of vertically merged table cells (fdo#42151) [Miklos Vajna]
+ fix crash when play particular presentation with sound (fdo#44533) [julien2412]
+ fix prefix of command line switches (-- instead of -) (fdo#40991) [Andras Timar]
+ fix unfortunate name alias mixups with DejaVu fonts (fdo#44078) [Caolán McNamara]
+ fixed crasher in dialog destructor (fdo#38515) [Cédric Bosdonnat]
+ have cache instance keep track of who is referencing it. (fdo#43077) [Kohei Yoshida]
+ hopefully correct automatic calculation of y-axis scale. (fdo#44546) [Kohei Yoshida]
+ implement RTF import progressbar (fdo#38057) [Miklos Vajna]
+ improve RTF import of table cell spacings (fdo#41034) [Miklos Vajna]
+ no need to update the source range when it's a named range. (fdo#44661) [Kohei Yoshida]
+ now, refreshing a table should refresh all linked tables. (fdo#43077) [Kohei Yoshida]
+ partial revert of "...template names appear... correct word order" (fdo#43532) [Stephan
Bergmann]
+ properly update range keys for pivot cache. (fdo#44661) [Kohei Yoshida]
+ refresh the layout after inserting a picture (fdo#36681) [Cédric Bosdonnat]
+ sheet 0 is selected by default. (fdo#44147) [Kohei Yoshida]
+ skip filtered cells during auto-fill. (fdo#44545) [Kohei Yoshida]
+ text rotation fixes. (bnc#734734) [Muthu Subramanian]
+ the "Open..." button's more room problem solved (fdo#33794) [Tomcsik Bence]
+ tools container rework regression fix (for (fdo#41657) [Thorsten Behrens]
+ update readme (fdo#37951) [Andras Timar]
+ why not showing horizontal scrollbar when needed? (fdo#30788) [Cédric Bosdonnat]
+ core
+ - Word 2010 validation: no plcfhdd if ccpHdd is 0 (bnc#715421) [Cédric Bosdonnat]
+ 256x256 Windows icons (fdo#39555) [Andras Timar]
+ add 256x256 desktop and MIME type icons (fdo#39555, bnc#722644) [Petr Mladek]
+ add some tests related to (fdo#44587, fdo#42624) [Markus Mohrhard]
+ add test for range name import, related (fdo#42624) [Markus Mohrhard]
+ avoid pointless const_cast, use getConstArray in all cases. (fdo#44533) [Thorsten Behrens]
+ copy pivot tables when a sheet is copied. (fdo#43077) [Kohei Yoshida]
+ defer formula token conversion for defined names (xls import). (fdo#42624) [Kohei Yoshida]
+ do the same for BIFF5 and earlier. (fdo#42624) [Kohei Yoshida]
+ drop attributes FRAME and RULES of <table> for HTML 3.2 (fdo#44616) [Takeshi Abe]
+ finally, remove data cache when nobody references it. (fdo#43077) [Kohei Yoshida]
+ finish 8a17792f2e5 (Handle/invalid column ID cleanup) (fdo#44283) [Lionel Elie Mamane]
+ fix - properly initialize iterators before math. (fdo#43820) [Thorsten Behrens]
+ fix RTF import of vertically merged table cells (fdo#42151) [Miklos Vajna]
+ fix crash when play particular presentation with sound (fdo#44533) [julien2412]
+ fix definedName corruption for xlsx export ( ) (bnc#741182) [Noel Power]
+ fix for bug New Math symbols issues in Windows (fdo#44110) [Olivier Hallot]
+ fix unfortunate name alias mixups with DejaVu fonts (fdo#44078) [Caolán McNamara]
+ fixed crasher in dialog destructor (fdo#38515) [Cédric Bosdonnat]
+ force calculating layout before Activate to avoid crashes and loops (fdo#40438) [Cédric
Bosdonnat]
+ have cache instance keep track of who is referencing it. (fdo#43077) [Kohei Yoshida]
+ hopefully correct automatic calculation of y-axis scale. (fdo#44546) [Kohei Yoshida]
+ implement RTF import progressbar (fdo#38057) [Miklos Vajna]
+ improve RTF import of table cell spacings (fdo#41034) [Miklos Vajna]
+ look up font by FC_FILE+FC_INDEX rather than FC_FAMILY (fdo#44492) [Caolán McNamara]
+ no need to update the source range when it's a named range. (fdo#44661) [Kohei Yoshida]
+ now, refreshing a table should refresh all linked tables. (fdo#43077) [Kohei Yoshida]
+ partial revert of "...template names appear... correct word order" (fdo#43532) [Stephan
Bergmann]
+ properly update range keys for pivot cache. (fdo#44661) [Kohei Yoshida]
+ refresh the layout after inserting a picture (fdo#36681) [Cédric Bosdonnat]
+ related: implement cell text flow support (fdo#42151) [Miklos Vajna]
+ sheet 0 is selected by default. (fdo#44147) [Kohei Yoshida]
+ skip filtered cells during auto-fill. (fdo#44545) [Kohei Yoshida]
+ text rotation fixes. (bnc#734734) [Muthu Subramanian]
+ the "Open..." button's more room problem solved (fdo#33794) [Tomcsik Bence]
+ tools container rework regression fix (for (fdo#41657) [Thorsten Behrens]
+ translated german comments in order to help with bug bug (fdo#36681) [Luc Castermans]
+ update readme (fdo#37951) [Andras Timar]
+ use a geometric progression for zooming (fdo#44173) [Tim Hardeck]
+ use date acceptance patterns in number scanner (fdo#44636) [Eike Rathke]
+ vcl: isolate new attempt to count monitors as screens to gtk3 (fdo#43458) [Michael Meeks]
+ vcl: second part of fix for - get xrandr / y positioning right (fdo#43458) [Michael Meeks]
+ why not showing horizontal scrollbar when needed? (fdo#30788) [Cédric Bosdonnat]
+ calc
+ fixed chart listener registration during ODS import. (fdo#39118) [Kohei Yoshida]
+ return early on error in ScInterpreter::GetDBParam, (fdo#44442) [Markus Mohrhard]
+ libs-core
+ fix (fdo#44065) [Julien Nabet]
+ fixed apparent typos. [Stephan Bergmann]
+ restore special DATE handling code for SbxValue::Compute (fdo#44385) [Noel Power]
+ libs-gui
+ advertise license in help output [Marcel Metz]
+ fix unfortunate name alias mixups with DejaVu fonts (fdo#44078) [Caolán McNamara]
+ fix writing of strings from the first module [David Tardon]
+ waE: signed/unsigned error [Caolán McNamara]
+ writer
+ fixed crasher in dialog destructor (fdo#38515) [Cédric Bosdonnat]
+ binfilter
+ fix for gcc 4.7/C++11: these are not string literal operators [David Tardon]
+ core
+ 256x256 Windows icons (fdo#39555) [Andras Timar]
+ adapt to the more intuitive libvisio/libwpg API [Fridrich Štrba]
+ add 256x256 desktop and MIME type icons (fdo#39555, bnc#722644) [Petr Mladek]
+ added new custom shape path segment commands - darken/lighten fill color [Radek Doulik]
+ advertise license in help output [Marcel Metz]
+ autoresize 'Use ODF format' button, too [Andras Timar]
+ avoid double deletion during data cache object destruction. [Kohei Yoshida]
+ avoid iterating beyond the last existing drawing page. [Kohei Yoshida]
+ avoid pointless const_cast, use getConstArray in all cases. (fdo#44533) [Thorsten Behrens]
+ bah, i forgot *export* [David Tardon]
+ bump LibreOffice copyright year to 2012 [Andras Timar]
+ bump product version to 3.5.0-beta3+, release number to 3 [Petr Mladek]
+ confine JDBC driver to thread-affine apartment for Java 6 performance [Stephan Bergmann]
+ connectivity: dbase: global variable cleanup [Michael Stahl]
+ consider the style:mirror property [Fridrich Štrba]
+ contination of 8a17792f2e5 (Handle/invalid column ID cleanup) (fdo#44283) [Lionel Elie Mamane]
+ copy pivot tables when a sheet is copied. (fdo#43077) [Kohei Yoshida]
+ defer formula token conversion for defined names (xls import). (fdo#42624) [Kohei Yoshida]
+ do the same for BIFF5 and earlier. (fdo#42624) [Kohei Yoshida]
+ don't warn for -h/-?/-o/-n command line switches [Andras Timar]
+ drop attributes FRAME and RULES of <table> for HTML 3.2 (fdo#44616) [Takeshi Abe]
+ enabling Icedove addressbook connection for Base (Thank you Caolan) [Julien Nabet]
+ enlarge 'Reset' button for German translation [Andras Timar]
+ ensure that /usr/include is _appended_ to INCLUDE [Eike Rathke]
+ finally, remove data cache when nobody references it. (fdo#43077) [Kohei Yoshida]
+ fix MinGW build. [Jan Holesovsky]
+ fix RTF import of vertically merged table cells (fdo#42151) [Miklos Vajna]
+ fix crash when play particular presentation with sound (fdo#44533) [julien2412]
+ fix for gcc 4.7/C++11: this is not string literal operator [David Tardon]
+ fix more incorrect iterator re-use. [Thorsten Behrens]
+ fix ooxml custom shapes with 360 degree arcs [Radek Doulik]
+ fix prefix of command line switches (-- instead of -) (fdo#40991) [Andras Timar]
+ fix switches (--) and typos [Andras Timar]
+ fix unfortunate name alias mixups with DejaVu fonts (fdo#44078) [Caolán McNamara]
+ fix writing of strings from the first module [David Tardon]
+ fixed crasher in dialog destructor (fdo#38515) [Cédric Bosdonnat]
+ gbuild: UnoApiTarget: fix dependencies [Michael Stahl]
+ grml.. back to the drawing board [Eike Rathke]
+ handle resizing of cell-anchored polyline objects as well. [Kohei Yoshida]
+ have cache instance keep track of who is referencing it. (fdo#43077) [Kohei Yoshida]
+ header/Footer, Page Breaks: Delay appearing by 500ms. [Jan Holesovsky]
+ header/Footer: Show / hide the control immediately. [Jan Holesovsky]
+ header/Footer: When editing, show only the appropriate conrol. [Jan Holesovsky]
+ header/Footer: fix some bad indicators updates due to wrong call order [Cédric Bosdonnat]
+ header/Footer: switch cursor between header and footer using the cursor [Cédric Bosdonnat]
+ hide bogus "Untitled already exists" errors... [Stephan Bergmann]
+ hopefully correct automatic calculation of y-axis scale. (fdo#44546) [Kohei Yoshida]
+ implement RTF import progressbar (fdo#38057) [Miklos Vajna]
+ implement flips and rotations of raster images in the OdgGenerator.cxx [Fridrich Štrba]
+ implemented custom shape subpaths darkening/lighting [Radek Doulik]
+ improve RTF import of table cell spacings (fdo#41034) [Miklos Vajna]
+ logical error in writerperfect [Fridrich Štrba]
+ made formatindex="33" the ISO 8601 YYYY-MM-DD that it needs to be [Eike Rathke]
+ make MacOSX happy again and have no /usr/include there [Eike Rathke]
+ make adjusting formulas possible for TransferTab [Markus Mohrhard]
+ make it possible to create 360 degrees arc (circle) [Radek Doulik]
+ make sure no live ScDPObject instances hold reference to the deleted cache. [Kohei Yoshida]
+ make the title of foreign file format warning translatable [Stefan Knorr (astron)]
+ mark detective arrows clearly since we need to treat them differently. [Kohei Yoshida]
+ move overlapped controls [Ivan Timofeev]
+ new Save, Save As and Reload File icons for the Tango theme [Stefan Knorr (astron)]
+ new test for pivot tables with named source ranges. [Kohei Yoshida]
+ no need to update the source range when it's a named range. (fdo#44661) [Kohei Yoshida]
+ now, refreshing a table should refresh all linked tables. (fdo#43077) [Kohei Yoshida]
+ only use posix_fallocate() if it's actually available [Robert Nagy]
+ page Break: center the tab on the mouse and remove click on the line [Cédric Bosdonnat]
+ page Break: fixed position of tab in RTL and added dirty hack for freezes [Cédric Bosdonnat]
+ page Break: show the page break right under the mouse [Cédric Bosdonnat]
+ page Breaks: IsLeaveWindow() is unreliable, we do not need it here. [Jan Holesovsky]
+ page Breaks: Vertically center the control. [Jan Holesovsky]
+ page Breaks: avoid flickering of the tab by drawing it over the line [Cédric Bosdonnat]
+ partial revert of "...template names appear... correct word order" (fdo#43532) [Stephan
Bergmann]
+ pptx: custom shapes import, ignore close segment after moveto segment [Radek Doulik]
+ pptx: implemented import of <path stroke="false" ...> [Radek Doulik]
+ pptx: regenerate presets after custom shapes moveto/close fix [Radek Doulik]
+ pptx: regenerated custom shape presets after last path element changes [Radek Doulik]
+ pptx: support fill=[darken|darkenLess|lighten|lightenLess] in path element [Radek Doulik]
+ properly update range keys for pivot cache. (fdo#44661) [Kohei Yoshida]
+ refactor slightly to avoid link problems with gcc 4.7 [David Tardon]
+ refresh the layout after inserting a picture (fdo#36681) [Cédric Bosdonnat]
+ regenerated custom shape presets [Radek Doulik]
+ removing debug statement. [Kohei Yoshida]
+ revert "fast_merge: fix mis-merge of first module's strings" [David Tardon]
+ revert "remove duplicated images for basic dialog form controls ( & misc tidyup )" [Noel
Power]
+ scp2: typo: Serif -> Sans [Matúš Kukan]
+ sheet 0 is selected by default. (fdo#44147) [Kohei Yoshida]
+ skip filtered cells during auto-fill. (fdo#44545) [Kohei Yoshida]
+ some misc tidyup ( that was reverted ) [Noel Power]
+ sw: SwNavigationMgr: don't store SwPositions [Michael Stahl]
+ sw: SwNavigationMgr: style cleanup [Michael Stahl]
+ swXTextDocument: add some SolarMutexGuards [Michael Stahl]
+ test code for sheet source data cache relocation. [Kohei Yoshida]
+ test the new logic of our pivot data cache life cycle. [Kohei Yoshida]
+ text rotation fixes. (bnc#734734) [Muthu Subramanian]
+ the "Open..." button's more room problem solved (fdo#33794) [Tomcsik Bence]
+ tools container rework regression fix (for (fdo#41657) [Thorsten Behrens]
+ uI elements begin with upper case [Andras Timar]
+ unit test for repositioning of cell-anchored line objects. [Kohei Yoshida]
+ update readme (fdo#37951) [Andras Timar]
+ update to 20120116 release of Linux Libertine G fonts [Andras Timar]
+ uploading a new fresh shiny libvisio 0.0.13 [Fridrich Štrba]
+ uploading new release of libvisio (0.0.12) [Fridrich Štrba]
+ use INCLUDE instead of SOLARINC, and after local includes [Eike Rathke]
+ use a copy; the container gets modified during iteration. [Kohei Yoshida]
+ we need a var. assignment here, not a value [David Tardon]
+ why not showing horizontal scrollbar when needed? (fdo#30788) [Cédric Bosdonnat]
+ workaround internal compiler error with gcc 4.7 [David Tardon]
+ dictionaries
+ add legacy files to version control + update README [Andras Timar]
+ help
+ missing a verb 'use' [Korrawit Pruegsanusak]
+ remove access key (~) from help text [Andras Timar]
+ update help for Text direction -> Text orientation change [Andras Timar]
+ update help for command line switches [Andras Timar]
+ translations
+ update translations for LibreOffice 3.5 beta3 [Andras Timar]
+ update translations for LibreOffice 3.5 rc1 [Andras Timar]
+ binfilter
+ adapt to simplified LocalFileHelper::ConvertURLToPhysicalName [Caolán McNamara]
+ fix for gcc 4.7/C++11: these are not string literal operators [David Tardon]
+ force users of horrific ReadUniOrByteStringLine to provide the charset [Caolán McNamara]
+ remove cruft in debug tools [Marcel Metz]
+ track changes to CharClass [Caolán McNamara]
+ core
+ - Word 2010 validation: no plcfhdd if ccpHdd is 0 (bnc#715421) [Cédric Bosdonnat]
+ ./config_host.mk is to be sourced, not invoked [Eike Rathke]
+ 256x256 Windows icons (fdo#39555) [Andras Timar]
+ [bg-BG] special DateAcceptancePattern "D.M.Y г." [Eike Rathke]
+ [sl-SI] special DateAcceptancePattern "D. M. Y" [Eike Rathke]
+ accept and display years < 100 [Eike Rathke]
+ adapt findFontFileID to know about multiple font faces in a font file [Caolán McNamara]
+ adapt to the more intuitive libvisio/libwpg API [Fridrich Štrba]
+ adapted test case cell input to new date acceptance reality [Eike Rathke]
+ add 256x256 desktop and MIME type icons (fdo#39555, bnc#722644) [Petr Mladek]
+ add README to document how to bump the font version [Caolán McNamara]
+ add SOLARIS checks for SalDisplay::IsLocal() [Thomas Arnhold]
+ add a couple more methods [Tor Lillqvist]
+ add a virtual dtor [Caolán McNamara]
+ add debugging symbols to raptor in debugging levels [Caolán McNamara]
+ add missing ooxml customshape -> mso shape name entries ( for export support ) [Noel Power]
+ add setting environment variables [Tor Lillqvist]
+ add some tests related to (fdo#44587, fdo#42624) [Markus Mohrhard]
+ add test case for datapilot api [Markus Mohrhard]
+ add test concept for draw/impress, import file and export to svg [Markus Mohrhard]
+ add test for range name import, related (fdo#42624) [Markus Mohrhard]
+ add test for sheet::XDataPilotTable [Markus Mohrhard]
+ add tests for hex/octal numbers for basic scanner [August Sodora]
+ add unpacking of files from assets/unpack to the data dir [Tor Lillqvist]
+ addFontFile always add all font faces in that file [Caolán McNamara]
+ added DateAcceptancePattern element [Eike Rathke]
+ added [it-IT] date acceptance pattern "D/M" [Eike Rathke]
+ added [pt-AO] date acceptance pattern "D-M" [Eike Rathke]
+ added [pt-BR] date acceptance pattern "D/M" [Eike Rathke]
+ added [pt-PT] date acceptance pattern "D-M" [Eike Rathke]
+ added [sl-SI] date acceptance patterns [Eike Rathke]
+ added date acceptance patterns API [Eike Rathke]
+ added new custom shape path segment commands - darken/lighten fill color [Radek Doulik]
+ advertise license in help output [Marcel Metz]
+ align getFontFaceNumber with FC_FACE [Caolán McNamara]
+ align m_nCollectionEntry with getFontFaceNumber and FC_FACE, bump cache magic [Caolán
McNamara]
+ also gives BoundListeners a CPPUHELPER_DLLPUBLIC to link on msvc [Korrawit Pruegsanusak]
+ apparently need more (all?) methods [Tor Lillqvist]
+ appsys.* and FATToVFat_Impl appear to be unnecessary [Caolán McNamara]
+ autogen: sync vim modeline with emacs one [Miklos Vajna]
+ autoresize 'Use ODF format' button, too [Andras Timar]
+ avoid CUPS on Android [Tor Lillqvist]
+ avoid double deletion during data cache object destruction. [Kohei Yoshida]
+ avoid generating a file in the source tree [David Tardon]
+ avoid iterating beyond the last existing drawing page. [Kohei Yoshida]
+ avoid pointless const_cast, use getConstArray in all cases. (fdo#44533) [Thorsten Behrens]
+ avoid warnings about deprecated decls. from glib2 [David Tardon]
+ bah, i forgot *export* [David Tardon]
+ be consistent in include ordering [Caolán McNamara]
+ better fix for the valgrind.log problem. [Stephan Bergmann]
+ build debugging libxml2 with -g [Caolán McNamara]
+ build more code on Android, too [Tor Lillqvist]
+ build nsplugin only in with mozilla case. [Matúš Kukan]
+ bump LibreOffice copyright year to 2012 [Andras Timar]
+ bumped locale data wrapper to use XLocaleData4 and provide date acceptance patterns [Eike
Rathke]
+ byteString->rtl::OString [Caolán McNamara]
+ callcatcher: Remove unused code [August Sodora]
+ callcatcher: clean up vcl i18n [Thomas Arnhold]
+ callcatcher: ditch unused childat [Caolán McNamara]
+ callcatcher: lets trust my own tooling [Caolán McNamara]
+ callcatcher: remove unused SalColormap methods [Thomas Arnhold]
+ callcatcher: update list [Caolán McNamara]
+ callcatcher: update list, getXLFD is now unused [Caolán McNamara]
+ callcatcher: update list, updateDirTimestamp now unused [Caolán McNamara]
+ can drop intermediate strings now [Caolán McNamara]
+ catch exception by constant reference [Takeshi Abe]
+ change debug statements to fix build [Markus Mohrhard]
+ changed [pt-PT] default date format to DD-MM-AAAA (was DD-MM-AA) [Eike Rathke]
+ check for xcu <node> that should rather be <prop>. [Stephan Bergmann]
+ clang -Wdangling-else, -Wuninitialized. [Stephan Bergmann]
+ clang -Wdangling-else. [Stephan Bergmann]
+ clang -Wsign-compare. [Stephan Bergmann]
+ clang -Wunneeded-internal-declaration. [Stephan Bergmann]
+ clang -Wunused-variable. [Stephan Bergmann]
+ cleanup: remove unused prototype too [Michael Meeks]
+ close opened file [David Tardon]
+ comment out test that current fails on 64-bit systems [August Sodora]
+ comment out the verbose logging of code that seems to work fine [Tor Lillqvist]
+ config*: add cflags for gio, gconf and gnomevfs [Matúš Kukan]
+ confine JDBC driver to thread-affine apartment for Java 6 performance [Stephan Bergmann]
+ connectivity: dbase: global variable cleanup [Michael Stahl]
+ consider the style:mirror property [Fridrich Štrba]
+ convert low hanging Strings to OUString [Caolán McNamara]
+ convert some archaic strings [Caolán McNamara]
+ convert some old-school ByteStrings [Caolán McNamara]
+ copy pivot tables when a sheet is copied. (fdo#43077) [Kohei Yoshida]
+ correctly terminate XDataPilotFieldGrouping [Markus Mohrhard]
+ cosmetic: clean-up tab/space mix. [Norbert Thiebaud]
+ cui: remove unused macro for renamed library [Michael Stahl]
+ dead code. [Stephan Bergmann]
+ defer formula token conversion for defined names (xls import). (fdo#42624) [Kohei Yoshida]
+ did not want to move that to the in-build target [Markus Mohrhard]
+ ditch a tools/string.hxx [Caolán McNamara]
+ ditch unused define [David Tardon]
+ do not build on macosx and win [David Tardon]
+ do the same for BIFF5 and earlier. (fdo#42624) [Kohei Yoshida]
+ document with unit test rather odd embedded null handling [Caolán McNamara]
+ document with unit test rather suspicious eof handling [Caolán McNamara]
+ don't create lock files for unit tests [Markus Mohrhard]
+ don't mention fields location, as they vary between LTR and RTL interfaces [Lior Kaplan]
+ don't use an invalidated iterator [Luboš Luňák]
+ don't warn for -h/-?/-o/-n command line switches [Andras Timar]
+ drop XLFD support from fontmanager [Khaled Hosny]
+ drop attributes FRAME and RULES of <table> for HTML 3.2 (fdo#44616) [Takeshi Abe]
+ drop unneeded cast [David Tardon]
+ e the new way to access the config [Markus Mohrhard]
+ eNABLE_AUTODOC_FIX, WTF [Stephan Bergmann]
+ editeng: fix STL conversion dfbf0cabfa8310502e19642d56c746cc0d454d27 [Michael Stahl]
+ enable boost::multi_array [Caolán McNamara]
+ enabling Icedove addressbook connection for Base (Thank you Caolan) [Julien Nabet]
+ enlarge 'Reset' button for German translation [Andras Timar]
+ ensure that /usr/include is _appended_ to INCLUDE [Eike Rathke]
+ export from UpdateCheck only what is needed in test_update.cxx. [Stephan Bergmann]
+ export vertical and horizontal flip attribute for customshapes [Noel Power]
+ extensions/Library_pl: move macmgr.cxx -> macmgr.mm [Matúš Kukan]
+ extensions: plugin: fix build a bit more on Mac [Michael Stahl]
+ extensions: plugin: mac unused param warnings [Michael Stahl]
+ extensions: plugin: try to fix Mac build: [Michael Stahl]
+ extensions: remove unused xmx library [Matúš Kukan]
+ finally, remove data cache when nobody references it. (fdo#43077) [Kohei Yoshida]
+ finish 8a17792f2e5 (Handle/invalid column ID cleanup) (fdo#44283) [Lionel Elie Mamane]
+ fix - properly initialize iterators before math. (fdo#43820) [Thorsten Behrens]
+ fix MacOSX build [August Sodora]
+ fix MinGW build. [Jan Holesovsky]
+ fix RTF import of vertically merged table cells (fdo#42151) [Miklos Vajna]
+ fix build error in l10ntools [Loiseleur Michel]
+ fix build on Mac - use SDK, map loader_path for nss-libs, remove HH cruft [Christian Lohmaier]
+ fix build on MacOSX [August Sodora]
+ fix crash related to accessing null element in boost::ptr_vector [Markus Mohrhard]
+ fix crash when play particular presentation with sound (fdo#44533) [julien2412]
+ fix definedName corruption for xlsx export ( ) (bnc#741182) [Noel Power]
+ fix for bug New Math symbols issues in Windows (fdo#44110) [Olivier Hallot]
+ fix for fdo43460 Part XXXI getLength() to isEmpty() [Olivier Hallot]
+ fix for fdo43460 Part XXXII getLength() to isEmpty() [Olivier Hallot]
+ fix for fdo43460 Part XXXIII getLength() to isEmpty() [Olivier Hallot]
+ fix for fdo43460 Part XXXIV getLength() to isEmpty() [Olivier Hallot]
+ fix for fdo43460 Part XXXV getLength() to isEmpty() [Olivier Hallot]
+ fix for fdo43460 Part XXXVI getLength() to isEmpty() [Olivier Hallot]
+ fix for fdo43460 Part XXXVII getLength() to isEmpty() [Olivier Hallot]
+ fix for fdo43460 Part XXXVIII getLength() to isEmpty() [Olivier Hallot]
+ fix for gcc 4.7/C++11: these are not string literal operators [David Tardon]
+ fix for gcc 4.7/C++11: this is not string literal operator [David Tardon]
+ fix for gcc 4.7: unable to find string literal operator [Matúš Kukan]
+ fix mistake in type OUStringBuffer [Olivier Hallot]
+ fix more incorrect iterator re-use. [Thorsten Behrens]
+ fix npshell build on Windows. [Jan Holesovsky]
+ fix ooxml custom shapes with 360 degree arcs [Radek Doulik]
+ fix prefix of command line switches (-- instead of -) [Andras Timar]
+ fix switches (--) and typos [Andras Timar]
+ fix totally busted whitespace in slideshow module. [Thorsten Behrens]
+ fix unfortunate name alias mixups with DejaVu fonts (fdo#44078) [Caolán McNamara]
+ fix windows build error [Caolán McNamara]
+ fix writing of strings from the first module [David Tardon]
+ fixed crasher in dialog destructor (fdo#38515) [Cédric Bosdonnat]
+ fontconfig must have a cachedir, so hardcode one for now [Tor Lillqvist]
+ force calculating layout before Activate to avoid crashes and loops (fdo#40438) [Cédric
Bosdonnat]
+ force users of ReadByteStringLine to explictly denote encoding [Caolán McNamara]
+ force users of WriteByteStringLine to explictly denote encoding [Caolán McNamara]
+ force users of horrific ReadUniOrByteStringLine to provide the charset [Caolán McNamara]
+ further shrinkage of padmin non-fontconfig code-paths [Caolán McNamara]
+ galaxy (default) icon theme is now in icon-themes/galaxy [Stefan Knorr (astron)]
+ gb_Library_PLAINLIBS_NONE should not contain system libs, says dtardon [Tor Lillqvist]
+ gbuild: Executable.mk: don't build unregistered exes [Michael Stahl]
+ gbuild: UnoApiTarget: fix dependencies [Michael Stahl]
+ gbuild: UnoApiTarget: just touch the .urd file [Michael Stahl]
+ gbuild: UnoApiTarget: refactor slightly [Matúš Kukan]
+ gbuild: UnoApiTarget: refactor to one idlc call per directory [Michael Stahl]
+ gbuild: UnoApiTarget: use idlc -M for full dependencies [Michael Stahl]
+ gbuild: UnoApiTarget: various cleanups [Michael Stahl]
+ gbuild: WNT_INTEL_MSC: replace also // with / in the path [Matúš Kukan]
+ gbuild: add urlmon library for MSVC [Michael Stahl]
+ gbuild: platform/WNT_INTEL_MSC: use subst in gb_Helper_convert_native [Matúš Kukan]
+ gbuild: simplify gb_Helper_abbreviate_dirs* [Matúš Kukan]
+ generalized the [hu-HU] case to generate a second pattern [Eike Rathke]
+ grml.. back to the drawing board [Eike Rathke]
+ handle resizing of cell-anchored polyline objects as well. [Kohei Yoshida]
+ have cache instance keep track of who is referencing it. (fdo#43077) [Kohei Yoshida]
+ here calc, take ownership of this foul monstrosity only you use [Caolán McNamara]
+ hide bogus "Untitled already exists" errors... [Stephan Bergmann]
+ hopefully correct automatic calculation of y-axis scale. (fdo#44546) [Kohei Yoshida]
+ idlc: breaks on mac tinderbox [Michael Stahl]
+ idlc: do not use -I., deps need absolute paths [Michael Stahl]
+ idlc: document all parameters [Michael Stahl]
+ idlc: new parameter -M: write GNU make dependencies [Michael Stahl]
+ if there is no java, don't do the java stuff [Korrawit Pruegsanusak]
+ ignore the (unsupported ) group customshape when exporting xlsx [Noel Power]
+ implement RTF import progressbar (fdo#38057) [Miklos Vajna]
+ implement flips and rotations of raster images in the OdgGenerator.cxx [Fridrich Štrba]
+ implemented custom shape subpaths darkening/lighting [Radek Doulik]
+ implemented date acceptance patterns API [Eike Rathke]
+ improve RTF import of table cell spacings (fdo#41034) [Miklos Vajna]
+ improve support for merging libraries [Matúš Kukan]
+ include .res files, a fonts.conf, and other hacking [Tor Lillqvist]
+ indentation [Eike Rathke]
+ just return a new string rather than pass by reference [Caolán McNamara]
+ just return the read string here instead of passing one in by ref [Caolán McNamara]
+ just tell to run it with "make run" [Tor Lillqvist]
+ kill --with-local-solver [Tor Lillqvist]
+ kill SvNullStream duplication [Miklos Vajna]
+ kill unused macro in canvas. [Thorsten Behrens]
+ list source files explicitly [David Tardon]
+ logical error in writerperfect [Fridrich Štrba]
+ look up font by FC_FILE+FC_INDEX rather than FC_FAMILY (fdo#44492) [Caolán McNamara]
+ lower date acceptance with only two numbers [Eike Rathke]
+ mAC_WITHOUT_EXT never defined thesedays [Caolán McNamara]
+ made [es-BO] DateSeparator the '/' that is used in FormatCode [Eike Rathke]
+ made [ko-KR] DateSeparator the '/' that is used in FormatCode [Eike Rathke]
+ made [ku-TR] DateSeparator the '/' that is used in FormatCode [Eike Rathke]
+ made [tr-TR] use the defined '.' DateSeparator in FormatCode [Eike Rathke]
+ made formatindex="33" the ISO 8601 YYYY-MM-DD that it needs to be [Eike Rathke]
+ make MacOSX happy again and have no /usr/include there [Eike Rathke]
+ make adjusting formulas possible for TransferTab [Markus Mohrhard]
+ make indent sane [Caolán McNamara]
+ make it clear that sal/log.hxx functionality may change again. [Stephan Bergmann]
+ make it possible to create 360 degrees arc (circle) [Radek Doulik]
+ make nsplugin build on Mac, take two. [Thorsten Behrens]
+ make nsplugin link on Mac. [Thorsten Behrens]
+ make sure no live ScDPObject instances hold reference to the deleted cache. [Kohei Yoshida]
+ make the title of foreign file format warning translatable [Stefan Knorr (astron)]
+ mark uncopyable with boost::noncopyable [Caolán McNamara]
+ microopt, avoid unnecessary call to Tell() [Miklos Vajna]
+ missing component dependency. [Stephan Bergmann]
+ more workarounds for weird problem with vnd.sun.star.expand [Tor Lillqvist]
+ move form control icons into icon-themes [Stefan Knorr (astron)]
+ move overlapped controls [Ivan Timofeev]
+ must use the "ascii" version of our expat build with fontconfig [Tor Lillqvist]
+ need to trim trailing newline from the indirect command line string [Tor Lillqvist]
+ new Save, Save As and Reload File icons for the Tango theme [Stefan Knorr (astron)]
+ new test for pivot tables with named source ranges. [Kohei Yoshida]
+ no need to mention the system "log" library, it clashes with our "log" library [Tor Lillqvist]
+ no need to update the source range when it's a named range. (fdo#44661) [Kohei Yoshida]
+ noone checks the return value of ReadCsvLine [Caolán McNamara]
+ noone uses ShareableMutex::getShareableOslMutex [Caolán McNamara]
+ now we need libdb, too [Tor Lillqvist]
+ now, refreshing a table should refresh all linked tables. (fdo#43077) [Kohei Yoshida]
+ np_sdk: add missing dependency [Matúš Kukan]
+ np_sdk: convert to gbuild and add to tail_build [Matúš Kukan]
+ oS_FOR_BUILD is not right do decide Host module name [Norbert Thiebaud, Norbert]
+ on generic X11 unix we always use fontconfig [Caolán McNamara]
+ one bug display->one big display [Caolán McNamara]
+ only set bSpaces once here [August Sodora]
+ ops, also adapt registering of the executable [Matúš Kukan]
+ partial revert of "...template names appear... correct word order" (fdo#43532) [Stephan
Bergmann]
+ pathutils-obj is in static library ooopathutils [Matúš Kukan]
+ pesky dependencies [Caolán McNamara]
+ post padmin shrinkage a lot of FontManager can go now [Caolán McNamara]
+ pptx: custom shapes import, ignore close segment after moveto segment [Radek Doulik]
+ pptx: implemented import of <path stroke="false" ...> [Radek Doulik]
+ pptx: regenerate presets after custom shapes moveto/close fix [Radek Doulik]
+ pptx: regenerated custom shape presets after last path element changes [Radek Doulik]
+ pptx: support fill=[darken|darkenLess|lighten|lightenLess] in path element [Radek Doulik]
+ prefer prefix increment [August Sodora]
+ prevent to include fonts into svg during unit tests [Markus Mohrhard]
+ properly update range keys for pivot cache. (fdo#44661) [Kohei Yoshida]
+ reduce DragMode foo [Caolán McNamara]
+ refactor slightly to avoid link problems with gcc 4.7 [David Tardon]
+ refresh the layout after inserting a picture (fdo#36681) [Cédric Bosdonnat]
+ regenerated custom shape presets [Radek Doulik]
+ related: implement cell text flow support (fdo#42151) [Miklos Vajna]
+ remove SvStringISort [August Sodora]
+ remove SvStringsDtor [August Sodora]
+ remove _SVSTDARR_STRINGSISORTDTOR [August Sodora]
+ remove a few left-over FIXME's from comment translations [Stefan Knorr (astron)]
+ remove an unused SvStringsDtor [August Sodora]
+ remove cruft in debug tools [Marcel Metz]
+ remove deprecated --bean command line switch [Andras Timar]
+ remove deprecated --plugin command line switch [Andras Timar]
+ remove dmake rules for unused file type *.xrb [Andras Timar]
+ remove duplicate createHex [Caolán McNamara]
+ remove redundant Clipboard_getSupportedServiceNames [Caolán McNamara]
+ remove some tools/string.hxx [Caolán McNamara]
+ remove unnecessary forward declaration [August Sodora]
+ remove unnecessary forward declarations [August Sodora]
+ remove unneeded if [David Tardon]
+ remove unused SalDisplay::IsLocal [Michael Meeks]
+ remove unused forward declaration [August Sodora]
+ remove unused locals [August Sodora]
+ remove unused member variable [August Sodora]
+ remove unused table declaration [August Sodora]
+ remove use of pLine in scanner [August Sodora]
+ remove useless macro [August Sodora]
+ remove useless misleading macros [David Tardon]
+ remove uses of pLine in scanner [August Sodora]
+ removed ISO 8601 DefaultName comment from formatindex="32" which it is not [Eike Rathke]
+ removed empty DefaultName elements [Eike Rathke]
+ removed leading/trailing blank from FormatCode [Eike Rathke]
+ removed unused DBG_WARNING{4, 5} macros, replaced DBG_WARNINGFILE [Marcel Metz]
+ removed unused macro [Takeshi Abe]
+ removing debug statement. [Kohei Yoshida]
+ rename weird "NetPath" term to the more descriptive "InstallationRootPath" [Tor Lillqvist]
+ replace (Byte)String with rtl::O(U)String [Christina Rossmanith]
+ replace Table with std::set. [Marcel Metz]
+ replace getLength() with isEmpty() in vcl/generic/fontmanager [Christina Rossmanith]
+ replaced DBG_ERRORFILE with SAL_INFO. [Marcel Metz]
+ repository.mk: some special executable names on WNT [Michael Stahl]
+ repositoryExternal: add cmis, gio and neon [Matúš Kukan]
+ repositoryModule_ooo.mk: add cppuhelper [Michael Stahl]
+ restore special DATE handling code for SbxValue::Compute [Noel Power]
+ return status never checked [Caolán McNamara]
+ revert "OS_FOR_BUILD is not right do decide Host module name" [Jan Holesovsky]
+ revert "Remove unused SalDisplay::IsLocal" [Thomas Arnhold]
+ revert "fast_merge: fix mis-merge of first module's strings" [David Tardon]
+ revert "gb_Library_PLAINLIBS_NONE should not contain system libs, says dtardon" [Tor
Lillqvist]
+ revert "remove duplicated images for basic dialog form controls ( & misc tidyup )" [Noel
Power]
+ revert text change in alienwarn.src [Andras Timar]
+ reword comment to match reality better [Tor Lillqvist]
+ sEARCH_PATH_DELIMITER is the same as SAL_PATHSEPARATOR [Caolán McNamara]
+ sV_DECL_PTRARR_DEL->boost::ptr_vector [August Sodora]
+ sV_DECL_PTRARR_DEL->std::vector [August Sodora]
+ same expression on both sides of '-' [Caolán McNamara]
+ sax_fastparser::FastSerializerHelper::write(float) [Alexander Bergmann]
+ sc test : update importSheet tests [Laurent Godard]
+ scGlobal::GetAutoFormat not always required to create fresh instance. [Stephan Bergmann]
+ scp2: install nsplugin only in case it's build [Matúš Kukan]
+ scp2: typo: Serif -> Sans [Matúš Kukan]
+ sdext/source/presenter/*: remove extraneous vertical whitespace [Rich Wareham]
+ sheet 0 is selected by default. (fdo#44147) [Kohei Yoshida]
+ should use gb_Library_add_libs and not gb_Library_add_linked_libs [Tor Lillqvist]
+ simplify CharClass [Caolán McNamara]
+ simplify LocalFileHelper::ConvertURLToPhysicalName [Caolán McNamara]
+ simplify handling of JITC_PROCESSOR_TYPE [David Tardon]
+ simply MSDFFReadZString and friends [Caolán McNamara]
+ skip filtered cells during auto-fill. (fdo#44545) [Kohei Yoshida]
+ some adjustments in the XSpreadsheet2 api test [Markus Mohrhard]
+ some cppcheck cleaning [Julien Nabet]
+ some misc tidyup ( that was reverted ) [Noel Power]
+ strict date recognition using locale's separator and ISO 8601 [Eike Rathke]
+ string sNm unused [Caolán McNamara]
+ suppress doxygen warning in osl [Norbert Thiebaud]
+ svStringsDtor->boost::ptr_vector [August Sodora]
+ svStringsDtor->std::vector [August Sodora]
+ svStringsISort->std::set [August Sodora]
+ svxempty.* not needed anymore [Caolán McNamara]
+ sw: SwNavigationMgr: don't store SwPositions [Michael Stahl]
+ sw: SwNavigationMgr: style cleanup [Michael Stahl]
+ sw: drop exec bit of cxx files [Miklos Vajna]
+ swXTextDocument: add some SolarMutexGuards [Michael Stahl]
+ test code for sheet source data cache relocation. [Kohei Yoshida]
+ test the new logic of our pivot data cache life cycle. [Kohei Yoshida]
+ text rotation fixes. (bnc#734734) [Muthu Subramanian]
+ the "Open..." button's more room problem solved (fdo#33794) [Tomcsik Bence]
+ these OnInvalidateClipboard don't have to be LINKs [Caolán McNamara]
+ these are length prefixed strings [Caolán McNamara]
+ these are not old component files anymore [Matúš Kukan]
+ these can be static [August Sodora]
+ tidy some string types [Caolán McNamara]
+ toLower->lowercase [Caolán McNamara]
+ tools container rework regression fix (for (fdo#41657) [Thorsten Behrens]
+ translate German comments [Philipp Weissenbacher]
+ translate German comments and correct a few English ones [Philipp Weissenbacher]
+ translate German comments to English [Luc Castermans, Philipp Weissenbacher]
+ translated German comments in valueset.cxx [Tim Hardeck]
+ translated German comments in valueset.hxx [Tim Hardeck]
+ translated german comments in order to help with bug bug (fdo#36681) [Luc Castermans]
+ trying to fix windows build: include proper npapi.h [Matúš Kukan]
+ tweak makefiles after np_sdk is in tail_build [Matúš Kukan]
+ typo in .IF [Caolán McNamara]
+ typo: missing \ [Matúš Kukan]
+ uI elements begin with upper case [Andras Timar]
+ ucb: add missing dependency [Matúš Kukan]
+ ucb: add to tail_build [Matúš Kukan]
+ ucb: convert to gbuild [Matúš Kukan]
+ unit test for repositioning of cell-anchored line objects. [Kohei Yoshida]
+ update readme (fdo#37951) [Andras Timar]
+ update to 20120106 release of Linux Libertine G fonts [Andras Timar]
+ uploading a new fresh shiny libvisio 0.0.13 [Fridrich Štrba]
+ uploading new release of libvisio (0.0.12) [Fridrich Štrba]
+ ups, that part should not have been committed. [Christian Lohmaier]
+ use ENABLE_NSPLUGIN again [Matúš Kukan]
+ use INCLUDE instead of SOLARINC, and after local includes [Eike Rathke]
+ use SAL_N_ELEMENTS [Thomas Arnhold, David Tardon]
+ use SAL_N_ELEMENTS in slideshow where possible. [Thorsten Behrens]
+ use a copy; the container gets modified during iteration. [Kohei Yoshida]
+ use a geometric progression for zooming (fdo#44173) [Tim Hardeck]
+ use absolute path [Christian Lohmaier]
+ use cacheflush() on Android [Tor Lillqvist]
+ use date acceptance patterns in number scanner (fdo#44636) [Eike Rathke]
+ use merged libs on Android [Tor Lillqvist]
+ vALUESETITEM_SPACE is never set: remove related code [Matteo Casalin]
+ vCL_DLLPUBLIC is in the wrong place [Caolán McNamara]
+ valgrind.log creates more problems than it solves. [Stephan Bergmann]
+ valgrind: ditch some unused code [Caolán McNamara]
+ valgrind: have MappedLockBytes take complete ownership of the file handle [Caolán McNamara]
+ valgrind: update unused code post virtual dtor cmis fix [Caolán McNamara]
+ vcl: fix MinGW build [Matúš Kukan]
+ vcl: hide / make internal misc. vcl display handling methods. [Michael Meeks]
+ vcl: introduce crystal clear separation between X11 Screens and DisplayScreens [Michael Meeks]
+ vcl: isolate new attempt to count monitors as screens to gtk3 (fdo#43458) [Michael Meeks]
+ vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplify [Michael Meeks]
+ vcl: rename methods to crisp up a 'DisplayScreen' naming concept [Michael Meeks]
+ vcl: second part of fix for - get xrandr / y positioning right (fdo#43458) [Michael Meeks]
+ waE: clipformat may be used uninitialized [Caolán McNamara]
+ waE: converting ‘false’ to pointer type [David Tardon]
+ waE: d shadows another d [Caolán McNamara]
+ waE: deleting object of abstract class type with non-virtual destructor [David Tardon]
+ waE: deprecated function [David Tardon]
+ waE: getXScreen is an unsigned int now [Caolán McNamara]
+ waE: narrowing conversion [David Tardon]
+ waE: narrowing conversion from sal_Int32 to unsigned int [David Tardon]
+ waE: narrowing conversion from unsigned int to sal_Int32 [David Tardon]
+ waE: ordered comparison of pointer with integer zero [David Tardon]
+ waE: some more warnings in higher debug levels [Caolán McNamara]
+ waE: unused i [Caolán McNamara]
+ we don't need doxygen for the sub-configure [Tor Lillqvist]
+ we know that the encoding is not UTF-16 here [Caolán McNamara]
+ we need a var. assignment here, not a value [David Tardon]
+ we now proceed further and need some more libraries [Tor Lillqvist]
+ why not showing horizontal scrollbar when needed? (fdo#30788) [Cédric Bosdonnat]
+ work around http://code.google.com/p/android/issues/detail?id=23351 [Tor Lillqvist]
+ workaround internal compiler error with gcc 4.7 [David Tardon]
+ wrong depend [Caolán McNamara]
+ dictionaries
+ add legacy files to version control + update README [Andras Timar]
+ help
+ missing a verb 'use' [Korrawit Pruegsanusak]
+ remove access key (~) from help text [Andras Timar]
+ remove unnecessary spaces and format tags [Andras Timar]
+ the Galaxy (default) theme is now in icon-themes/galaxy [Stefan Knorr (astron)]
+ update help for Text direction -> Text orientation change [Andras Timar]
+ update help for command line switches [Andras Timar]
Attachment:
signature.asc
Description: Toto je digitálně podepsaná část zprávy