summaryrefslogtreecommitdiff
path: root/scp2
AgeCommit message (Collapse)AuthorFilesLines
2017-03-17Revert "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". (cherry picked from commit 3e5aa33ef4ea8f5839e358dd62acdc09fe64dda8) Change-Id: I51cb79d157887bfcaf2dce6900675439d33d0be0 Reviewed-on: https://gerrit.libreoffice.org/35314 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2016-11-30Remove Noto Emoji fontAkshay Deep2-4/+0
Change-Id: I1c817f72b56a298ba19d749f40c9c6ae2b957faa Reviewed-on: https://gerrit.libreoffice.org/31420 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>
2016-11-30EMOJI 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> (cherry picked from commit 9e422bc19144ce3f0645e49450428802eab1abba) Reviewed-on: https://gerrit.libreoffice.org/31359 Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>
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> (cherry picked from commit fc88ed47a66e76d279471c1da1193ce90ad8e9e5) Reviewed-on: https://gerrit.libreoffice.org/31106 Tested-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>
2016-04-11don't install qstart.desktop if it's disabled (--disable-systray)Rene Engelhard2-1/+2
Change-Id: I21a53381ad4018034de3833e8e244d0d7a7d28b8
2016-03-15Update-check: optional reporting of H/W and OS info also for installsetsChristian Lohmaier1-1/+1
expands 56a9594649872f4076b6891f917138d2b1e8d028 to also apply to installation sets, not only instdir Change-Id: I962b63feac02ac6dd06c77be660dd74d876c985e
2016-03-14User-Agent: disable reporting of languages - also for installsetsChristian Lohmaier1-1/+1
extends 2a9095570a2430568f5c5e1c91edd6a717e099a6 to not only apply to instdir, but also to packaged installers (that use data from scp2) Change-Id: I446c521ce2b95549c2930275bee917c120c19e9b
2016-03-04Don't package unoinfo in case of Mac OS X like app structureAndras Timar1-1/+1
Change-Id: I517ed7ac43b0655c7e571e0b9fead32c4f2e7948 (cherry picked from commit ec51b41ba4831ce43a4f3ead47c72d2d6a884f61)
2016-03-04shell script in Contents/MacOS is not acceptedAndras Timar1-1/+1
(cherry picked from commit c5d91c02192f4272ad2a200beffa059a7dc7a146) Conflicts: scp2/source/ooo/file_ooo.scp Change-Id: Ib047b763bfeff9dbf43db8fc11e6fd7f1fa179f8
2016-03-02shell, scp2: clean up empty script packagesMichael Stahl4-33/+3
Change-Id: I93abddac491578d470f85bf3e814a0d7a91f0351
2016-02-29scp2: move scp2 classification package to AutoInstallMiklos Vajna2-36/+0
Change-Id: I59afb2302b7fe891a83ca5ce7b12eca322bb7ed7
2016-02-22sfx2 classification: include example XML in the instsetMiklos Vajna2-0/+36
Change-Id: I23c0227ee304a6b756ff3d474866609d95e6a071
2016-02-19move gio config into its own separate config headerCaolán McNamara3-3/+4
Change-Id: I25ca238931da039c244c2af6171d69c9875f95ff Reviewed-on: https://gerrit.libreoffice.org/22501 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-02-17scp2: argh, fix the *other* typo on that line tooMichael Stahl1-1/+1
Change-Id: I21f309e6cb53c129035d2985642a0e96c485cc56
2016-02-17scp2: fix typo in InstallModule_quickstart.mkMichael Stahl1-1/+1
Change-Id: I1a574e9838bc19349bec4c922acf6955919ac459
2016-02-17tdf#90753 Move Pyuno wizard packages to autoinstallDavid Ostrovsky3-61/+0
Change-Id: I9dda8144e0cb3ff2ea80c65f210a9b94b88a0026 Reviewed-on: https://gerrit.libreoffice.org/22379 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-02-15drop unused lineDavid Tardon1-2/+0
Change-Id: Ifc3501e5f4c1f2b20e32ff41759ff836c3236b86
2016-02-15make charset sel. dlg translatableDavid Tardon2-0/+3
Change-Id: I8d44b302bc78d9c89717f7169a04e9c736047b94
2016-01-23Show that ActiveX support is deprecatedBryan Quigley1-1/+1
This just adds deprecated before activex support and mentions to the user to check the release notes for more details. Change-Id: I4bb7d577fb8f9e2618691e5418b1ddc4a4330ae2 Reviewed-on: https://gerrit.libreoffice.org/21563 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: jan iversen <jani@documentfoundation.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-01-20No LOKDocView packaging for Win/Mac for the whileThorsten Behrens1-1/+3
This unbreaks Windows packaging after 85b46f51928dc17cda1bc974bca9159de9221b4d - I guess this should be Linux-only for the moment. Change-Id: Ie19f7f3e4b611e2884e3fdb1a64c63927b018989
2016-01-19scp2: fix --disable-gtk3 buildMiklos Vajna2-0/+3
Change-Id: I231cb935f1d0a4e69bc3f970e48aece8305ab2b3
2016-01-19lokdocview: Add scp files for selection handle PNGsPranav Kant2-0/+60
Change-Id: I4d3eab1f16751a1b3f24a995e3d28322fd2f510b Reviewed-on: https://gerrit.libreoffice.org/21606 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-01-05Register LibreOffice as able to open MS Write filesSean Young1-0/+9
Change-Id: I9d2962214e048e489c063b9a364dbfa207740949 Reviewed-on: https://gerrit.libreoffice.org/20643 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2015-12-31Remove missed NPAPI itemsBryan Quigley1-1/+0
These were missed during the removal of NPAPI. Change-Id: Ie6233a755cd8f2995692fb8790bd65055d100251 Reviewed-on: https://gerrit.libreoffice.org/21015 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2015-12-17Remove gnome-open supportBryan Quigley1-7/+0
Gnome-open has been deprecate for some time. xdg-open replaces it. Change-Id: I7fc0f32a1f2fbadbe3d1cee58d0089213665c3a5 Reviewed-on: https://gerrit.libreoffice.org/20347 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-11-27gengal script calling gengal.bin is not needed on MacStephan Bergmann1-1/+1
Change-Id: If965ab126be497a7b2af227a843aeb746901def2
2015-10-27add MSVC 14.0 runtime merge modulesAndras Timar1-0/+19
Change-Id: Ib32a4f2484466802ac6c9152e8dd41fc8c67aa46 Reviewed-on: https://gerrit.libreoffice.org/18560 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>
2015-10-25Remove Seamonkey based address book driverDavid Ostrovsky2-25/+0
Seamonkey based address book driver is based on pre-compiled libraries and is only used on Windows 32 bit. Remove it in favor of mork driver. Given that Seamonkey based mozab driver also provides Outlook and Outlook Express address book integration, that Windows-32-bit--only feature is lost for now. If necessary, support for that feature could be rewritten from scratch, in a way that would also work for Windows 64 bit. Change-Id: Ie1c125e692598bda999767c328c9e2262a2b82af Reviewed-on: https://gerrit.libreoffice.org/19560 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2015-10-16drop gconf integration as per ESC decisionBjoern Michaelsen4-4/+3
Conflicts: shell/source/backends/gconfbe/gconfbackend.cxx Change-Id: I609ec83ec59f5ae8d3a8c9c09649695bfcb03b87 Reviewed-on: https://gerrit.libreoffice.org/19408 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2015-10-13remove some useless commentsNoel Grandin1-2/+1
found with git grep '// /' Change-Id: I948cf9ae61bbbf2ec706ca5b0572c4f27c58c745
2015-10-12TDE: move stuff into the tde-integration packageJan-Marek Glogowski3-2/+11
Currently the package just contains the TDE shell backend library. This moves the URL handler tde-url-open and the vcl plugin into the integration package, like the KDE3 based kde-integration. The TDE address book driver is left in the core package. Change-Id: I2687b313d7f106bb344c65c50ae0a07b0140def0
2015-10-12KDE4: add kde4-open-url to the integration packageJan-Marek Glogowski1-1/+3
Currently kde4-open-url is just installed, but not included in the kde-integration package. Change-Id: Ic114a463b97aaaf4cc7ff3062143698daf93513c