summaryrefslogtreecommitdiff
path: root/postprocess
AgeCommit message (Collapse)AuthorFilesLines
2011-12-08Stub Corel Draw importerFridrich Štrba1-0/+1
2011-12-07Remove oooimprovementAugust Sodora3-9/+0
2011-12-05fax wizard: build and install the java wizard in paralle to the python oneMichael Meeks1-1/+0
2011-12-05wizards: completely work python wizard packaging and registrationMichael Meeks1-9/+8
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 Fauli1-0/+2
2011-12-02split smoketest module to fix buildPetr Mladek1-1/+1
+ 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 Mladek1-1/+1
+ 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 Lillqvist1-1/+1
2011-11-07gtk: move the file-picker into vcl/ and add Application:: factory hooksMichael Meeks1-11/+0
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 Bergmann1-2/+1
2011-11-04fix encrypting odf documentsCaolán McNamara1-4/+7
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 Bergmann1-4/+5
2011-11-03Missing conditionalizaton.Stephan Bergmann1-0/+4
2011-11-03fdo#42312: Change bsh and js script providers from extensions to optional ↵Stephan Bergmann2-1/+32
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 Michaelsen3-351/+0
2011-10-19make the 3D transitions work againRadek Doulik1-1/+1
2011-10-19Undo basis/brand split: moved .rdb files from basis program/ to brand ↵Stephan Bergmann2-16/+2
program/ (merging the two services.rdb files).
2011-10-19Fix the SYSTEM_MOZILLA case.Jan Holesovsky1-3/+1
2011-10-18Decouple NSS build from the Mozilla build.Jan Holesovsky1-1/+1
This allows xmlsecurity to be built even when --disable-mozilla is provided.
2011-10-17Undo basis/brand split: fold brand.xcd into main.xcd.Stephan Bergmann1-8/+1
2011-10-08add package to tail_buildMatúš Kukan1-1/+1
2011-10-07convert xmerge to gbuild and add to tail_buildPeter Foley2-2/+2
2011-10-07convert swext to gbuild and add to tail_buildPeter Foley1-1/+1
2011-10-07Undo basis/brand split: merge basis share/ into brand share/.Stephan Bergmann1-0/+3
2011-10-05Fix Windows build and enable CMIS inconditionallyFridrich Štrba1-4/+1
Since the provider should now build everywhere, enable it inconditionally to catch minor problems
2011-10-05Enable CMIS only when it's TRUEly enabled.Thorsten Behrens1-1/+1
2011-10-04duplicate componentCaolán McNamara1-3/+0
2011-10-04Added --disable-cmis flag for use while the feature is too unstableCédric Bosdonnat1-0/+4
2011-10-03Disable the libcmis also in packcomponents (on Windows).Jan Holesovsky1-1/+3
2011-10-01add xmlsecurity to tail_buildPeter Foley1-1/+1
2011-10-01add filter to tail_buildMatúš Kukan1-1/+1
2011-10-01add scripting to tail_buildMatúš Kukan1-1/+1
2011-10-01finished converting scripting to gbuildMatúš Kukan1-3/+3
2011-10-01convert scripting to gbuild - first stepMatúš Kukan1-6/+6
There are java and extensions missing.
2011-10-01Cmis: Fixed the installation of the new UCP provider and libcmisCédric Bosdonnat1-0/+1
2011-09-30clean-up ghost traces of unicowNorbert Thiebaud2-2/+0
2011-09-28Android now builds up to instsetoo_nativeThorsten Behrens2-2/+4
Last fixes - remove kludge from RepositoryFixes.mk, have redland build w/o threads for the while, and some hackery to exclude pointless code like oosplash from android build.
2011-09-28remove checks for unused BUILD_SPECIAL environment variableAndras Timar1-4/+0
2011-09-23bump to libexttextcatCaolán McNamara1-3/+3
As an aside we can always use the configuration and data files belonging to the system version now in --with-system-libexttextcat mode, so need for the --data option.
2011-09-18convert eventattacher to gbuild and add to tail_buildPeter Foley2-2/+2
2011-09-18convert bean to gbuild and add to tail_buildPeter Foley1-1/+1
2011-09-15move automation to tail_buildDavid Tardon1-1/+1
2011-09-15move desktop to tail_buildDavid Tardon1-1/+1
2011-09-15gbuildize desktopDavid Tardon1-7/+7
2011-09-15filter: convert odfflatxml libraryMichael Stahl1-1/+1
2011-09-15filter: convert some more libraries to gbuildMichael Stahl1-3/+3
2011-09-15filter: convert some libraries and jars to gbuildMichael Stahl1-10/+10
2011-09-12convert MathMLDTD to gbuild and add to tail_buildPeter Foley1-1/+1
2011-09-08Related: fdo#40420 always include xmlsecurity library for macro-securityCaolán McNamara1-1/+1
the xmlsecurity library contains the dialogs and resources for the macro-security dialog as well as the xml signing UI. So always build and include this library unconditionally.
2011-08-27Bypass stuff not built for iOS and non-desktop OSesTor Lillqvist2-22/+30