Age | Commit message (Collapse) | Author |
|
This reverts commit 5acadbfb0c79fe51f8025b065b46b0ccd25c804d.
Conflicts:
libreofficekit/qa/lokconf_init/lokconf_init.cxx
Change-Id: I88221f660bcf15cbc29e90bfc3016b367570f9af
|
|
This is a simple executable which can be used to ensure there is a
pe-pared configuration for unit-tests to avoid the usually required
re-start on the first run.
Change-Id: I49b706e8daa93bc34db508a24615b63b9babddba
|
|
Change-Id: I04b787493115de0190615f42248cc82968907e38
|
|
Change-Id: I631c0506f427d974c3dd4c75484aa25603100895
|
|
It looks like the cleanest method of getting lok_init into
a LibreOfficeKitInit.h header (in a c89 compatible way) is to
have it as a static function.
(inline is only available in C99 or later -- this is actually
available on Linux which is the only place that we can actually
use lok_init anyways currently, however given we have to keep
c89 for the C code (for MSVC) compatibility, selectively enabling
c99 would likely be more messy.)
Change-Id: I0493e7a68ed5397479220bb6ba8c3db870b6dd32
|
|
LOK Document loading seems to be quite unreliable for various reasons.
|
|
Instead, we need to make sure it works with libmerged too :-)
This reverts commit 4e9d8ca44a246653894559f10bf88effba366b10.
|
|
Change-Id: I3ca4cf51f6d3999a0f701f108a7c5c21329eb1c7
|
|
I.e. we render the same area as one larger tile, and then
as 4 sub-tiles (which, when put together, should be identical
to the larger tile). However currently only the top-left sub-tile
actually matches the larger tile, so we have to disable the test
for the remaining sub-tiles.
Change-Id: If1130022b43898e20fefff3e9f592102da3e413a
|
|
Change-Id: I2ba47edc457e310548c8a62747a6a152ee5e1314
|
|
desktop is no longer the right place for it now that
libreofficekit has its own directory.
Change-Id: I207f1d642e7e35c460ff85bb57aa142cb98023c8
|
|
Very basic, but works.
Change-Id: I0c521e833b53e13065e0be48e6fa767e44b29787
|
|
Change-Id: Ie3a19a5c3de0021b89eefbacb91c88e38396b8cb
|
|
Change-Id: Ib2754a77be470faaa6f9b27644a1d8dd082ed2b8
|