summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Collapse)Author
2012-02-01Some cppcheck cleaningJulien Nabet
2012-02-01allow to migrate the shared registrymodifications.xcuPetr 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-01A few safe replacements of pathes->pathsJesús Corrius
2012-01-30remove '#define OUSTRING ::rtl::OUString'Ivan Timofeev
2012-01-27Skip Executable_soffice.bin for non-desktop OSes, hmmTor Lillqvist
2012-01-27Thanks to sal/main.h need to compile main.c as Objective-C for iOSTor Lillqvist
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann
2012-01-25reduce unnecessary includesCaolán McNamara
2012-01-24WaE: "defined but not used" for stuff bypassed for AndroidTor Lillqvist
2012-01-24android: disable bundled extension synchronisationMichael Meeks
2012-01-24android: disable lock-file bits for nowMichael Meeks
2012-01-24android: disable create_user_install's copyFile goodnessMichael Meeks
osl_copyFile is not implemented for android yet, and we can pre-can this dir.
2012-01-23android: setup the unorc path correctly into assetsMichael Meeks
2012-01-23use safer rethrow syntaxCaolán McNamara
2012-01-21android: hard-code path to 'lofficerc' in assets/Michael Meeks
2012-01-21android: print out exception messages that escaped 'main'Michael Meeks
2012-01-20android: add new desktop module, it gets to vcl init and fails.Michael Meeks
2012-01-18fdo#37740 remove duplicate icons from soffice.bin/soffice.exeAndras Timar
2012-01-16Fix configurable branding.Thorsten Behrens
Bin the submakefile, use direct Zip cp calls. This also fixes the non-working deps towards default_images.
2012-01-16Attempt to manage without Berkeley DB on iOS and AndroidTor 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-16Do build Library_deployment also for non-desktop OSesTor 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-16Include soffice.bin but exclude Executable_unopkg.bin for non-desktop OSesTor 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-16Try without xmlhelp on non-desktop OSesTor Lillqvist
2012-01-15WaE: ordered comparison of pointer with integer zeroDavid Tardon
2012-01-15WaE: ordered comparison of pointer with integer zeroDavid Tardon
2012-01-15simplify handling of JITC_PROCESSOR_TYPEDavid Tardon
2012-01-15do not build on macosx and winDavid Tardon
2012-01-15ucb: convert to gbuildMatúš Kukan
2012-01-15Galaxy (default) icon theme is now in icon-themes/galaxyStefan Knorr (astron)
2012-01-13appsys.* and FATToVFat_Impl appear to be unnecessaryCaolán McNamara
2012-01-13ByteString->rtl::OStringCaolán McNamara
2012-01-13Better fix for the valgrind.log problem.Stephan Bergmann
Only redirect to valgrind.log if --valgrind but not $VALGRIND is given.
2012-01-12valgrind.log creates more problems than it solves.Stephan Bergmann
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar
2012-01-11avoid generating a file in the source treeDavid Tardon
2012-01-11we need a var. assignment here, not a valueDavid Tardon
2012-01-11OS_FOR_BUILD is not right do decide Host module nameNorbert Thiebaud
2012-01-11Revert "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-10OS_FOR_BUILD is not right do decide Host module nameNorbert
2012-01-10simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara
2012-01-10Some cppcheck cleaningJulien Nabet
2012-01-09remove deprecated --plugin command line switchAndras Timar
2012-01-09remove deprecated --bean command line switchAndras Timar
2012-01-09don't warn for -h/-?/-o/-n command line switchesAndras Timar
2012-01-09fix switches (--) and typosAndras Timar
2012-01-07yet another few strings to localizeAndras Timar
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2012-01-06remove unused VER_FIRSTYEARAndras Timar
2012-01-06tabs to spacesAndras Timar
2012-01-05Removed unnecessary tools includes.Marcel Metz