summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* disable JRE warnings during help compilation on first startMichael Meeks2012-02-161-0/+5
|
* remove hideous plasma debugging bits from android branchMichael Meeks2012-02-151-35/+0
|
* Various string function clean upStephan Bergmann2012-02-152-10/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* PLASMA_NOW fixStephan Bergmann2012-02-151-15/+15
|
* Ifdefify temporary (?) Android hacksTor Lillqvist2012-02-151-15/+22
|
* Merge branch 'feature/android'Tor Lillqvist2012-02-151-0/+37
|\
| * android: get non-modal message dialog up, and continue to main app executeMichael Meeks2012-01-311-3/+3
| |
| * android: add debug hooks through app.cxx, comment chunks and add a dialogMichael Meeks2012-01-281-0/+37
| | | | | | | | without the dialog, the main window never appears to get shown.
* | fix layout of checkboxes on Extension Manager dialog fdo#45851Tomcsik Bence2012-02-141-9/+25
| | | | | | | | | | I changed the sizes and the positions of the checkboxes. So there won't be truncated checkboxes in any languages.
* | Some more comphelper/configurationhelper clean upStephan Bergmann2012-02-141-38/+5
| |
* | Added READMEs for modules which used to be in libs-coreJosh Heidenreich2012-02-081-0/+1
| |
* | Resolves: rhbz#788042 skip splashscreen with --quickstartCaolán McNamara2012-02-071-0/+1
| |
* | switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
| |
* | Some cppcheck cleaningJulien Nabet2012-02-011-1/+1
| |
* | allow to migrate the shared registrymodifications.xcuPetr Mladek2012-02-011-22/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | A few safe replacements of pathes->pathsJesús Corrius2012-02-011-1/+1
| |
* | remove '#define OUSTRING ::rtl::OUString'Ivan Timofeev2012-01-301-9/+9
| |
* | Skip Executable_soffice.bin for non-desktop OSes, hmmTor Lillqvist2012-01-271-1/+1
| |
* | Thanks to sal/main.h need to compile main.c as Objective-C for iOSTor Lillqvist2012-01-271-0/+6
| |
* | Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-263-3/+3
| |
* | reduce unnecessary includesCaolán McNamara2012-01-251-16/+15
|/
* WaE: "defined but not used" for stuff bypassed for AndroidTor Lillqvist2012-01-242-1/+10
|
* android: disable bundled extension synchronisationMichael Meeks2012-01-241-0/+2
|
* android: disable lock-file bits for nowMichael Meeks2012-01-241-1/+2
|
* android: disable create_user_install's copyFile goodnessMichael Meeks2012-01-241-2/+12
| | | | osl_copyFile is not implemented for android yet, and we can pre-can this dir.
* android: setup the unorc path correctly into assetsMichael Meeks2012-01-231-0/+7
|
* use safer rethrow syntaxCaolán McNamara2012-01-231-1/+1
|
* android: hard-code path to 'lofficerc' in assets/Michael Meeks2012-01-211-0/+3
|
* android: print out exception messages that escaped 'main'Michael Meeks2012-01-211-0/+10
|
* android: add new desktop module, it gets to vcl init and fails.Michael Meeks2012-01-201-4/+0
|
* fdo#37740 remove duplicate icons from soffice.bin/soffice.exeAndras Timar2012-01-185-33/+57
|
* Fix configurable branding.Thorsten Behrens2012-01-164-44/+80
| | | | | Bin the submakefile, use direct Zip cp calls. This also fixes the non-working deps towards default_images.
* Attempt to manage without Berkeley DB on iOS and AndroidTor Lillqvist2012-01-168-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.
* Do build Library_deployment also for non-desktop OSesTor Lillqvist2012-01-161-1/+1
| | | | | Whether anything in it will eventually be used in LO-based apps on such OSes, no idea, but no harm building it.
* Include soffice.bin but exclude Executable_unopkg.bin for non-desktop OSesTor Lillqvist2012-01-161-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.
* Try without xmlhelp on non-desktop OSesTor Lillqvist2012-01-161-1/+1
|
* WaE: ordered comparison of pointer with integer zeroDavid Tardon2012-01-151-1/+1
|
* WaE: ordered comparison of pointer with integer zeroDavid Tardon2012-01-151-1/+1
|
* simplify handling of JITC_PROCESSOR_TYPEDavid Tardon2012-01-153-11/+5
|
* do not build on macosx and winDavid Tardon2012-01-151-0/+5
|
* ucb: convert to gbuildMatúš Kukan2012-01-151-3/+3
|
* Galaxy (default) icon theme is now in icon-themes/galaxyStefan Knorr (astron)2012-01-153-4/+4
|
* appsys.* and FATToVFat_Impl appear to be unnecessaryCaolán McNamara2012-01-133-114/+0
|
* ByteString->rtl::OStringCaolán McNamara2012-01-135-19/+18
|
* Better fix for the valgrind.log problem.Stephan Bergmann2012-01-131-0/+6
| | | | Only redirect to valgrind.log if --valgrind but not $VALGRIND is given.
* valgrind.log creates more problems than it solves.Stephan Bergmann2012-01-121-6/+0
|
* fix prefix of command line switches (-- instead of -)Andras Timar2012-01-113-11/+11
|
* avoid generating a file in the source treeDavid Tardon2012-01-115-1/+81
|
* we need a var. assignment here, not a valueDavid Tardon2012-01-111-1/+1
|
* OS_FOR_BUILD is not right do decide Host module nameNorbert Thiebaud2012-01-112-2/+2
|