[Libreoffice] development summary: year 2011, week 10

Petr Mladek pmladek at suse.cz
Wed Mar 16 04:00:22 PDT 2011


Hi,

this time a brief summary of what happened during the 10th week in 2011
on LibreOffice repositories and the living branches:

	+ master:            hot LO-3.4 development
	+ libreoffice-3-3:   fixes for next LO-3.3.x bug fix release
	+ libreoffice-3-3-2: final stabilization for LO-3.3.2 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
-------------- next part --------------
+ build
    + l10n: en-US fallback strings for incomplete translations (fdo#33189) [Andras Timar]
+ calc
    + make sure these values are positive; we use them to resize arrays. (fdo#34350) [Kohei Yoshida]
    + properly invalidate cached sheet XML streams during reference update. (i#116833) [Kohei Yoshida]
+ filters
    + resolves (fdo#34909) [Noel Power]
+ libs-core
    + some pythonsamples not visible on Mac OS X (fdo#34699) [Christian Lohmaier]
+ libs-gui
    + fix for 3.3.2 blocker - change the type of nDrawerHeight to long (fdo#34718) [Radek Doulik]
-------------- next part --------------
+ build
    + fixed regression of copy-paste of Writer table formulas (bnc#675961) [Cédric Bosdonnat]
    + l10n: en-US fallback strings for incomplete translations (fdo#33189) [Andras Timar]
+ calc
    + make sure these values are positive; we use them to resize arrays. (fdo#34350) [Kohei Yoshida]
    + properly invalidate cached sheet XML streams during reference update. (i#116833) [Kohei Yoshida]
+ filters
    + resolves (fdo#34909) [Noel Power]
+ libs-core
    + some pythonsamples not visible on Mac OS X (fdo#34699) [Christian Lohmaier]
+ writer
    + fix the positions of imported fields to avoid crashes (bnc#663622) [Cédric Bosdonnat]
-------------- next part --------------
+ calc
    + properly invalidate cached sheet XML streams during reference update. (i#116833) [Kohei Yoshida]
+ components
    + color palette size (8x13), only show scrollbar when needed (fdo#34896) [Xavier ALT]
+ filters
    + fix placeholder text style (bnc#650026) [Radek Doulik]
+ libs-core
    + getSelectEntry is far more likely correct (fdo#34635) [Caolán McNamara]
    + make color palette size consistent (8x13) (fdo#34896) [Xavier ALT]
    + make the code easier to understand by using constants (fdo#30917) [Sébastien Le Ray]
    + some pythonsamples not visible on Mac OS X (fdo#34699) [Christian Lohmaier]
    + storing the hierarchical view of style browser (fdo#30917) [Gert Faller]
+ libs-extern-sys
    + l10n: update de_CH and de_AT dictionaries (fdo#33751) [Andras Timar]
+ libs-gui
    + avoid race condition with multiple window resizing (bnc#674806) [Luboš Luňák]
    + better resizing of overtall glyphsubs (rhbz#682621) [Caolán McNamara]
    + break graphemes on new updates, use ICU for script identification (uax#29) [Martin Hosken]
    + fix for 3.3.2 blocker - change the type of nDrawerHeight to long (fdo#34718) [Radek Doulik]
    + handle tinkering with '-N => (N)' number format - (bnc#659993) [Katarina Machalkova]
    + pa-IN isn't handled by fontconfig well (rhbz#682716, fdo#35118) [Caolán McNamara]
    + related: make sure this is thread safe (rhbz#684477) [Caolán McNamara]
    + related: reorganize this to make it inheritable (rhbz#680460) [Caolán McNamara]
    + revert "Introducing new number format ( -N => (N) ) -" (bnc#659993) [Katarina Machalkova]
+ ure
    + using the Linaro gcc 4.5 generated code instead (lp#726529) [Jani Monoses]
+ writer
    + fix the positions of imported fields to avoid crashes (bnc#663622) [Cédric Bosdonnat]
    + restore FormatBlock (fdo#34920) [Caolán McNamara]
-------------- next part --------------
+ common
    + branch libreoffice-3-3-2 [Petr Mladek]
    + version 3.3.2.1, tag libreoffice-3.3.2.1 (3.3.2-rc1) [Petr Mladek]
+ bootstrap
    + bump product version to 3.3.2rc1, release number to 201 [Petr Mladek]
    + do not create OxygeOffice rpms for LibreOffice build [Petr Mladek]
    + introduce OxygenOffice as a product [Kalman Szalai - KAMI]
+ build
    + delete fallback strings which were translated between rc1 and rc2 [Andras Timar]
    + fix buildfix patches - OxygenOffice introduction [Kalman Szalai - KAMI]
    + fix download for all 3.3.x source release [Gökçen Eraslan]
    + l10n: Updated translations from Pootle [Andras Timar]
    + l10n: en-US fallback strings for incomplete translations (fdo#33189) [Andras Timar]
    + l10n: update Khmer (km) translation [Khoem Sokhem]
    + l10n: update translations from Pootle [Andras Timar]
    + make vba-container-controls apply again [Noel Power]
    + one more fix to make vba-container-controls.diff apply again [Petr Mladek]
+ calc
    + make sure these values are positive; we use them to resize arrays. (fdo#34350) [Kohei Yoshida]
    + properly invalidate cached sheet XML streams during reference update. (i#116833) [Kohei Yoshida]
+ extensions
    + l10n: Updated translations from Pootle [Andras Timar]
+ filters
    + fix build in writerfilter [Petr Mladek]
    + resolves (fdo#34909) [Noel Power]
    + resolves #fdo34941 [Noel Power]
+ l10n
    + l10n: Updated translations from Pootle [Andras Timar]
    + l10n: add a ~ to sl translation [Andras Timar]
    + l10n: typo fix in sl file [Andras Timar]
    + l10n: update translations from Pootle [Andras Timar]
+ libs-core
    + some pythonsamples not visible on Mac OS X (fdo#34699) [Christian Lohmaier]
    + valgrind: don't leave an evil thread running after main is completed [Caolán McNamara]
+ libs-gui
    + fix for 3.3.2 blocker - change the type of nDrawerHeight to long (fdo#34718) [Radek Doulik]
-------------- next part --------------
+ common
    + version 3.3.2.1, tag libreoffice-3.3.2.1 (3.3.2-rc1) [Petr Mladek]
+ bootstrap
    + bump product version to 3.3.2rc1, release number to 201 [Petr Mladek]
    + do not create OxygeOffice rpms for LibreOffice build [Petr Mladek]
    + introduce OxygenOffice as a product [Kalman Szalai - KAMI]
+ build
    + delete fallback strings which were translated between rc1 and rc2 [Andras Timar]
    + fix buildfix patches - OxygenOffice introduction [Kalman Szalai - KAMI]
    + fix download for all 3.3.x source release [Gökçen Eraslan]
    + fixed regression of copy-paste of Writer table formulas (bnc#675961) [Cédric Bosdonnat]
    + l10n: Updated translations from Pootle [Andras Timar]
    + l10n: en-US fallback strings for incomplete translations (fdo#33189) [Andras Timar]
    + l10n: update Khmer (km) translation [Khoem Sokhem]
    + l10n: update translations from Pootle [Andras Timar]
    + make vba-container-controls apply again [Noel Power]
    + one more fix to make vba-container-controls.diff apply again [Petr Mladek]
+ calc
    + disabled auto-complete in Calc filter dialog - fix for bug 34898. [Tibby Lickle]
    + make sure these values are positive; we use them to resize arrays. (fdo#34350) [Kohei Yoshida]
    + properly invalidate cached sheet XML streams during reference update. (i#116833) [Kohei Yoshida]
+ extensions
    + l10n: Updated translations from Pootle [Andras Timar]
+ filters
    + fix build in writerfilter [Petr Mladek]
    + resolves (fdo#34909) [Noel Power]
    + resolves #fdo34941 [Noel Power]
+ l10n
    + l10n: Updated translations from Pootle [Andras Timar]
    + l10n: add a ~ to sl translation [Andras Timar]
    + l10n: typo fix in sl file [Andras Timar]
    + l10n: update translations from Pootle [Andras Timar]
+ libs-core
    + some pythonsamples not visible on Mac OS X (fdo#34699) [Christian Lohmaier]
    + valgrind: don't leave an evil thread running after main is completed [Caolán McNamara]
+ writer
    + fix the positions of imported fields to avoid crashes (bnc#663622) [Cédric Bosdonnat]
-------------- next part --------------
+ artwork
    + converted shadow images to alpha masks. [Sébastien Le Ray]
    + removed now useless images. [Sébastien Le Ray]
    + use meaningful names for shadow images. [Sébastien Le Ray]
+ base
    + move DBG_TRACE2 to OSL_TRACE [Thomas Arnhold]
    + move DBG_TRACE3 to OSL_TRACE [Thomas Arnhold]
    + move OSL_ENSURE(0,...) to OSL_FAIL(...) [Thomas Arnhold]
    + move OSL_ENSURE(false,...) to OSL_FAIL(...) [Thomas Arnhold]
    + remove exclamation marks from OSL_FAIL statements [Thomas Arnhold]
+ bootstrap
    + a lame fix for the rebuilding of external libraries [Fridrich Štrba]
    + always include these on all platforms to keep things simple [Caolán McNamara]
    + g: remove leftover debug echo [Miklos Vajna]
    + graphite statically linked if non system, move ICU to go-oo [Martin Hosken]
    + graphite2 consolidated patch [Martin Hosken]
    + increase number of callstacks recorded [Caolán McNamara]
    + let's try preferring MSVS2010/MSVC2010 [Tor Lillqvist]
    + only one icu [Martin Hosken]
    + remove cmake dependency from graphite [Martin Hosken]
    + remove legacy SOURCE_ROOT_DIR variable [Andras Timar]
    + revert "A lame fix for the rebuilding of external libraries" [Fridrich Štrba]
    + solenv/bin/subsequenttests is intended to be executable [Bjoern Michaelsen]
    + teach ./g at least some basic manners when using commit -F [Bjoern Michaelsen]
    + tidy up for graphite2, removing silgraphite [Martin Hosken]
    + vos is gone [Caolán McNamara]
+ calc
    + a little cleanup. [Kohei Yoshida]
    + add missing osl/diagnose.h [Thomas Arnhold]
    + added range name container to ScTable. [Kohei Yoshida]
    + added unit test for external references. [Kohei Yoshida]
    + bOOL to bool conversion. [Kohei Yoshida]
    + consistent use of types to eliminate static casting. [Kohei Yoshida]
    + copy-n-paste error.... [Kohei Yoshida]
    + correctly import and interpret sheet local range names from XLS. [Kohei Yoshida]
    + dBG_TRACESTR to OSL_TRACE for O*String [Thomas Arnhold]
    + dBG_TRACESTR to OSL_TRACE for String [Thomas Arnhold]
    + disabled auto-complete in Calc filter dialog - fix for bug 34898. [Tibby Lickle]
    + duh!  I forgot to loop.  Silly me. [Kohei Yoshida]
    + export sheet-local range names to ODS. [Kohei Yoshida]
    + extracted a method from a giant, mega method. [Kohei Yoshida]
    + first try of removing "using namespace ::com::sun::star::uno" [Julien Nabet]
    + fix build: Use format string literals [Thomas Arnhold]
    + fix windows build breakage [Fridrich Štrba]
    + for now, we only import normal named expressions in sheet local scope. [Kohei Yoshida]
    + german comment transation for Calc filter dialog. [Tibby Lickle]
    + make more space for the MoreButton's label [David Tardon]
    + methods can be const [Julien Nabet]
    + more BOOL to bool conversion. [Kohei Yoshida]
    + move #ifdef DBG_UTIL to #if OSL_DEBUG_LEVEL > 1 for OSL_TRACE [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for strings GetBuffer() [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for strings foo().GetBuffer() [Thomas Arnhold]
    + move DBG_ERROR1 to OSL_TRACE [Thomas Arnhold]
    + move DBG_ERROR1 to OSL_TRACE for a macro [Thomas Arnhold]
    + move DBG_ERROR2 to OSL_TRACE [Thomas Arnhold]
    + move DBG_ERROR3 to OSL_TRACE [Thomas Arnhold]
    + move DBG_TRACE to OSL_TRACE [Thomas Arnhold]
    + move DBG_TRACE to OSL_TRACE for strings GetBuffer() [Thomas Arnhold]
    + move DBG_TRACE1 to OSL_TRACE [Thomas Arnhold]
    + move DBG_TRACESTR to OSL_TRACE for a OUString [Thomas Arnhold]
    + move OSL_ENSURE(0,...) to OSL_FAIL(...) [Thomas Arnhold]
    + move OSL_ENSURE(false,...) to OSL_FAIL(...) [Thomas Arnhold]
    + new unit test for sheet stream's validity during reference update. [Kohei Yoshida]
    + oSL_TRACE: Use format string for GetBuffer() [Thomas Arnhold]
    + pick up sheet local named expressions during ODS import. [Kohei Yoshida]
    + properly export sheet local range names to XLS. [Kohei Yoshida]
    + properly invalidate cached sheet XML streams during reference update. (i#116833) [Kohei Yoshida]
    + reduced indent levels again. [Kohei Yoshida]
    + reduced indent levels by early bail outs. [Kohei Yoshida]
    + remove unused DBG_TRACESTR macro [Thomas Arnhold]
    + removed unnecessary static cast. [Kohei Yoshida]
    + search the sheet local range names as well when compiling formula. [Kohei Yoshida]
    + silence some warnings [Caolán McNamara]
    + simple in-line comment. [Kohei Yoshida]
    + simplified _ScRangeListTabs and also fixed crashers on XLS import. [Kohei Yoshida]
    + store additional flag for global vs local storage of named ranges. [Kohei Yoshida]
    + store whether or not a range name is global during XLS import. [Kohei Yoshida]
    + there were 2 times "using ::rtl::OUString" [Julien Nabet]
    + translate german comments in /sc/inc [Nicolas Christener]
    + typo. [Kohei Yoshida]
    + use OSL_DEBUG_LEVEL 2 [Thomas Arnhold]
    + use OSL_DEBUG_LEVEL 2 and add osl/diagnose.h include [Thomas Arnhold]
    + use boost::ptr_list for list containing heap objects. [Kohei Yoshida]
+ components
    + added shadow option to appearance dialog. [Sébastien Le Ray]
    + color palette size (8x13), only show scrollbar when needed (fdo#34896) [Xavier ALT]
    + move #ifdef DBG_UTIL to #if OSL_DEBUG_LEVEL > 1 for OSL_TRACE [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL (multiline) [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL and correct OString usage [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for getStr() [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for strings GetBuffer() [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for strings foo().GetBuffer() [Thomas Arnhold]
    + move DBG_ERROR1 to OSL_TRACE [Thomas Arnhold]
    + move DBG_TRACE to OSL_TRACE [Thomas Arnhold]
    + move DBG_TRACE to OSL_TRACE for getStr() [Thomas Arnhold]
    + move DBG_TRACE3 to OSL_TRACE [Thomas Arnhold]
    + move OSL_ENSURE(0,...) to OSL_FAIL(...) [Thomas Arnhold]
    + move OSL_ENSURE(false,...) to OSL_FAIL(...) [Thomas Arnhold]
    + oSL_TRACE: Use format string [Thomas Arnhold]
    + remove List container in components/imgprod [Rafael Dominguez]
    + remove dead code [Thomas Arnhold]
+ extensions
    + l10n: don't extract strings from localized NLPSolver properties [Andras Timar]
    + move OSL_ENSURE(0,...) to OSL_FAIL(...) [Thomas Arnhold]
    + move OSL_ENSURE(false,...) to OSL_FAIL(...) [Thomas Arnhold]
    + oSL_TRACE: Use format string [Thomas Arnhold]
+ extras
    + remove "Libre" from color names, see design@ mailing list [Andras Timar]
+ filters
    + enable exceptions here [Caolán McNamara]
    + fix non-debug build [Thomas Arnhold]
    + fix placeholder text style (bnc#650026) [Radek Doulik]
    + move #ifdef DBG_UTIL to #if OSL_DEBUG_LEVEL > 1 for OSL_TRACE [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL (multiline) [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for getStr() [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for preprocessor string literals [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for strings GetBuffer() [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for strings foo().GetBuffer() [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for strings with masked quotation marks [Thomas Arnhold]
    + move DBG_ERROR1 to OSL_TRACE [Thomas Arnhold]
    + move DBG_ERROR2 to OSL_TRACE [Thomas Arnhold]
    + move DBG_TRACE to OSL_TRACE [Thomas Arnhold]
    + move DBG_TRACE to OSL_TRACE for a macro [Thomas Arnhold]
    + move DBG_TRACE to OSL_TRACE for strings GetBuffer() [Thomas Arnhold]
    + move DBG_TRACE* to OSL_TRACE for some macros [Thomas Arnhold]
    + move DBG_TRACE1 to OSL_TRACE [Thomas Arnhold]
    + move DBG_TRACE4 to OSL_TRACE [Thomas Arnhold]
    + move DBG_TRACE5 to OSL_TRACE [Thomas Arnhold]
    + move OSL_ENSURE(0,...) to OSL_FAIL(...) [Thomas Arnhold]
    + move OSL_ENSURE(false,...) to OSL_FAIL(...) [Thomas Arnhold]
    + oSL_TRACE: Use format string for GetBuffer() [Thomas Arnhold]
    + remove SVX_LIGHT macro [Xavier ALT]
    + remove dead code [Thomas Arnhold]
    + remove unused dir [Caolán McNamara]
    + throw out some warnings [Caolán McNamara]
    + unroll this to help out simple minded compiler [Caolán McNamara]
    + use GetBuffer() for String [Thomas Arnhold]
    + use getStr() on OString [Thomas Arnhold]
    + waE: explicitly cast result [Caolán McNamara]
    + waE: mark this dir as warnings free [Caolán McNamara]
+ impress
    + cppcheck: this method can be const [Caolán McNamara]
    + make this dtor virtual [Caolán McNamara]
    + move DBG_ERROR to OSL_FAIL (multiline) [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for getStr() (multiline) [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for strings GetBuffer() [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for strings with masked quotation marks [Thomas Arnhold]
    + move OSL_ENSURE(0,...) to OSL_FAIL(...) [Thomas Arnhold]
    + move OSL_ENSURE(false,...) to OSL_FAIL(...) [Thomas Arnhold]
    + oSL_TRACE: Use format string [Thomas Arnhold]
    + remove SVX_LIGHT macro [Xavier ALT]
    + translated some comments from german to english [Daniel Di Marco]
+ libs-core
    + added shadow configuration to prefs schema. [Sébastien Le Ray]
    + cppcheck: this method can be const [Caolán McNamara]
    + don't use GetBuffer on a char [Thomas Arnhold]
    + don't use GetBuffer() on char* [Thomas Arnhold]
    + findbar: Change '~Find' to '~Find...', it is not an action. [Jan Holesovsky]
    + fix bug found with pychecker [Julien Nabet]
    + fix build breakage inside DBG_ASSERTs [Nigel Hawkins]
    + fix leak, we own these pointers, so release them. [Caolán McNamara]
    + fix shebang [David Tardon]
    + fix tabs + attributes not declared [Julien Nabet]
    + getSelectEntry is far more likely correct (fdo#34635) [Caolán McNamara]
    + install high-resolution icons [David Tardon]
    + make color palette size consistent (8x13) (fdo#34896) [Xavier ALT]
    + make the code easier to understand by using constants (fdo#30917) [Sébastien Le Ray]
    + move DBG_ERROR to OSL_FAIL and correct OString usage [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for getStr() [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for getStr() (multiline) [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for mac files [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for strings GetBuffer() [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for strings foo().GetBuffer() [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for strings with masked quotation marks [Thomas Arnhold]
    + move DBG_ERROR1 to OSL_TRACE [Thomas Arnhold]
    + move DBG_TRACE to OSL_TRACE [Thomas Arnhold]
    + move DBG_TRACE to OSL_TRACE for getStr() [Thomas Arnhold]
    + move DBG_TRACE to OSL_TRACE for strings GetBuffer() [Thomas Arnhold]
    + move DBG_TRACE to OSL_TRACE for strings foo().GetBuffer() [Thomas Arnhold]
    + move DBG_TRACE* to OSL_TRACE [Thomas Arnhold]
    + move DBG_TRACE1 to OSL_TRACE [Thomas Arnhold]
    + move DBG_TRACE2 to OSL_TRACE [Thomas Arnhold]
    + move DBG_TRACE3 to OSL_TRACE [Thomas Arnhold]
    + move DBG_TRACE5 to OSL_TRACE [Thomas Arnhold]
    + move OSL_ENSURE(0,...) to OSL_FAIL(...) [Thomas Arnhold]
    + move OSL_ENSURE(false,...) to OSL_FAIL(...) [Thomas Arnhold]
    + oSL_TRACE: Use format string [Thomas Arnhold]
    + oSL_TRACE: Use format string for GetBuffer() [Thomas Arnhold]
    + random character added by translation [Caolán McNamara]
    + remove List in SdrObjListIter. [Rafael Dominguez]
    + remove SVX_LIGHT macro [Xavier ALT]
    + remove commented out code [Bálint Dózsa]
    + remove last traces of SvLongs [Nigel Hawkins]
    + remove unused macros HANDLE_SQL_ERRORS and DO_SAFE_WITH_ERROR [Thomas Arnhold]
    + remove use of SvLongs from txtrange.[ch]xx and refactor a bit. [Nigel Hawkins]
    + remove use of SvLongs in txtparae.hxx [Nigel Hawkins]
    + remove use of Svlongs from fmshimp.[ch]xx [Nigel Hawkins]
    + replace spaces (put by mistake) with tabs [Julien Nabet]
    + some pythonsamples not visible on Mac OS X (fdo#34699) [Christian Lohmaier]
    + storing the hierarchical view of style browser (fdo#30917) [Gert Faller]
    + transalations (5) [Albert Thuswaldner]
    + transalations and fixes (6) [Albert Thuswaldner]
    + translation and typos (2). [Albert Thuswaldner]
    + translations (4). [Albert Thuswaldner]
    + translations and typo fixes (3). [Albert Thuswaldner]
    + translations and typo fixes. [Albert Thuswaldner]
    + typo fixes. [Muthu Subramanian K]
    + use GetBuffer() for String [Thomas Arnhold]
    + use getStr() for OStrings [Thomas Arnhold]
+ libs-extern
    + merge Gentoo patches from old build and downstream repositories. [Hanno Meyer-Thurow]
+ libs-extern-sys
    + add -fpermissive for yucky narrowing [Caolán McNamara]
    + apply cleanly [Caolán McNamara]
    + build those with exceptions [Caolán McNamara]
    + fix aix patch [Caolán McNamara]
    + fix graphite build on Linux 64-bit [Fridrich Štrba]
    + fix icu patch [Martin Hosken]
    + fix memory leaks in vectors [Martin Hosken]
    + fix spacing in patch [Martin Hosken]
    + graphite2 consolidated patch [Martin Hosken]
    + l10n: update de_CH and de_AT dictionaries (fdo#33751) [Andras Timar]
    + reduce patch to remove need to match on trailing space that git strips [Martin Hosken]
    + remove cmake dependency. Statically create graphite library [Martin Hosken]
    + restore build of build patch that seem to still make sense [Caolán McNamara]
    + upgrade to ICU 4.6 [Martin Hosken]
    + waE: silence new icu warnings [Caolán McNamara]
+ libs-gui
    + adapt localize to LibreOffice directory structure [Andras Timar]
    + add Cherokee preview [Caolán McNamara]
    + add cairo_ft_font_face_create_for_pattern wrapper [Caolán McNamara]
    + add missing scripts from ICU list. Make math and symbols weak [Martin Hosken]
    + add some sample Tai Lue [Caolán McNamara]
    + added shadow color configuration save. [Sébastien Le Ray]
    + adding '-N => (N)' format to en_* locale -- bnc659993 [Katarina Machalkova]
    + attempt to fix winlayout memory leak [Martin Hosken]
    + avoid race condition with multiple window resizing (bnc#674806) [Luboš Luňák]
    + better resizing of overtall glyphsubs (rhbz#682621) [Caolán McNamara]
    + break graphemes on new updates, use ICU for script identification (uax#29) [Martin Hosken]
    + cppcheck: this method can be const [Caolán McNamara]
    + cyrillic+Georgian is likely best previewed as Georgian [Caolán McNamara]
    + do SMP properly for ICU. No bug thankfully [Martin Hosken]
    + enable fontcapabilities under windows [Caolán McNamara]
    + fix for 3.3.2 blocker - change the type of nDrawerHeight to long (fdo#34718) [Radek Doulik]
    + fix leaks on bad ttf files [Caolán McNamara]
    + fix non-debug build [Thomas Arnhold]
    + graphite2 consolidated patch [Martin Hosken]
    + handle tinkering with '-N => (N)' number format - (bnc#659993) [Katarina Machalkova]
    + mask out cjk punctuation [Caolán McNamara]
    + move DBG_ERROR to OSL_FAIL [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL (multiline) [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL and correct OString usage [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for a macro [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for getStr() [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for getStr() (multiline) [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for mac files [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for preprocessor string literals [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for strings GetBuffer() [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for strings foo().GetBuffer() [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for strings with masked quotation marks [Thomas Arnhold]
    + move DBG_ERROR1 to OSL_TRACE [Thomas Arnhold]
    + move DBG_ERROR2 to OSL_TRACE [Thomas Arnhold]
    + move DBG_ERROR5 to OSL_TRACE [Thomas Arnhold]
    + move DBG_TRACE to OSL_TRACE [Thomas Arnhold]
    + move DBG_TRACE to OSL_TRACE for strings GetBuffer() [Thomas Arnhold]
    + move DBG_TRACE1 to OSL_TRACE [Thomas Arnhold]
    + move DBG_TRACE2 to OSL_TRACE [Thomas Arnhold]
    + move DBG_TRACE3 to OSL_TRACE [Thomas Arnhold]
    + move OSL_ENSURE(0,...) to OSL_FAIL(...) [Thomas Arnhold]
    + move OSL_ENSURE(false,...) to OSL_FAIL(...) [Thomas Arnhold]
    + move one DBG_ERROR to OSL_TRACE [Thomas Arnhold]
    + no need to blacklist dictionaries, because is is not whitelisted [Andras Timar]
    + oSL_TRACE: Use format string [Thomas Arnhold]
    + oSL_TRACE: Use format string for GetBuffer() [Thomas Arnhold]
    + pa-IN isn't handled by fontconfig well (rhbz#682716, fdo#35118) [Caolán McNamara]
    + related: make sure this is thread safe (rhbz#684477) [Caolán McNamara]
    + related: reorganize this to make it inheritable (rhbz#680460) [Caolán McNamara]
    + release fonts on shutdown [Caolán McNamara]
    + remove FtFontFile leaks [Caolán McNamara]
    + remove SVX_LIGHT macro [Xavier ALT]
    + remove SvLongs declaration and definition [Nigel Hawkins]
    + remove dead code [Thomas Arnhold]
    + remove memleak [Caolán McNamara]
    + remove now unused DBG_ERROR[1-5] [Thomas Arnhold]
    + remove now unused DBG_TRACE[1-5] and DBG_TRACEFILE [Thomas Arnhold]
    + remove some dead code [Thomas Arnhold]
    + remove unused DBG_ERROR macro :) [Thomas Arnhold]
    + revert "Introducing new number format ( -N => (N) ) -" (bnc#659993) [Katarina Machalkova]
    + revert bad patch in graphite consolidated patch [Martin Hosken]
    + revert comphelper unit test noadditional change (gr2) [Thorsten Behrens]
    + some cleaning [Thomas Arnhold]
    + uSCRIPT_INVALID_CODE is -1 so take signed here [Caolán McNamara]
    + un-breaking the unit test [Katarina Machalkova]
    + unused UBlock2Script struct definition [Caolán McNamara]
    + unused global table [Caolán McNamara]
    + update help text of localize tool [Andras Timar]
    + use SAL_N_ELEMENTS [Caolán McNamara]
    + use statically built graphite library [Martin Hosken]
    + waE: ambiguous && || [Caolán McNamara]
    + waE: fix member init order list [Caolán McNamara]
    + waE: signed unsigned comparisions [Caolán McNamara]
    + waE: variables set but unused [Caolán McNamara]
    + work around ICU bug regarding SMP ranges not working, so expand them [Martin Hosken]
+ postprocess
    + merge Gentoo patches from old build and downstream repositories. [Hanno Meyer-Thurow]
    + remove legacy SOURCE_ROOT_DIR variable [Andras Timar]
+ sdk
    + move OSL_ENSURE(0,...) to OSL_FAIL(...) [Thomas Arnhold]
+ testing
    + merge Gentoo patches from old build and downstream repositories. [Hanno Meyer-Thurow]
+ ure
    + build these cxx files with exceptions enabled [Caolán McNamara]
    + move OSL_ENSURE(0,...) to OSL_FAIL(...) [Thomas Arnhold]
    + move OSL_ENSURE(false,...) to OSL_FAIL(...) [Thomas Arnhold]
    + oSL_TRACE: Use format string [Thomas Arnhold]
    + remove unnecessary brackets [Thomas Arnhold]
    + revert "try to get it working" [Thorsten Behrens]
    + simplify this a bit [Caolán McNamara]
    + try to get it working [Martin Hosken]
    + use explicitly cast zeros to avoid compilation error with MSVC2010 [Tor Lillqvist]
    + using the Linaro gcc 4.5 generated code instead (lp#726529) [Jani Monoses]
    + waE: silence this annoying warning [Caolán McNamara]
+ writer
    + add non blank characters in Writter properties dialog. [Arnaud Versini]
    + fix build breakage caused by commit 6165ef7... [Nigel Hawkins]
    + fix the positions of imported fields to avoid crashes (bnc#663622) [Cédric Bosdonnat]
    + fix typo [Takeshi Abe]
    + handle shadow option in frame painting. [Sébastien Le Ray]
    + let always include these to keep it simple [Caolán McNamara]
    + mapped some more paragraph style to WW8 [Jean-Yves Royer]
    + move DBG_ERROR to OSL_FAIL (multiline) [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL and correct OString usage [Thomas Arnhold]
    + move DBG_ERROR to OSL_FAIL for strings GetBuffer() [Thomas Arnhold]
    + move OSL_ENSURE(0,...) to OSL_FAIL(...) [Thomas Arnhold]
    + move OSL_ENSURE(false,...) to OSL_FAIL(...) [Thomas Arnhold]
    + remove last traces of SvLongs [Nigel Hawkins]
    + remove reference to unavailable bugtrackers [Martin Kepplinger]
    + remove references to unavailable bug reports [Martin Kepplinger]
    + remove use of SvLongs from txtfly.[ch]xx [Nigel Hawkins]
    + removed no more used shadow images. [Sébastien Le Ray]
    + renamed shadow images to *-mask. [Sébastien Le Ray]
    + restore FormatBlock (fdo#34920) [Caolán McNamara]
    + translate german comments [Martin Kepplinger]
    + translated comments [Christina Rossmanith]
    + use same terminology as in word count [Caolán McNamara]
    + using alpha mask for page shadow drawing. [Sébastien Le Ray]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Toto je digit?ln? podepsan? ??st zpr?vy
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20110316/069737cb/attachment-0001.pgp>


More information about the LibreOffice mailing list