summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Collapse)AuthorFilesLines
2012-01-30remove '#define OUSTRING ::rtl::OUString'Ivan Timofeev1-9/+9
2012-01-27Skip Executable_soffice.bin for non-desktop OSes, hmmTor Lillqvist1-1/+1
2012-01-27Thanks to sal/main.h need to compile main.c as Objective-C for iOSTor Lillqvist1-0/+6
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann3-3/+3
2012-01-25reduce unnecessary includesCaolán McNamara1-16/+15
2012-01-24WaE: "defined but not used" for stuff bypassed for AndroidTor Lillqvist2-1/+10
2012-01-24android: disable bundled extension synchronisationMichael Meeks1-0/+2
2012-01-24android: disable lock-file bits for nowMichael Meeks1-1/+2
2012-01-24android: disable create_user_install's copyFile goodnessMichael Meeks1-2/+12
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 Meeks1-0/+7
2012-01-23use safer rethrow syntaxCaolán McNamara1-1/+1
2012-01-21android: hard-code path to 'lofficerc' in assets/Michael Meeks1-0/+3
2012-01-21android: print out exception messages that escaped 'main'Michael Meeks1-0/+10
2012-01-20android: add new desktop module, it gets to vcl init and fails.Michael Meeks1-4/+0
2012-01-18fdo#37740 remove duplicate icons from soffice.bin/soffice.exeAndras Timar5-33/+57
2012-01-16Fix configurable branding.Thorsten Behrens4-44/+80
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 Lillqvist8-10/+72
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 Lillqvist1-1/+1
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 Lillqvist1-2/+2
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 Lillqvist1-1/+1
2012-01-15WaE: ordered comparison of pointer with integer zeroDavid Tardon1-1/+1
2012-01-15WaE: ordered comparison of pointer with integer zeroDavid Tardon1-1/+1
2012-01-15simplify handling of JITC_PROCESSOR_TYPEDavid Tardon3-11/+5
2012-01-15do not build on macosx and winDavid Tardon1-0/+5
2012-01-15ucb: convert to gbuildMatúš Kukan1-3/+3
2012-01-15Galaxy (default) icon theme is now in icon-themes/galaxyStefan Knorr (astron)3-4/+4
2012-01-13appsys.* and FATToVFat_Impl appear to be unnecessaryCaolán McNamara3-114/+0
2012-01-13ByteString->rtl::OStringCaolán McNamara5-19/+18
2012-01-13Better fix for the valgrind.log problem.Stephan Bergmann1-0/+6
Only redirect to valgrind.log if --valgrind but not $VALGRIND is given.
2012-01-12valgrind.log creates more problems than it solves.Stephan Bergmann1-6/+0
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar3-11/+11
2012-01-11avoid generating a file in the source treeDavid Tardon5-1/+81
2012-01-11we need a var. assignment here, not a valueDavid Tardon1-1/+1
2012-01-11OS_FOR_BUILD is not right do decide Host module nameNorbert Thiebaud2-2/+2
2012-01-11Revert "OS_FOR_BUILD is not right do decide Host module name"Jan Holesovsky2-2/+2
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 nameNorbert2-2/+2
2012-01-10simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara1-1/+1
2012-01-10Some cppcheck cleaningJulien Nabet1-2/+1
2012-01-09remove deprecated --plugin command line switchAndras Timar2-5/+0
2012-01-09remove deprecated --bean command line switchAndras Timar3-13/+1
2012-01-09don't warn for -h/-?/-o/-n command line switchesAndras Timar1-1/+2
2012-01-09fix switches (--) and typosAndras Timar1-13/+13
2012-01-07yet another few strings to localizeAndras Timar1-1/+1
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz1-1/+0
2012-01-06remove unused VER_FIRSTYEARAndras Timar2-4/+0
2012-01-06tabs to spacesAndras Timar2-65/+64
2012-01-05Removed unnecessary tools includes.Marcel Metz2-2/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz6-5/+1
2012-01-05Removed unnecessary tools includes.Marcel Metz5-5/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz3-3/+0
Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz