summaryrefslogtreecommitdiff
path: root/libreofficekit/Module_libreofficekit.mk
AgeCommit message (Collapse)Author
2014-12-04Revert "Implement lokconf_init."Tomaž Vajngerl
This reverts commit 5acadbfb0c79fe51f8025b065b46b0ccd25c804d. Conflicts: libreofficekit/qa/lokconf_init/lokconf_init.cxx Change-Id: I88221f660bcf15cbc29e90bfc3016b367570f9af
2014-12-04Implement lokconf_init.Andrzej Hunt
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
2014-10-18tilebench depend on linreooficekitgtk so need ENABLE_GTK tooNorbert Thiebaud
Change-Id: I04b787493115de0190615f42248cc82968907e38
2014-10-02LOK: Add a tiled rendering testbench.Michael Meeks
Change-Id: I631c0506f427d974c3dd4c75484aa25603100895
2014-07-29Kill the libreofficekit static library / shim.c.Andrzej Hunt
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
2014-07-18Disable libreofficekit_tiledrendering test for now.Andrzej Hunt
LOK Document loading seems to be quite unreliable for various reasons.
2014-07-16Revert "libreofficekit does not work with libmerged"Jan Holesovsky
Instead, we need to make sure it works with libmerged too :-) This reverts commit 4e9d8ca44a246653894559f10bf88effba366b10.
2014-07-15libreofficekit does not work with libmergedMatúš Kukan
Change-Id: I3ca4cf51f6d3999a0f701f108a7c5c21329eb1c7
2014-07-12Add LOK tiled rendering divided-tile unit test.Andrzej Hunt
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
2014-06-27libreofficekitgtk requires ENABLE_GTK.Andrzej Hunt
Change-Id: I2ba47edc457e310548c8a62747a6a152ee5e1314
2014-06-25Move gtktiledviewer into libreofficekit.Andrzej Hunt
desktop is no longer the right place for it now that libreofficekit has its own directory. Change-Id: I207f1d642e7e35c460ff85bb57aa142cb98023c8
2014-06-25Implement LibreOfficeKit gtk+ viewer widget.Andrzej Hunt
Very basic, but works. Change-Id: I0c521e833b53e13065e0be48e6fa767e44b29787
2014-06-13rename in Module makefile tooMatúš Kukan
Change-Id: Ie3a19a5c3de0021b89eefbacb91c88e38396b8cb
2014-06-11Move liblibreoffice into LibreOfficeKit.Andrzej Hunt
Change-Id: Ib2754a77be470faaa6f9b27644a1d8dd082ed2b8