summaryrefslogtreecommitdiff
path: root/filter/Module_filter.mk
AgeCommit message (Collapse)AuthorFilesLines
2015-11-06merged graphic import/export into a single libraryOliver Specht1-23/+2
instead of egi, eme, epb, epg, epp, eps, ept, era, eti, exp, icd, idx, ime, ipb, ipd, ips, ipt, ipx, ira, itg, iti, there is now one graphic import export lib (gie) Change-Id: I20c0dd94e5857bb6e2e8cc8ac175ff500c6bbdfc Reviewed-on: https://gerrit.libreoffice.org/19756 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2015-10-02Revert "vcl event filter"Caolán McNamara1-1/+0
that's just a local toy for now, didn't intended to push that This reverts commit 4afbd0292e09d9850a3cd0d1f169c73c5a3296db. Change-Id: I20b758d4582022ffda35c4aed7251948e721f821
2015-10-02vcl event filterCaolán McNamara1-0/+1
Change-Id: Ib10dccec244f3168f1ac4a892a09012adf38a839
2015-08-23Better to call this msfilter testZolnai Tamás1-1/+1
Change-Id: I2abd6aedb16303d8988c17e7204c9607bf8336a3
2015-07-14tdf#92471: Improve color conversion to MSO highlightingZolnai Tamás1-0/+1
The simple color distance on RGB color space is not good enough. It leads to a better result if we use the scheme of the primary colors. This method works well with MSO highlighting color palette, but not neccessarily in general. In highlighting palette light and dark variant of the same color type (e.g. blue and light blue) has the exactly same scheme. Change-Id: Ied08b4c388b8020326709d01d2de290afdd9d77b
2014-11-06add a build-time regression test for pcd file formatCaolán McNamara1-0/+1
Change-Id: Ie413372ab1cfc7e38570fdf65c6daca8c2cc426b
2014-10-20add eps import regression testCaolán McNamara1-0/+1
Change-Id: Iba88c7e54ba83132a859124d51f88be72cb3e3e1
2014-10-18add a regression test for .met filesCaolán McNamara1-0/+1
OS/2 Metafile Format aka Presentation Manager Metafile File Format this format appears to not to have a mime-type Change-Id: I8b2356fb42272a6e0550abf09f46b051d22b64a5
2014-08-09add dxf import testsCaolán McNamara1-0/+1
Change-Id: Ied78545abb9807acfc634ca97a1ca00a163ffa19
2014-07-07fdo#80955 - add a unit test.Michael Meeks1-0/+1
Change-Id: Ie79a86827c4ee9feabcabf2530b30466f95905ed
2014-05-01Introduce centralized detection for storage-based filesMaxim Monastirsky1-0/+1
This will allow us to get rid of the duplicated code, and simplify the type detectors. Also this commit fixes fdo#46310 and fdo#74978. Change-Id: I08e958ab10d05e1036cdc2bed5ce14bf73b6245c Reviewed-on: https://gerrit.libreoffice.org/9221 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
2014-04-18add ppm regression testCaolán McNamara1-0/+1
Change-Id: Ifd5f68a3b0dec16f8d992f75fba8c9920700f351
2014-04-17add regression tests for psd filterCaolán McNamara1-0/+1
Change-Id: Ia9b34bc3b77902f8edbc0e7040da5edd02e02879
2014-04-17add tests for CVE-2008-1097, etc.Caolán McNamara1-1/+2
Change-Id: Iad6948fdf6eb60f86d764783b72a4fe7f5642e40
2014-04-11add a ras import testCaolán McNamara1-0/+1
Change-Id: Idc9267a2bb1bca13c40c746ab3b1974d7e4258ab
2014-03-04filter: make LibXSLTTransformer init backward compatibleMichael Stahl1-0/+4
As reported by Fernand Vanrie, initializing the XSLT service can fail because the LibXSLTTransformer::initialize was changed to require the parameters as a nested Sequence; accept previous parameter convention as a fall-back. (regression from ca0ea73a4ab104031a16b5bac7a9bb6e57c77ba0) Change-Id: I136e6e6338f11ffecf9f856f0736d1d0e6b17c3f
2014-03-01Merge HTML detection to text detection serviceMaxim Monastirsky1-1/+0
Setting the filter name explicitly is not really required, because TypeDetection::impl_checkResultsAndAddBestFilter is able to select the correct filter anyway. But it seems that other detection services also do it, so I followed that way. Change-Id: I6e73fa79c6867d82f98d63e8d2b7865446f088ef Reviewed-on: https://gerrit.libreoffice.org/8213 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
2014-01-23related: fdo#73682 Introduce HTML detection serviceMaxim Monastirsky1-0/+1
Change-Id: I66bb579019ce8411b821c623955a454fd81cf811 Reviewed-on: https://gerrit.libreoffice.org/7600 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
2013-12-16uiconfig is a l10n-relevant targetBjoern Michaelsen1-1/+1
Change-Id: I8a2ca73c02fd6b04ce60e7701c51d2362ef7ec06
2013-11-14fix buildMarkus Mohrhard1-1/+0
Change-Id: I43391416dba532edd1830e490f7860dc16775fd4
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-4/+8
- this renames the 'almost' module target to non-l10n - and adds a l10n target which is intended to only build l10n parts of the product - packagers should then be able to build l10n and non-l10n parts of the product independently, thus: - enable quicker rebuilds - distribution of load - updates to l10n without a full rebuild - security fixes to binaries without rebuilding all l10n - the new targets are called build-l10n-only and build-non-l10n-only - note this is not intended to move a concept of split packages upstream -- while this exsists in distros, the number of test scenarios for this would explode upstream Change-Id: Ib8ccc9bc52718d9b0ebbfee76ad93dc29c260863 Conflicts: filter/Module_filter.mk
2013-11-13Convert ImpSWFDialog.src to uiLaurent Balland-Poirier1-1/+0
add ui file Change-Id: I42af9b8969a07b4d738c1fd30fc8917f24f784c6 Reviewed-on: https://gerrit.libreoffice.org/6592 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-05-01install xslt filters using filelistDavid Tardon1-0/+1
Change-Id: Id84765285b1ace19442ec13d7212e4121f77dabd
2013-04-23execute move of global headersBjoern Michaelsen1-1/+0
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
2013-04-11rename UI to UIConfigDavid Tardon1-1/+1
I plan to use it to deliver all */uiconfig files, not just .ui, as a preliminary step to get rid of postprocess/packconfig. Change-Id: Ie7b4434b2f247165e3ab69a4d0c193418720a149 Reviewed-on: https://gerrit.libreoffice.org/3225 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-03-25Export current Writer page as jpg/pngTomaž Vajngerl1-0/+1
This is first step to rework of graphic exporting. The idea is to replace the exporter that works only for Draw/Impress and replace it with a general exporter for any object. With this it will be far easier to export objects as charts. Currently only Writer is supported and only jpg/png. Additionally, this commit introduces a new Export dialog which supports setting the pixel width, height and DPI. Change-Id: I7302b26bd432840d7ef0c3d2d2e13ff150cd2a07
2012-11-27drop empty make ruleCaolán McNamara1-5/+0
Change-Id: I95b8c28a5f7ad7de8b51096fb44f98b48042ca8a
2012-11-27removed obsolete xml validation service and xml source view.Peter Jentsch1-1/+0
Change-Id: I637531c09b391ef458ae6395518129d981662ff2 Reviewed-on: https://gerrit.libreoffice.org/1166 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-11-26More DISABLE_EXPORT tweaksTor Lillqvist1-10/+11
Change-Id: I23652e60de720af4da13f29f221001813b927eb2
2012-11-20convert xslt filter dialog to .uiCaolán McNamara1-0/+1
Change-Id: Ia07df75b00b7d34da9dfeeddb47280ddba23b897
2012-10-25drop saxon-based XSLT transformerDavid Tardon1-2/+0
Change-Id: I2cd4e0965452c376df8c5e43353fbdd6f62fb27d
2012-10-25convert java XSL transformer into extensionDavid Tardon1-0/+1
Change-Id: Ided6c480969764073056830722c8996e0df52285
2012-10-02PptImporter is unused; it was also missing in scp2Matúš Kukan1-1/+0
Change-Id: I87c8d46d791525e3e5b6866edc6423e92cbcca81
2012-09-20introduce new option --disable-cve-testsDavid Ostrovsky1-0/+2
Change-Id: I288638c4a70396ccb7354b20e901aa0c46ffe442 Reviewed-on: https://gerrit.libreoffice.org/653 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2012-09-04filtertracer seems to be unusedMatúš Kukan1-1/+0
It has no .component file anyway. Change-Id: Ia6f609a237cb4268161fe1f139b1f5c0d1d6fc5e Reviewed-on: https://gerrit.libreoffice.org/528 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2012-08-07No point with these executables for non-desktop OSesTor Lillqvist1-1/+6
Change-Id: If2e086cf2783c187f2cdb479608aa91561e0d674
2012-07-27add pict regression testCaolán McNamara1-0/+1
Change-Id: I6765bd2de27971c441a7d3f8879e4fd9bc3112cf
2012-06-21re-base on ALv2 code.Michael Meeks1-16/+15
Change-Id: I0cba9316e229362fa82a45d9e4d4763a6cf29540
2012-05-25Initial skeleton code for plain text filter detection service.Kohei Yoshida1-0/+1
Right now it will always fail. Change-Id: I50011bbf7ce59c3b299d23e688dd1af87bcafeb6
2012-04-14Make svg2odf really build :-)Jan Holesovsky1-0/+1
2012-04-14Temporarily disable the build of svg2odf.Jan Holesovsky1-1/+0
2012-04-14Build svg2odf tool to be able to test the svg import.Jan Holesovsky1-0/+1
2012-04-04filter: use CustomTarget makefileMatúš Kukan1-1/+1
2012-03-22confirmed that tests pass on windowsCaolán McNamara1-3/+0
2012-03-21tga filter broken for quite a whileCaolán McNamara1-0/+1
2012-03-14add a tiff testCaolán McNamara1-0/+7
2011-09-16Don't do the Jar thingies if we don't want to use JavaTor Lillqvist1-2/+7
2011-09-15filter: add missing resource makefilesMichael Stahl1-0/+5
2011-09-15filter: convert odfflatxml libraryMichael Stahl1-0/+1
2011-09-15filter: svg: adapt to changes in LOMichael Stahl1-0/+1