Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-06 | three shall be the number thou shalt count | David Tardon | |
2011-12-05 | wizards: completely work python wizard packaging and registration | Michael Meeks | |
Also improve exception handling and error printing in pythonloader Allow registration of explicit .py components - the only method that works | |||
2011-12-05 | allow to install desktop integration in Linux dev build | Petr Mladek | |
The desktop integration searched for the package name by the dash "-" delimiter on many locations. It was not easy to add support for package names with the dash. In addition, there was an inconsistence. Most package names used the "libo-dev" prefix name but the ure packages used "lodev". It was installed into the prefix /opt/lo-dev. So, I remaned everything to "lodev". It removed the inconsistence and solved solution with the dash. | |||
2011-12-05 | Use OOO_VENDOR as Packager whenever it is defined | Andras Timar | |
It is passed by the --with-vendor configure switch and it is visible on Control Panel in Windows. In official builds We want TDF there, not the username of the builder. | |||
2011-12-05 | It's RTL languages not bidi languages | Lior Kaplan | |
2011-12-05 | remove unused ONLY_ASIA_LANGUAGE and ONLY_WESTERN_LANGUAGE options | Andras Timar | |
2011-12-05 | Determine Packager properly, and use fallback if none. | Thorsten Behrens | |
This fixes the more strict rpmbuild checking that requires a non- empty Packager name. | |||
2011-12-05 | Fix library layer mapping for the URELIB ones, fdo#42826 | Tor Lillqvist | |
2011-12-05 | The evil in BuildDirs.mk has to be undone by another evil. | Jan Holesovsky | |
2011-12-04 | set download name of Windows installer | Andras Timar | |
2011-12-04 | remove unused feature of generating setup.ini | Andras Timar | |
2011-12-04 | remove unused feauture ADDLANGUAGEINDATABASENAME | Andras Timar | |
2011-12-04 | set 'fa' and 'ug' as bidi languages in Windows installer | Andras Timar | |
2011-12-04 | remove packaging for Java Desktop System (JDS) | Andras Timar | |
2011-12-02 | Revert "Don't overwrite OUTDIR & friends." once again.... | Kohei Yoshida | |
This reverts commit 0f1b0e5b7ad813069630e7ae719a800ecab640a8. | |||
2011-12-02 | split smoketest module to fix build | Petr 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-02 | Don't overwrite OUTDIR & friends. | Jan Holesovsky | |
2011-12-02 | Run gdb in the TUI mode. | Jan Holesovsky | |
2011-12-01 | typo fix: explicitely -> explicitly | Lior Kaplan | |
2011-12-01 | set manufacturer name to OOO_VENDOR or else to USERNAME | Andras Timar | |
2011-12-01 | our product is always opensource | Andras Timar | |
2011-12-01 | create installation set for tests | Petr 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-12-01 | Use more reasonable permissions also the profile files | Petr Mladek | |
2011-12-01 | Revert "Don't overwrite OUTDIR & friends." | Kohei Yoshida | |
This reverts commit 28275d470f3a062cfa27d72bbf89328af1e83c68. | |||
2011-12-01 | Fix typos in "hint" and make more readable | Tor Lillqvist | |
2011-11-30 | do not even read module dirs when shortcuting | Bjoern Michaelsen | |
2011-11-30 | debugrun does not need to read gbuild definitions | Bjoern Michaelsen | |
2011-11-30 | execute debugrun after building | Bjoern Michaelsen | |
2011-11-30 | Android code refactorig and hacking | Tor Lillqvist | |
Sorry for the large unstructured commit. But hey, the Android code is experimental so far. Extract the native lo-bootstrap code into a fairly normal library built in sal. (Previously it was the JNI part of the "Bootstrap" app.) Just linkink normally to liblo-bootstrap from C++ code that uses it works fine, no need to do a dlsym lookup. Bootstrap is still a subclass of NativeActivity and can thus still be used as an "app" (to start unit tests, or whatever), but can also be used from some other app's Java code to just get access to the lo-bootstrap native methods. Introduce a new top-level "module", android, for Bootstrap and the experiments with DocumentLoader. Note that the experimental DocumentLoader app still crashes. It can't create the com.sun.star.frame.Desktop instance. I spent lots of time debugging in the painfully inadequate ndk-gdb. (Even the newer gdb build from the "mingw-and-ndk" project is quite crappy in many ways.) I should really experiment with corresponding code on a normal platform first before even trying on Android. Basically, I think that if I just can get the concept of Java code that instantiates and uses LO components *in-process* working on a normal desktop platform, it should work on Android, too. | |||
2011-11-30 | Don't bother with -D_PTHREADS -D_REENTRANT for Android | Tor Lillqvist | |
2011-11-30 | remove debug line | Bjoern Michaelsen | |
2011-11-30 | dont read gbuild definitions on distclean | Bjoern Michaelsen | |
2011-11-30 | Don't overwrite OUTDIR & friends. | Jan Holesovsky | |
2011-11-30 | fix silent pass on to buildpl | Bjoern Michaelsen | |
2011-11-30 | fix conditions on when to read gbuild definitions | Bjoern Michaelsen | |
2011-11-30 | lets only depend build-order only on build from debugrun for now | Bjoern Michaelsen | |
- as long as we still have the slow build.pl run for top-level build | |||
2011-11-30 | make build.pl verbose on non-silent builds | Bjoern Michaelsen | |
2011-11-30 | get findunusedcode target working | Caolán McNamara | |
2011-11-30 | fix TARGETGUI for windows | Bjoern Michaelsen | |
2011-11-29 | don't remove Makefile on make distclean, we need it now in all cases... | Rene Engelhard | |
2011-11-29 | remove another debug line | Bjoern Michaelsen | |
2011-11-29 | use gb_MINISOLARENV for platform check | Bjoern Michaelsen | |
2011-11-29 | with announce letters shalt thou count to three, no more, no less | Bjoern Michaelsen | |
2011-11-29 | remove debug output | Bjoern Michaelsen | |
2011-11-29 | Makefile.in -- die, die, die! | Bjoern Michaelsen | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-29 | moved findunusedcode to gbuild | Bjoern Michaelsen | |
2011-11-29 | move install target to gbuild | Bjoern Michaelsen | |
2011-11-29 | respect DO_FETCH_TARBALLS again | Bjoern Michaelsen | |
2011-11-29 | do incemental build from instsetoo_native to smoketest, if both are needed | Bjoern Michaelsen | |