Hi,
this time a brief summary of what happened during the 44th week in 2011
on LibreOffice repositories and the living branches:
        + master:            LO-3.5 development
        + libreoffice-3-3:   fixes for LO-3.3.5 bug fix release
                + no changes on that branch
        + libreoffice-3-4:   fixes for LO-3.4.4 bug fix release
        + libreoffice-3-4-4: final stabilization of the LO-3.4.4 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
+ filters
    + fix : Auto fit text VIEWING too small in PPT (fdo#41245) [Arnaud Versini]
+ libs-core
    + fix the drawing of dotted and dashed borders in Calc. (fdo#37129) [Tomofumi Yagi]
+ libs-gui
    + fix the drawing of dotted and dashed borders in Calc. (fdo#37129) [Tomofumi Yagi]
+ calc
    + boolean values are valid for matrix evaluation (fdo#49967) [Markus Mohrhard]
    + correctly map external ranges into matrix instances. (fdo#40110) [Kohei Yoshida]
    + prevent access to non existing mdds elements (fdo#41807) [Markus Mohrhard]
+ filters
    + fix : Auto fit text VIEWING too small in PPT (fdo#41245) [Arnaud Versini]
+ core
    + add test cases for (fdo#40967) [Markus Mohrhard]
    + add tests related to (fdo#41807) [Markus Mohrhard]
    + boolean values are valid for matrix evaluation (fdo#49967) [Markus Mohrhard]
    + change bsh and js script providers from extensions to optional modules. (fdo#42312) [Stephan 
Bergmann]
    + correctly map external ranges into matrix instances. (fdo#40110) [Kohei Yoshida]
    + crash closing document while printing (rhbz#657394) [Michael Stahl]
    + fix : Auto fit text VIEWING too small in PPT (fdo#41245) [Arnaud Versini]
    + fix Move the point you've just inserted, not the previous one. (i#89051) [Ivan Timofeev]
    + fix crash while opening certain pptx files. (bnc#706792) [Muthu Subramanian]
    + fix inserting empty slide when printing handouts (fdo#31966) [Ivan Timofeev]
    + fixed docx import of tabs set after the end margin (bnc#693238) [Cédric Bosdonnat]
    + fixed mis-positioning caused by internal TeX points. (fdo#37083) [Eike Rathke]
    + fixed parentheses warning (bnc#693238) [Cédric Bosdonnat]
    + new unit test to test AND and OR evaluations of matrix objects. (fdo#40967) [Kohei Yoshida]
    + no data accessible if filename contains "?" (fdo#33047) [Lionel Elie Mamane]
    + prevent access to non existing mdds elements (fdo#41807) [Markus Mohrhard]
    + rTF import: delete graphic helper once it's not used (fdo#42640) [Miklos Vajna]
    + regenerate language-specific user dict list (fdo#36678) [Caolán McNamara]
    + related: Fix encoding of non-continuous font indexes (i#95668) [Miklos Vajna]
    + sd::DocumentRenderer: (rhbz#657394) [Michael Stahl]
    + update first ScMarkData before setting cursor (fdo#42432) [Markus Mohrhard]
    + wW8 numbering levels: use the WW6 indent if legacy flag is set (bnc#715115) [Cédric Bosdonnat]
    + we need to assign this value also for non unix platforms (fdo#40801) [Markus Mohrhard]
    + word count dialog modeless (i#46785) [Matt Pratt]
+ common
    + version 3.4.4.2, tag libreoffice-3.4.4.2 (3.4.4-rc2) [Petr Mladek]
+ bootstrap
    + bump product version to 3.4.4-rc2, release number to 402 [Petr Mladek]
+ components
    + fix .dmg background image some more. [Thorsten Behrens]
+ extensions
    + scottish Gaelic (gd) translation [Andras Timar]
+ filters
    + fix : Auto fit text VIEWING too small in PPT (fdo#41245) [Arnaud Versini]
+ libs-core
    + fix the drawing of dotted and dashed borders in Calc. (fdo#37129) [Tomofumi Yagi]
+ libs-extern-sys
    + moz ldap libraries: don't need LIBDIR to exist [Lionel Elie Mamane]
+ libs-gui
    + fix the drawing of dotted and dashed borders in Calc. (fdo#37129) [Tomofumi Yagi]
    + this is definitely not present in Qt 4.8.0 beta1 [David Tardon]
+ translations
    + translation update for LibreOffice 3.4.4 rc2 [Andras Timar]
+ calc
    + boolean values are valid for matrix evaluation (fdo#49967) [Markus Mohrhard]
    + correctly map external ranges into matrix instances. (fdo#40110) [Kohei Yoshida]
    + prevent access to non existing mdds elements (fdo#41807) [Markus Mohrhard]
    + we need to use ValidColRowOrRepeated, silly mistake by me. [Markus Mohrhard]
+ components
    + fix .dmg background image some more. [Thorsten Behrens]
+ extensions
    + back-port this fix to build with non sun/oracle derived jdk's, e.g. libgcj [Caolán McNamara]
    + scottish Gaelic (gd) translation [Andras Timar]
+ filters
    + fix : Auto fit text VIEWING too small in PPT (fdo#41245) [Arnaud Versini]
+ libs-core
    + add real alpha to markers [Michael Meeks]
+ libs-gui
    + this is definitely not present in Qt 4.8.0 beta1 [David Tardon]
+ translations
    + translation update for LibreOffice 3.4.4 rc2 [Andras Timar]
+ ure
    + remove the ::osl::Security getHomeDir() check [Francois Tigeot]
+ binfilter
    + add plausible test skeleton [Caolán McNamara]
    + catch by const ref [Caolán McNamara]
    + some minor clean up. [Stephan Bergmann]
    + tweak to be potentially in-place testable [Caolán McNamara]
    + use MediaDescriptor to add a stream if only got a URL [Caolán McNamara]
+ core
    + 'g': actually set up git hooks properly [Michael Stahl]
    + 'g': whitespace: expand tabs [Michael Stahl]
    + .DELETE_ON_ERROR is a global flag (that should always be set). [Stephan Bergmann]
    + a little cleanup. [Kohei Yoshida]
    + a very minor typo in a comment [Laurent Godard]
    + aString is always empty [Caolán McNamara]
    + adapt naming scheme [Caolán McNamara]
    + add .idl as C++ [Eike Rathke]
    + add and use an OString::equalsIgnoreAsciiCaseAscii equivalent to OUString one [Caolán 
McNamara]
    + add and use an OString::equalsIgnoreAsciiCaseAsciiL equivalent to OUString one [Caolán 
McNamara]
    + add const [Lionel Elie Mamane]
    + add gbuild support for .components files. [Stephan Bergmann]
    + add gbuild support for .jar in .oxt. [Stephan Bergmann]
    + add language java [Eike Rathke]
    + add missing includes [David Tardon]
    + add missing tests [Caolán McNamara]
    + add possibilty to embed ole object and to pass paragraph borders [Laurent Alonso]
    + add real alpha to markers [Michael Meeks]
    + add soffice.bin generation to the desktop/ module rule to fix win32 [Michael Meeks]
    + add test cases for (fdo#40967) [Markus Mohrhard]
    + add test cases for "Informations" functions to functions.ods [Markus Mohrhard]
    + add tests related to (fdo#41807) [Markus Mohrhard]
    + add the xmlsec1 Android patch [Tor Lillqvist]
    + added OUStringBuffer::append(char) so that b.append(' ') does what one expects. [Stephan 
Bergmann]
    + align dictionary address with DICT_REPO_URL in instsetoo_native/util/openoffice.lst [Lior 
Kaplan]
    + another complex if condition extracted. [Kohei Yoshida]
    + better fix for removed RangeExpander [Thorsten Behrens]
    + binfilter test needs to have SOLARSRC set to find sample docs [Caolán McNamara]
    + boolean values are valid for matrix evaluation (fdo#49967) [Markus Mohrhard]
    + byteString->rtl::OString [Caolán McNamara]
    + calc big doc : ScMyTables::NewSheet method cleaning [Laurent Godard]
    + calc big file : refactor loading to avoid unecessary tests [Laurent Godard]
    + calculate window size and geometries of controls based on menu items. [Kohei Yoshida]
    + callcatcher: ditch some unused code [Caolán McNamara]
    + callcatcher: drop unused methods [Caolán McNamara]
    + callcatcher: remove unused appendStr [Caolán McNamara]
    + callcatcher: some unused code [Caolán McNamara]
    + callcatcher: unused Drop code [Caolán McNamara]
    + callcatcher: update and remove some more unused methods [Caolán McNamara]
    + callcatcher: various unused methods [Caolán McNamara]
    + calling delete on NULL pointer is safe. [Kohei Yoshida]
    + can go behind appropiate ifdef [Caolán McNamara]
    + case matters [Caolán McNamara]
    + catch by const ref [Caolán McNamara]
    + catch exception by const reference [Takeshi Abe]
    + change address of extensions' website [Andras Timar]
    + change bsh and js script providers from extensions to optional modules. (fdo#42312) [Stephan 
Bergmann]
    + change strings to reflect text orientation not text directionlity [Lior Kaplan]
    + change wiki's address [Andras Timar]
    + check $OS, not the build platform [Tor Lillqvist]
    + class description. [Kohei Yoshida]
    + cleaned up configmgr initialization. [Stephan Bergmann]
    + cleanup basebmp a little [Joseph Powers]
    + cleanup basegfx - docs, visibility, pointless methods. [Thorsten Behrens]
    + cleanup basegfx headers a little [Joseph Powers]
    + cleanup gtk / gdk locking situation to use the SolarMutex instead [Michael Stahl]
    + cleanup inline IsGreyPalette implementation for mac platforms. [Michael Meeks]
    + codename is set by ScTabel constructor [Markus Mohrhard]
    + component files for password test [Markus Mohrhard]
    + configure: --with-linked-git: check that clone repos exist [Michael Stahl]
    + const correct ness etc & mutable only for lazy-initializing accessor. [Kohei Yoshida]
    + convert zip of makefiles.mk to a patch and skip building some we don't need [Caolán McNamara]
    + correctly map external ranges into matrix instances. (fdo#40110) [Kohei Yoshida]
    + cppcheck: avoid possible null pointer dereferences [Ivan Timofeev]
    + cppcheck: drop redundant check [Ivan Timofeev]
    + cppcheck: drop redundant checks [Ivan Timofeev]
    + crash closing document while printing (rhbz#657394) [Michael Stahl]
    + deduplication and generalization for cross-compilation [Tor Lillqvist]
    + delete some unused .hxx files from autodoc [Joseph Powers]
    + disable xmlsec for Android [Tor Lillqvist]
    + ditch ScXMLExportDatabaseRanges::getOperatorXML [Caolán McNamara]
    + do the simple string equality matching in ScQueryEntry instead. [Kohei Yoshida]
    + don't attempt any stripping when cross-compiling [Tor Lillqvist]
    + don't bother with --with-openssl=no for Android then as we do use openssl [Tor Lillqvist]
    + download: do not annoy me by creating bogus git-hooks [Michael Stahl]
    + drop GetImageIds [Caolán McNamara]
    + drop freshly unused methods [Caolán McNamara]
    + drop translate_toolkit folder and its internal download. [Tomas Chvatal]
    + drop unnecessary inclusions of <sal/main.h> [Tor Lillqvist]
    + drop unused GetViewCenter [Caolán McNamara]
    + eliminate SvUShorts type [Daniel Di Marco]
    + enable localization of extension description in reportbuilder [Andras Timar]
    + enable localization of extension descriptions in mysqlc [Andras Timar]
    + enable localization of extension descriptions in sdext [Andras Timar]
    + ensure that only THE clone dir is excluded [Eike Rathke]
    + export DBUS_{CFLAGS,LIBS} [David Tardon]
    + extracted complex if conditions into own methods. Much more readable. [Kohei Yoshida]
    + factorise multiple SQL_ISRULEOR2 implementations into one [Lionel Elie Mamane]
    + fix .dmg background image some more. [Thorsten Behrens]
    + fix : Auto fit text VIEWING too small in PPT (fdo#41245) [Arnaud Versini]
    + fix BXYBox behaviour and unit test [Thorsten Behrens]
    + fix Move the point you've just inserted, not the previous one. (i#89051) [Ivan Timofeev]
    + fix Win32 manifest linking: get dependencies the right way around [Michael Meeks]
    + fix build [Radek Doulik]
    + fix crash while opening certain pptx files. (bnc#706792) [Muthu Subramanian]
    + fix en-US only build [Andras Timar]
    + fix encrypting odf documents [Caolán McNamara]
    + fix gtk2 build [Cosimo Cecchi]
    + fix inserting empty slide when printing handouts (fdo#31966) [Ivan Timofeev]
    + fix linking on Windows [Fridrich Štrba]
    + fix one more subtlety around B2IBox / B2IRange changes. [Thorsten Behrens]
    + fix ooxml custom shapes sizing [Radek Doulik]
    + fix smoketest linkage [Bjoern Michaelsen]
    + fix the --disable-xmlsec build. [Jan Holesovsky]
    + fix this to build [Caolán McNamara]
    + fixed docx import of tabs set after the end margin (bnc#693238) [Cédric Bosdonnat]
    + fixed mis-positioning caused by internal TeX points. (fdo#37083) [Eike Rathke]
    + fixed parentheses warning (bnc#693238) [Cédric Bosdonnat]
    + fixed remaining issues with custom shapes sizing [Radek Doulik]
    + fixed remaining issues with ooxml custom shapes scaling [Radek Doulik]
    + fixed rtl_getGlobalProcessId implementation (moved from C to C++). [Stephan Bergmann]
    + follow UAX-29 and present user-perceived character counts [Caolán McNamara]
    + forgot to amend these changes to my last commit [Markus Mohrhard]
    + further clean up of areas touched by previous commit. [Stephan Bergmann]
    + gbuild: add support for extension description l10n [Michael Stahl]
    + gbuild: clean up pointless proliferation of PRECOMMANDs, all alike [Michael Stahl]
    + gbuild: document more user defined variables [Michael Stahl]
    + give Mac master builds a nice background .dmg image, too [Thorsten Behrens]
    + grammar checking dialog: reworked how explanations are shown [Cédric Bosdonnat]
    + gtk3: Check for gtk3 >= 3.2 - we need that for broadway anyway [Michael Meeks]
    + gtk3: add missing include, and rtl namespace [Michael Meeks]
    + gtk3: always set the wmclass using the X helper [Cosimo Cecchi]
    + gtk3: implement rendering for Comboboxes [Cosimo Cecchi]
    + gtk3: implement rendering for Listbox widgets [Cosimo Cecchi]
    + gtk3: implement rendering for spinbuttons [Cosimo Cecchi]
    + gtk3: improve the GTK3 theming layer somewhat [Cosimo Cecchi]
    + gtk3: misc cleanups [Cosimo Cecchi]
    + gtk3: move gtk+ file picker into vcl - a more sensible place for it [Michael Meeks]
    + gtk3: translate the cairo context instead of rendering from (1, 1) [Cosimo Cecchi]
    + gtk: add widget_get_xid() [Cosimo Cecchi]
    + gtk: fix cpu burn when inactive - broken timeout calculation [Michael Meeks]
    + gtk: fix the build [Cosimo Cecchi]
    + gtk: tolerate NULL from gdk_screen_get_monitor_plug_name [Michael Meeks]
    + hide the query strings member, and add relevant methods for it. [Kohei Yoshida]
    + impl_loadBitmap is now dangling unused [Caolán McNamara]
    + improved an OSL_FAIL. [Stephan Bergmann]
    + indent line in merged description.xml [Andras Timar]
    + initial work for a password test [Markus Mohrhard]
    + intermediate String objects are completely unnecessary here [Caolán McNamara]
    + introduce LibreOfficeMinGW distro-config. [Jan Holesovsky]
    + isGreyPalette: belt and braces, empty palettes are grey (apparently) [Michael Meeks]
    + keep basebmp free of naked ptrs. [Thorsten Behrens]
    + l10n update [Andras Timar]
    + let PgUp/Down go to the first/last line [David Tardon]
    + let's not use a hard-coded MAXQUERY all over the place. [Kohei Yoshida]
    + let's see if better eventloop integr. makes it into Qt4.9, if any [Luboš Luňák]
    + library_vclplug_gtk3.mk: fix typo [Michael Stahl]
    + limit spamming in non verbose mode [Norbert Thiebaud]
    + little refactoring in ods import code [Markus Mohrhard]
    + mAC tinderbox does not like OUString::valueOf(sal_Int16) [Markus Mohrhard]
    + made ooinstall more deterministic, fixed Mac OS X Python module dependencies. [Stephan 
Bergmann]
    + make --last-working checkout the last working version [Michael Meeks]
    + make .hpp/.hdl more robust against accidental include of .hdl instead of .hpp. [Stephan 
Bergmann]
    + make filter ByteString free [Caolán McNamara]
    + make sfx2 ByteString free [Caolán McNamara]
    + make some methods const [Eike Rathke]
    + make sure COMPONENT_EXTJARFILES are included in report-builder.oxt. [Stephan Bergmann]
    + make this build [Caolán McNamara]
    + mbIsGrey needs to be initialized in ctor [Caolán McNamara]
    + merge: 0bcda87 84ae3c9 [Bjoern Michaelsen]
    + merge: 75fe0e0 75f77e6 [Michael Stahl]
    + merge: b2254d5 f6f5c89 [Michael Stahl]
    + metaCommentAction now using rtl::OString [Caolán McNamara]
    + minor clean up. [Stephan Bergmann]
    + missing conditionalizaton. [Stephan Bergmann]
    + more fpicker related gtk cleanup [Michael Meeks]
    + more on avoiding direct access to pStr, also fixed several memory leaks. [Kohei Yoshida]
    + more on extracting complex evaluations... [Kohei Yoshida]
    + more on sal_Bool to bool (in method signatures). [Kohei Yoshida]
    + move BitmapDevice to use B2IBox instead of B2IRange. [Thorsten Behrens]
    + move CloseVeto from dbaccess to unotools [Michael Stahl]
    + move ScPostIt storage from ScBaseCell->ScDocument [Kevin Hunter]
    + moved CONFIGURATION_LAYERS from soffice to fundamental ini. [Stephan Bergmann]
    + moved ScCompare and ScCompareOptions out of the header. [Kohei Yoshida]
    + moved ScQueryEntry into its own file set. [Kohei Yoshida]
    + moved ScQueryEntry out of global.?xx to queryparam.?xx. [Kohei Yoshida]
    + moved sal/rtl/source string files from C to C++, for easier maintenance. [Stephan Bergmann]
    + moved sal/rtl/source/alloc_* files from C to C++, for easier maintenance. [Stephan Bergmann]
    + moved various sal/rtl/source files from C to C++, for easier maintenance. [Stephan Bergmann]
    + need to assign mbIsGrey in operator= [Caolán McNamara]
    + need to quote command here [Markus Mohrhard]
    + new unit test to test AND and OR evaluations of matrix objects. (fdo#40967) [Kohei Yoshida]
    + no data accessible if filename contains "?" (fdo#33047) [Lionel Elie Mamane]
    + no need for intermediate string here [Caolán McNamara]
    + one more SYSTEM_MOZILLA to SYSTEM_NSS [Tomas Chvatal]
    + ooxml custom shapes wip [Radek Doulik]
    + page Break: fix crash when changing from break before to break after [Cédric Bosdonnat]
    + pass --build and --host to xmlsec1 configury when cross-compiling [Tor Lillqvist]
    + pointless to check for "executability" of gdiplus.dll here [Tor Lillqvist]
    + populate gb_CCVER for mac and winmg build [Norbert Thiebaud]
    + populate the popup with unique values and the default action items. [Kohei Yoshida]
    + precompiled_basegfx.hxx is empty, so don't include it. [Joseph Powers]
    + precompiled_cli_ure.hxx is empty, so just remove it [Joseph Powers]
    + prefer STL over heap array. [Kohei Yoshida]
    + prefer boost::scoped_ptr to std::auto_ptr and shared_ptr (if appropriate). [Kohei Yoshida]
    + prevent access to non existing mdds elements (fdo#41807) [Markus Mohrhard]
    + probably need to add mbIsGrey to operator== comparison [Caolán McNamara]
    + pushd is a bashism, use #!/bin/bash in solenv/bin/localize [Rene Engelhard]
    + put BitmapDevice::getPixelData() back. [Thorsten Behrens]
    + quiet normally incorrect empty fragments warning cluttering tinderbox output [Michael Meeks]
    + rTF import: close file descriptor once import finished [Miklos Vajna]
    + rTF import: delete graphic helper once it's not used (fdo#42640) [Miklos Vajna]
    + rTFDocumentImpl: use boost::shared_ptr for m_pInStream and m_pGraphicHelper [Miklos Vajna]
    + rangeExpander functor removed, but needed in one place. [Cédric Bosdonnat]
    + re-enabling the macros test. [Kohei Yoshida]
    + regenerate language-specific user dict list (fdo#36678) [Caolán McNamara]
    + related: Fix encoding of non-continuous font indexes (i#95668) [Miklos Vajna]
    + remove Resource.java.orig [Rene Engelhard]
    + remove all debug output from filters-test that was for the xls bug [Markus Mohrhard]
    + remove an unused header from basctl [Joseph Powers]
    + remove direct access to the query string (pStr). [Kohei Yoshida]
    + remove obsolete --with-system-translate-toolkit [Rene Engelhard]
    + remove obsolete @SYSTEM_TRANSLATE_TOOLKIT@ from set_soenv.in [Rene Engelhard]
    + remove obsolete Sun internal bugzilla numbers [Michael Meeks]
    + remove some unneeded dependencies [Markus Mohrhard]
    + remove superfluous casts [David Tardon]
    + remove the unused <l10ntools/vosapp.hxx> header [Tor Lillqvist]
    + remove unnecessary variable [Lionel Elie Mamane]
    + remove unused file [David Tardon]
    + remove unused methods from ScDocument and ScTable [Markus Mohrhard]
    + remove unused methods in EditEngine [Felix Zhang]
    + remove unused methods in layout [Felix Zhang]
    + removed IsGreyPalette [Emanuele Fia]
    + removed obsolete gid_Profile_Soffice_Ini items. [Stephan Bergmann]
    + removed obsolete rtl/tres stuff. [Stephan Bergmann]
    + removed obsolete soltools/testSHL. [Stephan Bergmann]
    + removed queryentry.hxx include from lookupcache.hxx header. [Kohei Yoshida]
    + removed some obsolete register annotations. [Stephan Bergmann]
    + removed spurious junk left over in previous commit. [Stephan Bergmann]
    + removed unused macro [Takeshi Abe]
    + rename --enable-nss-module to --with-system-nss + introduce --enable-xmlsec. [Tomas Chvatal]
    + rename TEXTDIRECTION variables to TEXTORIENTATION to represent the previous string change 
[Lior Kaplan]
    + reportbuilder: grammar considered neither stylish nor smart-looking [Michael Stahl]
    + revert "Move ScPostIt storage from ScBaseCell->ScDocument" [Michael Meeks]
    + revert "basebmp: B2IRange::isEmpty is surprisingly, unhelpfully lame - workaround" [Thorsten 
Behrens]
    + revert "enable localization of extension descriptions in sdext" [Andras Timar]
    + sCTAB is sal_Int16 and not sal_Int32 [Markus Mohrhard]
    + salYieldMutex::release(): add assertion [Michael Stahl]
    + sal_Bool to bool. [Kohei Yoshida]
    + sal_Bool->bool in ScDocument [Markus Mohrhard]
    + sal_Bool->bool in ScGridWindow.  One of them wasn't even used. [Kohei Yoshida]
    + scriptProviderForPython: add some description [Michael Stahl]
    + sd::DocumentRenderer: (rhbz#657394) [Michael Stahl]
    + separate the code path and add new method for autofilter popup launch. [Kohei Yoshida]
    + set pStr private and discovered several more direct access to this member. [Kohei Yoshida]
    + silence down ne_lock gcc WaE [Eike Rathke]
    + simplify addition of optional components to URE_MORE_{SERVICES,TYPES}. [Stephan Bergmann]
    + simplify determination of pages to print [Ivan Timofeev]
    + small fix OParseNode->OSQLParseNode [Julien Nabet]
    + some WNT-only code still needs ApplicationEvent(); plus made the other ctor explicit. 
[Stephan Bergmann]
    + staticIsEnabledBroadcasting can only be true [Caolán McNamara]
    + still missing conditionalization. [Stephan Bergmann]
    + string->OUString in ScDocument and follow up [Markus Mohrhard]
    + string->OUString, remove unused code [August Sodora]
    + strip out some more unused automation [Caolán McNamara]
    + support rtl::OUString reference here as well. [Kohei Yoshida]
    + suppress warnings about inexact argument type [Ivan Timofeev]
    + sw now ByteString free except for windows related ones [Caolán McNamara]
    + temporarily disabling the new autofilter popup due to a set-back. [Kohei Yoshida]
    + test-run the filter query after pressing OK. It's far from perfect. [Kohei Yoshida]
    + the -something switches are obsolete, use --something instead. [Jan Holesovsky]
    + this looks wrong for sure, too. [Thorsten Behrens]
    + towards enabling l10n of extension description in swext [Andras Timar]
    + translate German comments [Philipp Weissenbacher]
    + translate comments [Lionel Elie Mamane]
    + translated some comments in svx [Tim Hardeck]
    + typo fix in UI [Andras Timar]
    + typo in comment [Lionel Elie Mamane]
    + unit test for testing cell functions referencing external ranges. [Kohei Yoshida]
    + unwind and refactor some of the Grey Palette stuff [Caolán McNamara]
    + update first ScMarkData before setting cursor (fdo#42432) [Markus Mohrhard]
    + update list post SvUShorts removal [Caolán McNamara]
    + update unused list [Caolán McNamara]
    + update word count dialog when selection is completed or invalidated [Caolán McNamara]
    + use DYLD_LIBRARY_PATH when OS_FOR_BUILD == MACOSX [Tor Lillqvist]
    + use SAL_N_ELEMENTS [David Tardon]
    + use boost::scoped_ptr [Ivan Timofeev]
    + use external [David Tardon]
    + use our openssl build as crypto lib for xmlsec1 for Android [Tor Lillqvist]
    + use the xml2-config from our own libxml2 copy if not using a system libxml2 [Tor Lillqvist]
    + use xml2-config and xslt-config from our own copies if not using system ones [Tor Lillqvist]
    + using for loop here is better than while loop. [Kohei Yoshida]
    + utf-16, not utf-8 [Caolán McNamara]
    + very,very ugly hack to get the soffice.bin name [Bjoern Michaelsen]
    + wW8 numbering levels: use the WW6 indent if legacy flag is set (bnc#715115) [Cédric Bosdonnat]
    + waE: calm down windows shutdownicon warning [Michael Meeks]
    + waE: more windows tinderbox warning cleanup [Michael Meeks]
    + waE: various sillies flagged by MSVC++ [Michael Meeks]
    + we always either build nss or use the system one [Caolán McNamara]
    + we need to assign this value also for non unix platforms (fdo#40801) [Markus Mohrhard]
    + we need to use ValidColRowOrRepeated, silly mistake by make [Markus Mohrhard]
    + when building with gconf check for orbit too. [Tomas Chvatal]
    + why build empty objects. [Joseph Powers]
    + word count dialog modeless (i#46785) [Matt Pratt]
    + wrong lib name for old-style makefile.mks [Caolán McNamara]
+ dictionaries
    + depend on translations module [Andras Timar]
    + enable localization of extension descriptions in dictionaries [Andras Timar]
    + remove bogus dictionaries/pt_PT/dictionaries.xcu.bak [Rene Engelhard]
    + remove unnecessary delzip file [Andras Timar]
+ translations
    + extension description translations (bg, fr, pt-BR) for testing [Andras Timar]
    + fix build with internal python [Andras Timar]
    + fix build with internal python on Windows, too [Andras Timar]
    + fix location of pdfimport translations [Andras Timar]
    + remove obsolete SYSTEM_TRANSLATE_TOOLKIT check [Rene Engelhard]
    + translate-toolkit has gone... [Andras Timar]
Attachment:
signature.asc
Description: Toto je digitálně podepsaná část zprávy