Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-15 | remove hideous plasma debugging bits from android branch | Michael Meeks | |
2012-02-15 | Various string function clean up | Stephan 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-15 | PLASMA_NOW fix | Stephan Bergmann | |
2012-02-15 | Ifdefify temporary (?) Android hacks | Tor Lillqvist | |
2012-02-15 | Merge branch 'feature/android' | Tor Lillqvist | |
2012-02-14 | fix layout of checkboxes on Extension Manager dialog fdo#45851 | Tomcsik Bence | |
I changed the sizes and the positions of the checkboxes. So there won't be truncated checkboxes in any languages. | |||
2012-02-14 | Some more comphelper/configurationhelper clean up | Stephan Bergmann | |
2012-02-08 | Added READMEs for modules which used to be in libs-core | Josh Heidenreich | |
2012-02-07 | Resolves: rhbz#788042 skip splashscreen with --quickstart | Caolán McNamara | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
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-31 | android: get non-modal message dialog up, and continue to main app execute | Michael Meeks | |
2012-01-30 | remove '#define OUSTRING ::rtl::OUString' | Ivan Timofeev | |
2012-01-28 | android: add debug hooks through app.cxx, comment chunks and add a dialog | Michael Meeks | |
without the dialog, the main window never appears to get shown. | |||
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. |