summaryrefslogtreecommitdiff
path: root/extensions/Module_extensions.mk
AgeCommit message (Collapse)AuthorFilesLines
2018-05-07WinUserInfoBe: a new config backend for user data provided by WindowsMike Kaganski1-0/+1
This backend provides Active Directory details for current user. If the system is not part of Active Directory domain, GetUserNameEx is used instead, so at least user (given) name is configured. Unlike ldap backend, this one doesn't need connection configuration, as the used API works with current user security context. Reviewed-on: https://gerrit.libreoffice.org/53590 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> (cherry picked from commit f154f63cb662f02415d5cb0051011bdb5d0d523c) Change-Id: I74bcc79591a658dc5121df1f09caa15d272fbe12 Reviewed-on: https://gerrit.libreoffice.org/53747 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2016-06-08merge cond. blocks to oneDavid Tardon1-4/+3
Change-Id: Iad5858955244e12a849336f84938a39b6f3219e0
2015-12-17tdf#96398 kill remaining NPAPI support for plugins _inside_ LORene Engelhard1-17/+0
- probably out of date - links against Gtk2 and thus causes a GTk2 dependency in core packages - the only serious usecase (Flash) is doomed anyway Change-Id: I7264ab5eb04c2f4b6c31a815e45b9818209e5ae2 Reviewed-on: https://gerrit.libreoffice.org/20658 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Reviewed-by: Bryan Quigley <gquigs@gmail.com> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2014-09-09fdo#45071 Remove Libreoffice browser pluginBryan Quigley1-16/+0
This removes ENABLE_NPAPI_INTO_BROWSER while it should keep ENABLE_NPAPI_FROM_BROWSER (embed flash in LO) intact. Signed-off-by: Stephan Bergmann <sbergman@redhat.com> Conflicts: extensions/source/nsplugin/source/npshell.cxx Change-Id: I80a9159a75653c74423d8fdc7c188568d3188e04
2014-08-18these strings should be translatableCaolán McNamara1-0/+1
so bring back scn.res and add them in there Change-Id: I378d64f524c64295d26223f54fe17950b475cd80
2014-06-12scn resource file is empty now post ui-ificationCaolán McNamara1-1/+0
Change-Id: Id8a6d6c4faf3101b13d84de180f8db7cab2cb16f
2014-06-11Convert RID_SANE_DIALOG to .uiPalenik Mihály1-0/+1
Change-Id: I1f08493cdc18f4c0691a8436368432fe4e94dec3 Reviewed-on: https://gerrit.libreoffice.org/9696 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-04-20convert select type address book page to .uiCaolán McNamara1-0/+1
Change-Id: I94c0ed3385e64f854875f62c32adaa066d3b1ead
2013-12-16uiconfig is a l10n-relevant targetBjoern Michaelsen1-2/+2
Change-Id: I8a2ca73c02fd6b04ce60e7701c51d2362ef7ec06
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-7/+14
- 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-09-17Convert tab order dialog to widget UIManal Alhassoun1-0/+1
Change-Id: I2aebcf6486b80af31f1a06e9ae38e5610bee0cb4 Reviewed-on: https://gerrit.libreoffice.org/5970 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-30ENABLE_NPAPI_* Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud1-4/+4
Change-Id: Ia7575f0f51bc3ba355ec01d937bd155adb287572 Reviewed-on: https://gerrit.libreoffice.org/5684 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
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