summaryrefslogtreecommitdiff
path: root/postprocess
AgeCommit message (Collapse)AuthorFilesLines
2014-10-24make Korean ReplaceSingleQuote the same as everyone elseCaolán McNamara1-5/+0
I can find no evidence that Korean out of all languages on earth needs a different default for ReplaceSingleQuote This appeared in commit e9f10288e0e5f2519ff3da1e2de2c20a99fd9779 Date: Mon Jul 5 12:32:15 2004 +0000 2004/06/07 18:46:25 jb 1.14.78.1: #i25937# Add module settings (migrated from scp2) to xcu source files but that's a migration of the original GID_CONFIGURATIONITEM_SWRITER_KOREAN_ENABLE_SINGLEQUOTE which existed in the original scp (pre scp2) and appeared between OpenOffice.org 1.0 and 1.1.5, but the cvs repos to explain all that are long dead and there is no sign of a bug in a bugzilla query, so it suggests this was an internal StarOffice thing. Change-Id: I14dfe75d28d3ec5a68b262f768c7dbe73e94131d
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-1/+1
Feature test macros that govern conditional compilation should be defined in config_*.h include files, not on the compilation command line. Change-Id: I40575a4762fd2564f10927b6f38a112dd9f9a3d7
2014-09-13mac: clean-up obsolete conditional code based on old SDKNorbert Thiebaud1-3/+1
Change-Id: Ie2d476780a48b5815961598e214343d5def962c1
2014-08-22remove special casing for obsoleted default themeBjoern Michaelsen2-4/+2
Change-Id: I6688251eac8ecb5ea671cae281c2445df773be16
2014-08-12Now that we build NSS, we can build libxmlsec and libxsec_xmlsec for iOS, tooTor Lillqvist1-1/+2
Change-Id: I65ab8aad0744a2aa254fefc7732cd8130bb249fb
2014-08-11fdo#82038: Make sending email from LO work again on OS XTor Lillqvist1-1/+1
Do build the cmdmail library, the uri-encode executable and do install the senddoc script for OS X, too. Note that in order for it to work, one needs to set the "E-mail program" in Preferences:Internet:E-mail to /Applications/Mail.app. (Or possibly some other application and/or executable.) Change-Id: I5764c9891865983d46081edc854e321643c296cc
2014-08-02gbuild: more deps for services testDavid Tardon1-0/+3
Change-Id: I1d409024be6774b84434e629207ada2b05eb05ea
2014-08-02fix python deps for services testDavid Tardon1-0/+6
Change-Id: Ia82a735c6075771d5096647905c4722ada1d1d40
2014-08-02fix java deps for services testDavid Tardon1-3/+4
Change-Id: Ifa7a67862fca71dfd96dc55eec9f065f303d88a9
2014-07-07fix build errors related to AVFoundation @ OS X <10.7Douglas Mencken1-1/+1
AVFoundation framework is available in OS X v10.7 and later related commits: 7822b5535cccc68e5b454d04a66a6b4f27675ec6 0b49cc5b03b39aa1dfddf924c6eaf8cb42e791a8 Change-Id: If771fca79c41d70e51eab533faec7bb9997803b7 Reviewed-on: https://gerrit.libreoffice.org/9769 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2014-06-24ReportDefinition is the one that is failing for me under Linux tooCaolán McNamara1-2/+1
Change-Id: I00480813d8c3703039a55a7a706937d33e8e8463
2014-06-12Fix CppunitTest_services on WindowsStephan Bergmann2-2/+26
...by blacklisting the problematic service Change-Id: I524a7c7af2cb374911db7b204021c3d2bcd1fdd6
2014-06-12Avoid Solar Mutex deadlocks when disposing servicesStephan Bergmann2-0/+3
...as test code using gb_CppunitTest_use_vcl is implicitly run with Solar Mutex locked Change-Id: I480b4bcce7c6a94922019679099b0883b3ee1030
2014-06-09postprocess: command line limit work around for Win32 makeMichael Stahl1-3/+4
Use var2file to write registry input files. Change-Id: I0edfd94440a47a0c4b21bf2b354d6467016f5f68
2014-06-09move UOF and Office 2003 filters to xsltfilter moduleDavid Tardon1-0/+1
Change-Id: I6e5ac310567bb7bd12fbba444e4e1deb9fea30d5
2014-06-09Revert "Revert "Make sure to dispose services supporting the XComponent ↵Markus Mohrhard1-1/+18
protocol"" This reverts commit 044be7107a97169e80360c79a9d07bec263ac818. It only works sometimes. Still a deadlock based on a race condition.
2014-06-09don"t execute test on windows, deadlocksMarkus Mohrhard1-1/+2
Change-Id: Ic000a4961d770ad7f84aef0562e1d033f1b6a089
2014-06-07Revert "Make sure to dispose services supporting the XComponent protocol"Markus Mohrhard1-18/+1
This reverts commit 4cacc6080e61374fd573fffb3bc2a54968c1b61a.
2014-06-04DeInitVCL at end of testsStephan Bergmann1-0/+1
This required some changes to the framework: * Init-/DeInitVCL is no longer done per individual test in BootstrapFixture, but once per CppunitTest invocation in a new vclbootstrapprotector (similarly to the exisiting unobootstrapprotector). CppunitTests that need VCL now need to declare gb_CppunitTest_use_vcl. * For things to work properly, the UNO component context needs to be disposed from within DeInitVCL (cf. Desktop's Application::DeInit called from DeInitVCL). The easiest solution was to introduce an Application::setDeInitHook (where the hook is called from DeInitVCL) specifically for vclbootstrapprotector to call. * PythonTests don't (yet) call DeInitVCL; they still hook into BootstrapFixture's original test_init functionality (to call InitVCL), and do not make use of the vclbootstrapprotector. Change-Id: I4f3a3c75db30b58c1cd49d81c51db14902ed68b2
2014-05-29Make the wdb/wks and GreatWorks(draw) workosnola1-0/+1
Change-Id: I1a736a511e6007a4ed6413eb8d9b8e364d73f765
2014-05-22use $(gb_AWK) instead of awkChristian Lohmaier1-4/+4
Change-Id: Ia00d7e52de5edfce09c3a0a8aa4390e3e1582a01
2014-05-22using xargs for string manipulation is somewhat of an abuseChristian Lohmaier1-17/+18
(and breaks the build on windows/cygwin for some reason, although running the find/xargs command by itself works just fine) So just use awk instead and have a nicer solution without breaking the build Change-Id: I24b9f52c0b84c2e8019f3f6719a307fe508fb755
2014-05-19fdo#78815 Fix report builder toolbox controllerMaxim Monastirsky1-1/+2
Change-Id: Iecbf84b29500729e228d22c8e50b119d1fb471c5
2014-05-16Make the MacAVF code build also as 32-bitTor Lillqvist1-3/+1
When compiling 32-bit OS X code, the code will use the "legacy Objective-C runtime", which means that instance variables of an Objective-C class must be declared in the @interface block, not in the @implementation. CGRect and NSRect are not the same for 32-bit code. Also, use boost::unordered_map. Change-Id: Icc56ff298203565a7568714b0e9f42c7c6b89737
2014-05-15The macavf code doesn't compile as 32-bit, sighTor Lillqvist1-1/+3
Change-Id: I51336c09aaa6ecdaa5da537a4a21efbff305da6e
2014-05-15The AVFoundation framework appeared in OS X 10.7Tor Lillqvist1-1/+3
Change-Id: I76eb213ff4cb93196ea81dd43a465da61c0cdee2
2014-05-15The AVMedia framework is not deprecatedTor Lillqvist1-1/+1
So no reason to avoid it when building for the Mac App Store (i.e. when building a sandboxed LibreOffice). (At least I assume it was because of the deprecatedness of QuickTime that it was conditional on not building a sandboxed LibreOffice.) Change-Id: I9d50490aa878ba5e40594b39eac88f23df3ef0a6
2014-05-15Add avmediaMacAVFTor Lillqvist1-0/+1
Change-Id: I8e0a3c1f96ca908ce942050d51cb43fd7724dbae
2014-05-15We build avmediaQuickTime as 64-bit too nowTor Lillqvist1-4/+2
Change-Id: I595d24a08f91f501554bd803a489bc32ed2274f8
2014-05-15Make sure to dispose services supporting the XComponent protocolStephan Bergmann1-1/+18
...to e.g. avoid leftover temp files from instantiating com.sun.star.comp.report.OReportDefinition. But dispose all instances only at the very end, to avoid disposing some single-instance services too early. Change-Id: I71fc50e80f4b5d1a1ca16e392725903b079ce2d1
2014-05-08various: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I30fa5227f30373f95060148f269450d2945c1bb9
2014-05-07No fpicker needed for non-DESKTOP surely?Tor Lillqvist1-1/+1
Sure, not a lot of code, but best to not even compile it, to catch eventual usage attempts. Change-Id: I7462ea9a5fbe6080fcec2f424d1a1b80ad0afe21
2014-05-01Introduce centralized detection for storage-based filesMaxim Monastirsky1-0/+1
This will allow us to get rid of the duplicated code, and simplify the type detectors. Also this commit fixes fdo#46310 and fdo#74978. Change-Id: I08e958ab10d05e1036cdc2bed5ce14bf73b6245c Reviewed-on: https://gerrit.libreoffice.org/9221 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
2014-04-29make signing depend on slowchecks being doneChristian Lohmaier1-3/+5
otherwise signing (at least on windows) fails because files are in use Change-Id: Ida6a7d43dc74eb278fd79410b9c0a60f823c5933 Reviewed-on: https://gerrit.libreoffice.org/9176 Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
2014-04-19avmediaogl: build depends on ENABLE_GLTF insteadZolnai Tamás1-1/+3
Change-Id: I03d0d7c0446b6316e388ae717aded6bb7dcc88f1
2014-04-18Try making it possible to use --disable-avmedia for desktop platforms tooTor Lillqvist1-1/+1
Unfinished work in progress. Change-Id: I978755d73630b8653b169a53f937c1332799e22e
2014-04-17More generic way to disable avmediaTor Lillqvist1-2/+2
Introduce a configure option --disable-avmedia. For non-desktop, avmedia is always disabled (for now), and for desktop enabled by default. Add AVMEDIA to BUILD_TYPE when enabled. Don't build avmedia when disabled. Add HAVE_FEATURE_AVMEDIA to <config_features.h>. Bypass avmedia-related code when disabled. Change-Id: I919c6e199bff87d9f142d55dff6373f0ed217f39
2014-04-17remove executable bitAndras Timar1-0/+0
Change-Id: I91f6e861f6d0dbea1b57ac73857e0c706b27f681
2014-04-04Make service unit test easier to debugChris Sherlock1-11/+13
It's sort of hard to break into this function with gdb. Seperating it out makes it a lot easier to work out where things are breaking. Change-Id: If99effd44fe677452ac3c1012b99da7da80c720e Reviewed-on: https://gerrit.libreoffice.org/8844 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2014-04-03sccomp: Share common code and have only one library.Matúš Kukan1-1/+1
And use constructor feature for UNO implementations. Change-Id: I42b6a6f417049cc8e2d44b74c7adc552680b1f2d
2014-04-01Install coinmp and lpsolve linear solvers in parallel.Matúš Kukan1-0/+3
Change-Id: If07d94a2f646c8377b76fdf645e85f9491e4f061
2014-04-01Revert "Allow to build lpsolver based on CoinMP library."Matúš Kukan1-1/+1
This reverts commit 4f7b96886ec2e98f270a9ec3c3509cd523fce7cc. Conflicts: configure.ac scp2/InstallModule_ooo.mk Change-Id: I5621496d70a2c493eb964c1138d310c68fa6d660
2014-03-27Skeleton of OpenGL avmedia service for playing 3D modelsZolnai Tamás1-0/+1
Change-Id: I3bf9e68e1a08ff3db065ec7f4e135119b7d1a4ef
2014-03-23remove unnecessary util dirDavid Tardon1-2/+2
Change-Id: I66e1882d14c59abeb6aa01b662dfc3a89238d3c0
2014-03-11normalize values of WITH_MOZAB4WINMichael Stahl2-2/+2
Change-Id: Iad5aa66635a34a4dfceb0bd6145f2d9bd197cc17
2014-03-11normalize values of BUILD_POSTGRESQL_SDBCMichael Stahl1-1/+1
Change-Id: Iab7ef9ef27ea970aded726a8c8d2c46267454a64
2014-03-07No cmdmail component on OS X nowTor Lillqvist1-1/+3
Change-Id: I693e529c4ef2846425db6ec6ffdfdfc0b1d09ffc
2014-03-06Revert "install:module <value>s must be mutually exclusive"Stephan Bergmann1-4/+0
This reverts commit 768ea2924680fc4beb75a782cb0faf26695fee53, which was completely misguided---configmgr allows oor:external values to let a "lower" value shine through when the backend says it cannot produce a value, even when that "lower" value comes from the same layer (as is e.g. already used in officecfg/registry/data/org/openoffice/VCL.xcu). Conflicts: postprocess/CustomTarget_registry.mk Change-Id: Ic8f0c9c931e2c73c9bfb8fbe5a57f60ad6aebde1
2014-03-06Build webdav based on serf if neon is disabled.Matúš Kukan2-2/+2
Change-Id: I0cbb89c8d5ac65eda8bb21aaf0d07996a015d281
2014-03-03install:module <value>s must be mutually exclusiveStephan Bergmann1-0/+4
...so that only a single one ends up in the .xcd data. (In the given case, introduced with 838b77f5f3d6d8fd98891e99a23ff78a6a357cb2 "Resolves: rhbz#1065807 use xdg ~/Templates for default Template location," the duplication for the unixdesktop case happened to be harmless, as the non-unixdesktop <value> appeared in a block in main.xcd before the unixdesktop-specific <value>, so the former was effectively ignored when reading main.xcd.) Change-Id: I5199556ee3e6decaa07beb14a0503e1b5661f5df