summaryrefslogtreecommitdiff
path: root/scp2
AgeCommit message (Expand)Author
2013-02-11advertised shotrcutsAndras Timar
2013-02-10fdo#60491: scp2: always package emboleobj library on non-WNT platformsMichael Stahl
2013-02-09scp2: remove unused gidsAndras Timar
2013-02-08fdo#50827 move language dependent wordlists to the appropriate dict packAndras Timar
2013-02-08Package the right pixman and cairoFridrich Štrba
2013-02-05convert libxslt to gbuild and add to tail_buildPeter Foley
2013-02-05scp2: copy the install script to the tarball on LinuxMiklos Vajna
2013-01-30remove CopyEditionData CustomActionAndras Timar
2013-01-30remove DotNetCheck CustomActionAndras Timar
2013-01-30remove CopyExtensionData CustomActionAndras Timar
2013-01-30remove CustomAction ExecutePostUninstallScriptAndras Timar
2013-01-30convert SetAdminInstallProperty CustomAction to type 51Andras Timar
2013-01-30remove stray, old, obsolete CustomAction: RegCleanOldAndras Timar
2013-01-30we don't build language packs on WindowsAndras Timar
2013-01-28restore javafilters' registration under WindowsAndras Timar
2013-01-22fdo#59713 add Bosnian Hunspell dictionaryAndras Timar
2013-01-16there is no standalone URE installationMatúš Kukan
2013-01-11QUARTZ is equivalent to MACOSXTor Lillqvist
2013-01-10fdo#58909: Missing BAK_EXTENSIONS bootstrap variableStephan Bergmann
2013-01-10Kill the ancient StarOffice "patch" conceptTor Lillqvist
2013-01-06No need to have a ProductSource in versionrc/version.ini any moreTor Lillqvist
2012-12-30convert redland to gbuild and add to tail_buildPeter Foley
2012-12-25Get rid of (most uses of) GUITor Lillqvist
2012-12-18API CHANGE: Remove obsolete regcomp from UREStephan Bergmann
2012-12-17Remove --with-stlport from LO 4.0Stephan Bergmann
2012-12-12LibreLogo should be an optional moduleAndras Timar
2012-12-11BUILD_DIR -> BUILDDIR, to be consistent with the other *DIRLuboš Luňák
2012-12-11Prepare for read-only source buildNorbert Thiebaud
2012-12-06Bug 57917 - --enable-ext-oooblogger does not work with Python 3Noel Grandin
2012-12-05Drop support for old ...configuration.PackageRegistryBackend/registry layerStephan Bergmann
2012-12-05Drop support for long-gone share/registry/modules layerStephan Bergmann
2012-12-05Clean up scp2 flagsStephan Bergmann
2012-12-05Bye bye ODMATor Lillqvist
2012-12-04package moz stuff only when WITH_MOZAB4WIN == YESPetr Mladek
2012-12-04Adapt scp2 to WITH_MOZAB4WINStephan Bergmann
2012-12-04adding calc add-in for option pricingtino
2012-11-30add Sidama (sid) languageAndras Timar
2012-11-30Turn Python Scripting Provider from bundled extension to plain codeStephan Bergmann
2012-11-29Isolate PDF Import so it can be made optionally installableStephan Bergmann
2012-11-28LibreLogo integration (extension -> normal code)Andras Timar
2012-11-28MinGW: Bundle also the libpoppler-*.dllJan Holesovsky
2012-11-27removed obsolete xml validation service and xml source view.Peter Jentsch
2012-11-27clean up PYTHON related version etc. variables:Michael Stahl
2012-11-27Switch from python to python3Michael Stahl
2012-11-24Turn PDF import from bundled extension to plain codeStephan Bergmann
2012-11-24Removed horizontal rule ugly 1990 thingCédric Bosdonnat
2012-11-22Forgot to add gid_File_Lib_PresenterScreen to module_impressStephan Bergmann
2012-11-21Turn presenter screen from bundled extension to plain codeStephan Bergmann
2012-11-21Package svgioFridrich Štrba
2012-11-21dung out berkeleydb gnumake / configure bits ...Michael Meeks
viewed-by: Mike Kaganski <mike.kaganski@collabora.com> 2021-08-16pass OutlinerParaObject around by valueNoel Grandin since it uses o3tl::cow_wrapper, so it is really just a wrapper around a pointer, no point in allocating it on the heap Remove assert in SdrText::SetOutlinerParaObject, which was bogus anyhow, because it was comparing pointers, not deep equality. And since we are now being more efficient and avoiding copying of the internal data in OutlinerParaObject, we hit this assert. Change-Id: I6dbfaab5ee2ca05b2001baf63110041e469df9c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120510 Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2021-04-12svx: prefix members of SdrObjectMiklos Vajna So that nOrdNum doesn't cause -Wshadow in SwDrawVirtObj::AddToDrawingPage(). Change-Id: Ie7b1401f5c3cb07bfa653c4268dbdce7ba7abea5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113966 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins 2021-04-09Recheck include/ with IWYUGabor Kelemen See tdf#42949 for motivation Change-Id: Ifc253bf800bb1468b5774663a93f4fb30bec81d3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113657 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com> 2021-03-26loplugin:flattenNoel Change-Id: Ib7a895fba66f8dc9b6501e61631c02694053b7fc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113157 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2021-02-15loplugin:referencecasting in svxNoel Change-Id: I072ba9da976cefd61f4a916e70b0601439e8a123 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110818 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2021-02-10clean up SdrObject cloningNoel using operator= implies that overwriting an SdrObject is a useful operation, but that is not at all true - they are typically linked into and referred to by many other things. So rather use a copy-constructor. Also clean up a couple of weird "do some stuff after the clone" code into the main copy constructor. Change-Id: Iefc1481b527602748b5f3abed06e7cca66c0581c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110633 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2021-01-09fix coverity parse errorsCaolán McNamara Change-Id: I3a1179947704452e3ffec02be59d0f7bf0b75ab0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109017 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> 2020-12-26New loplugin:stringliteralvarStephan Bergmann See the comment at the top of compilerplugins/clang/stringliteralvar.cxx for details. (Turned some affected variables in included files into inline variables, to avoid GCC warnings about unused variables.) Change-Id: Ie77219e6adfdaaceaa8b4e590b08971f2f04c83a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108239 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin This reverts commit 48b667a7e7d25f835f95df89162a7849d6972531. Reason for revert: some discussion required Change-Id: Ia0990d280837fb68b7ddc9f472ec78b1467b4311 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105540 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2020-11-12remove Fraction::operator tools::Long()Noel which was added in commit 331e2e5ed3bf4e0b2c1fab3b7bca836170317827 Author: Noel Grandin <noel.grandin@collabora.co.uk> Date: Thu Sep 14 08:49:52 2017 +0200 long->sal_Int32 in Fraction presumably to make the change impact less code. Instead, update the call sites to reflect the actual bitwidth of the data we will be receiving. Change-Id: If2a678b1cf534f39cb8cb249757462be53658309 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105607 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara with unique values so that, e.g. if (pObj->GetObjIdentifier() == OBJ_LINE) is only true if pObj is a SdrPathObj and not a E3dScene Change-Id: I30c91e57eb27141390c644dec42e2a4bee96edf0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105374 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> 2020-10-26switching long to a 64-bit type on 64-bit windowsNoel (*) create a rewriting plugin to do most of the work, heavily based on the fakebool plugin (*) but there are still a number of "long"s in the codebase that will need to be done by hand (*) the plugin needs lots of handholding, due to needing to add #include and update macros Change-Id: I8184d7000ca482c0469514bb73178c3a1123b1e9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104203 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2020-10-05use more TOOLS_WARN_EXCEPTIONMike Kaganski Change-Id: I3e8bfdf717dd8896ab16e396f671651ca4f7f01c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103932 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> 2020-08-14loplugin:simplifybool moreNoel Grandin look for expressions like !(a && !b) which can be expanded out Change-Id: I72515a9638762b050f9a258c08da39ebfa2ef8e7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100579 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2020-08-06loplugin:flatten in svx/svdrawNoel Grandin Change-Id: I8379e5ebaee2090d2b4dbd05d55b55000915cd7c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100233 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>