summaryrefslogtreecommitdiff
path: root/scp2
AgeCommit message (Collapse)AuthorFilesLines
2013-08-22fdo#60924 autoinstall - gbuild/scp2: Move more libs to OOOMarcos Paulo de Souza2-121/+0
Change-Id: I973a66c6f805727cfaa5a5663ce4a9c200412a66 Reviewed-on: https://gerrit.libreoffice.org/5571 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2013-08-20Registy item fix for AppUserModelID and use STRING macro for stringsJesús Corrius1-4/+4
Change-Id: Id6434355aabdde4f39232ab5a839201a85ca4d29 Reviewed-on: https://gerrit.libreoffice.org/5529 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist7-30/+30
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
2013-08-19Use correct paths to URE stuff on WindowsTor Lillqvist1-0/+6
For some historical reason, URE has no "share" subfolder on Windows. Change-Id: I530e673cc7a5cb5fe5d82a5e952ac50e4c2270b2
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist9-17/+44
Lots of stuff still either ended up in the wrong place, or was looked up from the wrong place, or both. Fix most cases. Change-Id: I06ebbce207c219f3cd82b4387dd9b3fdb83420d4
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist21-203/+288
Change all instances of hardcoded "program", "share" etc subfolder names to use those from <config_folders.h> instead. In normal builds, the end result will not change. Change-Id: I91c95cd8e482818be67307e889ae6df887763f53
2013-08-14Fix for ICE101 ERROR in generated MSIJesús Corrius1-2/+2
ICE101 ERROR The feature gm_o_Extensions_Script_Provider_For_Javascript is greater than 38 characters in length. Features are limited to 38 characters and must follow this convention for APIs like MsiEnumFeatures ICE101 ERROR The feature gm_o_Extensions_Script_Provider_For_Beanshell is greater than 38 characters in length. Features are limited to 38 characters and must follow this convention for APIs like MsiEnumFeatures Change-Id: I298a0dafa7babd1af69c7754fe89efcfe5902970 Reviewed-on: https://gerrit.libreoffice.org/5401 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-08-13AppUserModelIDs registry entries are useful only on Windows7+Jesús Corrius1-1/+1
Change-Id: Ia17608d603434fa244c056bf711ce4951644246e Reviewed-on: https://gerrit.libreoffice.org/5385 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-08-12Add missing modules to fix the Windows buildJesús Corrius4-0/+35
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 Corrius8-0/+152
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 Lillqvist3-11/+38
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-08-08Add AppUserModelID for all supported formatsJesús Corrius1-0/+11
Now only the ODF formats have AppUserModelID, but we need AppUserModelID for all supported formats so the Windows 7 recent documents works as expected. This patch only adds a few registry keys during the installation process on Windows. Change-Id: I2d7460c1ed8b4ba77da8bb1c5b0c696c521353c5 Reviewed-on: https://gerrit.libreoffice.org/5274 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-07-26Shorten the idetifiers a bit not to be more the 32 charsFridrich Štrba7-8/+8
Change-Id: I5ee50ae740aa113670dad97067e78e063cca1a61
2013-07-25A Torsdag without typo would not be a TorsdagFridrich Štrba1-1/+1
Change-Id: I305d8fb874f42c18de03255bc64160639defcb50
2013-07-25Add some consistency to the world as we know itFridrich Štrba7-8/+8
Change-Id: Ib1720a1797facf783eee9524afef7fadcd986c6f
2013-07-24And my hope was not trueFridrich Štrba1-2/+2
Change-Id: I41877db65b66fa3732040fc21f98a5f2be2fdcb7
2013-07-24Hopefully the last installement of my perl sagaFridrich Štrba6-14/+14
Change-Id: I2d437062e3ce468591621e7323cacb13789edf06
2013-07-24Revert "fdo#60924 autoinstall - gbuild/scp2: still more libs to OOO"Fridrich Štrba2-0/+145
This reverts commit b0c43257d9db19ac45a93d8fb1e7648e82517289.
2013-07-24WIP: data for the new MsiShortcutProperty installer tableFridrich Štrba7-0/+48
Change-Id: If421383abe95738b8247aebc5cf43b1eaa346c39
2013-07-24fdo#64916 put libsqlite3.so into instset on linux againDavid Tardon1-0/+7
Change-Id: Ib53b71d23575350d875abdfb2477bba7369c040f
2013-07-23fdo#60924 autoinstall - gbuild/scp2: still more libs to OOOMarcos Paulo de Souza2-145/+0
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 Corrius6-22/+22
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-17InstallModule_firebird.mk: actually define SYSTEM_FIREBIRDRene Engelhard1-0/+4
Change-Id: I3250eddfb1a718b45694624a3d881210d2136ec4
2013-07-16Fix typo in libfbembed mac installation.Andrzej J.R. Hunt1-1/+1
Change-Id: Ie233caecb29e16aa82d29b02882ed349e55ee869
2013-07-16Fix --disable-firebird-sdbc.Andrzej J.R. Hunt2-21/+3
Change-Id: I040049b4c034858f4be4aa580a17fd8bb5986396
2013-07-16Further firebird-sdbc windows build fixes.Andrzej J.R. Hunt1-4/+0
Change-Id: I9cb0bbd45b19cb9ef6aa4b8f6d0538484060c6a0
2013-07-16Fix firebird lib installation location.Andrzej J.R. Hunt2-4/+49
Change-Id: Ia7f649abbfe0793dd9389a415845fc1307206798
2013-07-16Rename firebird-sdbc to firebird_sdbc to compile with latest master.Andrzej J.R. Hunt1-2/+2
Change-Id: I56e3180095c8a1fa660e1e27588320bdce972952
2013-07-16Fix firebird installation (windows) + driver compilation fixes.Andrzej J.R. Hunt1-1/+1
Change-Id: I253a2770c951a984bd50c906b0e84feeb8d105d9
2013-07-16Setup Firebird installation / scp2 details.Andrzej J.R. Hunt5-0/+82
Change-Id: I03393b08db5878b099a2e71b9b515b707a386e3f
2013-07-16fb-sdbc: installing lib and resources.Javier Fernandez4-48/+24
Change-Id: I2d7bf2b4308b9e52ebadd0d73f43baf469f506a6
2013-07-16Firebird: initial implementation of the skeleton driver.Javier Fernandez3-0/+48
Change-Id: I45087282fe7b7fc5bcebeeb2bbb79d0db1e043bd
2013-07-11fdo#66072 do not end auto_*_ALL by a commaDavid Tardon12-14/+12
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 Bergmann1-3/+5
Regression introduced with c9c963d3e6991d0dd73a95fc9734e38683d5be9c "autoinstall ure private libraries." Change-Id: I8ea597e8d5108e925e982d7b37fa9e1d3af8d1aa
2013-07-05Related: #i121513# Remove deprecated UnoControlThrobberModelAriel Constenla-Haile1-1/+1
(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 Hosny3-27/+0
Change-Id: I25401eee45988bf4d156c11d9a5848c783204c02
2013-06-15fdo#60924 autoinstall - gbuild/scp2: Move more libs to OOOMarcos Paulo de Souza2-51/+0
Change-Id: I7a3511172ac8ddd060c51c0339a4b9ff16216668
2013-06-15scp2: remove unused filesMatúš Kukan7-192/+0
Change-Id: I86d836be85c5d2a2412d5cca2b3a84a2590141ac
2013-06-15Add gengal to RepositoryFixes and autoinstall it.Matúš Kukan4-13/+9
Change-Id: I935fb9fd2620447f9aba9142b7db896e6fe31133
2013-06-15gbuild: allow to use RepositoryFixes also for executablesMatúš Kukan1-22/+0
Helps to kill package in cpputools. And autoinstall uno executable. Change-Id: Ib1d546371ec8d2b06381d88eff98dbc5b70da400
2013-06-15Enable Sifr themeIssa Alkurtass2-0/+12
Change-Id: I3adcc90fe7621c11e77b05d4394b8d55ad223469
2013-06-13scp2: remove unused definesMatúš Kukan1-3/+0
Change-Id: Icac7b4dd5dd31f39e0db09e251e7136e61a064aa
2013-06-13fdo#60924 autoinstall - gbuild/scp2: Move more libs to OOOMarcos Paulo de Souza2-160/+0
Conflicts: Repository.mk Change-Id: I1553317afe8df9877a41b1d4087c96d861ed1377
2013-06-12fix previous commitMatúš Kukan3-3/+9
Change-Id: If211e08f0436dd3c2a0787fa60301bfafe1c5b70
2013-06-12fdo#60924 autoinstall - gbuild/scp2: Move some libs to OOO and clean a littleMarcos Paulo de Souza3-194/+0
Also put the vbaswobj lib in the right place, inside Writer Change-Id: I52ecc75e26f5f1997d3a575682b78fbd673e4591
2013-06-12fdo#64977 Adding Tibetan Language SupportElie Roux1-0/+1
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 Tardon1-0/+1
Change-Id: I0d331fc9a5591de60bba1959999ff29b2d43b058
2013-06-12fdo#65485 install .ui translations for writer againDavid Tardon1-0/+1
Change-Id: I8e8ad67058286aec94164a44dbd461078a792359
2013-06-11fdo#60924 autoinstall - gbuild/scp2: add calc moduleMarcos Paulo de Souza5-25/+9
Change-Id: I89e87f2e107bdb31f19262c83f8e20be9642a4eb
2013-06-10gbuild: s/AutoInstallLibs/AutoInstall/gMatúš Kukan14-36/+36
Change-Id: I582a841ea3b2a882cbdc1556058b007a8667024a