summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Collapse)AuthorFilesLines
2011-12-06langlist.mk: remove bogus Turkmen languageMiklos Vajna1-1/+0
This was added in cbf182a975dd170aa4997677ac3516ade4cb30a7, but scp2/source/ooo/module_langpack.ulf was never updated accordingly, nor there is such a language on Pootle.
2011-12-06remove NSIS supportAndras Timar3-829/+0
2011-12-06three shall be the number thou shalt countDavid Tardon1-1/+1
2011-12-05wizards: completely work python wizard packaging and registrationMichael Meeks2-5/+24
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 Mladek1-1/+1
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 Timar1-2/+2
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 Kaplan2-4/+4
2011-12-05remove unused ONLY_ASIA_LANGUAGE and ONLY_WESTERN_LANGUAGE optionsAndras Timar4-196/+0
2011-12-05Determine Packager properly, and use fallback if none.Thorsten Behrens1-2/+10
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 Lillqvist2-8/+8
2011-12-05The evil in BuildDirs.mk has to be undone by another evil.Jan Holesovsky2-2/+23
2011-12-04set download name of Windows installerAndras Timar2-51/+11
2011-12-04remove unused feature of generating setup.iniAndras Timar4-146/+1
2011-12-04remove unused feauture ADDLANGUAGEINDATABASENAMEAndras Timar2-25/+0
2011-12-04set 'fa' and 'ug' as bidi languages in Windows installerAndras Timar1-1/+1
2011-12-04remove packaging for Java Desktop System (JDS)Andras Timar6-370/+0
2011-12-02Revert "Don't overwrite OUTDIR & friends." once again....Kohei Yoshida1-0/+9
This reverts commit 0f1b0e5b7ad813069630e7ae719a800ecab640a8.
2011-12-02split smoketest module to fix buildPetr Mladek1-2/+1
+ 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 Holesovsky1-9/+0
2011-12-02Run gdb in the TUI mode.Jan Holesovsky1-1/+1
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan1-1/+1
2011-12-01set manufacturer name to OOO_VENDOR or else to USERNAMEAndras Timar1-4/+11
2011-12-01our product is always opensourceAndras Timar5-35/+6
2011-12-01create installation set for testsPetr Mladek2-1/+6
+ 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 Mladek1-1/+1
2011-12-01Revert "Don't overwrite OUTDIR & friends."Kohei Yoshida1-0/+9
This reverts commit 28275d470f3a062cfa27d72bbf89328af1e83c68.
2011-12-01Fix typos in "hint" and make more readableTor Lillqvist1-2/+5
2011-11-30do not even read module dirs when shortcutingBjoern Michaelsen1-0/+1
2011-11-30debugrun does not need to read gbuild definitionsBjoern Michaelsen1-1/+1
2011-11-30execute debugrun after buildingBjoern Michaelsen1-1/+5
2011-11-30Android code refactorig and hackingTor Lillqvist1-0/+64
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 Lillqvist1-0/+5
2011-11-30remove debug lineBjoern Michaelsen1-1/+0
2011-11-30dont read gbuild definitions on distcleanBjoern Michaelsen1-1/+1
2011-11-30Don't overwrite OUTDIR & friends.Jan Holesovsky1-9/+0
2011-11-30fix silent pass on to buildplBjoern Michaelsen1-1/+2
2011-11-30fix conditions on when to read gbuild definitionsBjoern Michaelsen2-8/+14
2011-11-30lets only depend build-order only on build from debugrun for nowBjoern Michaelsen1-1/+3
- 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 Michaelsen1-1/+1
2011-11-30get findunusedcode target workingCaolán McNamara1-8/+8
2011-11-30fix TARGETGUI for windowsBjoern Michaelsen3-7/+9
2011-11-29don't remove Makefile on make distclean, we need it now in all cases...Rene Engelhard1-1/+1
2011-11-29remove another debug lineBjoern Michaelsen1-1/+0
2011-11-29use gb_MINISOLARENV for platform checkBjoern Michaelsen1-1/+1
2011-11-29with announce letters shalt thou count to three, no more, no lessBjoern Michaelsen1-3/+3
2011-11-29remove debug outputBjoern Michaelsen1-1/+0
2011-11-29Makefile.in -- die, die, die!Bjoern Michaelsen1-1/+1
2011-11-29move reconfigure into gbuildBjoern Michaelsen5-10/+29
2011-11-29moved findunusedcode to gbuildBjoern Michaelsen1-1/+22
2011-11-29move install target to gbuildBjoern Michaelsen1-1/+8