summaryrefslogtreecommitdiff
path: root/extensions/Module_extensions.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-04-30install SpotlightImporter bundle using filelistsDavid Tardon1-1/+2
Change-Id: I01ea506b76356ce62688350d096ff77c2cddcbdf
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-22/+4
2013-04-11deliver all uiconfig files by UIConfigDavid Tardon1-1/+1
Change-Id: Ie78b7ce399ba34485146ca7622c59d31f8105d02 Reviewed-on: https://gerrit.libreoffice.org/3229 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-09only build WinResTarget on windowsDavid Tardon1-0/+5
Change-Id: I144e89996fb980514f4031d0e2aa0d0ced529d35
2013-02-28extensions: remove obsolete oleautobridge2 libraryMichael Stahl1-1/+0
This library was never shipped with LibreOffice; presumably it is some backward compat kludge for StarOffice versions older than 5.2 that only shipped with StarOffice. Change-Id: I5e07e14fde0f62814f4648b362f9e9333fd6c84f
2012-12-25Get rid of (most uses of) GUITor Lillqvist1-1/+1
GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2012-12-18Replace GUIBASE checks with equivalent OS checksTor Lillqvist1-1/+1
The idea is to get rid of GUIBASE and GUI checks as much as possible. GUIBASE=aqua <=> OS=MACOSX GUIBASE=WIN <=> OS=WNT GUIBASE=cocoatouch <=> OS=IOS GUIBASE=android <=> OS=ANDROID Don't set GUIBASE to these values any more in configure.ac either. GUIBASE_FOR_BUILD is not used anywhere. Conflicts: configure.ac postprocess/packcomponents/makefile.mk postprocess/packregistry/makefile.mk Change-Id: Ie0526b40e1073f2328ba6c333e28752104b0fed3
2012-11-20Key different browser plugin features to specific flagsStephan Bergmann1-6/+13
This is a rework of f9059d4eee8e53c0a6b531fff16e1fade58cb8b0 "Key all browser plugin features to --enable-nsplugin." The problem with that was that Mac OS X supports pluging browser plugins into LO documents (which was originally controlled by --enable-mozilla) but not plugging LO into browser windows (which was originally controlled by --enable-nsplugin), so controlling the former with the same switch as the latter did not actually work. Thus I replaced the single ENABLE_NSPLUGIN feature flag with two dedicated ones, ENABLE_NPAPI_FROM_BROWSER (for plugging browser plugins into LO documents) and ENABLE_NPAPI_INTO_BROWSER (for plugging LO into browser windows). The --enable-nsplugin configure switch is gone completely, setting the feature flags is always done fully automatically now. Change-Id: Iecf706637465e865c987563b5de489fa90b4c904
2012-11-19Key all browser plugin features to --enable-nspluginStephan Bergmann1-8/+3
...instead of having them spread across --enable-nsplugin (plug LO into browser windows) and --enable-mozilla (plug browser plugins into LO documents). The ultimate goal is to clean up the various configure options mentioning "mozilla" and WITH_MOZILLA. Change-Id: I6f4b1c3a5701424f586cc1e303af90c9d59a91b6
2012-10-07Don't do these for Android and iOS for nowTor Lillqvist1-3/+4
Again, must of the rest of the stuff here probably doesn't make sense for Android or iOS either, but at least it compiles. (It won't get linked into an app anyway, so just a small waste of time to have it compiled.) Change-Id: I32f56a11312c6a3b5eba00d2db8f0a43dd0752e0
2012-09-05extensions: convert unoapi test to gbuildMichael Stahl1-0/+4
It even seems to run on my system Change-Id: I0246467b82bec7617d6de7dbad84c45fc279c24c
2012-08-24kill more unneeded stuff; rename uiconfig PackagesMatúš Kukan1-2/+1
Change-Id: Ib2f73d679ac4a6164142a370ce6d55c6de41117c
2012-07-20fix probable cut-and-paste build errorCaolán McNamara1-1/+1
Change-Id: I71a3ea0fd548bb6dcaf2df823fa3d63026b1b3dc
2012-07-20android: x86 porting work.Michael Meeks1-1/+6
2012-07-16First attempt at removing mozilla ldap at all (please help to fix)Fridrich Štrba1-6/+1
Change-Id: I0559cf1820c782d22c4d75749f2171d7702b4e73
2012-04-05Clean up optional online update moduleStephan Bergmann1-1/+6
* The updatecheckui lib is part of that module; should its scp entry also be marked ComponentCondition="ISCHECKFORPRODUCTUPDATES=1"? * unpack_update (and other scripts as well?) need only be generated if ENABLE_ONLINE_UPDATE. * It is inconsistent that there is a distinct onlineupdate.xcd not merged into main.xcd, while the updchk and updatecheckui component files are merged into the global services.rdb. * The updchk res file should also go into (a resource sub-module of) the optional online update module.
2012-04-04fix so_activex_idl, part twoMatúš Kukan1-1/+1
The order seems to be important here. However it has worked for me and I am not sure this will fix tinderboxes.
2012-04-04extensions: use CustomTarget makefilesMatúš Kukan1-2/+2
2012-03-12extensions: split out static library from npsopluginMichael Stahl1-0/+1
2012-03-12extensions: split out static library for X11 plugin connection stuffMichael Stahl1-0/+1
2012-03-04fix building of so_activex (fdo#46847)David Tardon1-0/+1
2012-03-04use custom target for copying sourcesDavid Tardon1-0/+1
2012-03-03build nsplugin also without mozilla as in 3-5 branchMatúš Kukan1-8/+8
2012-02-21Fix most of the build with --disable-database-connectivityRiccardo Magliocchetti1-6/+11
2012-02-18Use gb_STDLIBS; No on-line update on non-desktop OSesTor Lillqvist1-8/+13
2012-01-13Build nsplugin only in with mozilla case.Matúš Kukan1-11/+10
This replaces commits 830a2b923528323e0f39259234dfee26d9d44d21 and 68b08a11babb7274048ef836a078959d126c97b7 with, hopefully, proper one.
2012-01-12use ENABLE_NSPLUGIN againMatúš Kukan1-16/+7
2012-01-11extensions: remove unused xmx libraryMatúš Kukan1-1/+0
2012-01-10Make nsplugin build on Mac, take two.Thorsten Behrens1-0/+4
Now with some help from Michael Stahl - seems to work.
2012-01-04fix sanedlg.hrc dep issue due to gbuildification of extensionsNorbert Thiebaud1-1/+1
2011-12-18extensions: convert activex to gbuildPeter Foley1-2/+20
2011-12-18extensions: convert resource, xmlextract to gbuildPeter Foley1-0/+2
2011-12-18extensions: convert abpilot to gbuildPeter Foley1-0/+2
2011-12-18extensions: convert dbpilots to gbuildPeter Foley1-0/+2
2011-12-17extensions: convert logging to gbuildPeter Foley1-0/+1
2011-12-17extensions: convert bibliography to gbuildPeter Foley1-0/+3
2011-12-17extensions: convert ldap to gbuildPeter Foley1-0/+6
2011-12-17extensions: convert spotlight to gbuildPeter Foley1-0/+6
2011-12-17extensions: convert plugin to gbuildPeter Foley1-0/+5
2011-12-17extensions: convert nsplugin to gbuildPeter Foley1-0/+26
2011-12-17extensions: merge Peter Foley's work in pcrPeter Foley1-0/+1
2011-12-14extensions: convert pcr to gbuildMichael Stahl1-0/+2
2011-12-14extensions: convert scanner to gbuildMichael Stahl1-0/+2
2011-12-14extensions: convert ole automation bridge to gbuildMichael Stahl1-0/+9
Of course not tested at all (WNT only)
2011-12-14extensions: convert update stuff to gbuildMichael Stahl1-0/+9
The updchk is renamed to updatecheckui so it does not collide with updchk.uno.
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara1-0/+1
2011-10-17Skeleton of the unit test for updates.Jan Holesovsky1-0/+32