- 09 Nis, 2013 17 kayıt (commit)
-
-
Michael Meeks yazdı
-
Matúš Kukan yazdı
Some of them were causing bugs but more importantly it does not make sense to merge so many libraries. Change-Id: I8749c268466ac04cc12450919346b3376d95a07a
-
Miklos Vajna yazdı
Change-Id: I98bb5cbcde93a408c44f4f985c06532ab0a37652
-
Miklos Vajna yazdı
Change-Id: Ia79e582002c92591694815580eff905b864ea6c5
-
Manal Alhassoun yazdı
Change-Id: I110d38248975e21dd454c73c787c16d7e94b473c Reviewed-on: https://gerrit.libreoffice.org/3275Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
This is a regression from b2486241 I suspect there might be more. Change-Id: I9ffbcfb8d32b0b0b4193a86eee90d0a5f481de11
-
David Tardon yazdı
Change-Id: Ic777267cb86acdb62b53a7b324e1423b7c6b67c5
-
David Tardon yazdı
expat_utf16 is long gone, so there is no need to fool around with expat_utf8. Change-Id: I0dd4a5c4d78805e98913e645cc83d2ab634bcb89
-
Stephan Bergmann yazdı
Make cppumaker work on top of unoidl/ instead of registry/, as a first step to change all the various codemakers. * API CHANGE: cppumaker no longer supports the -B switch, as that is meaningless with the new format. When reading from an old-format .rdb file, /UCR is hard-coded as the prefix now. * TODO: The new format does not yet support deprecation annotations, so the generated .hdl/.hpp files lack any SAL_DEPRECATED_INTERNALs for now. * codemaker/typemanager.hxx is extended with access to unoidl/ functionality, so the various codemakers can use registry/ and unoidl/ in parallel for now. The access to registry/ functionality will be removed. (Added small throwaway helper functions u2b/b2u to easily map between OString and OUString at the remaining seams for now.) * Includes a selective revert of ba044b1e "remove needless forward rtl::OUString declarations" in those parts of codemaker, unodevtools, unoidl that were covered by this local work-in-progress patch; I would otherwise have hard a hard time re-applying it. * The generated .hdl/.hpp files are mostly unchanged, except for a few minor things: ** Any SAL_DEPRECATED_INTERNALs are missing (see above). ** In comprehensive getCppuType definitions, some members were erroneously classified as TypeCalss_UNKNOWN. ** In comprehensive getCppuType definitions, some unnecessary calls like ::cppu::UnoType< ::sal_Int32 >::get(); can be removed. ** For typedef sequence<X>, the .hdl file need not include X.hdl, but only needs to forward-declare it. ** Unnecessary includes for optional bases of interfaces can be removed. ** Some numbering of local variable names (sMethodName1, ...) has changed. Change-Id: Icad98f248ac15177337f1b4ab709a755a8af6238
-
Stephan Bergmann yazdı
...once cppumaker would no longer needlessly emit #includes for optional interface bases to .hdl/.hpp files. Change-Id: Icbcfbf64c33be50652c5611a4962111fa8d13c05
-
Christian M. Heller yazdı
Change-Id: Ifc02535cecc24d9362d2534784c659ee8705f751
-
Miklos Vajna yazdı
Change-Id: I09b9e5a64b1b2630dbccdd9cf4392376b955dbdd
-
Miklos Vajna yazdı
Change-Id: I07d6a24f5c94a115d38ccffde26725b668dab430
-
Andras Timar yazdı
Project: help 77f7ec5184335f7fb4e8f63845269a247bb5df31
-
David Tardon yazdı
Change-Id: I73b5eba6c7cff7b6c45fd1f24197550d8e52f26b
-
Michael Stahl yazdı
This is nice to make them more easily debuggable. A series of crude hacks are employed to bootstrap enough services from python so the current tests run. This is only tested with system python3 on Fedora. Change-Id: I5e06741e55ead7fddec41ff776ff8ca5d2399469 Reviewed-on: https://gerrit.libreoffice.org/3215Reviewed-by:
David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by:
David Ostrovsky <David.Ostrovsky@gmx.de>
-
David Ostrovsky yazdı
Extract boostraping code from convwatch.py to unotest.py. Use python builtin unittest module as unit test framework. Specify the unit test modules in make file. Another option would be to use discover mode of unittest module. Add __pycache__ to global .gitignore to keep the source directory clean. Another option would be to deliver the unit tests to workdir prior to test execution. Currently only system python3 is supported. Change-Id: I2692817673f786e950e1176a17c7675f989755b6 Reviewed-on: https://gerrit.libreoffice.org/3214Reviewed-by:
David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by:
David Ostrovsky <David.Ostrovsky@gmx.de>
-
- 08 Nis, 2013 23 kayıt (commit)
-
-
Kohei Yoshida yazdı
Just to preserve the old (and correct) behavior. Change-Id: I229e0b80097f6d70ff3023072b52576815010b15
-
Kohei Yoshida yazdı
For now, we'll only check whether or not those field items with formats get imported at all. We should add additional checks for their formats later. Change-Id: I5a8f01a6e2594b8c97183a43fc4f3417df6fb561
-
Kohei Yoshida yazdı
Field objects can have formats applied to them, and when they do, they appear inside a <text:span> element. Change-Id: I7b4346389f393a4ddf708670b2c524a6594128b5
-
Kohei Yoshida yazdı
Change-Id: I8139c5b65f5953ad62047ee87f298b68141086b1
-
Tor Lillqvist yazdı
Change-Id: I5b0b7eeaa44e3e9e215b8d0bba7e7189c63c766c
-
Takeshi Abe yazdı
Change-Id: Ief65149bc88ac4ce8badc7dbce818fca0cdcb201
-
Takeshi Abe yazdı
Change-Id: Idc97443436502eea5dec27d553374475a22bd7ce
-
Tor Lillqvist yazdı
Change-Id: Ib7a5cfa3f547364ba04e09d4829b7f3a477c731f
-
Tor Lillqvist yazdı
Change-Id: Ife3fc97c11ab5216df62aba92dc11ed6cf07c154
-
Tor Lillqvist yazdı
Change-Id: I444673fc46699512be0830fba94f752a5ccf619c
-
Xisco Fauli yazdı
Bullet should have same color as following text by default Regression from bb3540a7 Change-Id: I007088db5bcb71e8d90d287b21762dca0dda9573
-
Andre Fischer yazdı
Reported by: Li Feng Wang Patch by: SunYing Review by: Andre Fischer (cherry picked from commit f7da26f5) Conflicts: sd/source/filter/ppt/pptin.cxx Change-Id: Ic946de22b3f7ab1d498e71f3d5752ad6f89e2de5
-
Tor Lillqvist yazdı
Change-Id: I57d39d7535d88045dcb0d7b665675074b7059d14
-
Tor Lillqvist yazdı
Change-Id: Iaf57030a228d9c03c132976293d5e01e2fb287f4
-
Tor Lillqvist yazdı
Change-Id: I9d0143cc55471eb70d4c16ff1fbb33b2ae74eaff
-
Thomas Arnhold yazdı
Change-Id: Ifa0637c197546ed43f7a6b39744ba1949b00e3f9
-
Thomas Arnhold yazdı
Remove deprecated items. All are unused in the code. since 2002 (ce44de00): Gallery/ID_Dialog Image/Color/PosterColor Image/Color/RotationAngle Image/Color/LeftRight Image/Color/BlackWhiteThreshold Image/Effect/MosaicX_Tile Image/Effect/MosaicY_Tile Image/Effect/SolarizationThreshold Image/Effect/TileX_Tile Image/Effect/TileY_Tile since 2004 (f1e7d342): OfficeObjects since 2004 (2f137724): ExternalApps/ExternalMailer/UseDefaultMailer ExternalApps/ExternalMailer/CommandProfile ExternalApps/ExternalMailer/Profiles MailCommandLineProfile since 2005 (c82714cc): Path/Current/OfficeInstall Path/Current/OfficeInstallURL Change-Id: Ia6411ef0912096ced2dc7396e9636a09ee94714c
-
Rene Engelhard yazdı
Obsolete with 08ba0289 This reverts commit 21fea273.
-
Rene Engelhard yazdı
We must not rely on *internal* ICU headers as it breaks system-icu. This reverts commit 83d9c556.
-
Caolán McNamara yazdı
Project: help fad1c3879f6fbdaa13d0849d5e23f671e36e6e2b
-
Stephan Bergmann yazdı
....see <http://lists.freedesktop.org/archives/libreoffice/2013-April/049570.html> "Re: [Libreoffice-commits] core.git: fix fdo#60534 : use DefaultCharMapper::mapChar() to map RTL string unicodes" for details. Change-Id: Iaac2457643e58b2c5972eb812edb1dd6619437be
-
Caolán McNamara yazdı
Change-Id: I977e37931a221d1a104b13a21171e50117985c02
-
Olivier Hallot yazdı
Change-Id: If016e387aae1a36d6d78bbefd52b231a49201617 Reviewed-on: https://gerrit.libreoffice.org/3270Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-