summaryrefslogtreecommitdiffstats
path: root/setup_native
Commit message (Collapse)AuthorAgeFilesLines
* Fix some spelling errors in comments and stringsOtto Kekäläinen2016-07-041-1/+1
| | | | | | | Change-Id: Iecd6b5e13d6be14651f77d8e37f01117ba15a11e Reviewed-on: https://gerrit.libreoffice.org/26883 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
* tdf#89657 sign Mac languagepack installer and force-start-close LOChristian Lohmaier2016-06-202-1/+9
| | | | | | | starting LO once satisfies Gatekeeper's verification, even when the langaugepack's content are added afterwards Change-Id: Ie548df39a7ec07cc485c40148e4ca75101346798
* Work towards tdf#72606 EasyHack _tstring/TCHAR eliminationskswales2016-06-073-64/+64
| | | | | | | | | | | Functions suffixed with A/W (ANSI/Wide) as needed for clarity This completes the _tstring/TCHAR/TEXT elimination for setup_native/ Change-Id: I66292fd490a09f75b8691274255ba41870074065 Reviewed-on: https://gerrit.libreoffice.org/25771 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* Work towards tdf#72606 EasyHack _tstring/TCHAR eliminationskswales2016-05-309-360/+191
| | | | | | | | | | | setup_native/source/win32/customactions/shellextensions in MSI Installer compiled as UNICODE Functions suffixed with A/W (ANSI/Wide) as needed for clarity Change-Id: I711f781b47c0efdb1e3d9bf995f7658dbb0e38d1 Reviewed-on: https://gerrit.libreoffice.org/25556 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* -Werror,-Wunused-macrosStephan Bergmann2016-05-252-2/+0
| | | | Change-Id: I321a9e2e51a70517ee344d311eb200540f01a979
* -Werror,-Wunused-macrosStephan Bergmann2016-05-251-1/+0
| | | | Change-Id: Ie0684d80740d592ea01546eea36a13c03b9eec4b
* Work towards tdf#72606 EasyHack _tstring/TCHAR eliminationskswales2016-05-242-11/+11
| | | | | | | | | win32/customactions/sellang use A/W suffixed functions as appropriate Change-Id: Ic609a6dfb8033585cd2043a77985578abfdae893 Reviewed-on: https://gerrit.libreoffice.org/25167 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* Work towards tdf#72606 EasyHack _tstring/TCHAR eliminationskswales2016-05-245-55/+55
| | | | | | | | | | | Quickstarter removal code in MSI Installer compiled as UNICODE Functions suffixed with A/W (ANSI/Wide) as needed for clarity Change-Id: I50aa27a753542fc0ddf002f385de78ba106b17ab Reviewed-on: https://gerrit.libreoffice.org/25153 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* Work towards tdf#72606skswales2016-05-242-26/+28
| | | | | | | | | | | EasyHack _tstring/TCHAR elimination These were already compiled UNICODE - changes for clarity and consistency Change-Id: I846063ddf37af80b3a8787b45d97215e1770c0f3 Reviewed-on: https://gerrit.libreoffice.org/24859 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* Work towards tdf#72606 EasyHack _tstring/TCHAR eliminationskswales2016-05-091-37/+31
| | | | | | | | | Built and tested Windows MSI installer Change-Id: Id49f7df80e01aaa608fe80687002f44d22bd3200 Reviewed-on: https://gerrit.libreoffice.org/24707 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* use SAL_N_ELEMENTS more widelyNoel Grandin2016-03-312-3/+3
| | | | | | | found using git grep -n 'sizeof.*/.*sizeof.*[0]' Change-Id: Icd4a6cc1ca8ec8ebd68e1701a02789c74cf0eb2a
* use SAL_N_ELEMENTS in for loopsNoel Grandin2016-03-311-1/+1
| | | | | | | | | | for with git grep -n 'for.*sizeof' Change-Id: I6211024385e03ac5eeeb38690d2c1c699e015c2f Reviewed-on: https://gerrit.libreoffice.org/23569 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* tdf#82335 Register Libreoffice for Kingsoft file typesJaskaran2016-03-091-4/+10
| | | | | | | | | | | Registered LO for Kingsoft document , spreadsheet, presentation and their template types. Change-Id: If2b9f428b22f6d104c5ffe699f5264a22b814a0e Reviewed-on: https://gerrit.libreoffice.org/23037 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* scp2: move scp2 classification package to AutoInstallMiklos Vajna2016-02-291-15/+0
| | | | Change-Id: I59afb2302b7fe891a83ca5ce7b12eca322bb7ed7
* sfx2 classification: include example XML in the instsetMiklos Vajna2016-02-221-0/+15
| | | | Change-Id: I23c0227ee304a6b756ff3d474866609d95e6a071
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
| | | | | | | | | | | | | | | | | | | A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
* lokdocview: Add scp files for selection handle PNGsPranav Kant2016-01-191-0/+14
| | | | | | | 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>
* Silence -Werror=nonnull (GCC 6)Stephan Bergmann2016-01-191-0/+8
| | | | Change-Id: I3aa5f4342ad362b0075d033df222467723ee002e
* Bump copyright year to 2016Adolfo Jayme Barrientos2016-01-087-86/+86
| | | | Change-Id: Ifbd88aa55d5aa32a7b8dc11d7ac0310d0ef1e5d1
* cppcheck: fix memleak in win32/wintools/msidb/msidb.cJulien Nabet2015-12-131-9/+67
| | | | | | | Change-Id: I60ce0dbb26a75b49a50a982214d7adfb7ab833a0 Reviewed-on: https://gerrit.libreoffice.org/20679 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* -Werror,-Wwritable-stringsStephan Bergmann2015-11-185-7/+7
| | | | Change-Id: I18d4d9153009ff132fe07b30ad55025e3875a180
* -Werror,-Wwritable-stringsStephan Bergmann2015-11-181-1/+1
| | | | Change-Id: I016006135012699b4e14e869c036f4d295e5cde2
* -Werror,-Wunused-internal-declarationStephan Bergmann2015-11-181-46/+0
| | | | Change-Id: I4e9b7ee46a4438feff8508d443822c607633e7c1
* -Werror,-Wunused-functionStephan Bergmann2015-11-181-18/+0
| | | | Change-Id: Idb8d967348b49d467249d2923829f66044e9891e
* remove vestigial Adabas D references in tests etc.Michael Stahl2015-11-171-1/+0
| | | | | | Adabas D connector was removed in 8256eb0205fcddb79a67be13d6507b2653ff5e08 Change-Id: Ie142763ac32728c1596c196d919cbe84e6735c96
* deb system integration postinst and postrm scripts are not needed hereAndras Timar2015-10-172-57/+0
| | | | | | | | ... because special 'debian-menus' package from sysui module does the job We do not have these scripts in rpm packages, let's not have them in deb packages, too. Change-Id: Iae7e996c3c3a8c1fb40977436773829a16e93fee
* drop gconf integration as per ESC decisionBjoern Michaelsen2015-10-162-3/+1
| | | | | | | | | | 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>
* setup_native: Add vcruntime and libucrt on MSVC 14.0David Ostrovsky2015-09-038-0/+16
| | | | | | | Change-Id: If55979b55b4bc8dee785f0940461a01995060682 Reviewed-on: https://gerrit.libreoffice.org/17362 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* update branding for 5.0Christian Lohmaier2015-07-241-0/+0
| | | | | | | | about-dialog & windows installer imgs use non TDF-tagline and add Development build variant for splashscreen DS_Store for Mac dnd installer not adjusted yet Change-Id: I4ff449d9564214a80f88c752e54064b599e9948b
* Fix typosAndrea Gelmini2015-07-041-1/+1
| | | | | | | Change-Id: Ic6415423f46aaee7ba90239a617c318cf92ae222 Reviewed-on: https://gerrit.libreoffice.org/16711 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
* Remove some hard coded references to "LibreOffice" as Productname.Martin Hollmichel2015-06-293-43/+43
| | | | | | | | Change-Id: Ibd0a500d7ba31ec4c25bad64b39311d45e94dca3 Reviewed-on: https://gerrit.libreoffice.org/16590 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
* Fix typosAndrea Gelmini2015-06-181-1/+1
| | | | | | | Change-Id: Ibfa971952cd330ddf430e7e951c5c235d2ae6bd8 Reviewed-on: https://gerrit.libreoffice.org/16314 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* cppcheck:unreadVariableNoel Grandin2015-06-152-2/+1
| | | | Change-Id: I03981ceba67280e8ed98a9add7f24b3bd958d522
* 4 dict package names did not follow the ruleAndras Timar2015-04-231-4/+4
| | | | Change-Id: Ibf430db9863577ef9e841cd2cdb446ebc513c659
* tdf#90298 rescan for bundled extensions when installing Mac langpackChristian Lohmaier2015-03-311-1/+2
| | | | | | | | | | LO only scans for new extensions when the folder's timestamp is newer than a timestamp file in the user's profile. When installing a languagepack, the folder is set to the build-time of the package. touch the dir to set it to install time and thus allow LO to pick up newly installed dictionaries and thesaurus/hyphenation data. Change-Id: I888f830d2325774cd98e3624c19d2be19d4d6db2
* gbuild: set _WIN32_WINNT globally instead of WINVERMichael Stahl2015-03-052-2/+0
| | | | | | | | | | ... and remove the definitions in makefiles, except in fpicker, which defines a different value for the Vista file picker. The WINVER value is derived automatically from _WIN32_WINNT by SDK header sdkddkver.h. Change-Id: I73358a9bf5d070f71821654cae2a29335a754a21
* V813: Decreased performanceCaolán McNamara2015-03-041-8/+5
| | | | Change-Id: I8a7528366156b288dc422b09cff0d5a32cde3c91
* V804: Decreased performanceCaolán McNamara2015-03-021-1/+2
| | | | | | | Change-Id: Iee15e6f2a08447ccbb82b39146cd5ade68e82b1e Reviewed-on: https://gerrit.libreoffice.org/14711 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Attempt at fixing Mac OS X code signingStephan Bergmann2015-02-101-17/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...so that LibreOffice.app dmgs built with --enable-macosx-code-signing with an appstore-enabled identity will hopefully no longer be rejected on Mac OS X >= 10.9.5 as "'soffice' can't be opened because the identity of the developer cannot be confirmed." (Which I cannot verify for lack of an appstore-enabled certificate, though.) First of all, do not ignore errors from calls to codesign utitlity. Really. That reveals that soffice cannot be signed as soon as it is linked, as it requires all the other stuff in the app to be already signed. So just don't sign it after linking, it will be signed last step in macosx-codesign-app-bundle anyway. Second, --resource-rules exemptions are no longer allowed per <https://developer.apple.com/library/mac/technotes/tn2206/_index.html> "OS X Code Signing In Depth." Third, the handful of remaining shell scripts in MacOS/ need to be signed too. (Signing them adds extended attributes to the files.) Unfortunately, as discussed at <http://porkrind.org/missives/mac-os-x-codesigning-woes/> "Mac OS X codesigning woes," "hdiutil makehybrid" drops extended attributes from the generated dmg (so the dmg's LibreOffice.app would no longer be considered properly signed, as the shell scripts would no longer be signed). So switch from "hdiutil makehybrid" to "hdiutil create." Change-Id: I4b587f87d504666f7a1d0e3a24a8be76f22014c5
* unpack_update is LINUX, SOLARIS onlyStephan Bergmann2015-02-091-0/+2
| | | | | | | cf. a1d2774e1aae2537fb843085135ddfdbd6ae207b "INTEGRATION: CWS onlineupdate6: #i82283# added unpack and update script" Change-Id: Id4f8180fb189f06f5a463fe852c8a51a20680cf5
* cppcheck: unusedVariableCaolán McNamara2015-01-241-1/+0
| | | | Change-Id: I2c999c79b071647165a21ccc0b6c50cf7e0c6b0a
* Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitlyMichael Stahl2015-01-231-0/+3
| | | | | | http://ci.libreoffice.org/job/lo_gerrit_master/495/Gerrit=Gerrit,Platform=Windows/console Change-Id: I0104d448906bd17857b3716856c544e632c1662c
* try to fix GetVersionEx deprecation warnings from Windows SDK 8.1Michael Stahl2015-01-191-1/+7
| | | | | | | | | | | | | | Apparently GetVersionEx() is deprecated now, but the replacement header "versionhelpers.h" does not exist in older SDKs (at least not in 8.0), so try to determine the used SDK version by checking if the Windows 8.1 version constant _WIN32_WINNT_WINBLUE (0x0602) exists. http://msdn.microsoft.com/en-us/library/windows/desktop/dn424972%28v=vs.85%29.aspx Change-Id: Ia9224a8c76823ada7cb294a600046c6a0fc843ad Reviewed-on: https://gerrit.libreoffice.org/14020 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-091-1/+1
| | | | Change-Id: I4d0e1de89d0bbdbea23bc5a46bf75ae0ce4e2796
* -Werror,-Wtautological-pointer-compareStephan Bergmann2015-01-081-5/+3
| | | | Change-Id: I55db1220e234b92f5d0a3794f416154495da8b69
* Bump copyright year to 2015Andras Timar2015-01-017-86/+86
| | | | Change-Id: I18f2abfeee3b7e440aace632aec1296a1beab1f7
* Create/RemoveLayerLinks are unusedStephan Bergmann2014-12-023-174/+0
| | | | | | | ...ever since 4c25522a6ba9c4cc22b57557baa53c87c39086fd "CWS-TOOLING: integrate CWS native196_DEV300" Change-Id: I8d50df80d8d5450db89b48338b32269aa8e67afb
* typo: unknownAndras Timar2014-11-241-1/+1
| | | | Change-Id: If89443c1668ca01c826c8fc353b20097c7da7bf4
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
| | | | | | | Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* -Werror,-Wtautological-pointer-compareStephan Bergmann2014-10-271-5/+4
| | | | | | (/usr/include/sys/stat.h annotates __lxstat params as __nonnull) Change-Id: I4297c4a05f54bc35688b65dd1ddcdeb7bc7fc37b