Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-01 | Some cppcheck cleaning | Julien Nabet | |
2012-02-01 | allow to migrate the shared registrymodifications.xcu | Petr Mladek | |
LO-3.3 and older wrote configuration into many files under user/registry/data. LO-3.4 spped up startup by moving these files into a single /user/registrymodifications.xcu. officecfg/registry/data/org/openoffice/Setup.xcu defines what registry nodes are migrated and what are excluded. Finally, the old migration code detected the name of the .xcu file by the first entry in IncludedNodes. This fix allows to search the data in the single registrymodifications.xcu when available. | |||
2012-02-01 | A few safe replacements of pathes->paths | Jesús Corrius | |
2012-01-30 | remove '#define OUSTRING ::rtl::OUString' | Ivan Timofeev | |
2012-01-27 | Skip Executable_soffice.bin for non-desktop OSes, hmm | Tor Lillqvist | |
2012-01-27 | Thanks to sal/main.h need to compile main.c as Objective-C for iOS | Tor Lillqvist | |
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann | |
2012-01-25 | reduce unnecessary includes | Caolán McNamara | |
2012-01-24 | WaE: "defined but not used" for stuff bypassed for Android | Tor Lillqvist | |
2012-01-24 | android: disable bundled extension synchronisation | Michael Meeks | |
2012-01-24 | android: disable lock-file bits for now | Michael Meeks | |
2012-01-24 | android: disable create_user_install's copyFile goodness | Michael Meeks | |
osl_copyFile is not implemented for android yet, and we can pre-can this dir. | |||
2012-01-23 | android: setup the unorc path correctly into assets | Michael Meeks | |
2012-01-23 | use safer rethrow syntax | Caolán McNamara | |
2012-01-21 | android: hard-code path to 'lofficerc' in assets/ | Michael Meeks | |
2012-01-21 | android: print out exception messages that escaped 'main' | Michael Meeks | |
2012-01-20 | android: add new desktop module, it gets to vcl init and fails. | Michael Meeks | |
2012-01-18 | fdo#37740 remove duplicate icons from soffice.bin/soffice.exe | Andras Timar | |
2012-01-16 | Fix configurable branding. | Thorsten Behrens | |
Bin the submakefile, use direct Zip cp calls. This also fixes the non-working deps towards default_images. | |||
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-16 | Do build Library_deployment also for non-desktop OSes | Tor Lillqvist | |
Whether anything in it will eventually be used in LO-based apps on such OSes, no idea, but no harm building it. | |||
2012-01-16 | Include soffice.bin but exclude Executable_unopkg.bin for non-desktop OSes | Tor Lillqvist | |
Not that I know if soffice.bin as it currently is will make sense on Android or iOS eventually, but just for experimentation... Don't bother with Library_unopkgapp for non-desktop OSes as we don't build Executable_unopkg.bin for them either. | |||
2012-01-16 | Try without xmlhelp on non-desktop OSes | Tor Lillqvist | |
2012-01-15 | WaE: ordered comparison of pointer with integer zero | David Tardon | |
2012-01-15 | WaE: ordered comparison of pointer with integer zero | David Tardon | |
2012-01-15 | simplify handling of JITC_PROCESSOR_TYPE | David Tardon | |
2012-01-15 | do not build on macosx and win | David Tardon | |
2012-01-15 | ucb: convert to gbuild | Matúš Kukan | |
2012-01-15 | Galaxy (default) icon theme is now in icon-themes/galaxy | Stefan Knorr (astron) | |
2012-01-13 | appsys.* and FATToVFat_Impl appear to be unnecessary | Caolán McNamara | |
2012-01-13 | ByteString->rtl::OString | Caolán McNamara | |
2012-01-13 | Better fix for the valgrind.log problem. | Stephan Bergmann | |
Only redirect to valgrind.log if --valgrind but not $VALGRIND is given. | |||
2012-01-12 | valgrind.log creates more problems than it solves. | Stephan Bergmann | |
2012-01-11 | fix prefix of command line switches (-- instead of -) | Andras Timar | |
2012-01-11 | avoid generating a file in the source tree | David Tardon | |
2012-01-11 | we need a var. assignment here, not a value | David Tardon | |
2012-01-11 | OS_FOR_BUILD is not right do decide Host module name | Norbert Thiebaud | |
2012-01-11 | Revert "OS_FOR_BUILD is not right do decide Host module name" | Jan Holesovsky | |
This reverts commit 39cfc4d8ad77700aefabaedde430693448a5f76f. This OS_FOR_BUILD is to modify behavior in the cross-compilation case. | |||
2012-01-10 | OS_FOR_BUILD is not right do decide Host module name | Norbert | |
2012-01-10 | simplify LocalFileHelper::ConvertURLToPhysicalName | Caolán McNamara | |
2012-01-10 | Some cppcheck cleaning | Julien Nabet | |
2012-01-09 | remove deprecated --plugin command line switch | Andras Timar | |
2012-01-09 | remove deprecated --bean command line switch | Andras Timar | |
2012-01-09 | don't warn for -h/-?/-o/-n command line switches | Andras Timar | |
2012-01-09 | fix switches (--) and typos | Andras Timar | |
2012-01-07 | yet another few strings to localize | Andras Timar | |
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |
2012-01-06 | remove unused VER_FIRSTYEAR | Andras Timar | |
2012-01-06 | tabs to spaces | Andras Timar | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |