- 09 Nis, 2013 39 kayıt (commit)
-
-
Petr Mladek yazdı
AFAIK, we could not use GIO for the release builds because they are built on too old system. GIO has got enabled by default but it can't be used together with GNOME VFS, so we need to explicitely disable it here. Change-Id: Ic5e64b0b5a7c000b9add2892a18bbc963ea2b900
-
Andras Timar yazdı
Change-Id: I31680b78f9684d9220f0f59d36f2072b2e4331da
-
Andras Timar yazdı
Change-Id: I4c85ed661da5fc81c49343afcb33adc65d90f374
-
Andras Timar yazdı
Change-Id: Iba533a2d691b0d165b76b9c5a37f96aa051daf40
-
Andras Timar yazdı
Change-Id: I89203c277277d409cfe46f62af82b2621c9101b2
-
Caolán McNamara yazdı
The reason there appears to be two dialogs, is because there actually is. The original dialog doesn't get deleted under windows. If we use the actual returned type of the dialog here rather than a lower baseclass then the right thing happens. Original code works under Linux but not Windows. Change-Id: Iaf99fa4e16f743b1f5a3d29f42a140491f3d67b0
-
Caolán McNamara yazdı
Project: help ffc7126974af6e43a8651006b23f1b8e97140f7b
-
Caolán McNamara yazdı
Change-Id: Ib53b42a340da04276ce005efb22d19fda617e29a
-
Matúš Kukan yazdı
Because cppunit was causing troubles. It's not in installation, to be used at run-time, so we can't link against it. Change-Id: I133feb0c3dab50bacbe96775a28dd1a61f09882e
-
Matúš Kukan yazdı
Change-Id: Ie8d832755a124544e08c09d2e5200511783513e7
-
Matúš Kukan yazdı
Change-Id: I374041bba8ea4f20d22aeea8b486f68b0d7acd7b
-
Matúš Kukan yazdı
This reverts commit 0b78f2b9. Change-Id: I3608c15226f233add01ebe4a64667012854cf08b
-
Matúš Kukan yazdı
This reverts commit 77169b9c. Conflicts: Library_merged.mk Change-Id: Id7c42457127a622cf71910bafc97f69db545243f
-
Matúš Kukan yazdı
This reverts commit 6c8c54ee. Conflicts: solenv/gbuild/extensions/pre_MergedLibsList.mk Change-Id: I6393507344297990dfcc6e234c7b0e503a8bd10b
-
Matúš Kukan yazdı
This reverts commit 1a04271d. Conflicts: sc/source/ui/docshell/impex.cxx Change-Id: I723727e045ca7e81ef9396a8b50e83ea95b162ab
-
Matúš Kukan yazdı
This reverts commit db754e89.
-
Niklas Johansson yazdı
Change-Id: Ib7428ff5201ec78b15b9f00039fa7ec61fcc9724 Reviewed-on: https://gerrit.libreoffice.org/3284Reviewed-by:
Andras Timar <atimar@suse.com> Tested-by:
Andras Timar <atimar@suse.com>
-
Chris Sherlock yazdı
README change adapted from http://wiki.openoffice.org/wiki/Uno/Binary/Modules/codemaker Change-Id: I25c1e7012f7d27c21124cac171f3b15e989b8612 Reviewed-on: https://gerrit.libreoffice.org/3287Reviewed-by:
Tomáš Chvátal <tchvatal@suse.cz> Tested-by:
Tomáš Chvátal <tchvatal@suse.cz>
-
Stephan Bergmann yazdı
Change-Id: I2828021d60d82e43358ba98a1a3b4967a6901cd6
-
Olivier Hallot yazdı
Change-Id: I6d0d561b6c3f1a6eb3ab237538885e5c48820e6e Reviewed-on: https://gerrit.libreoffice.org/3282Reviewed-by:
Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by:
Olivier Hallot <olivier.hallot@edx.srv.br>
-
Tor Lillqvist yazdı
Change-Id: I64ac7b45722e4147091068e71e9ceedea3d73010
-
Tor Lillqvist yazdı
For now, use the same quick hack as in the 4.0 branch: Just sign the app bundle as a while, not individual dylibs. Should factor out the code in Makefile.in that signs all dylibs. Make sure to sign the application app bundle only, not the SDK. Change-Id: I6b0a39354c54b0e0f5352d0fd0bdb57650dc100a
-
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 1 kayıt (commit)
-
-
Kohei Yoshida yazdı
Just to preserve the old (and correct) behavior. Change-Id: I229e0b80097f6d70ff3023072b52576815010b15
-