Hi, this time a brief summary of what happened during the 16th week in 2011 on LibreOffice repositories and the living branches: + master: LO-3.5 development + libreoffice-3-4: fixes for LO-3.4.0 release + libreoffice-3-3: fixes for LO-3.3.3 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
nothing this week
+ base + dbaccess-default-varchar-lenght.diff: default VARCHAR length to 100 (i#62664) [Petr Mladek] + bootstrap + bump PRODUCTVERSION to 3.4 also in solenv/inc/productversion.mk (fdo#36277) [Petr Mladek] + disable BrOffice branding for official builds (fdo#36262) [Petr Mladek] + do not enable BrOffice branding by default (fdo#36262) [Petr Mladek] + do not ship Letter Wizard templates twice (fdo#35722) [Andras Timar] + calc + copy print ranges when copying sheet. (fdo#33341) [Kohei Yoshida] + fix up paths for gbuild (fdo#36128) [Caolán McNamara] + watch out for NULL pointer de-referencing. (fdo#36365) [Kohei Yoshida] + components + do not ship Letter Wizard templates twice (fdo#35722) [Andras Timar] + remove unused AGotoCallButton and associated RID_IMGBTN_GOTOCALL id (fdo#36230) [Christian Dywan] + impress + sd-toolbar-advanced-shapes.diff: used advanced Ellipse and Rectangle shapes (bnc#171052) [Petr Mladek] + libs-core + , firstly lets code what the comment says it wants to do (fdo#36358) [Caolán McNamara] + fixed a crasher on Base. (fdo#36288) [Kohei Yoshida] + just use the same export dir as save as for all apps (fdo#36358) [Caolán McNamara] + remove unused AGotoCallButton and associated RID_IMGBTN_GOTOCALL id (fdo#36230) [Christian Dywan] + svx-honour-customshape-capabilities.diff (bnc#395372, bnc#171052) [Petr Mladek] + svx-shapes-default-word-wrap-enable.diff: wrap text in shapes by default (bnc#171052) [Petr Mladek] + libs-gui + fix - ScrollBar display bug on dialog boxes (fdo#36399) [Robert Dargaud] + fix crash on launch (fdo#36336) [Anthony Durity] + only accelerators in Edit popup on Windows and KDE (fdo#36239) [Christian Dywan] + writer + a more reliable way to detect w:titlePg (bnc#654230) [Luboš Luňák] + avoid first-page header/footer extending to all pages (bnc#654230) [Luboš Luňák] + fix detection of first-page header/footer (previous commit, (bnc#654230) [Luboš Luňák]
+ artwork + one more update of Humanity style (lp#756895) [Sergey Davidoff] + update email address for vish (lp#757304) [Bjoern Michaelsen] + bootstrap + bump PRODUCTVERSION to 3.4 also in solenv/inc/productversion.mk (fdo#36277) [Petr Mladek] + filters + clean a bit the patch for reset the text body pointer (fdo#36203, bnc#593611) [Radek Doulik] + impress + crash in RefreshDocumentLB (rhbz#695509) [Caolán McNamara] + libs-core + , firstly lets code what the comment says it wants to do (fdo#36358) [Caolán McNamara] + just use the same export dir as save as for all apps (fdo#36358) [Caolán McNamara] + libs-gui + fix - ScrollBar display bug on dialog boxes (fdo#36399) [Robert Dargaud] + fix crash on launch (fdo#36336) [Anthony Durity] + only accelerators in Edit popup on Windows and KDE (fdo#36239) [Christian Dywan] + related: make sure this is thread-safe (rhbz#691083) [Caolán McNamara] + writer + - OLE crash fix. (bnc#681746) [Muthu Subramanian] + a more reliable way to detect w:titlePg (bnc#654230) [Luboš Luňák] + avoid first-page header/footer extending to all pages (bnc#654230) [Luboš Luňák] + fix detection of first-page header/footer (previous commit, (bnc#654230) [Luboš Luňák] + process unknown html tags better (fdo#36080, fdo#34666) [Anthony Durity]
nothing this week
+ common + version 3.3.99.2, tag libreoffice-3.3.99.2 (3.4.0-beta2) [Petr Mladek] + base + dbaccess-default-varchar-lenght.diff: default VARCHAR length to 100 (i#62664) [Petr Mladek] + bootstrap + 'paths', not 'pathes'... [Jan Holesovsky] + add initial configure and download stuffs for extra things [Kalman Szalai - KAMI] + bump PRODUCTVERSION to 3.4 also in solenv/inc/productversion.mk (fdo#36277) [Petr Mladek] + bump product version to 3.4.0beta2, release number to 2 [Petr Mladek] + disable BrOffice branding for official builds (fdo#36262) [Petr Mladek] + do not enable BrOffice branding by default (fdo#36262) [Petr Mladek] + do not ship Letter Wizard templates twice (fdo#35722) [Andras Timar] + don't link soffice.bin and stuff back into src tree [Luboš Luňák] + fix L10N_MODULE path on Windows [Andras Timar] + fix build with older gcc that does not read options via @file [Petr Mladek] + fix from-scratch build breakage: Don't call realpath on Windows path [Tor Lillqvist] + fix typos in messages [Andras Timar] + gcc-4.0 on MacOSX does not support the @file syntax [Norbert Thiebaud] + make the installation dir better configurable [Hanno Meyer-Thurow] + merge: 825389e 94ccfea [Kalman Szalai - KAMI] + reintroduce OxygenOffice distro confs [Kalman Szalai - KAMI] + set default install dirname from AC_PACKAGE_NAME [Petr Mladek] + sync with unxgcc.mk [Robert Nagy] + we need to generate ooo.lst before we use it.... [Norbert Thiebaud] + calc + copy print ranges when copying sheet. (fdo#33341) [Kohei Yoshida] + disable the testCVE unittest for now because it breaks in some cases [Robert Nagy] + don't forget to NULL the pointer after deleting the instance. [Kohei Yoshida] + excel only allows strings that are up to 32767 chars long (0x7FFF). [Kohei Yoshida] + fix up paths for gbuild (fdo#36128) [Caolán McNamara] + fixed address input box to work in R1C1 mode. [Kohei Yoshida] + fixed indentation mis-match. [Kohei Yoshida] + more accurate error messages. [Kohei Yoshida] + new unit test for toggling relative/absolute reference (Shift-F4). [Kohei Yoshida] + watch out for NULL pointer de-referencing. (fdo#36365) [Kohei Yoshida] + components + do not ship Letter Wizard templates twice (fdo#35722) [Andras Timar] + export the two UNO component funcions [Tor Lillqvist] + fix build - the same symbol defined on 2 places. [Jan Holesovsky] + remove unused AGotoCallButton and associated RID_IMGBTN_GOTOCALL id (fdo#36230) [Christian Dywan] + testtool-more-defaults.diff: make testtool work out-of-the-box [Thorsten Behrens] + extensions + add/update NLPSolver translations from Pootle [Andras Timar] + filters + some docx field import/export tweaks [Noel Power] + impress + sd-toolbar-advanced-shapes.diff: used advanced Ellipse and Rectangle shapes (bnc#171052) [Petr Mladek] + libs-core + , firstly lets code what the comment says it wants to do (fdo#36358) [Caolán McNamara] + fixed a crasher on Base. (fdo#36288) [Kohei Yoshida] + just use the same export dir as save as for all apps (fdo#36358) [Caolán McNamara] + remove unused AGotoCallButton and associated RID_IMGBTN_GOTOCALL id (fdo#36230) [Christian Dywan] + svx-honour-customshape-capabilities.diff (bnc#395372, bnc#171052) [Petr Mladek] + svx-shapes-default-word-wrap-enable.diff: wrap text in shapes by default (bnc#171052) [Petr Mladek] + libs-extern + chmod -x [Tor Lillqvist] + fix rhino build on Windows [Tor Lillqvist] + libs-gui + fix - ScrollBar display bug on dialog boxes (fdo#36399) [Robert Dargaud] + fix crash on launch (fdo#36336) [Anthony Durity] + fix typo; NF_KEY_FALSE should be "FALSE". [Jan Holesovsky] + only accelerators in Edit popup on Windows and KDE (fdo#36239) [Christian Dywan] + translations + french error fixes in translation [Andras Timar] + japanese and Portoguise error fixes in translation [Andras Timar] + slovenian translation bugfix (doublecheck) [Andras Timar] + update translations from Pootle for LibO 3.4 beta 2 [Andras Timar] + update translations from Pootle for LibO 3.4 beta 3 [Andras Timar] + welsh error fix in translation [Andras Timar] + writer + a more reliable way to detect w:titlePg (bnc#654230) [Luboš Luňák] + avoid first-page header/footer extending to all pages (bnc#654230) [Luboš Luňák] + fix detection of first-page header/footer (previous commit, (bnc#654230) [Luboš Luňák] + implement w:evenAndOddHeaders (and settings.xml too) [Luboš Luňák] + make left/right page style be followed by the other one [Luboš Luňák] + some docx field import/export tweaks [Noel Power]
+ artwork + humanity: used slightly different mail icons [Sergey Davidoff] + merge: 4bc5d76 9903eec [Sergey Davidoff] + one more update of Humanity style (lp#756895) [Sergey Davidoff] + update email address for vish (lp#757304) [Bjoern Michaelsen] + base + easy hack : Add visibility markup to all component_get* functions [Julien Nabet] + fix brainfart [David Tardon] + fix build of sdbt.component [Noel Power] + fix build.lst to use gbuild [David Tardon] + fix deps [David Tardon] + fix sdbt compilation with gnumake [Michael Meeks] + gbuildize dbaccess [David Tardon] + gbuildize reportdesign [David Tardon] + get a little closer to building dbaccess under windows again [Caolán McNamara] + just reformat a line [Julien Nabet] + use SAL_DLLPUBLIC_EXPORT for consistency [David Tardon] + wae: resolve dbgutil vs dbglevel [Caolán McNamara] + bootstrap + add class for creating service rdbs [David Tardon] + add copy and extract for extras and few extensions [Kalman Szalai - KAMI] + add download support to a few extension in bootstrap [Kalman Szalai - KAMI] + add initial configure and download stuffs for extra things [Kalman Szalai - KAMI] + add pck to the delivery dirs [David Tardon] + add reportdesign in tail_build [Norbert Thiebaud] + add support, in gbuild, for objective/C (in addition to objective/C++) [Norbert Thiebaud] + bubble down configure test findings on visibility [Caolán McNamara] + bump PRODUCTVERSION to 3.4 also in solenv/inc/productversion.mk (fdo#36277) [Petr Mladek] + create a pseudo-module tail_build to take advantage of gbuild features [Norbert Thiebaud] + depend on the used components [David Tardon] + depend on udkapi.rdb too [David Tardon] + do not try to check removed files [David Tardon] + don't link soffice.bin and stuff back into src tree [Luboš Luňák] + easy hack Improve git pre-commit hook [Maxime Côté] + enable CHECKOBJECTOWNER by default now, warn instead of error [Bjoern Michaelsen] + fix build with older gcc that does not read options via @file [Petr Mladek] + fix master install [Noel Power] + gbuildize dbaccess [David Tardon] + gbuildize formula [David Tardon] + gbuildize reportdesign [David Tardon] + gbuildize sd [David Tardon] + gbuildize slideshow [David Tardon] + gcc-4.0 on MacOSX does not support the @file syntax [Norbert Thiebaud] + harmonize OGLTrans.uno library name on MacOs with the rest of the world [Norbert Thiebaud] + kill UPDMINOR and UPDMINOREXT stuff [Tor Lillqvist] + list one target per line [David Tardon] + move common UNO stuff to CppunitTest [David Tardon] + move to better location [David Tardon] + remove OS/2 code. [Francois Tigeot] + remove Sequent support [Francois Tigeot] + remove Ultrix support [Francois Tigeot] + remove already integrated fonts from extra fonts [libo32] + remove two OS/2 files [Tor Lillqvist] + remove unnecessary \r characters from en-US message [Andras Timar] + removed typos in configure.in [Christina Rossmanith] + sd has some images in imagelst subdir... [David Tardon] + seem to need shlwapi here too [Caolán McNamara] + sync with unxgcc.mk [Robert Nagy] + temporary fix for a LD_LIBRARY_PATH not propagated issue. [Francois Tigeot] + transform ssl lib names on WNT correctly (I hope .-) [David Tardon] + tweak the delivered MacOS's name of OGLTrans to make instsetoo_native happy [Norbert Thiebaud] + we need to generate ooo.lst before we use it.... [Norbert Thiebaud] + calc + cppcheck inefficient checking for emptiness [Kayo Hamid] + disable the testCVE unittest for now because it breaks in some cases [Robert Nagy] + easy Hack: Add visibility markup to all component_get* functions [Julien Nabet] + fix compile issue. [Joseph Powers] + prefer prefix ++/-- operators [Kayo Hamid] + remove OS/2 support [Francois Tigeot] + remove obsoleted dep [David Tardon] + use the new UNO-related defs from CppunitTarget [David Tardon] + components + all bogus comments removed keeping the indentation [Júlio Hoffimann] + change global header file to local [Dimitri Duc] + easyhack: Add visibility markup to all component_get* functions [Julien Nabet] + easyhack: Add visibility markup to all component_get* functions (part2) [Julien Nabet] + export the two UNO component functions [Tor Lillqvist] + fix build - the same symbol defined on 2 places. [Jan Holesovsky] + left arrow comments removed // <-- [Júlio Hoffimann] + prefer prefix ++/-- operators [Kayo Hamid] + remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (components) [Christina Rossmanith] + remove PM2 macro usage [Francois Tigeot] + remove useless import which caused an error [Julien Nabet] + rename this to keep gbuild happy [Caolán McNamara] + sAL_CALL was not present for component_getFactory [Julien Nabet] + extensions + easyhack: Add visibility markup to all component_get* functions [Julien Nabet] + filters + clean a bit the patch for reset the text body pointer (fdo#36203, bnc#593611) [Radek Doulik] + cppcheck inefficient checking for emptiness [Kayo Hamid] + deactivate PostSave in binfilter/bf_svx [Pierre-André Jacquod] + deactivate PreSave function in binfilter/bf_svx [Pierre-André Jacquod] + deactivate Store function in binfilter/bf_svtools [Pierre-André Jacquod] + deactivate Store function in binfilter/bf_svx [Pierre-André Jacquod] + deactivate Store function in binfilter/bf_sw [Pierre-André Jacquod] + deactivate StoreData function in binfilter [Pierre-André Jacquod] + deactivate WriteData in binfilter bf_sc [Pierre-André Jacquod] + deactivate WriteData in binfilter/bf_sch [Pierre-André Jacquod] + deactivate WriteData in binfilter/bf_svx [Pierre-André Jacquod] + deactivate WriteData31 in binfilter/bf_svx [Pierre-André Jacquod] + deactivate function Store in binfilter/bf_basic [Pierre-André Jacquod] + deactivation of Save functions in binfilter [Pierre-André Jacquod] + deactivation of Store function in binfilter [Pierre-André Jacquod] + deactivation of WriteData in binfilter bf_sd [Pierre-André Jacquod] + deactive WriteData in binfilter/bf_goodies [Pierre-André Jacquod] + delete function calls Save in binfilter/bf_basic [Pierre-André Jacquod] + deletion of unused functions in binfilter/bf_sc [Pierre-André Jacquod] + desable Store functions in binfilter/bf_sc [Pierre-André Jacquod] + easyhack: Add visibility markup to all component_get* functions [Julien Nabet] + fix build breakage post stubbing Stores/Saves . [Caolán McNamara] + fix compile issue. [Joseph Powers] + initialize the member [David Tardon] + keep the linked_libs lists sorted [David Tardon] + left arrow comments removed // <-- [Júlio Hoffimann] + make component methods public component fails to load otherwise [Noel Power] + make sure that library in services.rdb is correct for writerfilter services [Noel Power] + prefer prefix ++/-- operators [Kayo Hamid] + remove obsoleted dep [David Tardon] + remove support for the obsolete BORLANDC compiler [Francois Tigeot] + seem to need realpath here to build [Caolán McNamara] + silence some warnings [Caolán McNamara] + suppress some warning compiling binfilter [Pierre-André Jacquod] + throw out some warnings [Caolán McNamara] + use add_linked_objects instead of explicit dep [David Tardon] + use the new UNO-related defs from CppunitTarget [David Tardon] + waE - base class should be explicitly initialized in the copy constructor [Christian Lohmaier] + waE - variable may be used uninitialized [Christian Lohmaier] + impress + add CppUnit test to check targets [David Tardon] + be prepared for nonexist. dir [David Tardon] + build resources too [David Tardon] + change extension to .cxx [David Tardon] + crash in RefreshDocumentLB (rhbz#695509) [Caolán McNamara] + deliver sd/res [David Tardon] + easyhack: Add visibility markup to all component_get* functions [Julien Nabet] + gbuildize sd [David Tardon] + gbuildize slideshow [David Tardon] + left arrow comments removed // <-- [Júlio Hoffimann] + objC compile should ot take Exception flags [Norbert Thiebaud] + remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (impress) [Christina Rossmanith] + remove obsoleted dep [David Tardon] + rename CppunitTest makefile for consistency [David Tardon] + replace 0, 0 by SAL_PRIdINT32, SAL_PRIuUINT32 and SAL_PRIxUINT32 [Julien Nabet] + the xml/ prefix is the other way around [David Tardon] + use the new UNO-related defs from CppunitTarget [David Tardon] + libs-core + , firstly lets code what the comment says it wants to do (fdo#36358) [Caolán McNamara] + all bogus comments finally removed [Júlio Hoffimann] + all bogus comments removed keeping the indentation [Júlio Hoffimann] + bug id's from Oracle internal database removed [Júlio Hoffimann] + cppcheck inefficient checking for emptiness [Kayo Hamid] + easyhack: Add visibility markup to all component_get* functions [Julien Nabet] + gbuildize formula [David Tardon] + just use the same export dir as save as for all apps (fdo#36358) [Caolán McNamara] + left arrow comments removed // <-- [Júlio Hoffimann] + make the init. of this static var thread-safe [David Tardon] + prefer prefix ++/-- operators [Kayo Hamid] + remove DECLARE_LIST( SvSlotElementList, SvSlotElement* ) [Joseph Powers] + remove DECLARE_LIST( ViewList, MyView* ) [Joseph Powers] + remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (desktop) [Christina Rossmanith] + remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (libs-core) [Christina Rossmanith] + remove OS/2-specific subdirectories [Francois Tigeot] + remove PM2 macro usage [Francois Tigeot] + removed dbgmacros.{ch}xx / use OSL_{ENSURE,POSTCOND} instead [Christina Rossmanith] + replace String with rtl::OUString in various places [Xisco Fauli] + sAL_CALL wasn't present for component_getFactory [Julien Nabet] + some cppcheck cleaning [Julien Nabet] + libs-extern + place translate-toolkit module files next to po2oo in bin. [Kalman Szalai - KAMI] + libs-gui + added check for getcwd and chdir return values. [Julien Chaffraix] + bug id's from Oracle internal database removed [Júlio Hoffimann] + cppcheck inefficient checking for emptiness [Kayo Hamid] + cppcheck variableScope [Kayo Hamid] + don't drop unused errs, but log them [Caolán McNamara] + easyhack: Add visibility markup to all component_get* functions [Julien Nabet] + fix - ScrollBar display bug on dialog boxes (fdo#36399) [Robert Dargaud] + fix crash on launch (fdo#36336) [Anthony Durity] + fixed an off-by-one error in DbgOut. [Julien Chaffraix] + fixed typo [Takeshi Abe] + fixes for some cppcheck warnings [Kayo Hamid] + left arrow comments removed // <-- [Júlio Hoffimann] + needless reinterpret_cast changed to static_cast [Luboš Luňák] + only accelerators in Edit popup on Windows and KDE (fdo#36239) [Christian Dywan] + prefer prefix ++/-- operators [Kayo Hamid] + related: make sure this is thread-safe (rhbz#691083) [Caolán McNamara] + remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (libs-gui) [Christina Rossmanith] + remove OS/2-specific files [Francois Tigeot] + remove OS/2-specific subdirectories. [Francois Tigeot] + remove PM2 macro usage [Francois Tigeot] + remove support for the obsolete BORLANDC compiler [Francois Tigeot] + remove unused chunk of toolbar menu code [Christian Dywan] + removed dead code [Takeshi Abe] + removed unused macros [Takeshi Abe] + unbreak the build [Francois Tigeot] + waE: simplify this [Caolán McNamara] + postprocess + gbuildize dbaccess [David Tardon] + gbuildize formula [David Tardon] + gbuildize reportdesign [David Tardon] + gbuildize sd [David Tardon] + gbuildize slideshow [David Tardon] + ignore mac local build files [Norbert Thiebaud] + reportdesign is included in tail_build, remove it from postprocess dep [Norbert Thiebaud] + sort the components [David Tardon] + starmath is built by gbuild now [Norbert Thiebaud] + use tail_build to build 'late' gbuild enabled modules [Norbert Thiebaud] + sdk + easyhack: Add visibility markup to all component_get* functions [Julien Nabet] + testing + easyhack: Add visibility markup to all component_get* functions [Julien Nabet] + ure + disable a registry test failing without OS/2 support. [Francois Tigeot] + easyhack: Add visibility markup to all component_get* functions [Julien Nabet] + fix a typo. [Francois Tigeot] + fixed write(2) usage in process.c [Julien Chaffraix] + it seems there was an extra semi colon here [Julien Nabet] + make backtrace from OSL_ASSERT disabled by default [Luboš Luňák] + remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (ure) [Christina Rossmanith] + remove OS/2 support. [Francois Tigeot] + remove support for the obsolete BORLANDC compiler. [Francois Tigeot] + writer + - OLE crash fix. (bnc#681746) [Muthu Subramanian] + a more reliable way to detect w:titlePg (bnc#654230) [Luboš Luňák] + all bogus comments finally removed [Júlio Hoffimann] + all bogus comments removed keeping the indentation [Júlio Hoffimann] + avoid first-page header/footer extending to all pages (bnc#654230) [Luboš Luňák] + bug id's from Oracle internal database removed [Júlio Hoffimann] + fix detection of first-page header/footer (previous commit, (bnc#654230) [Luboš Luňák] + fix minor translation mistake [Martin Kepplinger] + implement w:evenAndOddHeaders (and settings.xml too) [Luboš Luňák] + left arrow comments removed // <-- [Júlio Hoffimann] + make left/right page style be followed by the other one [Luboš Luňák] + process unknown html tags better (fdo#36080, fdo#34666) [Anthony Durity] + reenable unit test [David Tardon] + remove OS/2 support [Francois Tigeot] + remove PM2 macro usage [Francois Tigeot] + swui links to sw, so export SwRewriter from sw [Caolán McNamara] + toggle starmath to gbuild make by default [Norbert Thiebaud] + translate German comments. [Christoph Herzog] + translate german code comments [Martin Kepplinger] + translate german comments [Martin Kepplinger] + translations of German comments. [Christoph Herzog]
Attachment:
signature.asc
Description: Toto je digitálně podepsaná část zprávy