summaryrefslogtreecommitdiff
path: root/postprocess
AgeCommit message (Collapse)Author
2012-01-09If there is no java, don't do the java stuffKorrawit Pruegsanusak
2012-01-06Merge branch 'feature/gbuild_extensions'Michael Stahl
Conflicts: extensions/source/ole/servreg.cxx extensions/source/plugin/util/makefile.mk postprocess/packcomponents/makefile.mk postprocess/prj/build.lst tail_build/prj/build.lst
2011-12-27fpicker: convert to gbuildMatúš Kukan
2011-12-25move UnoControls to tail_buildDavid Tardon
2011-12-25gbuildize UnoControlsDavid Tardon
2011-12-25remove pre-req from postprocess that are already pulled by tail_buildNorbert Thiebaud
2011-12-24Merge remote-tracking branch 'origin/master' into feature/gbuild_extensionsPeter Foley
Conflicts: Module_tail_build.mk Repository.mk extensions/util/makefile.pmk postprocess/prj/build.lst svx/AllLangResTarget_svx.mk
2011-12-23move psprint_config to tail_buildDavid Tardon
2011-12-23move dtrans to tail_buildDavid Tardon
2011-12-23move scaddins to tail_buildDavid Tardon
2011-12-23move accessibility to tail_buildDavid Tardon
2011-12-23convert windows-specific bits, part 1: jarsDavid Tardon
2011-12-20add dtrans to tail_buildPeter Foley
2011-12-20add scaddins to tail_buildPeter Foley
2011-12-18extensions: add to tail_buildPeter Foley
2011-12-18extensions: convert resource, xmlextract to gbuildPeter Foley
2011-12-18extensions: convert abpilot to gbuildPeter Foley
2011-12-18extensions: convert dbpilots to gbuildPeter Foley
2011-12-17extensions: convert logging to gbuildPeter Foley
2011-12-17extensions: convert bibliography to gbuildPeter Foley
2011-12-17extensions: convert ldap to gbuildPeter Foley
2011-12-17extensions: convert plugin to gbuildPeter Foley
2011-12-16Revert "Move configmgr to tail_build."Stephan Bergmann
...it is not yet ready for that. This reverts commit f3acd83c1c406f6527d05b0a52a2bef03557e2e1. Conflicts: tail_build/prj/build.lst
2011-12-16Move configmgr to tail_build.Stephan Bergmann
2011-12-14extensions: convert pcr to gbuildMichael Stahl
2011-12-14extensions: convert scanner to gbuildMichael Stahl
2011-12-14extensions: convert ole automation bridge to gbuildMichael Stahl
Of course not tested at all (WNT only)
2011-12-14extensions: convert update stuff to gbuildMichael Stahl
The updchk is renamed to updatecheckui so it does not collide with updchk.uno.
2011-12-14Missing configmgr.component adaption in postprocess/packcomponents.Stephan Bergmann
2011-12-13add lingucomponent to tail_buildMatúš Kukan
2011-12-13convert lingucomponent to gbuildMatúš Kukan
2011-12-12Skip more components for Android and iOSTor Lillqvist
2011-12-08Stub Corel Draw importerFridrich Štrba
2011-12-07Remove oooimprovementAugust Sodora
2011-12-05fax wizard: build and install the java wizard in paralle to the python oneMichael Meeks
2011-12-05wizards: completely work python wizard packaging and registrationMichael Meeks
Also improve exception handling and error printing in pythonloader Allow registration of explicit .py components - the only method that works
2011-12-05Hello world (python) as a componentXisco Fauli
2011-12-02split smoketest module to fix buildPetr Mladek
+ move the library and other build stuff to a new "smoketest" module + keep "smoketestoo_native" only for installing and running the tests + restore the targets in top level make
2011-12-01create installation set for testsPetr Mladek
+ it currently includes just the smoketest and is available only for Linux + the side effect is that it builds the smoketest before instsetoo_native + it runs it only during dev-install when the variable RUN_SMOKETEST == YES
2011-11-26Build fpicker for DESKTOP onlyTor Lillqvist
2011-11-07gtk: move the file-picker into vcl/ and add Application:: factory hooksMichael Meeks
drop un-necessary uno service related fluff, and component instantiation. nominal move to XMultiComponentFactory from XMultiServiceFactory Include fpicker in compilation for gtk3, but more work required here Simplify setting up transient parents for picker dialogs
2011-11-07Minor clean up.Stephan Bergmann
2011-11-04fix encrypting odf documentsCaolán McNamara
xsec_fw is always built, so always register and install xsec_xmlsec is built when ENABLE_XMLSEC is true, match register and install plugin is built when WITH_MOZILLA is not NO, match register
2011-11-03Still missing conditionalization.Stephan Bergmann
2011-11-03Missing conditionalizaton.Stephan Bergmann
2011-11-03fdo#42312: Change bsh and js script providers from extensions to optional ↵Stephan Bergmann
modules. Their jar files reference other non-URE jars, so they cannot be extensions. bsh.jar has been moved into the optional module (it used to be installed always, but it looks like only the bsh script provider needs it; also, it had been added to URE_MORE_JAVA_CLASSPATH_URLS if SYSTEM_BSH, which also appears unnecessary as it is mentioned with an absolute file URL in the Class-Path of the script provider jar). js.jar has been included in the optional module (it used to be not installed at all?).
2011-10-21remove checkdeliver -- we do not generate deliverlogs anywayBjoern Michaelsen
2011-10-19make the 3D transitions work againRadek Doulik
2011-10-19Undo basis/brand split: moved .rdb files from basis program/ to brand ↵Stephan Bergmann
program/ (merging the two services.rdb files).
2011-10-19Fix the SYSTEM_MOZILLA case.Jan Holesovsky