Age | Commit message (Collapse) | Author |
|
This avoids the flashing window even on Linux, while making such tests
headless would make them fail.
Change-Id: I7cf8d410e257574f0177ca8b7e6465a5efd62280
|
|
Who knows what weird conflicting stuff could be on PATH.
Change-Id: I5acec89687efe736ecc1f970eb56efa22393b251
|
|
Replace one ugly way with a different ugly way; it looks like the
make_define invocation did not actually work before.
Change-Id: Idd365f82a6fabab9444471ac88f91d81476bf124
|
|
Change-Id: Icea7057734020914fe0df3df70c8a895e96c1af0
|
|
Change-Id: Ie1c7e022a2e1713a111ebd2db9db866e09f4f4f4
Reviewed-on: https://gerrit.libreoffice.org/10120
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
All environment variables contain native Win32 paths.
This allows building with Win32 make and Cygwin sh.exe,
but Cygwin make cannot build any more with the Win32 entries in PATH.
Requires adding "bash" detection to configure since /usr/bin/env
can't be invoked by Win32 make and it's possible to install cygwin
somewhere else than C:/cygwin.
Change-Id: Ia8f4ee3c91222e8f5919cfbfc452f12ffbfadd40
Reviewed-on: https://gerrit.libreoffice.org/9698
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I3beea86e97a4217128383c01049b2fc19c85c67a
|
|
Change-Id: Ia39ce5eeb26a11c633bc414872481d0bc08910dc
|
|
Change-Id: I31cb7aec1a48b7b052f104ea3558cb13595a3687
|
|
Change-Id: If1575e0bcacbc5c3c40d485063b1025017eef73a
|
|
Change-Id: Id82bbfc94645d9153e0d79475de008adb0edf3b9
|
|
Change-Id: Ia57e2cb4c5e1f65a78e0f3bddd3910c67971306d
|
|
+ prevent lokandroid JNI functions to be removed from the library
+ basic use of lok Office / Document in LibreOfficeMainActivity
Change-Id: I7bfe53738cf821b2270ab3e024cc506a7cff42f0
|
|
Change-Id: Ia313f82f75c1dfdb0952810056c6f17048658cee
|
|
Now the LibreOfficeKit is used to actually attempt to bootstrap LibreOffice;
at the moment fails to do that.
Change-Id: I91220dbff783213bf7702e7213a5646859db4581
|
|
Change-Id: I164f03f8ab185fdb71632fd894f94b78bb3d994f
|
|
Building, and running the unit/subsequent test on Mac cause massive amount
of flashing windows creation/destruction that make building with test
very annoying on a box used for other purposes.
This patch prevent the windows to be actually displayed hence mitigating
the problem
Change-Id: Ied2a36699b50856e0c4e6b618212481796ec99d3
|
|
...no reason to not have it enabled for URE C include files and what
little real C code is still left. (But note that Clang ignores that
warning.)
Change-Id: Ia6940f9f940a0c226e9b724331d65c9862ce32e6
|
|
...and replace gb_CppunitTest_unset_headless with
gb_CppunitTest_use_vcl_non_headless.
Change-Id: Ibd859f98ed8df09988ca26ffcee26e06e25d8313
|
|
In the (default) --disable-release-build case the -p option to
make_installer.pl should be "LibreOffice_Dev", not "LibreOffice". See
instsetoo_native/util/openoffice.lst.in.
Also, the pathname passed to solenv/bin/macosx-codesign-app-bundle
needs to adapt to ENABLE_RELEASE_BUILD, either LibreOffice.app or
LibreOfficeDev.app.
Change-Id: If2b8efee096339f9c0cf52e663826d0086b1e35e
|
|
Change-Id: I78f56bb28d4b9b6c0696f83f3e06d836fd3427cd
|
|
... so add a response file parameter --filename.
Change-Id: Idc71de7508b571b0e0608a65b92cd45e6800f7c3
|
|
This breaks in postprocess (services.rdb).
Change-Id: I573279e510b5f3dedd7e32059688d21c4c844c47
|
|
Change-Id: I74d7ed5dd35e51168cc788a8336cf932b92102ca
|
|
Change-Id: Ice87781147d62d2ba5f7fe3e7cede89a0404c186
|
|
Always quote the passed string; this cannot handle arbitrary strings
like $(file) can, but everything that is needed currently.
Also, try to ensure that output does not start with a space.
Note: there needs to be a newline at the end, otherwise helpex
ignores the last item on the line.
Change-Id: I51a4058591cc4f12dd878c2d113bd5cfc8c22d61
|
|
It looks like what works is to give the source file names with
backslashes but everything else with forward slashes?
Change-Id: Iaf910ab5fc41984d1315a30b164a334d28344c16
|
|
This much ugly complexity, generating a header on every gbuild startup
etc. is really not warranted for 6 callers of the generated macros.
Also, the Win32 make has problems with the quoting.
Change-Id: If945e09c1730e52174a6084677842dc611d66b2f
|
|
Somehow 2 successive / in a path result in $(wildcard) returning
nothing.
Change-Id: Ie8b84543d36fe50fa706b9ccabcd280a7e3913ab
|
|
Change-Id: I3677de94e064c2f737cc7882b3cc4f42a6bf626a
|
|
Try harder to handle app bundles with space in name. (Not sure if this
version yet does that 100%.)
Include the directory names in the "ids" to make them unique. There
are lots of files with the same name (in different directories, of
course), especially in an app bundle that includes help in multiple
languages.
Change-Id: I424c539f6389ac6f7c9cef96aeb873ddac459f78
|
|
Change-Id: Ica7dcc823cc7027a00b15d2dcf5b73b0ef322189
|
|
The LinkTarget command builds the LinkTarget's dep-file as well as an
optimization so the next make does not restart; in this case the
dep-file is not the target so it will not be deleted by make in case the
build is interrupted, and the next make can choke on the partially
written .d file.
Change-Id: I13b1884f1a974b7ce10b00e1df1d0f30222f4790
|
|
This was a PEBKAC. The dep is already made in gb_Executable__Executable_impl.
This reverts commit d14624c0f356035248983940b193ee71fc5c3c4a.
Change-Id: I3342714422a3fd23d2d896773f4917130dbdc931
|
|
Change-Id: Ib10f30620027ad8a79a8464abee094e3961684d5
|
|
Change-Id: I01bf646635668429c68f53bd6ab543b7a8b0be2d
|
|
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
|
|
Change-Id: Idc671a4af5474443130afed2dd6f0728c1504319
|
|
Change-Id: I0e3216f6451fdb06a3519a042e412ca2e5147f4b
|
|
Added header guards to files in directories sc/, sd/, slideshow/, and solenv/
Change-Id: Ib4577761644fe72f5ddb3c5060e629bf94d6e6e2
Reviewed-on: https://gerrit.libreoffice.org/9583
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
Change-Id: Ib1b7dab5b4fa10f068bcce58e00450895c455121
|
|
Change-Id: I35c8376a45fa7ed2cc292ed9442e4ddf2e4172db
|
|
Change-Id: I0df494b74f23b0a30fe26e25f58b4827bd28ed47
|
|
Appending items to our search path for libraries leaves us vulnerable
to similarly named libraries in the system. In my case some
$HOME/AMD APP SDK/2.9/bin/x86/glew32.dll presumably incompatible
with our internal version. Hence prepend important path elements to
better match our program/ setup at run-time.
Change-Id: Iecf266a9d14d71de6c2e402793339e579ec0b987
|
|
Change-Id: Ib763efb268bc9165704185c2b588ed282121cfa0
|
|
Change-Id: Ia00d7e52de5edfce09c3a0a8aa4390e3e1582a01
|
|
Change-Id: I66ccb5332e6c5eceb2f199911ebd4296c93cac4b
|
|
Change-Id: Icd95ef188aa04ce25a1c251701aa27a5516b5077
|
|
Change-Id: I506faca987ec4d1a85362dc9aec61aa4c3d21789
|
|
Change-Id: I54a9bdaa306e4a9c492e2be35378b9b42f64312f
|