summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-12Split driver version specification into a rangeTor Lillqvist
Change-Id: I1f26b47054e70e54ce81d3ec4cbc5ff58c1aeea3
2014-11-12Rename OpenCLImpl to OpenCLImplMatcher to better match its purposeTor Lillqvist
Change-Id: If9b7052385a49df1403a5f652c67ca7c103a8be2
2014-11-12Pass MAKE into external/poppler's configureStephan Bergmann
...which does some checks about make and could otherwise add some unhelpful MAKE=make into its Makefiles if it doesn't find a make (so that the following $(MAKE) step would needlessly fail). Change-Id: Id8d11ffbc5a09c9f7f61fb12acc2481468746404
2014-11-12windows: Default to large icons, as we do on all other operating systems.Jan Holesovsky
Change-Id: Ifbb7287b5c28de7e23f95b89574ba4196fbb58ac
2014-11-12opengl: Check for error at the end of every method that deals with OpenGL.Jan Holesovsky
Otherwise we will get the report of an error much much later, most probably in a totally unrelated part. Change-Id: I33d3c6d01126f5766beb179eeaeb3276a9078226
2014-11-12windows opengl: Printer still needs WinSalGraphicsImpl.Jan Holesovsky
Change-Id: I298783d5f1c7e825f52eb3d61f45c0c3d3019f04
2014-11-12fdo#80328: sw: fix inverted conditional in AutoCaption dialogMichael Stahl
(regression from af2d474ff9a91645043c1d4292891c313cceef5e) Change-Id: Ib22be881c82024e545752715bb9eeb2851a64f88
2014-11-12rename variables in makefileDaniel Sikeler
Change-Id: Ie1a7a8d83cc9c1ae4b6d015b77713f446fdd871e Reviewed-on: https://gerrit.libreoffice.org/12388 Reviewed-by: Matúš Kukan <matus.kukan@collabora.com> Tested-by: Matúš Kukan <matus.kukan@collabora.com>
2014-11-12make FastAttributeList's unknown attribute value be passed as OStringLuboš Luňák
Since that's how it's internally stored anyway, and I have a use case where it's useful to limit the length by passing it to OString ctor. Change-Id: I5903ea4f1b2cdb48c1bbceac6b8e21eb5882d377
2014-11-12allow inserting attributes that have zero lengthLuboš Luňák
Otherwise the strlen() might give an incorrect length if the attribute value is just a part of a longer string. Change-Id: I67eb7baecfa928fdee26c5ea9003bd7fc9b96d59
2014-11-12pebcak, condition reversedCaolán McNamara
Change-Id: Icc89a32093e92dd7d05e4b7f5d79bfa01da1b0a5
2014-11-12missing subst breaking assignment of libs to modulesDavid Tardon
Change-Id: I7a4d2dc0bd424f17eceb3f5d4c8758255bca50de
2014-11-12gbuild: move setting of gb_CPUDEFS to CPU-specific fileMichael Stahl
Change-Id: I91b05bb579b4f74fad7b479453389437d4376b2f
2014-11-12gbuild: let's read our elves through a variable for consistencyMichael Stahl
Change-Id: I264a94dc9cdecf1a21ee37b37b5464e05a8e205a
2014-11-12in general, SOLARIS should use /usr/bin/ld.Richard PALO
Make equivalent to unxgcc.mk (with gld). NB: use $(READELF) updated in configure.ac and config_host.mk.in Signed-off-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit d6afd367167ed406cd97192da358b776dbf5158e) Conflicts: solenv/gbuild/platform/solaris.mk note: while cherry-picking to master, removed all mention of toolchains that are unsupported on master due to lack of C++11 support (GCC < 4.6). Change-Id: Iaf175fb7db095c567e9837eac8456c0c3809e334 Reviewed-on: https://gerrit.libreoffice.org/12384 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-11-12alloca needs special include on SOLARISRichard PALO
Change-Id: I72415dbaf1350913938950eb1c0487a78cd67935 Signed-off-by: Michael Stahl <mstahl@redhat.com>
2014-11-12valgrind: logic for last-ditch svg detection is bustedCaolán McNamara
bIsGZip was never set, and the condition that uses it is additionally inverted Change-Id: I0496bb27435c4323d74c1b99467d3ede68e7bee6
2014-11-12coverity#735490 reimplement bit countingCaolán McNamara
with a classic solution rather than a bizarro one that confuses coverity Change-Id: Id9427a47693897683193c0c778f0cd6c39740f6f
2014-11-12sal_uIntPtr->sal_uInt32 for BitSetCaolán McNamara
because this ancient horror expects a 32bit type here Change-Id: Icf8b775ea67afa0ead559a55b8c335ad1afc4010
2014-11-12ditch this unused idpool horrorCaolán McNamara
Change-Id: I527b310126518357f9830f75d16b4848c9383999
2014-11-12valgrind+afl: bad rleCaolán McNamara
Change-Id: I0a9e5fc88ed1fcc7f1bd21218cabeb0adf65c9f4
2014-11-12coverity#735344 Unchecked return value from libraryCaolán McNamara
Change-Id: I6dbb5ce74225e092d4098174fd4b53aa8c4201fa
2014-11-12coverity#1187642 Unchecked return valueCaolán McNamara
Change-Id: I6b96ef79d0996e5b783d27c4da8e45ddeac5c7ab
2014-11-12coverity#982189 Unchecked return valueCaolán McNamara
Change-Id: I6f5ef42b38236ea5f70ddbccfa25a81f2f3e976c
2014-11-12valgrind+afl: short readCaolán McNamara
Change-Id: I4e78a434e4e49b376864549f7b96ca515eb1654a
2014-11-12valgrind+afl: short readCaolán McNamara
Change-Id: I48fe6550c07c1b3d6b1099fd27f8c21427e37601
2014-11-12valgrind+afl: initialize nFlagsCaolán McNamara
Change-Id: I3543f7f6616b6f400a74930fd998e4d517f56afa
2014-11-12valgrind+afl: short readCaolán McNamara
Change-Id: I8165ac1b1ff17bf8165319b21c2a5cf595f75f36
2014-11-12valgrind+afl: initialize cSizeCaolán McNamara
Change-Id: Ia1b553fed82645023c28467b837b51bd959adbbe
2014-11-12valgrind+afl: check p1 at start of loopCaolán McNamara
Change-Id: I9ef947d9a9089f2bcf6c86711f10224a03abf394
2014-11-12Fraction: rewrite condition 'GetDenominator()==-1'Juan Picca
Change-Id: I483024fd0ef3e4e187a143631b2e8bd953fa3a52 Reviewed-on: https://gerrit.libreoffice.org/12240 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-11-12typo: represant->representAndras Timar
Change-Id: If783e9338644a97206d99864ed19807e5fb3882d
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-12java: convert fields to local variables where possibleNoel Grandin
found by PMD Change-Id: I05b45382b8fb1b734657ce9421a20e6ef6fbe542 Reviewed-on: https://gerrit.libreoffice.org/12376 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-12fdo#80651 replaced oxygen icon and added new tango icon for single pageYousuf Philips
Change-Id: Idb4113923767e43660a8f99f7b1586bc1cfce3dd Reviewed-on: https://gerrit.libreoffice.org/12369 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-12fdo#80654 added galaxy link referenceYousuf Philips
Change-Id: Ief2eea9a30213417692e710fe0f30826b9acf2af Reviewed-on: https://gerrit.libreoffice.org/12370 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-12SIFR: updates to a few calc toolbar iconsYousuf Philips
Change-Id: Iafa9dec06463b5a7bc21dd893c540bb5dcc56e15 Reviewed-on: https://gerrit.libreoffice.org/12378 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-12loplugin: cstylecastNoel Grandin
Change-Id: I8c840d6635f347dcb1b8d9d193a05d509ba6cacb
2014-11-12loplugin: cstylecastNoel Grandin
Change-Id: Ica3b54a7c331f0179294e2b52aadd884f53d53dc
2014-11-12Adapt bin/run for OS XStephan Bergmann
...which does not have realpath(1), so just require CWD to match BUILDDIR there Change-Id: I245241299d650c541f86cf440d3b57308c86d3fb
2014-11-12Bin bit-rotted obsolete LibreOffice appTor Lillqvist
It's TiledLibreOffice that is the maintained and working iOS test app. Change-Id: Id103ff90551fa753e9e5998b7c45f362497db6e2
2014-11-12Parse perfcheck resultsLaurent Godard
refactoring arguments process csv file only if newer commits add columned output calculate deltas & alert messages Change-Id: Ib7ba87e9cb55b03ac8665db7a8dc302d2e8611a0 Reviewed-on: https://gerrit.libreoffice.org/12155 Reviewed-by: Matúš Kukan <matus.kukan@collabora.com> Tested-by: Matúš Kukan <matus.kukan@collabora.com>
2014-11-12perfcheck instrument existing test : replaceAllLaurent Godard
Change-Id: I7766aa6d69810124b27763912c3e7a8399637280 Reviewed-on: https://gerrit.libreoffice.org/12243 Reviewed-by: Matúš Kukan <matus.kukan@collabora.com> Tested-by: Matúš Kukan <matus.kukan@collabora.com>
2014-11-12fdo#75256 Improve sifr iconthemeMatthias Freund
Add several new icons for calc, navigation, printersetup, bookmark. Change-Id: I7ea7a1ac79f41e1da8891f46e03eeccd581a5cf8 Reviewed-on: https://gerrit.libreoffice.org/12372 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-12loplugin:unreffunStephan Bergmann
Change-Id: I77a832e729b4410be953343fa4702e37b4ae691c
2014-11-12MENU: move chart from object submenu to main insert menuYousuf Philips
Change-Id: If51cddafa63c79e4e7619c0c39d8f14f8eb83b25 Reviewed-on: https://gerrit.libreoffice.org/12373 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-12java: last statement in finalize() method should be call to super.finalize()Noel Grandin
Change-Id: I1785c6cef1fe7c1990207a76c263cff388cbb7e1 Reviewed-on: https://gerrit.libreoffice.org/12375 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-12java: reduce excessive code indentation levelsNoel Grandin
by using early return in some methods Change-Id: I3611c8c89b3a94ef7e1772d178acf065fd7fcdc7 Reviewed-on: https://gerrit.libreoffice.org/12374 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-12Guard against wrap-around in SvxFontHeightItemStephan Bergmann
...though the whole design there looks broken Change-Id: I6c3a53d606ea835d34729fcfb661fad0f1897716
2014-11-12Clean up SvxFontHeightItem::SetPropStephan Bergmann
Change-Id: I6cc58745aaf7093e54f92b50201bf2a39fcc5619