summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-15No Makefile.in any moreTor Lillqvist
2011-12-15Unset SYSBASE explicitly if not supposed to be setTor Lillqvist
This fixes cross-compiling from Linux to Android. My guess is that the build system nowadays, when building the cross_toolset (for the build platform), sources Env.Build.sh in an environment where Env.Host.sh has already been sourced. So, if Env.Host.sh exports SYSBASE, that stayed in force also after sourcing Env.Build.sh, with predictably horrible results. For some reason it didn't hurt cross-compiling from Mac OS X, which is why I hadn't noticed.
2011-12-15salhelper: s/hack/gb_Library_set_soversion_script/Michael Stahl
2011-12-15gbuild: add gb_Library_set_soversion_script:Michael Stahl
This allows for setting a SONAME and version script, which is required for UNO runtime libraries where we want to maintain a stable ABI. The old build system did apparently not set an SONAME on MacOSX or Solaris, so don't do that here either.
2011-12-15gbuild: Deliver.mk: preserve symlinks on deliverMichael Stahl
The option -P seems to be supported by a lot of ancient cp implementations, let's hope it actually works.
2011-12-15more corrections to date formatsMartin Srebotnjak
2011-12-15Resolved fdo#43831 Advanced FILTER incompatible with 3.4.4 documentsEike Rathke
* Reintroduced logic in PrepareQueryItem::operator() that got lost during rework of ScQueryEntry. * ScQueryParamBase::FillInExcelSyntax() and the calling lcl_createExcelQuery() create query entries always as ByString, that needs to be converted to ByValue if appropriate.
2011-12-15Additional fix for EasyHack FDO43058, remove extra semicolonsGustavo Buzzatti Pacheco
2011-12-15Introduce optional krb5&gssapi support for internal PostgreSQLLionel Elie Mamane
Enable it by default on MacOS X
2011-12-15Removed extra semicolonsJesse
2011-12-15remove unused ScInputBarGroup::GainFocusNoel Power
2011-12-15fdo#43707: tweak workarounds for fdo#42865:Michael Stahl
Apparently on Windows the SAL_DLLPUBLIC_EXPORT does not work for unknown reasons, so use the old mapfiles on that platform. Should fix regressions from 1fb5eb21, 48dbaa51, a9da5a0b.
2011-12-15Revert "enable -gdwarf-4 by default if possible"Luboš Luňák
It turns out even quite recent gdb (7.1) reportedly does not support DWARF4, moreover while the produced binaries are smaller, faster and make gdb initially use less memory, this quickly ceases to the case as soon as one actually does anything in gdb. Presumably the DWARF4 handling in current gdb is very inefficient (http://sourceware.org/bugzilla/show_bug.cgi?id=13498). This reverts commit 5214f7843ca48f2207945fbfe32ba164afe7b3aa. Conflicts: solenv/gbuild/platform/WNT_INTEL_GCC.mk solenv/gbuild/platform/unxgcc.mk
2011-12-15fix mistaken String::CreateFromInt32 -> OUString::valueOf conversionNoel Power
2011-12-15Resolves fdo#43725 crash on saving a fileEike Rathke
+ Checks out-of-bounds accesses in ScFormatRangeStyles::GetStyleNameIndex() and ScRowFormatRanges::AddRange() and prevents crashes. - The real cause seems to be some style row/repeat miscalculation elsewhere, further investigation would be necessary.
2011-12-15Add uninstall targetTor Lillqvist
2011-12-15ndk-gdb needs gdbserver and gdb.setupTor Lillqvist
2011-12-15ucalc needs lots more librariesTor Lillqvist
2011-12-15Potential fix for gbuild salhelper on MinGW problem.Stephan Bergmann
2011-12-15fix one -ggdb3 that got in in a merge after 0b5b56be4df609dLuboš Luňák
2011-12-15when using linked git, use the same branch as the main repoChristian Lohmaier
2011-12-15propmerge tool to merge strings back to localized .properties filesAndras Timar
2011-12-15Revert "Fix n#653688"Stephan Bergmann
This reverts commit 309f56174aca6adca879f70958892492361dac6e. It caused password-protected documents to no longer work and made sc_subsequent_filters_test's testPassword fail.
2011-12-15postgresql: separate patch into upstream & libreoffice-specific partsLionel Elie Mamane
2011-12-15add some commentsCaolán McNamara
2011-12-15terminted -> terminatedCaolán McNamara
2011-12-15rename and refactor ScfTools::ReadCStringCaolán McNamara
2011-12-15refactor ScfTools::ReadCStringCaolán McNamara
fix potential bug on short read which has bugged me for a while where bytes read is always reduced without a check that byte was read
2011-12-15convert ReadCString from ByteString to OStringCaolán McNamara
Nobody ever checked the return value anyway, so just return the string and use the stream state bits if necessary to find failures. Doesn't need to be a member, make a standalone function Rename it to read_zeroTerminated_uInt8s_AsO[U]String, stupid perhaps, but *shrug*, unambiguous. Drop misleading overloaded String variants use: read_zeroTerminated_uInt8s_AsOString or read_zeroTerminated_uInt8s_AsOUString added a unit test, valgrinded it, found and fixed invalid read in original implementation.
2011-12-15drop unused ReadCString with hidden StreamCharSet monstrosityCaolán McNamara
2011-12-15these translations do already exist in translations repoDavid Tardon
2011-12-15Correctly handle <set> directly within <component>.Stephan Bergmann
2011-12-15Resolves: rhbz#767708 avoid SIGBUS writing to overcommitted mmaped diskspaceStephan Bergmann
2011-12-15convert salhelper to gbuildMatúš Kukan
This is a cherry-pick of Matúš's e2f30c078fcf26d481c2e90398b450f6c475a483 from the feature/gbuild branch, with the following modifications by Stephan Bergmann <sbergman@redhat.com>: * Adapt salhelper/Makefile to what all those Makefiles currently need to look like. * Do not remove salhelper/source/gcc3.map, instead add directly into it what otherwise solenv/bin/addsym.awk would add to it on Linux. * In salhelper/Library_salhelper.mk, add code that on Linux takes care of the soname and symbol versioning required for backwards compatibility. Solaris would need those features too, and its backwards compatibility is thus currently broken. Also add a bad hack to create the soname symlink (xxx.3 -> xxx) in the solver needed on non-Windows platforms (it is a bad hack for now in that it e.g. is not removed by "make clean"). * In solenv/gbuild/platform/macosx.mk, add an even worse hack to set the correct install name for libuno_salhelpergcc3.dylib.3, with a trailing ".3".
2011-12-15fdo#33747: Row Height is unnecessarily large.Muthu Subramanian
2011-12-15SVG slipped through, should have been a PNGStefan Knorr (astron)
Icon by Alexander Wilms
2011-12-15New Tango Start Center artworkStefan Knorr (astron)
By Alexander Wilms/Stefan Knorr (astron)
2011-12-15The "generic" thing is X11-specificTor Lillqvist
2011-12-15catch exception by constant referenceTakeshi Abe
2011-12-15Add an app for the sc_ucalc unit testTor Lillqvist
2011-12-14corrections to [sl-SI] date formatsEike Rathke
2011-12-14ShrinkRefTokenToDataRange:operator(): check if it's really ScDoubleRefTokenEike Rathke
Resolved scary "ScToken::GetDoubleRef: virtual dummy called" debug message.
2011-12-14If possible, make the window big enough to fit all Writer toolbars.Jan Holesovsky
[with large icons]
2011-12-14Fix the soffice.sh wrapper's -h / --version.Michal Svec
2011-12-14Adapted Mac-only code to ByteString reduction.Stephan Bergmann
2011-12-14Adapted Mac-only code to ByteString reduction.Stephan Bergmann
2011-12-14if [CURRENCY] is used then it must be definedEike Rathke
2011-12-14check if [CURRENCY] replaceTo is specifiedEike Rathke
2011-12-14Work around GNU Make 3.81 problem.Stephan Bergmann
2011-12-14Add separate cppunittester app project that uses the Bootstrap libraryTor Lillqvist