summaryrefslogtreecommitdiff
path: root/postprocess
AgeCommit message (Collapse)AuthorFilesLines
2012-07-31fdo#52615 add ADO component to services.rdb againDavid Tardon1-0/+1
This was accidentally removed by commit d4efa8b0cf48f092d8984f3f085909cd1a6a39af . Change-Id: Idaa97ea5a141dca7cde6ba4aae51ecb5bf8856d3
2012-05-29move embedserv to tail_buildDavid Tardon1-1/+1
Change-Id: Ieea814347e3c895c39a3dfc3312d6b1a735f4d68
2012-05-29move nlpsolver to tail_buildDavid Tardon1-1/+1
Change-Id: Ib1af41063f2062efc9392c81f94d95b99060cc82
2012-05-29move scp2 to tail_buildDavid Tardon1-1/+1
Change-Id: Ib1e954f51908df67d05a86189b864bf7064e59d3
2012-05-29gbuildize shellDavid Tardon1-12/+17
Change-Id: I91a89f9d0bd1eb88a94179f1c1a41bc832599fed
2012-05-29move reportbuilder to tail_buildDavid Tardon1-1/+1
2012-05-29connectivity: convert tdeab to gbuildDavid Tardon2-2/+2
Change-Id: I6653686ef251bdf64610ff9bab7e27e39acee799
2012-05-29rename evoab2 back to evoabDavid Tardon1-1/+1
2012-05-29fix packing of DB driversDavid Tardon1-7/+22
2012-05-29fix component pathsDavid Tardon1-4/+4
2012-05-29fix rdb creationDavid Tardon1-15/+17
2012-05-29connectivity: convert configurationDavid Tardon1-14/+14
2012-05-29connectivity: convert dbpool2 to gbuildPeter Foley1-1/+1
2012-05-29connectivity: convert sdbc2 to gbuildPeter Foley1-3/+1
2012-05-29connectivity: convert dbt to gbuildPeter Foley1-1/+1
2012-05-28android: build and package the fpicker so we can select files to openMichael Meeks1-2/+2
2012-05-25Use the new plain text type detection service for text/csv type.Kohei Yoshida1-0/+1
Change-Id: I50d5cee6302e8d6b4b329e30b7a5ce47b47bc945
2012-05-24No point to rebase inexisting dllFridrich Štrba1-1/+0
Change-Id: Ibbb917858fb1bd327cae4bde0b4dd34ac3787e64
2012-05-14TDE integrationNorbert Thiebaud2-0/+11
Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
2012-05-11Stray line-joining backslashStephan Bergmann1-1/+1
Change-Id: Id04740ef411bb481e888bed6fedc7b2506173825
2012-05-11Fix updchk xcu data after gbuild'ificationStephan Bergmann1-16/+33
For one, install:module was missing from xcu files that are processed with gb_Configuration_add_spool_modules, resulting in effectively empty output xcu files. For another, localization from Addons.xcu is now merged into per-lang registry_*.xcd in postprocess/packregistry/makefile.mk. Change-Id: Ie87edbad163b124d18090ab36aa36de560a20cbc
2012-05-09EasyHack fdo#42783: get rid of CPU define/build system variableThomas Collerton1-1/+1
Change-Id: I6a178f7ff9c8306e15bcfa847ad1e5e4f8476504
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-0/+0
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-19move unodevtools to tail_buildDavid Tardon1-1/+1
2012-04-19Diminish the number of writerperfect librariesFridrich Štrba1-5/+2
Instead of a pleiade of libraries, one for graphic filters (wpftdraw) and one for text document filters (wpftwriter) to diminish duplicate static linking.
2012-04-07gbuildize xmlhelpDavid Tardon1-2/+2
2012-04-06Kill this.Jan Holesovsky1-12/+0
2012-04-05Clean up optional online update moduleStephan Bergmann2-10/+14
* 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-03fps_kde and fps_kde4 are no moreMatúš Kukan1-4/+0
2012-03-14fdo#47246: fpicker: merge fop library into fps:Michael Stahl2-3/+1
Since nobody seems to know why these are separate, merge fop into fps. In case this untested change doesn't work out it should be reverted :)
2012-03-10embedserv: convert to gbuildMatúš Kukan1-1/+1
2012-03-06more documentation and cleanups for various modules.Michael Meeks1-1/+4
2012-03-06add sdext to tail_buildDavid Tardon2-1/+13
2012-03-05Make postprocess build for iOS and --disable-database-connectivityTor Lillqvist2-26/+65
Whether anything that's done in postprocess is relevant for iOS remains to be seen.
2012-03-02move embeddedobj to tail_buildDavid Tardon1-1/+1
2012-03-01embeddedobj: convert to gbuildMatúš Kukan1-2/+6
2012-02-27s/interpreters/scripting/Tor Lillqvist1-1/+1
2012-02-27Decouple disabling of scripting (BASIC &co) from OS being iOSTor Lillqvist1-1/+1
2012-02-23just link to HelpIndexerCaolán McNamara1-1/+0
2012-02-23bootstrap replacement c++ help componentCaolán McNamara1-4/+1
2012-02-19gbuild'ize smoketest(oo_native) and merge themMatúš Kukan1-1/+1
Add smoketest to tail_build and make it a subsequentcheck target.
2012-02-17Introduce headless switch for X / cairo / toolkit less buildRiccardo Magliocchetti2-3/+10
The plan is to reduce dependencies to be easier to deploy libreoffice server side in headless mode.
2012-02-17merge feature/gbuild_javaDavid Tardon1-1/+1
2012-02-09Added and improved READMEs for modules in extensions, extras, postprocessJosh Heidenreich1-0/+3
2012-02-05Eliminate un-used DIRECTX5Norbert Thiebaud1-4/+0
2012-01-30For iOS, skip stuff not builtTor Lillqvist1-12/+18
2012-01-25Let's skip scp2 for non-desktop OSes for nowTor Lillqvist1-1/+1
2012-01-23fdo#45090: Changed postgresql-sdbc from bundled oxt to proper optional part.Stephan Bergmann1-0/+6
Replaced --enable-ext-postgresql-sdbc with --disable-postgresql-sdbc. Renamed postgresql-sdbc.uno{.ini,rc} to consistent postgresql-sdbc.ini (which made the code a little easier). Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> (cherry picked from commit 3a7ae48b6f610899200ae2800706533f7c4c9f80) Conflicts: configure.in connectivity/source/drivers/postgresql/makefile.mk
2012-01-16android: LuceneHelpWrapper not built here.Michael Meeks1-1/+4
2012-01-15ucb: convert to gbuildMatúš Kukan1-14/+14