summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Collapse)Author
2011-12-06three shall be the number thou shalt countDavid Tardon
2011-12-05wizards: completely work python wizard packaging and registrationMichael Meeks
Also improve exception handling and error printing in pythonloader Allow registration of explicit .py components - the only method that works
2011-12-05allow to install desktop integration in Linux dev buildPetr 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-05Use OOO_VENDOR as Packager whenever it is definedAndras 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-05It's RTL languages not bidi languagesLior Kaplan
2011-12-05remove unused ONLY_ASIA_LANGUAGE and ONLY_WESTERN_LANGUAGE optionsAndras Timar
2011-12-05Determine 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-05Fix library layer mapping for the URELIB ones, fdo#42826Tor Lillqvist
2011-12-05The evil in BuildDirs.mk has to be undone by another evil.Jan Holesovsky
2011-12-04set download name of Windows installerAndras Timar
2011-12-04remove unused feature of generating setup.iniAndras Timar
2011-12-04remove unused feauture ADDLANGUAGEINDATABASENAMEAndras Timar
2011-12-04set 'fa' and 'ug' as bidi languages in Windows installerAndras Timar
2011-12-04remove packaging for Java Desktop System (JDS)Andras Timar
2011-12-02Revert "Don't overwrite OUTDIR & friends." once again....Kohei Yoshida
This reverts commit 0f1b0e5b7ad813069630e7ae719a800ecab640a8.
2011-12-02split smoketest module to fix buildPetr 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-02Don't overwrite OUTDIR & friends.Jan Holesovsky
2011-12-02Run gdb in the TUI mode.Jan Holesovsky
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan
2011-12-01set manufacturer name to OOO_VENDOR or else to USERNAMEAndras Timar
2011-12-01our product is always opensourceAndras Timar
2011-12-01create installation set for testsPetr 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-01Use more reasonable permissions also the profile filesPetr Mladek
2011-12-01Revert "Don't overwrite OUTDIR & friends."Kohei Yoshida
This reverts commit 28275d470f3a062cfa27d72bbf89328af1e83c68.
2011-12-01Fix typos in "hint" and make more readableTor Lillqvist
2011-11-30do not even read module dirs when shortcutingBjoern Michaelsen
2011-11-30debugrun does not need to read gbuild definitionsBjoern Michaelsen
2011-11-30execute debugrun after buildingBjoern Michaelsen
2011-11-30Android code refactorig and hackingTor 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-30Don't bother with -D_PTHREADS -D_REENTRANT for AndroidTor Lillqvist
2011-11-30remove debug lineBjoern Michaelsen
2011-11-30dont read gbuild definitions on distcleanBjoern Michaelsen
2011-11-30Don't overwrite OUTDIR & friends.Jan Holesovsky
2011-11-30fix silent pass on to buildplBjoern Michaelsen
2011-11-30fix conditions on when to read gbuild definitionsBjoern Michaelsen
2011-11-30lets only depend build-order only on build from debugrun for nowBjoern Michaelsen
- as long as we still have the slow build.pl run for top-level build
2011-11-30make build.pl verbose on non-silent buildsBjoern Michaelsen
2011-11-30get findunusedcode target workingCaolán McNamara
2011-11-30fix TARGETGUI for windowsBjoern Michaelsen
2011-11-29don't remove Makefile on make distclean, we need it now in all cases...Rene Engelhard
2011-11-29remove another debug lineBjoern Michaelsen
2011-11-29use gb_MINISOLARENV for platform checkBjoern Michaelsen
2011-11-29with announce letters shalt thou count to three, no more, no lessBjoern Michaelsen
2011-11-29remove debug outputBjoern Michaelsen
2011-11-29Makefile.in -- die, die, die!Bjoern Michaelsen
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-29moved findunusedcode to gbuildBjoern Michaelsen
2011-11-29move install target to gbuildBjoern Michaelsen
2011-11-29respect DO_FETCH_TARBALLS againBjoern Michaelsen
2011-11-29do incemental build from instsetoo_native to smoketest, if both are neededBjoern Michaelsen