summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Collapse)Author
2012-02-21WaE: duplicateBranchThomas Arnhold
2012-02-21desktop: Don't call setIniFilename() for LIBO_HEADLESSRiccardo Magliocchetti
mmeeks suggests we don't want setIniFilename(), who am i to disagree? :)
2012-02-20desktop: remove duplicated gb_Library_set_include callRiccardo Magliocchetti
2012-02-20Clean up work around spurious warning about missing JREStephan Bergmann
2012-02-19Get rid of size() == 0Elton Chung
2012-02-18WaE: exec_javaldx defined but not used (javaless build)David Tardon
2012-02-18unusedcode.easy: desktop: singleton_entries is completely unusedThomas Arnhold
2012-02-17Introduce headless switch for X / cairo / toolkit less buildRiccardo Magliocchetti
The plan is to reduce dependencies to be easier to deploy libreoffice server side in headless mode.
2012-02-16disable JRE warnings during help compilation on first startMichael Meeks
2012-02-15remove hideous plasma debugging bits from android branchMichael Meeks
2012-02-15Various string function clean upStephan Bergmann
Added: * rtl::OString::matchL * rtl::OString::endsWith * rtl::OString::endsWithL * rtl::OString::indexOfL * rtl::OString::replaceFirst * rtl::OString::replaceAll * rtl::OString::getToken * rtl::OUString::endsWith * rtl::OUString::replaceFirst * rtl::OUString::replaceFirstAsciiL * rtl::OUString::replaceFirstAsciiLAsciiL * rtl::OUString::replaceAll * rtl::OUString::replaceAllAsciiL * rtl::OUString::replaceAllAsciiLAsciiL * rtl::OUString::getToken plus underlying C functions where necessary Deprecated: * comphelper::string::remove * comphelper::string::getToken Removed: * comphelper::string::searchAndReplaceAsciiL * comphelper::string::searchAndReplaceAllAsciiWithAscii * comphelper::string::searchAndReplaceAsciiI * comphelper::string::replace * comphelper::string::matchL * comphelper::string::matchIgnoreAsciiCaseL * comphelper::string::indexOfL Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM -> RTL_CONSTASCII_STRINGPARAM.
2012-02-15PLASMA_NOW fixStephan Bergmann
2012-02-15Ifdefify temporary (?) Android hacksTor Lillqvist
2012-02-15Merge branch 'feature/android'Tor Lillqvist
2012-02-14fix layout of checkboxes on Extension Manager dialog fdo#45851Tomcsik Bence
I changed the sizes and the positions of the checkboxes. So there won't be truncated checkboxes in any languages.
2012-02-14Some more comphelper/configurationhelper clean upStephan Bergmann
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich
2012-02-07Resolves: rhbz#788042 skip splashscreen with --quickstartCaolán McNamara
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
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-31android: get non-modal message dialog up, and continue to main app executeMichael Meeks
2012-01-30remove '#define OUSTRING ::rtl::OUString'Ivan Timofeev
2012-01-28android: add debug hooks through app.cxx, comment chunks and add a dialogMichael Meeks
without the dialog, the main window never appears to get shown.
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)