Hi,
this time a brief summary of what happened during the 39th 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
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
PS: It seems that Thorsten incremented the week number too fast last two weeks :-)
So, in fact:
+ "Development summary: week 38 of 2011" described the calendar week 37
+ "Development summary: week 39 of 2011" described the calendar week 38
+ extensions
+ libreoffice doesn't build with poppler-0.17.3 (rhbz#735182) [Caolán McNamara]
+ writer
+ comment added (fdo#39510) [Bjoern Michaelsen]
+ crash on closing document with footnotes (fdo#39510, lp#854626) [Bjoern Michaelsen]
+ core
+ - Need more room for localized string (fdo#41393) [Olivier Hallot]
+ - Need more room for localized string (III) (fdo#41396) [Olivier Hallot]
+ generate valid xhtml export by using xml:lang, see also (fdo#40373) [Regina Henschel]
+ honour minimum word hyphenation length (fdo#41083) [Caolán McNamara]
+ hyphenation properties without handle ids not honoured (fdo#41128) [Caolán McNamara]
+ bootstrap
+ make configure check for cpp/poppler-version.h [Rene Engelhard]
+ extensions
+ build without glib poppler bindings [Luboš Luňák]
+ libreoffice doesn't build with poppler-0.17.3 (rhbz#735182) [Caolán McNamara]
+ this is merge of f6f8f67460bba296c49f794d14621b7313df4f7d. [Tomáš Chvátal]
+ libs-gui
+ fix crash when changing screen resolution [Radek Doulik]
+ writer
+ comment added (fdo#39510) [Bjoern Michaelsen]
+ crash on closing document with footnotes (fdo#39510, lp#854626) [Bjoern Michaelsen]
+ binfilter
+ byteString->rtl::OStringBuffer [Caolán McNamara]
+ callcatcher: SwCache::Flush unused [Caolán McNamara]
+ callcatcher: newly unused code [Caolán McNamara]
+ callcatcher: newly unused methods [Caolán McNamara]
+ callgrind: remove newly unused code [Caolán McNamara]
+ class TypedStrCollection is not really used, so I'm deleting it. [Joseph Powers]
+ cleanup class ScChartListenerCollection [Joseph Powers]
+ cleanup class ScDBDocFunc a little [Joseph Powers]
+ ditch W4W filter support [Caolán McNamara]
+ ditch out of date debugging stuff [Caolán McNamara]
+ initial .gitignore [Stephan Bergmann]
+ mirror changes in here [Caolán McNamara]
+ more DBG_BF_ASSERT cleanup [Joseph Powers]
+ more DBG_BF_ASSERT cleanup in bf_sw [Joseph Powers]
+ more DBG_BF_ASSERT cleanup in bf_sw classes [Joseph Powers]
+ object is unused [Caolán McNamara]
+ remove DBG_BF_ASSERT [Joseph Powers]
+ remove class ScOutlineDocFunc [Joseph Powers]
+ remove one of the two editsh.hxx files [Joseph Powers]
+ remove some unused code. [Joseph Powers]
+ remove the last of the easy DBG_BF_ASSERT()s in bf_sw [Joseph Powers]
+ removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). [Stephan
Bergmann]
+ some more cleanup [Joseph Powers]
+ some more warning cleanup (Mac OS X). [Stephan Bergmann]
+ some more warning cleanup. [Stephan Bergmann]
+ some simple DBG_BF_ASSERT() cleanup [Joseph Powers]
+ the whole SwPamRanges stuff is read only so dump it [Joseph Powers]
+ waE: ditch unused args [Caolán McNamara]
+ waE: unused variables [Caolán McNamara]
+ waE: various windows warnings [Caolán McNamara]
+ core
+ - Need more room for localized string (fdo#41393) [Olivier Hallot]
+ - Need more room for localized string (III) (fdo#41396) [Olivier Hallot]
+ -fthreadsafe-statics uses a single lock on Mac OS X and thus leads to deadlock. [Stephan
Bergmann]
+ <= for extra safely I suppose [Caolán McNamara]
+ adapt make dev-install to unotest changes [Markus Mohrhard]
+ adapt to the new way of passing dash-arrays from libvisio, still need to adapt libwpg
[Fridrich Štrba]
+ add "Manage Names..." entry to Name Box/ScPosWnd [Markus Mohrhard]
+ add --with-system-libcmis [Rene Engelhard]
+ add GetParentDialog to VCL's Window, and remove DLGWIN & cut/paste [Michael Meeks]
+ add MinGW debugging hints. [Jan Holesovsky]
+ add MinGW handling to linkoo. [Jan Holesovsky]
+ add bestreversemap [Tor Lillqvist]
+ add dependencies for vba unit test [Markus Mohrhard]
+ add extension support to gbuild for creating .oxt files [Matúš Kukan]
+ add filter to tail_build [Matúš Kukan]
+ add forgotten file - makefile for copying the -system dlls. [Jan Holesovsky]
+ add gettext-0.18.1.1.stpncpy.patch [Tor Lillqvist]
+ add missing dependent include [Michael Meeks]
+ add missing include to build urlobj test fixture [Norbert Thiebaud]
+ add mode lines [Tor Lillqvist]
+ add mode lines and detabify [Tor Lillqvist]
+ add mode-lines to .m files and last round of merged files, etc. [Caolán McNamara]
+ add modelines [Caolán McNamara]
+ add my autogen.lastrun too. [Jan Holesovsky]
+ add new bootstrapfixture to share and simplify unit test code [Michael Meeks]
+ add newlines to avoid possible problems with joined lines [David Tardon]
+ add objective-C to add-modelines [Caolán McNamara]
+ add resource files [David Tardon]
+ add scripting to tail_build [Matúš Kukan]
+ add support for bundling the -system .dll's into the MinGW builds. [Jan Holesovsky]
+ add user profile dir for unit tests [Markus Mohrhard]
+ add vbahelper to tail_build [Matúš Kukan]
+ add xmlsecurity to tail_build [Peter Foley]
+ added #include "unotest/oustringostreaminserter.hxx" back in (will be needed once
rtl::OUString::operator sal_Unicode const *() is removed); made tools explicitly depend on unotest.
[Stephan Bergmann]
+ added cmis+atom:// scheme to the tools urlobj. [Cédric Bosdonnat]
+ adjust Jar.mk so we could add arbitrary files to the .jar file [Matúš Kukan]
+ adjust Zip.mk so we can copy files from other places to workdir and pack them [Matúš Kukan]
+ allow adding native windows res. files for executables too [David Tardon]
+ allow for lack of LIBXML_ATTR_FORMAT [Tor Lillqvist]
+ android now builds up to instsetoo_native [Thorsten Behrens]
+ assert on the console in a helpful way as/when we get a message dialog [Michael Meeks]
+ avoid "jump to case label crosses initialization" errors with gcc 4.2.1 [Tor Lillqvist]
+ basprov/scriptframe are now a 'new' component [Norbert Thiebaud]
+ better solution for libexttextcat android platform parsing [Thorsten Behrens]
+ bin Hamburg "build server" and BSCLIENT stuff [Tor Lillqvist]
+ blind fix for macos tinderbox error [Noel Power]
+ bump to libexttextcat 3.1.0, enable previously broken languages [Caolán McNamara]
+ byteString->rtl::OString [Caolán McNamara]
+ byteString->rtl::OStringBuffer [Caolán McNamara]
+ byteString->rtl::OString[Buffer} [Caolán McNamara]
+ cMIS UCP: get the document content stream [Cédric Bosdonnat]
+ cMIS: added libcmis module and created empty cmis UCP shell [Cédric Bosdonnat]
+ callcatcher: AtomServer unused [Caolán McNamara]
+ callcatcher: another round [Caolán McNamara]
+ callcatcher: another round of unused methods [Caolán McNamara]
+ callcatcher: freshly unused code [Caolán McNamara]
+ callcatcher: newly unused code [Caolán McNamara]
+ callcatcher: newly unused methods [Caolán McNamara]
+ callcatcher: panelwindow unused [Caolán McNamara]
+ callcatcher: remove newly unused code [Caolán McNamara]
+ callcatcher: remove unused code [Caolán McNamara]
+ callcatcher: some unused methods [Caolán McNamara]
+ callcatcher: unused CreateDrawOutliner [Caolán McNamara]
+ callcatcher: unused code [Caolán McNamara]
+ callcatcher: unused methods [Caolán McNamara]
+ callcatcher: various unused methods [Caolán McNamara]
+ change to the old way to set the language to en-US for unit tests [Markus Mohrhard]
+ clarify help for the MacOSX version options [Tor Lillqvist]
+ clean-up ghost traces of unicow [Norbert Thiebaud]
+ cleaned up DGColorNameLookUp. [Stephan Bergmann]
+ cleaned up svldata. [Stephan Bergmann]
+ cmis: Fixed the installation of the new UCP provider and libcmis [Cédric Bosdonnat]
+ comment typos [Caolán McNamara]
+ compile also ICU for debugging if --enable-debug [Tor Lillqvist]
+ conditionalise out presently unused class variables [Noel Power]
+ consider empty <mmultiscripts> [Ivan Timofeev]
+ constify some of this [Caolán McNamara]
+ convert binaryurp to gbuild [Matúš Kukan]
+ convert scripting to gbuild - first step [Matúš Kukan]
+ correct link target name should be propagated from gb_Library_add_nativeres [David Tardon]
+ cppcheck: delete unneded variable in slideshow, OGLTrans_Tran...Impl.cxx [Pierre-André
Jacquod]
+ cppcheck: delete unneeded variable in connectivity testmoz/main.cxx [Pierre-André Jacquod]
+ cppcheck: deleted unread Var in autodoc, hdimpl.cxx [Pierre-André Jacquod]
+ cppcheck: reduce scope of var in rsc rscflag.cxx [Pierre-André Jacquod]
+ cppcheck: reduce scope of var in tools/ poly.cxx [Pierre-André Jacquod]
+ cppcheck: reduce scope of var in vcl bitmap3.cxx [Pierre-André Jacquod]
+ cppcheck: reduce scope of var in vcl outdev2.cxx [Pierre-André Jacquod]
+ cppcheck: reduce scope of var in vcl sft.cxx [Pierre-André Jacquod]
+ cppcheck: reduce scope of var in vcl toolbox.cxx [Pierre-André Jacquod]
+ cppcheck: reduce scope of variabl.e in vcl, cff.cxx [Pierre-André Jacquod]
+ cppcheck: scope reduction of var in vcl outdev3.cxx [Pierre-André Jacquod]
+ cppcheck: unread Var deleted in autodoc, cx_c_pp.cxx [Pierre-André Jacquod]
+ cppcheck: unused variables [Korrawit Pruegsanusak]
+ d.lst should be empty in gbuildized modules [Matúš Kukan]
+ dead code deleted in vcl toolbox.cxx [Pierre-André Jacquod]
+ decast this a bit [Caolán McNamara]
+ define LIBO_WERROR when warnings are errors [Tor Lillqvist]
+ definition of ALPHA is no longer available for DEC Alpha [Takeshi Abe]
+ disable de sub-project wingw-dll for now... apparently a botched commit [Norbert Thiebaud]
+ disable it again, it seems that it tries to access the user installation [Markus Mohrhard]
+ disable some extensions that apparently are enabled otherwise [Tor Lillqvist]
+ disable use of test's unoexceptionprotector for now, to break dep loop [Michael Meeks]
+ disambiguate ctor [Caolán McNamara]
+ dmake's .IF expression parser is apparently broken, >= works but > doesn't [Tor Lillqvist]
+ do as the comment says: use the pragma for gcc >= 4.2.1 [Tor Lillqvist]
+ do not escape calls if not needed [David Tardon]
+ do not use AS_IF and AS_CASE macros [Tomas Chvatal]
+ do not use COMPHELPER_SERVICEDECL_EXPORTS macro [Matúš Kukan]
+ document that this is known as StructuredStorageDirectoryEntry in the spec [Caolán McNamara]
+ doesn't use a DocShell anymore, so can ditch check for it [Caolán McNamara]
+ don't build l10ntools for non-desktop OSes [Tor Lillqvist]
+ don't consider newer Apple compilers having "universal" byte order [Tor Lillqvist]
+ don't echo JAVA_HOME twice [Peter Foley]
+ don't generate config.status twice [Peter Foley]
+ don't recommend --enable-symbols, it makes it huge. [Jan Holesovsky]
+ don't use dmake ant.mk during beanshell build [Peter Foley]
+ drop apparently unneeded inclusion of l10ntools/compilehelp.hxx [Tor Lillqvist]
+ easier to find leaks if the test harness doesn't leak [Caolán McNamara]
+ enable the registration for vba unit test again [Markus Mohrhard]
+ enforce use of internal Python for MacOSX 10.[45] only, as apparently is the intent [Tor
Lillqvist]
+ enum/namespace foo [Caolán McNamara]
+ externalLib.mk: avoid pushd when cd is enough [Miklos Vajna]
+ externalLib: add the include folder to the default includes [Cédric Bosdonnat]
+ extract strings for l10n from description.xml files [Andras Timar]
+ fail to configure when running in a shell with a sourced Env.Host.sh. [Jan Holesovsky]
+ fdo 37007, Version at 102.1 + (c) for OpenSymbol.ttf [Julien Nabet]
+ filters: Updating js2hxx.py to python3 [Hugo Beauzée-Luyssen]
+ finished converting scripting to gbuild [Matúš Kukan]
+ fix MinGW runtime; we need only the DLLPOSTFIX, no other magic. [Jan Holesovsky]
+ fix an apparent cut-and-paste typo in CustomeTarget [Norbert Thiebaud]
+ fix android platform parsing for raptor [Thorsten Behrens]
+ fix another unotest/test breaker [Markus Mohrhard]
+ fix build of CMIS UCP [David Tardon]
+ fix building moz on Mac OS X. [Stephan Bergmann]
+ fix compilation when SYSTEM_LIBXML headers are not in /usr/include [Tor Lillqvist]
+ fix copy/paste error [Tor Lillqvist]
+ fix error messages [Andras Timar]
+ fix error reported by gcc 4.4.3: NULL used in arithmetic [Tor Lillqvist]
+ fix error: invalid conversion from 'long int*' to 'const GLint*' [Tor Lillqvist]
+ fix gettext build against MacOSX SDK 10.7 [Stephan Bergmann]
+ fix mangled indent [Caolán McNamara]
+ fix merge foo and wae [Noel Power]
+ fix path to binaryurp.component [Matúš Kukan]
+ fix quoting and use AC_CANONICAL_HOST [Peter Foley]
+ fix smoketest-breaking typo [Caolán McNamara]
+ fix some typos..., thanks matus [Rene Engelhard]
+ fix syntax error that earlier compiler versions didn't mind [Tor Lillqvist]
+ fix system Python configuration for MacOSX SDK >= 10.6 [Tor Lillqvist]
+ fix trunk gcc compile errors [Matúš Kukan]
+ fix trunk gcc compiler errors; second attempt for the previously reverted part [Stephan
Bergmann]
+ fix typo in message [Takeshi Abe]
+ fixed DBG_ASSERT broken by recent commit. [Stephan Bergmann]
+ fixed linkoo for Linux again. [Stephan Bergmann]
+ fixx FormulaCompiler build after the O[U]String[Buffer] changes [Fridrich Štrba]
+ fullTextEncodingDataSingleton must not call itself recursively. [Stephan Bergmann]
+ generate valid xhtml export by using xml:lang, see also (fdo#40373) [Regina Henschel]
+ get it to build anyway [Caolán McNamara]
+ get libcmis building, To-Do hack rpath to our desired fooORIGINfoo one [Caolán McNamara]
+ get this building with gcc 4.6.1 [Caolán McNamara]
+ get version from AC_PACKAGE_VERSION instead of files in solenv/inc [Peter Foley]
+ help gcc 4.6.1 out with ambiguity [Caolán McNamara]
+ hide a WaE... should be fixed properly when the issue is understood [Norbert Thiebaud]
+ hmm, why did I think the ATSUI API would be gone in the 10.5 SDK? [Tor Lillqvist]
+ honour minimum word hyphenation length (fdo#41083) [Caolán McNamara]
+ hyphenation properties without handle ids not honoured (fdo#41128) [Caolán McNamara]
+ i don't think _DLL_ has any meaning either [Tor Lillqvist]
+ if gradient type is not specified, assume linear [Fridrich Štrba]
+ if no SDK options given, default to 10.6 if that is present [Tor Lillqvist]
+ in smoketest.cxx, also wait for connection_ going stale while waiting for result.condition.
[Stephan Bergmann]
+ init the unit test for vba unit tests correctly [Markus Mohrhard]
+ install testdllapi.h correctly [Michael Meeks]
+ keep platform stuff in the platform subdir [Bjoern Michaelsen]
+ kill copy'n'paste. [Jan Holesovsky]
+ kill unused ImplSalUpdateStyleFontA() function [Tor Lillqvist]
+ kill unused SalFrameWndProcA() function [Tor Lillqvist]
+ l10ntools doesn't exist in the HOST solver for non-desktop OSes [Tor Lillqvist]
+ let SalAbort dump core on developer builds. [Stephan Bergmann]
+ let's rely on memmove() being sane on all our platforms [Tor Lillqvist]
+ look at GCC version, not whether MacOSX or not [Tor Lillqvist]
+ macOSX 10.4 is still the 'default' SDK, choose the righ gcc for other SDKs [Norbert Thiebaud]
+ make Android cross-build working [Thorsten Behrens]
+ make WinResTarget's name independent of LinkTarget [David Tardon]
+ make cairo build against MacOSX SDK 10.5 [Tor Lillqvist]
+ make cairo build with libpng 1.5 [Peter Foley]
+ make clean failed for ExternalLib.mk due to missing ';' [Norbert Thiebaud]
+ make configure check for cpp/poppler-version.h [Rene Engelhard]
+ make deprecation warnings non-fatal even in a -Werror compilation [Tor Lillqvist]
+ make extension cross-buildable again. [Thorsten Behrens]
+ make install-gdb-printers work on Mac OS X. [Stephan Bergmann]
+ make libcmis break a bit less on MacOSX.. but still no cigar [Norbert Thiebaud]
+ make libcmis build aginst internal cppunit [Peter Foley]
+ make sure these are safe wrt embedded NULLs [Caolán McNamara]
+ make the C++/UNO bridge compile against the MacOSX 10.7 SDK [Stephan Bergmann]
+ make the case not ENABLE_QUICKSTART_LIBPNG work again [Norbert Thiebaud]
+ make this cross-platform. [Jan Holesovsky]
+ make translation tools cross-build aware [Thorsten Behrens]
+ manage Names: adapt menu to changes [Markus Mohrhard]
+ mark SfxStandaloneDocumentInfoObject as SAL_DLLPRIVATE [Tor Lillqvist]
+ match the Android host_os that the new config.sub produces [Tor Lillqvist]
+ merge filters-test code [Caolán McNamara]
+ merge: 2b9e302 8bd171e [Bjoern Michaelsen]
+ minor refactoring on WMF loading [Marc-Andre Laverdiere]
+ mkdir -p [Caolán McNamara]
+ more Android config.sub fixing. [Thorsten Behrens]
+ more ColorTable to List cleanup, and abstraction of load/save [Michael Meeks]
+ more WaE fixes for iOS [Tor Lillqvist]
+ more post colortable cleanup [Michael Meeks]
+ more unit test cut/paste redux [Michael Meeks]
+ move OCX_Control ( and subclasses ) and OCX control export to oox [Noel Power]
+ move the checkboxes below the more button [Markus Mohrhard]
+ move windows-only call into platform/win* [David Tardon]
+ new files [Caolán McNamara]
+ new source files for class AxFontData moved from axbinaryreader.[ch]xx [Noel Power]
+ next test -> unotest change [Markus Mohrhard]
+ no need for -DCUI or -DGUI [Tor Lillqvist]
+ no need for -DPRODUCT_FULL, not tested anywhere [Tor Lillqvist]
+ no need for -DSHAREDLIB, not tested in any source file [Tor Lillqvist]
+ nothing initializes pDefaultExt anymore [Caolán McNamara]
+ oSL_TRACE: Remove trailing newlines [Andras Timar]
+ one step closer to a functional 'make dev-install' with MinGW. [Jan Holesovsky]
+ only allowed to create these via factory methods now [Caolán McNamara]
+ partially revert 6985b28d533c1324896a1647304499c23e553239 as it breaks the whole idea of
testing for bug 20033 [Bjoern Michaelsen]
+ preliminary work on a ExternalLib extension support for gbuild [Norbert Thiebaud]
+ private operator delete, use factory [Caolán McNamara]
+ probably help to build if this was in the download list, whatever it is [Caolán McNamara]
+ process options early so that $TARGET is set when we need it. [Jan Holesovsky]
+ re-work XPropertyList default extension handling to increase re-use [Michael Meeks]
+ refactor start.c and splash.c. de-couple the 2 sources and avoid globals [Norbert Thiebaud]
+ regenerate list [Caolán McNamara]
+ remove a commented out obsolete test [Tor Lillqvist]
+ remove archaic header guards [Caolán McNamara]
+ remove bogus visibility annotation on template class [Michael Meeks]
+ remove checks for unused BUILD_SPECIAL environment variable [Andras Timar]
+ remove empty destructors in-lined on Mac, causing build errors [Michael Meeks]
+ remove executable bit [Luboš Luňák]
+ remove executable bit on source files [Luboš Luňák]
+ remove file from unit test user dir that gets modified [Markus Mohrhard]
+ remove library entries for now [Markus Mohrhard]
+ remove obsolete ColorTable lifecycle workaround [Michael Meeks]
+ remove obsolete and unused defines [Michael Meeks]
+ remove obsolete fake_languagesstring() subroutine [Andras Timar]
+ remove obsolete include guard [Michael Meeks]
+ remove the comment as it confuses the macro expansion. [Tomas Chvatal]
+ remove unused acinclude.m4 [Peter Foley]
+ remove unused header and clean d.lst which should be empty [Matúš Kukan]
+ remove unused tokens [Andras Timar]
+ removed dead code [Takeshi Abe]
+ removed unused code EnhWMFReader::ReadGDIComment() [Marc-Andre Laverdiere]
+ removed unused macro [Takeshi Abe]
+ removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *() in Mac OS X
only code. [Stephan Bergmann]
+ removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). [Stephan
Bergmann]
+ rename and re-factor test and unotest to compile and run again [Michael Meeks]
+ repeat not implemented [Caolán McNamara]
+ replace SvULongs and SVUShorts with std::vector [Maciej Rumianowski]
+ replace SvULongs with std::vector in sfx2 [Maciej Rumianowski]
+ replace raptor rindex calls with strrchr [Thorsten Behrens]
+ respect PKG_CONFIG_PATH [Peter Foley]
+ revert "Default color for writer page break from blue to red: was barely visible" [Cédric
Bosdonnat]
+ revert "Fixx FormulaCompiler build after the O[U]String[Buffer] changes" [Stephan Bergmann]
+ revert "disable de sub-project wingw-dll for now... apparently a botched commit" [Jan
Holesovsky]
+ revert the change of SwCntntNode bases, for now [Luboš Luňák]
+ reverted std::hash map part of previous "fix trunk gcc compile errors." [Stephan Bergmann]
+ rtl_cipher_decode doesn't like 0 len data [Caolán McNamara]
+ sc: switch filters-test to the new shared unit test code [Michael Meeks]
+ set --build and --host for cross-compilation [David Tardon]
+ set product name and version [Andras Timar]
+ set the core locale as well as the UI one to English [Michael Meeks]
+ sigh... [Caolán McNamara]
+ silence tedious malware checkers, arcfour, key 0x435645 [Caolán McNamara]
+ simplify [Tor Lillqvist]
+ solve more ambiguous issues with Locale from sun::star.. and icu::. [Tomas Chvatal]
+ spit out timing info [Caolán McNamara]
+ split 'test' into 'unotest' and 'test' to help dependencies [Michael Meeks]
+ statusBarDescriptor never used [Caolán McNamara]
+ stray fprintf [Caolán McNamara]
+ surely MOZILLA_TOOLKIT is never "gtk2" for MacOSX [Tor Lillqvist]
+ sw: switch filters-test to the new shared unit test code [Michael Meeks]
+ take pity on the gcc 4.5.X users [Caolán McNamara]
+ target 'all' should be the first one to make it the default one. [Norbert Thiebaud]
+ tell what "LB" means [Tor Lillqvist]
+ temp fix to issues stemming from 979e2c8f8b9325a5c75bfc1f388aa8f69b988d2c [Norbert Thiebaud]
+ text can be const now [Caolán McNamara]
+ this was what I meant, sorry for thinko [Tor Lillqvist]
+ tweak ambiguities for F-15 gcc 4.6.1-9 [Caolán McNamara]
+ typo in comment [Andras Timar]
+ uNOLIBS_URE are supposed to end with .uno.dll, not only .dll. [Jan Holesovsky]
+ unused ctor, and use boost::noncopyable [Caolán McNamara]
+ update config.guess and config.sub [Peter Foley]
+ update list [Caolán McNamara]
+ update post_download.in [Peter Foley]
+ update removed list [Caolán McNamara]
+ update some java checks to check all vars properly. [Tomas Chvatal]
+ update the sample autogen.lastrun for Android [Tor Lillqvist]
+ upgrade to the newer extension description scheme [Andras Timar]
+ uploading a new release of libwps [Fridrich Štrba]
+ use AC_RUN_IFELSE AC_LINK_IFELSE AC_COMPILE_IFELSE AC_PREPROC_IFELSE macros [Peter Foley]
+ use NSString's UTF8String method instead of the deprecated cString [Tor Lillqvist]
+ use an updated version of libcmis [Cédric Bosdonnat]
+ use read_uInt8s_AsOString instead of hand-crafted loop [Caolán McNamara]
+ uyghur LCID is 1152 not 2200 [Andras Timar]
+ valgrind: fix leak [Caolán McNamara]
+ valgrind: fix some leaks [Caolán McNamara]
+ waE hide unused parameter [Norbert Thiebaud]
+ waE: 'NSWindow' may not respond to '-windowShouldClose:' [Tor Lillqvist]
+ waE: 'fileAttributesAtPath:traverseLink:' is deprecated [Tor Lillqvist]
+ waE: ATSUI is deprecated in newer SDKs [Tor Lillqvist]
+ waE: Mark SvXMLExport_Impl and SvXMLImport_Impl as SAL_DLLPRIVATE [Tor Lillqvist]
+ waE: NSPICTPboardType is deprecated in 10.6 and later [Tor Lillqvist]
+ waE: Silence warnings for the iOS code [Tor Lillqvist]
+ waE: avoid warnings [Tor Lillqvist]
+ waE: base class should be explicitly initialized in the copy constructor [Tor Lillqvist]
+ waE: class 'AquaFilePickerDelegate' does not implement the 'NSOpenSavePanelDelegate' protocol
[Tor Lillqvist]
+ waE: class 'RecentMenuDelegate' does not implement the 'NSMenuDelegate' protocol [Tor
Lillqvist]
+ waE: comparison between signed and unsigned integer expressions [Tor Lillqvist]
+ waE: control reaches end of non-void function [Tor Lillqvist]
+ waE: declared with greater visibility than the type of its field [Tor Lillqvist]
+ waE: drop some unused variables [Tor Lillqvist]
+ waE: foo does not implement the fooDelegate protocol [Tor Lillqvist]
+ waE: setAccessoryView is deprecated in 10.5 and later [Tor Lillqvist]
+ waE: suggest a space before ';' or explicit braces around empty body in 'while' statement
[Tor Lillqvist]
+ waE: suggest braces around empty body in an 'else' statement [David Tardon]
+ waE: unused e [Caolán McNamara]
+ we do not really need two rm calls here [David Tardon]
+ we want these macros to be emtpy strings, not 1s [David Tardon]
+ we're not using this header here [Caolán McNamara]
+ when I say --disable-extension-integration, I really mean it. [Jan Holesovsky]
+ why call twice, we've already got the result [Caolán McNamara]
+ why use a pointer when a reference will do [Caolán McNamara]
+ work around ambiguity introduced by previous rtl::O[U]String[Buffer] related clean up.
[Stephan Bergmann]
+ you have to install into /tmp, otherwise you'll have runtime trouble. [Jan Holesovsky]
+ dictionaries
+ add modelines [Caolán McNamara]
+ initial .gitignore [Stephan Bergmann]
+ make dicts cross-buildable [Thorsten Behrens]
Attachment:
signature.asc
Description: Toto je digitálně podepsaná část zprávy