summaryrefslogtreecommitdiff
path: root/scp2
AgeCommit message (Collapse)AuthorFilesLines
2017-03-16Remove extra spaceStephan Bergmann1-1/+1
Change-Id: I147e6a79dff0047be0878ef755e47e2d408cec02
2017-03-16Revert "Don't package unoinfo in case of Mac OS X like app structure"Stephan Bergmann1-1/+1
This reverts commit 3a663f7a4580b97518aee4e0c797b549c67ef1a5. Whatever that commit was supposed to be good for, not packaging unoinfo on macOS breaks functionality, see e.g. <https://bugs.documentfoundation.org/show_bug.cgi?id=106292#c10> comment 10 to "XMessageBox#execute() in Java fails to draw a window on macOS Sierra".
2017-03-14No need for --disable-activex and --disable-atl any longerTor Lillqvist2-2/+2
Change-Id: I7ac4f32cb01bfcc3a2c06e69280c2150d408ec6b Reviewed-on: https://gerrit.libreoffice.org/35174 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2017-03-06Remove one more MinGW leftoverStephan Bergmann1-3/+1
i.e., WNT=OS implies MSVC Change-Id: I87b02dcbfe74405326b60f49bceaf99de7c56b83 Reviewed-on: https://gerrit.libreoffice.org/34920 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-02-15Support MSVC 15.0David Ostrovsky1-0/+19
New compiler changes quite some stuff: * Compiler detection done based on different registry key * .NET SDK detection done based on different registry key * Msbuild installation directory changed * Merge modules installation directory changed * SDK number in registry doesn't match the directory name: (registry key: 10.0.14393, directory name: 10.0.14393.0) * Compiler, include and library location directories changed * Architecture specific directory changed: x64 instead of amd64 * Compiler own include directory must be added with -I option * To force usage of SDK 10 (8.1 is selected per default) new switch WindowsTargetPlatformVersion is passed to msbuild, to avoid patching VC project files with this line: <WindowsTargetPlatformVersion><SDK>/WindowsTargetPlatformVersion> Known issues: * Firebird is broken: http://paste.openstack.org/show/594333 Change-Id: I148d7932aff43bbbd07bd493504df974726234c2 Reviewed-on: https://gerrit.libreoffice.org/31279 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Ostrovsky <david@ostrovsky.org>
2017-02-13AutoInstall oox filter data packages to ooo moduleMatúš Kukan2-52/+0
Change-Id: Ib7b0773ee2b347d81d3f8894ea3063c6d6f18d90 Reviewed-on: https://gerrit.libreoffice.org/34168 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2017-02-10Remove MinGW supportStephan Bergmann8-152/+0
In OOo times, there'd originally been efforts to allow building on Windows with MinGW. Later, in LO times, this has been shifted to an attempt of cross- compiling for Windows on Linux. That attempt can be considered abandoned, and the relevant code rotting. Due to this heritage, there are now three kinds of MinGW-specific code in LO: * Code from the original OOo native Windows effort that is no longer relevant for the LO cross-compilation effort, but has never been removed properly. * Code from the original OOo native Windows effort that is re-purposed for the LO cross-compilation effort. * Code that has been added specifially for the LO cross-compilation effort. All three kinds of code are removed. (An unrelated, remaining use of MinGW is for --enable-build-unowinreg, utilizing --with-mingw-cross-compiler, MINGWCXX, and MINGWSTRIP.) Change-Id: I49daad8669b4cbe49fa923050c4a4a6ff7dda568 Reviewed-on: https://gerrit.libreoffice.org/34127 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-02-02drop bundled ooo2gd (Google Docs) extensionDavid Tardon3-33/+0
LibreOffice has had direct support for Google Drive since (I think) 5.1, via libcmis. Change-Id: I7587923b3fd7dd505124b790066cdaa99a858af1 Reviewed-on: https://gerrit.libreoffice.org/33822 Reviewed-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: David Ostrovsky <david@ostrovsky.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2017-01-27SafeMode: Add Backup config to installationSamuel Mehrbrodt1-0/+41
has been only active in instdir so far Change-Id: I1028d1acb2186347448a1f86aaa864c3ba88f75d Reviewed-on: https://gerrit.libreoffice.org/33584 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-01-27Put crash directory config in soffice.ini, instead of own ini fileSamuel Mehrbrodt1-14/+8
Change-Id: I3a7aa394792c47c6c5a3a553174d177e66ade617 Reviewed-on: https://gerrit.libreoffice.org/33582 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-01-24Crashdump: Make crash directory configurableSamuel Mehrbrodt1-0/+14
Change-Id: I8106ec674080ede7072581dab2e6700040de5828 Reviewed-on: https://gerrit.libreoffice.org/33032 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-01-13Remove unused ini propertiesSamuel Mehrbrodt1-18/+0
Change-Id: Iea95f5975968f73e2e4aea34246c83f384341592 Reviewed-on: https://gerrit.libreoffice.org/33000 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-01-09tdf#90753 scp2: move firebirdsdbc packages to AutoInstallMichael Stahl3-10/+5
Change-Id: Ifabb9fa65115fcc1728fa16e142ef008834eedda
2017-01-07Clean up stale merge modulesDavid Ostrovsky1-22/+0
Change-Id: I2489238d5295650a3c51581a037185440f641005 Reviewed-on: https://gerrit.libreoffice.org/32797 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
2016-12-25scp2: Bin not used definesMatúš Kukan2-6/+0
Change-Id: I4d2fe64fb8635bb87c9eb3b3f5b98227811cea03
2016-12-25tdf#90753: AutoInstall libreofficekit_selectionhandles packageMatúš Kukan3-29/+6
Change-Id: I9998f3dcd6725a49aa2c083eac0de1f970b167e0
2016-12-24tdf#90753: AutoInstall shell_senddoc packageMatúš Kukan2-11/+1
Change-Id: I6cc638c460a8baa2cd9d29c3b82418b6ecfb630d Reviewed-on: https://gerrit.libreoffice.org/32397 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Matúš Kukan <matus@libreoffice.org>
2016-12-24tdf#90753: AutoInstall xpdfimport_err.pdf as filelistMatúš Kukan1-8/+0
Change-Id: Icfebcbf3cb738cb376a5ee97cd21a27a25c0bf35 Reviewed-on: https://gerrit.libreoffice.org/32396 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Matúš Kukan <matus@libreoffice.org>
2016-12-24tdf#90753: AutoInstall postgresql-sdbc.ini as filelistMatúš Kukan1-8/+0
Change-Id: I908b549a14c702ce2c33de704b06d016036ccecb Reviewed-on: https://gerrit.libreoffice.org/32394 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Matúš Kukan <matus@libreoffice.org>
2016-12-12gid_File_Bin_Gnome_Open_Url was removedMatúš Kukan1-3/+2
..in eaa7f30102df4df01171e5daf83cdddae1bb0cda Change-Id: I149ee4087dffe54fd63bacd3bb5aba67159fac72
2016-12-02scp2: Bin not defined gids and not used definesMatúš Kukan4-68/+13
And a little cleanup. Change-Id: Id066b4d37e217b8ab21ea162c23a999566a9e190
2016-12-02tdf#90753: AutoInstall readlicense_oo packagesMatúš Kukan1-66/+1
Change-Id: I5bd3a5f6168b20c925f5713085fcb0918bcccc8e
2016-12-02tdf#90753: AutoInstall setup_native packagesMatúš Kukan3-18/+0
Change-Id: Iecf059b974b996fceb57b04197c7dac9b7c8dd47
2016-12-01tdf#90753: AutoInstall gengal with filelist featureMatúš Kukan2-12/+0
Change-Id: Ic72fb18eccb54b24f4205d997585cee753965b10
2016-11-30tdf#90753: AutoInstall more packagesMatúš Kukan6-109/+1
Change-Id: If8a52f652f7ab890826372b6d081ee19c69fb5ec Reviewed-on: https://gerrit.libreoffice.org/31371 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-11-30tdf#90753: Autoinstall sdk packagesMatúš Kukan3-142/+6
Change-Id: I54de722335d443813cb4526716c0101a049db03f Reviewed-on: https://gerrit.libreoffice.org/31370 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-11-30Remove Noto Emoji fontAkshay Deep2-4/+0
Conflicts: Makefile.fetch download.lst external/more_fonts/Module_more_fonts.mk scp2/source/ooo/file_font_ooo.scp scp2/source/ooo/module_hidden_ooo.scp Change-Id: Ic43807cde11fff21d78bece6874783ba154655a2 Reviewed-on: https://gerrit.libreoffice.org/31390 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-11-29EMOJI CONTROL: Add EmojiOne font for Emoji SupportAkshay Deep2-0/+4
Noto Emoji does not provide glyphs for all emojis in the toolbar Change-Id: If3f3ea6e12f0b8824cb95e3db78c3c7aced4de8b Reviewed-on: https://gerrit.libreoffice.org/31215 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-11-26tdf#90753: Move extras packages to AutoInstallMatúš Kukan3-216/+0
Change-Id: I3e1504bb8a68a6142ab4035b2cb81c03d9af9227
2016-11-25tdf#90753: Move brand packages to AutoInstallMatúš Kukan2-32/+0
gid_Brand_File_Bin_Soffice_Bin_Manifest was removed in 26bddf3e80865d847f52e649ab60f97269177a3e Change-Id: Iff5314e8c3c6191556c082bc30938dd177b254fc
2016-11-25scp2: ICU was moved to AutoInstallMatúš Kukan1-4/+0
..in e759269e373fa02d3e8566d1edc9fb9526de6640 Change-Id: I670cd35f64f1784b4150a8c3ab310bd1c88e6ed0
2016-11-23tdf#103922: Add Tibetan (bo) dictionaryAron Budea4-0/+31
Change-Id: Ief1a83bb87d03e46a3d3fa7702ab852401d3ed89 Reviewed-on: https://gerrit.libreoffice.org/31089 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2016-10-25clean up remnants of the removal of OxygenOffice bitsDavid Tardon2-2/+0
Change-Id: Ic01bb53b6a2d54a43e10ece04e6f1d9b7ff58fb9
2016-10-18tdf#100837: Register new URI handlers with installerMike Kaganski6-2/+58
This patch registers vnd.libreoffice.command unconditionally, and also registerd ms-word, ms-excel, ms-visio and ms-powerpoint handlers according to SELECT_WORD, SELECT_EXCEL, SELECT_VISIO, and SELECT_POWERPOINT properties (that are set in FileTypeDialog). This allows to use these URIs in e.g. SharePoint WebDAV integration Change-Id: I3231a15196858da77f1784a47f86f1729a6044bb Reviewed-on: https://gerrit.libreoffice.org/29988 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2016-10-13Add windows start menu entry for Safe ModeSamuel Mehrbrodt1-0/+23
Change-Id: I66ad4c5e5a8f338d741e1f21cb927b00038e3f28 Reviewed-on: https://gerrit.libreoffice.org/29755 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-09-21tdf#93237 different Windows Uninstall DisplayName for 32-bit and 64-bit buildsAndras Timar1-1/+5
Change-Id: I6c7f9dd6e64a448b60904d8ee57fd45a45153f01 Reviewed-on: https://gerrit.libreoffice.org/29102 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2016-09-08Remove obsolete OxygenOffice bitsGabor Kelemen22-2372/+0
Since 77104ccd7658cb8f3ac142ea9f7fabc15fc08580 the OxygenOffice distro configs are removed and no other official distro uses these. Change-Id: I2b4d5fea7e4b9098ac88733821af219db23c48fe Reviewed-on: https://gerrit.libreoffice.org/28738 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2016-08-31add Venetian (vec) ui languageChristian Lohmaier1-0/+6
Change-Id: I643eb91691dddf2c4ece2edb27383cb7dd0e3fdc
2016-08-16Resolves: tdf#101511 package the emoji config stuff into installCaolán McNamara2-0/+8
Change-Id: I02416f6b977fbe52ddf04ab1b12127c76797629c
2016-08-04Introduce --with-product-name superseding --with-macosx-app-nameTor Lillqvist1-1/+1
The new option thoroughly replaces the product name mentioned in the AC_INIT() call. Work in progress. Also take care of spaces in the product name in a more systematic fashion. This should affect mainly OS X where the final app bundle that is installed should use the product name as such, including spaces, if any. However, our build system does not cope that well with having an app bundle with spaces in it in instdir. So in instdir, and also in test-install, spaces are stripped away from the product name when used as part of the app bundle name. Change-Id: Ic16b5039f23c96a4f39387a1869faeb25e05aafb
2016-08-03Reduce ENABLE_OPENGL / ENABLE_HEADLESS confusionTor Lillqvist1-1/+1
ENABLE_OPENGL means whether to enable the OpenGL slideshow transition code. It does not mean whether to enable use of OpenGL in general. So rename it to ENABLE_OPENGL_TRANSITIONS while at it. ENABLE_HEADLESS means whether to disable use of X11 and OpenGL on X11 (and Wayland) platforms, I think, meaning Linux and maybe Solaris and the BSDs. Maybe it should be renamed to DISABLE_X11_AND_OPENGL. Change-Id: Ibb30f51646b1bcc477fe691a3fa38c7a1e3944ae
2016-07-19Add Noto Emoji font for emoji supportAkshay Deep2-0/+4
Change-Id: I57cc123ec5e1f90967e82a60fdea792974054f86 Reviewed-on: https://gerrit.libreoffice.org/26800 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Jenkins <ci@libreoffice.org>
2016-07-19tdf#100929 - Windows Installer: "ADDLOCAL=ALL" doesn't set all featuresJuergen Funk1-2/+2
The CustomAction "SelectLangauge" overrides the ADDLOCAL-switch. When ADDLOCAL is set, skip the CustomAction "SelectLanguage" Change-Id: I716349a0645e2f8dd193103b35028e493ca8e3a1 Reviewed-on: https://gerrit.libreoffice.org/27230 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2016-07-12fix installation set creation after 24e2ee04 broke itChristian Lohmaier1-7/+0
Change-Id: Id9ec8bfbe21e76294e0d84c78318d20cda33c969
2016-07-06fix missing semicolon that breaks packaging windows installerChristian Lohmaier1-1/+1
regression from 76585ae33f3ca75c05c0ccbf6a621b6e2d42bc00 Change-Id: Ia8e74034ee04a96cf1a502d28c9c6ed015653047
2016-07-01lokdocview: replace handle_graphic.png with manual drawingMiklos Vajna1-9/+1
If we draw a black graphic handle manually, then it's possible to color it later, this isn't easy if a bitmap is painted. Change-Id: Ib4456fd5155862d52e3ffa79ee49c7bfd16fb742 Reviewed-on: https://gerrit.libreoffice.org/26860 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-06-28Convert Bitmap tab to Pattern tabRishabh Kumar1-0/+7
Change-Id: I5cf02f1889090539f7adb826483c91a1ef3c3925 Reviewed-on: https://gerrit.libreoffice.org/26015 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-06-23tdf#97872 File association in Windows registryskswales1-8/+20
Fix for double backslashes in paths to programs in shell/open etc. registry entries for all non-native file types such as .doc that are mapped by installer to use scalc.exe/swriter.exe etc. Change-Id: Ice8033d4fee079c0fb6d8f84e00ebd784e85d135 Reviewed-on: https://gerrit.libreoffice.org/25849 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-06-01final solution of the ARCHIVE questionDavid Tardon1-3/+3
Change-Id: I70da65e08c75cd732000597a09ed113b3075c5a8
2016-04-22Fix typosAndrea Gelmini1-1/+1
Change-Id: Iea11112a1bf1ff934de0e355b9e81979aa1966a3 Reviewed-on: https://gerrit.libreoffice.org/24286 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>