summaryrefslogtreecommitdiff
path: root/scp2/source
AgeCommit message (Collapse)Author
2013-08-12Add missing modules to fix the Windows buildJesús Corrius
Related to commit: cd97b11a33db909318572a27a54305cb4757ba0f Change-Id: I899508a648cb111ea3f5aeb1eb5d80fc751951fa Reviewed-on: https://gerrit.libreoffice.org/5369 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-08-12Register additional support types on WindowsJesús Corrius
So Windows knows that LibO is able to open these files formats too. The option will appear in the "Open With" menu. Change-Id: Ifb4c4ec975ea5c84b1f18191d74fee0c39684f66 Reviewed-on: https://gerrit.libreoffice.org/5367 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-08-08fdo#62442: Move the InfoPlist.strings files into the app from langpacksTor Lillqvist
The digital signature of an app bundle includes an integrity check for the Resources subtree. This is the normal place for Mac apps to have their read-only non-code "resources". In LibreOffice it is currently not much used, though. The signature thus breaks when a lang pack installer is run and plops its InfoPlist.strings file into the "Resources" subtree. This file contains translations of strings in the app's Info.plist file. For LibreOffice, it contains translations only for some of the file type names in Info.plist. (Why only some, I don't know.) Files installed by a lang pack insaller into other locations in the app bundle don't harm the signature. Making the InfoPlist.strings files be distributed as part of the main app bundle instead of in langpacks should keep the signature valid even if a lang pack is installed. The InfoPlist.strings files are small so the size of the main app should not grow significantly. This required introduction of a new functionality in scp2: The possibility to generate a list of several complete File or Directory stanzas, one for each language for which translations are being built. (This is different from the existing functionality, used for files that go into lang packs, where a stanza contains several Name or HostName attributes (or whatever the term is) where the attribute names are qualified with the language code in parens.) Change-Id: I3afd9b08944fe1bccb5f0c881d740d260f589e39
2013-07-26Shorten the idetifiers a bit not to be more the 32 charsFridrich Štrba
Change-Id: I5ee50ae740aa113670dad97067e78e063cca1a61
2013-07-25A Torsdag without typo would not be a TorsdagFridrich Štrba
Change-Id: I305d8fb874f42c18de03255bc64160639defcb50
2013-07-25Add some consistency to the world as we know itFridrich Štrba
Change-Id: Ib1720a1797facf783eee9524afef7fadcd986c6f
2013-07-24And my hope was not trueFridrich Štrba
Change-Id: I41877db65b66fa3732040fc21f98a5f2be2fdcb7
2013-07-24Hopefully the last installement of my perl sagaFridrich Štrba
Change-Id: I2d437062e3ce468591621e7323cacb13789edf06
2013-07-24Revert "fdo#60924 autoinstall - gbuild/scp2: still more libs to OOO"Fridrich Štrba
This reverts commit b0c43257d9db19ac45a93d8fb1e7648e82517289.
2013-07-24WIP: data for the new MsiShortcutProperty installer tableFridrich Štrba
Change-Id: If421383abe95738b8247aebc5cf43b1eaa346c39
2013-07-24fdo#64916 put libsqlite3.so into instset on linux againDavid Tardon
Change-Id: Ib53b71d23575350d875abdfb2477bba7369c040f
2013-07-23fdo#60924 autoinstall - gbuild/scp2: still more libs to OOOMarcos Paulo de Souza
Change-Id: I89a661908fe7d679aa68d5ba9ead41d6b0a0d6bf Reviewed-on: https://gerrit.libreoffice.org/5039 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-07-20fdo#35785 LibreOffice's support of recent documents in Windows 7 brokenJesús Corrius
Change-Id: I916ba1335b0a0420f568ab9340632f273e3c9516 Reviewed-on: https://gerrit.libreoffice.org/4997 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-07-16Fix typo in libfbembed mac installation.Andrzej J.R. Hunt
Change-Id: Ie233caecb29e16aa82d29b02882ed349e55ee869
2013-07-16Fix --disable-firebird-sdbc.Andrzej J.R. Hunt
Change-Id: I040049b4c034858f4be4aa580a17fd8bb5986396
2013-07-16Further firebird-sdbc windows build fixes.Andrzej J.R. Hunt
Change-Id: I9cb0bbd45b19cb9ef6aa4b8f6d0538484060c6a0
2013-07-16Fix firebird lib installation location.Andrzej J.R. Hunt
Change-Id: Ia7f649abbfe0793dd9389a415845fc1307206798
2013-07-16Rename firebird-sdbc to firebird_sdbc to compile with latest master.Andrzej J.R. Hunt
Change-Id: I56e3180095c8a1fa660e1e27588320bdce972952
2013-07-16Fix firebird installation (windows) + driver compilation fixes.Andrzej J.R. Hunt
Change-Id: I253a2770c951a984bd50c906b0e84feeb8d105d9
2013-07-16Setup Firebird installation / scp2 details.Andrzej J.R. Hunt
Change-Id: I03393b08db5878b099a2e71b9b515b707a386e3f
2013-07-16fb-sdbc: installing lib and resources.Javier Fernandez
Change-Id: I2d7bf2b4308b9e52ebadd0d73f43baf469f506a6
2013-07-16Firebird: initial implementation of the skeleton driver.Javier Fernandez
Change-Id: I45087282fe7b7fc5bcebeeb2bbb79d0db1e043bd
2013-07-11fdo#66072 do not end auto_*_ALL by a commaDavid Tardon
Change-Id: I7d0fbe865cd10d0a3ef690e521d4752d6d7f3939 Reviewed-on: https://gerrit.libreoffice.org/4829 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-07-09fdo#66703: Missing libjava_uno.jnilib symlinkStephan Bergmann
Regression introduced with c9c963d3e6991d0dd73a95fc9734e38683d5be9c "autoinstall ure private libraries." Change-Id: I8ea597e8d5108e925e982d7b37fa9e1d3af8d1aa
2013-07-05Related: #i121513# Remove deprecated UnoControlThrobberModelAriel Constenla-Haile
(cherry picked from commit 5569d97f06a0299e41b91ca248bf7eaa038b1f21) Conflicts: icon-themes/human/toolkit/source/awt/spinner03-grey_01.png icon-themes/human/toolkit/source/awt/spinner03-grey_02.png icon-themes/human/toolkit/source/awt/spinner03-grey_03.png icon-themes/human/toolkit/source/awt/spinner03-grey_04.png icon-themes/human/toolkit/source/awt/spinner03-grey_05.png icon-themes/human/toolkit/source/awt/spinner03-grey_06.png icon-themes/human/toolkit/source/awt/spinner03-grey_07.png icon-themes/human/toolkit/source/awt/spinner03-grey_08.png icon-themes/human/toolkit/source/awt/spinner03-grey_09.png icon-themes/human/toolkit/source/awt/spinner03-grey_10.png icon-themes/human/toolkit/source/awt/spinner03-grey_11.png icon-themes/human/toolkit/source/awt/spinner03-grey_12.png offapi/com/sun/star/awt/UnoControlThrobber.idl offapi/com/sun/star/awt/UnoControlThrobberModel.idl offapi/com/sun/star/awt/XThrobber.idl offapi/com/sun/star/awt/makefile.mk offapi/type_reference/typelibrary_history.txt offapi/type_reference/types.rdb rat-excludes swext/mediawiki/help/component.txt swext/mediawiki/src/com/sun/star/wiki/WikiDialog.java swext/mediawiki/src/com/sun/star/wiki/WikiEditSettingDialog.java swext/mediawiki/src/com/sun/star/wiki/WikiPropDialog.java swext/mediawiki/src/description.xml toolkit/AllLangResTarget_tk.mk toolkit/inc/toolkit/helper/servicenames.hxx toolkit/source/awt/vclxtoolkit.cxx toolkit/source/awt/xthrobber.cxx toolkit/source/awt/xthrobber.hrc toolkit/source/awt/xthrobber.src toolkit/source/controls/tkthrobber.cxx toolkit/source/helper/registerservices.cxx toolkit/source/helper/servicenames.cxx toolkit/src2xml/src.lst toolkit/util/toolkit.xml Change-Id: Ic415a96fe6ba7040a3b03fd562f997d2df1516d6
2013-06-16Don't build icule library as we no longer use itKhaled Hosny
Change-Id: I25401eee45988bf4d156c11d9a5848c783204c02
2013-06-15fdo#60924 autoinstall - gbuild/scp2: Move more libs to OOOMarcos Paulo de Souza
Change-Id: I7a3511172ac8ddd060c51c0339a4b9ff16216668
2013-06-15scp2: remove unused filesMatúš Kukan
Change-Id: I86d836be85c5d2a2412d5cca2b3a84a2590141ac
2013-06-15Add gengal to RepositoryFixes and autoinstall it.Matúš Kukan
Change-Id: I935fb9fd2620447f9aba9142b7db896e6fe31133
2013-06-15gbuild: allow to use RepositoryFixes also for executablesMatúš Kukan
Helps to kill package in cpputools. And autoinstall uno executable. Change-Id: Ib1d546371ec8d2b06381d88eff98dbc5b70da400
2013-06-15Enable Sifr themeIssa Alkurtass
Change-Id: I3adcc90fe7621c11e77b05d4394b8d55ad223469
2013-06-13fdo#60924 autoinstall - gbuild/scp2: Move more libs to OOOMarcos Paulo de Souza
Conflicts: Repository.mk Change-Id: I1553317afe8df9877a41b1d4087c96d861ed1377
2013-06-12fix previous commitMatúš Kukan
Change-Id: If211e08f0436dd3c2a0787fa60301bfafe1c5b70
2013-06-12fdo#60924 autoinstall - gbuild/scp2: Move some libs to OOO and clean a littleMarcos Paulo de Souza
Also put the vbaswobj lib in the right place, inside Writer Change-Id: I52ecc75e26f5f1997d3a575682b78fbd673e4591
2013-06-12fdo#64977 Adding Tibetan Language SupportElie Roux
Change-Id: I3f530375f43bfe8ebe2cc16f0e158990d7beafbb Reviewed-on: https://gerrit.libreoffice.org/4197 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-06-12fdo#65485 also put the files into langpack moduleDavid Tardon
Change-Id: I0d331fc9a5591de60bba1959999ff29b2d43b058
2013-06-12fdo#65485 install .ui translations for writer againDavid Tardon
Change-Id: I8e8ad67058286aec94164a44dbd461078a792359
2013-06-11fdo#60924 autoinstall - gbuild/scp2: add calc moduleMarcos Paulo de Souza
Change-Id: I89e87f2e107bdb31f19262c83f8e20be9642a4eb
2013-06-10gbuild: s/AutoInstallLibs/AutoInstall/gMatúš Kukan
Change-Id: I582a841ea3b2a882cbdc1556058b007a8667024a
2013-06-10gbuild: rework AutoInstallLibs and autoinstall ure executablesMatúš Kukan
Change-Id: I7312d94f90758d450a69410819c5e8c142756a47
2013-06-09fdo#60924 autoinstall - gbuild/scp2: add canvas moduleMarcos Paulo de Souza
Change-Id: I740ee32653059669e299ab52f7709319a8534f21
2013-06-07gbuild: install extension directly from workdirMatúš Kukan
Also kill ExtensionTarget indirection causing duplication. Change-Id: I24f7e6d85df6acf2ededaade20dd1a788d916594
2013-06-07scp2: add forgotten include for impress moduleMatúš Kukan
Change-Id: Ide6176a5f602f7213f3ad628e1bb6dc4be8df389
2013-06-07fdo#65168: Fix regressions introduced with de-extension-ing report builderStephan Bergmann
...in 90a326c7028d5af132c62edfaef77c53627e4c0e "fdo#61950 move report builder from bundled extensions to plain code": * For one, ReportWizard.startReportWizard (wizards/com/sun/star/wizards/report/ReportWizard.java) would still try to load reportbuilderwizard.jar from the unpacked extension (and, failing that, fell back to the old default engine, so this didn't cause any failure per se). Instead, reference reportbuilderwizard.jar (which was also missing from scp2) from report.jar's manifest Class-Path (which will always be OK, even if reportbuilderwizard.jar is not installed) and check for the relevant class via Class::forName directly. * For another, the en-US/wizard/report/default.otr template had gone missing. The way to find it inside the unpacked extension in the past was to include a Paths.xcu update that extends the Template path. Instead, install that template directly into share/template now, and drop the (unused already) Paths.xcu update. Change-Id: I09eca2b69aa55d5b15fb5ecfec6881f8a6f6e5e5
2013-06-06fdo#60924 autoinstall - gbuild/scp2: add impress moduleMarcos Paulo de Souza
Change-Id: Id1256a9b62d72bce6a225d2b022865a31c01e25d Reviewed-on: https://gerrit.libreoffice.org/4180 Reviewed-by: Matúš Kukan <matus.kukan@gmail.com> Tested-by: Matúš Kukan <matus.kukan@gmail.com>
2013-06-06fdo#60924 autoinstall - gbuild/scp2: add base moduleMarcos Paulo de Souza
Change-Id: Iee1000ff245c369446a9e671a3f7c637f76f989b Reviewed-on: https://gerrit.libreoffice.org/4153 Reviewed-by: Matúš Kukan <matus.kukan@gmail.com> Tested-by: Matúš Kukan <matus.kukan@gmail.com>
2013-06-04MPLv2 subset improvements.Michael Meeks
2013-06-04odk: stop packaging autodoc generated documentationMichael Stahl
Change-Id: I9d1e232f2fea779f111067b588bbb36411039de2
2013-06-04odk: package doxygen IDL docsMichael Stahl
Change-Id: I1613ce8cf9b8248bb5d5e546df7310154e11b830
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1397337 http://svn.apache.org/viewvc?view=revision&revision=1397315 http://svn.apache.org/viewvc?view=revision&revision=1396797 Patches contributed by Andre Fischer Fixed getcsym.awk to handle #-comments that contain special regexp chars. http://svn.apache.org/viewvc?view=revision&revision=1230971 118778: Added ADDITIONAL_REPOSITORIES environment variable and its automatic setup in configure. http://svn.apache.org/viewvc?view=revision&revision=1232004 118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Herbert Duerr #i119168# use generic LICENSE file for langpacks and sdks http://svn.apache.org/viewvc?view=revision&revision=1310178 macosxotoolhelper: need to quote perl regexp if it may contain regexp metachars http://svn.apache.org/viewvc?view=revision&revision=1183367 allow gbuild with empty sysroot on linux http://svn.apache.org/viewvc?view=revision&revision=1179186 Patches contributed by Ingo Schmidt native373: #164472# improvements for msi database http://svn.apache.org/viewvc?view=revision&revision=1167540 http://svn.apache.org/viewvc?view=revision&revision=1167539 Patches contributed by Jurgen Schmidt adapt setup package scripts to handle special DS_Store file for developer snapshot builds http://svn.apache.org/viewvc?view=revision&revision=1232430 imported patch extensions_i117681.patch http://svn.apache.org/viewvc?view=revision&revision=1172102 Patches contributed by Michael Stahl gbuild: RepositoryFixes.mk should be optional http://svn.apache.org/viewvc?view=revision&revision=1166123 xslt filter: remove the FLA horror wordml import filter: replace FLA usage with plain XSLT http://svn.apache.org/viewvc?view=revision&revision=1363727 Patch contributed by Oliver-Rainer Wittmann i#88652: applied patch, remove unicows deps http://svn.apache.org/viewvc?view=revision&revision=1177585 Remove lots of OS2 conditionals, re-extract Rhino Java, unwind cppunit pieces, cleanup Mac image bits, remove coin-mp and re-package lpsolve, Oxygen & Crystal, fixup qstart bits, expand MPLv2 subset checking. Change-Id: Iad5c8a76399620b892671633c0d8c29996db3564