- 23 Mar, 2015 1 kayıt (commit)
-
-
Tor Lillqvist yazdı
Doesn't as such work properly, as LibreOfficeKit doesn't work on Windows yet. From Juergen Funk's https://gerrit.libreoffice.org/#/c/13017/ . Change-Id: I685fddf0bada072e5dae485262b194b4fa5d26bc
-
- 23 Ock, 2014 1 kayıt (commit)
-
-
Bjoern Michaelsen yazdı
Change-Id: I58af85205cce89c2eff3db24a477171ce39d47dc
-
- 18 Eki, 2013 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
...as per #libreoffice-dev IRC: Sep 19 10:32:24 <mst__> sberg, moggi why the hell is that thing named "cppunit/cppunittester" and inside a subdir? it's obstructing my attempt to put it in $(INSTDIR)/program Sep 19 10:33:28 <mst__> (... and if you wonder "wtf does it have to do with INSTDIR" you have never heard of awesome LibreOffice_Test installset.... not that i would know who needs it :) Sep 19 10:36:36 <sberg> mst__, it is in a subdir of solver/*/bin so that on Windows it would not accidentally have picked DLLs next to itself instead of the module-local DLLs it was supposed to test (back when we had module-local output trees) Sep 19 10:37:02 <mst__> sberg, ahh hysteric reasons then, /me renames it Sep 19 10:37:55 <tml> mst__, if nobody you know uses LibreOffice_Test, just kill it? Sep 19 10:38:59 <sberg> mst__, tml, LibreOffice_Test was conceived by pmladek and/or kendy, IIRC Sep 19 10:40:31 * kendy does not remember anything about it :-) Sep 19 10:42:17 <sberg> wasn't that something so users (or QA people?) could easily run the smoketest against an installation, to see whether the installation is any good at all, by installing that LibreOffice_Test alongside the installation proper? Sep 19 10:43:26 <sberg> mst__, ...and I'd unscientifically vote to kill it Sep 19 11:34:23 <pmladek> mst__, sberg: I have created the LibreOffice_Test package for one QA guy. He does not longer work on LO. I am not sure if anyone else started to use it. So, I think that it can be killed. Oct 17 18:18:07 <tml_> sberg: have you ever noticed that when you try to actually run instdir/unxmacxi/LibreOfficeDev.app , the system actually tries to run cppunittester inside the app bundle (it says so in the crash report) (it crashes because cppunittester requires a specialized DYLIB_LIBRARY_PATH apparently) Oct 17 18:19:29 <tml_> I suspect that the system when cppunittester as part of the build process is run from inside instdir (i.e. inside an app bundle) the system "caches" this false knowledge, and thinks that the executable of the app bundle is cppunittester... Oct 17 18:19:36 <sberg> tml_, no, never noticed; with "run instdir/unxmacxi/LibreOfficeDev.app" you mean calling "open instdir/unxmacxi/LibreOfficeDev.app"? (I always call .app/Contenst/MacOS/program explicitly) Oct 17 18:19:52 <tml_> yes, I mean "open instdir/..." Oct 17 18:20:53 <tml_> some googling tells me that at least years ago, the CFBundleExecutable key in the Info.plist is ignored if it is manually changed, so I guess similar caching of mapping between an app bundle and which executable to actually run happens in this case Oct 17 18:23:17 <tml_> and last year somebody even claims "And while on Mountain Lion, CFBundleExecutable seems to be a no-op", which would be odd, surely there must be widely used apps that have several executables inside the MacOS directory; how would the system know which one to run when the app is run? Oct 17 18:24:38 <tml_> hmm, apparently the code that handles this might be open source even, http://www.opensource.apple.com/source/CF/CF-744.18/CFBundle.c Oct 17 18:25:52 <tml_> some mention of "caches" there yes, my guesses might be right Oct 17 18:27:05 <tml_> if I cp -R instdir/unxmacxi/LibreOffice.app foo.app and open foo.app, it works fine Oct 17 18:28:33 <tml_> anyway, I guess it would be cleaner to have cppunittester somewhere else even without this problem Oct 17 18:37:09 <sberg> tml_, yes, IIRC having cppunittester in instdir was a misguided mst decision, because that odd LibreOffice_Test product (that pmladek said nobody needs any longer anyway) includes it; I think consensus was to kill LibreOffice_Test and move cppunittester where all the other NONE executables are, but looks like nobody executed Oct 17 18:37:55 <tml_> ah ok, so mst should know what needs to be done? good, no need for me to try to hack this now then Oct 17 18:38:19 <sberg> tml_, I'll do the cleanup tomorrow, unless somebody beats me This removes smoketest/losmoketest et al along with the *_Test product, as they seem to not make sense without it anyway. smoketest/Executable_libtest.mk appears to be a test that could also be run during the build, and only ended up in the *_Test product by accident, so I left it untouched for now. Change-Id: I8024472c909fe0a885eb08ef4d3777f8a9e1f7c8
-
- 30 Agu, 2013 1 kayıt (commit)
-
-
Norbert Thiebaud yazdı
Change-Id: Ice05796a9887c4ff311b78fcddd9820e0f06e7f1 Reviewed-on: https://gerrit.libreoffice.org/5708Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
- 19 Agu, 2013 1 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
-
- 18 Agu, 2013 1 kayıt (commit)
-
-
Tor Lillqvist yazdı
We can't create and bind Unix domain sockets, it seems, so bypass this for now. Change-Id: I85b84099f2d8afe860e0bc866e3ced3cb922ca63
-
- 07 May, 2013 2 kayıt (commit)
-
-
Stephan Bergmann yazdı
...just like it was implicitly exempted while it was still part of juh.jar. (The true fix should be to remove this smoketest-support code from general installation sets, but that is left as an exercise for another day.) Change-Id: Ia8bb07795facef5f344e3e53c3901f229725d1af
-
Stephan Bergmann yazdı
...into a new smoketest.jar, so that URE juh.jar no longer depends on non-URE unoil.jar. Change-Id: I8937c78d8af6e2f82ada5dd80c322f8bca5ec2f5
-
- 30 Nis, 2013 1 kayıt (commit)
-
-
Michael Meeks yazdı
-
- 21 Nis, 2013 2 kayıt (commit)
-
-
David Tardon yazdı
Change-Id: I056a9457aee725e1c8f992ee2553e79f536920ee
-
David Tardon yazdı
Change-Id: Ibbcf0ea1744090e0108faf2a617a96177e934aec
-
- 12 Mar, 2013 2 kayıt (commit)
-
-
Michael Meeks yazdı
Also fix debugging with threads, find fundamentalrc correctly, make it headless, finally loads a document then exits. Change-Id: I2017075bf3b3c7198bde53b9fe85585089e5ab6c
-
Michael Meeks yazdı
bootstrap libreoffice, start a dummy test-harness: can't use CppUnit or link to any URE / LibreOffice libraries. Change-Id: I855b640557f93959749e966a2d8e5e577fd84574
-
- 20 Şub, 2012 1 kayıt (commit)
-
-
Matúš Kukan yazdı
-
- 19 Şub, 2012 1 kayıt (commit)
-
-
Matúš Kukan yazdı
Add smoketest to tail_build and make it a subsequentcheck target.
-
- 10 Şub, 2012 1 kayıt (commit)
-
-
Matúš Kukan yazdı
-
- 13 Ock, 2012 1 kayıt (commit)
-
-
Matúš Kukan yazdı
This replaces commits 830a2b92 and 68b08a11 with, hopefully, proper one.
-
- 12 Ock, 2012 1 kayıt (commit)
-
-
Matúš Kukan yazdı
-
- 11 Ock, 2012 1 kayıt (commit)
-
-
Matúš Kukan yazdı
-
- 06 Ara, 2011 1 kayıt (commit)
-
-
Caolán McNamara yazdı
-
- 09 Agu, 2011 1 kayıt (commit)
-
-
Takeshi Abe yazdı
-
- 30 Tem, 2011 1 kayıt (commit)
-
-
Tor Lillqvist yazdı
-
- 03 Nis, 2011 1 kayıt (commit)
-
-
David Tardon yazdı
-
- 27 Mar, 2011 3 kayıt (commit)
-
-
Bjoern Michaelsen yazdı
-
Bjoern Michaelsen yazdı
-
Bjoern Michaelsen yazdı
-
- 18 Şub, 2011 1 kayıt (commit)
-
-
David Tardon yazdı
-
- 06 Kas, 2010 1 kayıt (commit)
-
-
David Tardon yazdı
-
- 12 Eki, 2010 2 kayıt (commit)
-
-
Michael Meeks yazdı
-
Jan Holesovsky yazdı
Kendy's standalone unix-quick-starter, with tweaks to make it conditionally compiled, and load png images with the new branding layout from Michael. Fixes to the soffice shell-script to not run pagein for a 2nd start
-