Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-25 | Add notice that the android/qa/simple directory has not been maintained | Tor Lillqvist | |
2012-01-24 | We don't do cppunit stuff here | Tor Lillqvist | |
2012-01-24 | android: extend rc files some more to aid bootstrapping. | Michael Meeks | |
it seems there are two 'unorc' files - confusing huh ? | |||
2012-01-24 | android: attempt to create presets/ directory, add 'HOME' too. | Michael Meeks | |
2012-01-23 | android: get dummy user-install 'presets' setup to please first-run | Michael Meeks | |
2012-01-23 | android: get osl_Pipe creation sorted out, before we kill it. | Michael Meeks | |
use new OSL_SOCKET_PATH bootstrap variable to customise this. | |||
2012-01-23 | android: add package2 and create bootstraprc | Michael Meeks | |
2012-01-23 | android: add missing component, icon theme, and UI config xml | Michael Meeks | |
2012-01-23 | android: make desktop/ marginally debuggable | Michael Meeks | |
2012-01-23 | android: update README and fix a number of silly escaping issues | Michael Meeks | |
2012-01-23 | Add the filters_test test documents | Tor Lillqvist | |
2012-01-23 | Possibly need dummy jni/Android.mk and Application.mk for ndk-gdb to work | Tor Lillqvist | |
2012-01-23 | android: re-installs can fail silently, remove tree before install | Michael Meeks | |
2012-01-21 | android: hard-code path to 'lofficerc' in assets/ | Michael Meeks | |
2012-01-20 | filters_test needs a shitload of components | Tor Lillqvist | |
Ugly duplication of the list if components. Could obviously do some elegant refactoring to have each component mentioned just once. But on the other hand, this is just a temporary way to build this unit test app, no? If/when eventually gbuildifying this, the data from the gb_CppunitTest_add_components calls in the correspondig CppunitTest_FOO.mk files can be used, one hopes. | |||
2012-01-20 | Add a target for the stdio redirection magic commands | Tor Lillqvist | |
2012-01-20 | Fix file: URI syntax | Tor Lillqvist | |
2012-01-20 | android: add new desktop module, it gets to vcl init and fails. | Michael Meeks | |
2012-01-20 | Improve Android configury | Tor Lillqvist | |
Add a --with-android-sdk switch, and make that and the --with-android-ndk mandatory when building for Android. Automatically create a proper android/sc/qa/local.properties file (which points to the SDK) for Ant. Restore the Android ARM code generation related flags that I think we want to use (that used to be mentioned in README.cross but were accidentally dropped) to the automated setting of CC and CXX. | |||
2012-01-20 | Add a stop-start-cycle target to do the adb shell stop & start dance | Tor Lillqvist | |
2012-01-20 | It's scfiltlo, not scfilt | Tor Lillqvist | |
2012-01-20 | Add the sc_filters_test unit test | Tor Lillqvist | |
2012-01-18 | No need to unpack the .res files any more | Tor Lillqvist | |
2012-01-18 | android: use config_host.mk for unit test goodness | Michael Meeks | |
2012-01-16 | Attempt to manage without Berkeley DB on iOS and Android | Tor Lillqvist | |
Berkeley DB is used for help index and extension database. (Possibly only for a backward-compatible format of the latter, I am not sure.) Neither use makes much sense on Android and iOS. The existing help is for LO on desktop OSes anyway, help for LO-based apps on iOS and Android will naturally be quite different. On iOS there will definitely be no "extensions", and probably we don't want to bother with such on Android either. | |||
2012-01-15 | these are not old component files anymore | Matúš Kukan | |
2012-01-13 | Now we need libdb, too | Tor Lillqvist | |
2012-01-13 | Use merged libs on Android | Tor Lillqvist | |
2012-01-13 | More workarounds for weird problem with vnd.sun.star.expand | Tor Lillqvist | |
2012-01-13 | Fontconfig must have a cachedir, so hardcode one for now | Tor Lillqvist | |
2012-01-13 | Just tell to run it with "make run" | Tor Lillqvist | |
2012-01-13 | We now proceed further and need some more libraries | Tor Lillqvist | |
2012-01-12 | Include .res files, a fonts.conf, and other hacking | Tor Lillqvist | |
2012-01-12 | Add setting environment variables | Tor Lillqvist | |
2012-01-11 | Need to trim trailing newline from the indirect command line string | Tor Lillqvist | |
2012-01-11 | Work around http://code.google.com/p/android/issues/detail?id=23351 | Tor Lillqvist | |
2012-01-06 | Merge branch 'feature/gbuild_extensions' | Michael Stahl | |
Conflicts: extensions/source/ole/servreg.cxx extensions/source/plugin/util/makefile.mk postprocess/packcomponents/makefile.mk postprocess/prj/build.lst tail_build/prj/build.lst | |||
2012-01-05 | Need the basebmp library | Tor Lillqvist | |
2011-12-24 | Merge remote-tracking branch 'origin/master' into feature/gbuild_extensions | Peter Foley | |
Conflicts: Module_tail_build.mk Repository.mk extensions/util/makefile.pmk postprocess/prj/build.lst svx/AllLangResTarget_svx.mk | |||
2011-12-22 | Add comment about how to use the lo-strace "extra" (option) | Tor Lillqvist | |
2011-12-21 | Add a couple of missing files | Tor Lillqvist | |
2011-12-19 | More shlibs and .component files needed | Tor Lillqvist | |
2011-12-19 | This is for Calc unit tests | Tor Lillqvist | |
2011-12-18 | android: delete generated lo-bootstrap.jar | Miklos Vajna | |
2011-12-15 | Add uninstall target | Tor Lillqvist | |
2011-12-15 | ndk-gdb needs gdbserver and gdb.setup | Tor Lillqvist | |
2011-12-15 | ucalc needs lots more libraries | Tor Lillqvist | |
2011-12-15 | Add an app for the sc_ucalc unit test | Tor Lillqvist | |
2011-12-14 | Add separate cppunittester app project that uses the Bootstrap library | Tor Lillqvist | |
2011-12-14 | Turn Bootstrap into a "library" project from Ant's point of view | Tor Lillqvist | |