summaryrefslogtreecommitdiff
path: root/scp2
AgeCommit message (Collapse)Author
2013-06-09fdo#60924 autoinstall - gbuild/scp2: add canvas moduleMarcos Paulo de Souza
Change-Id: I740ee32653059669e299ab52f7709319a8534f21
2013-06-07Build: fix non-existent merge modules for MS Visual Studio Express versionsMathias Michel
Change-Id: Id19f3fde0803e9242ca1e7279fd814262c74f6ef Reviewed-on: https://gerrit.libreoffice.org/4182 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-06-07gbuild: install extension directly from workdirMatúš Kukan
Also kill ExtensionTarget indirection causing duplication. Change-Id: I24f7e6d85df6acf2ededaade20dd1a788d916594
2013-06-07gbuild: simplify AutoInstallLibs makefilesMatúš Kukan
Change-Id: I19a0daab185a1ef25f9354f551f8cb0c03064cb1
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-05fix copypastaDavid Tardon
Change-Id: I1c99ad469ff951d04689d782323e77f0f1618179
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
2013-06-01fdo#60924 autoinstall - gbuild/scp2: add math moduleMarcos Paulo de Souza
Change-Id: I466dd68069576d57740ef34b8f6fcd8f9025c5c8 Reviewed-on: https://gerrit.libreoffice.org/4065 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-28make 64-bit shell extensions work, put 64-bit VC runtime in the same dirAndras Timar
Unlike in case of msvcr90.dll, which went to WinSxS, msvcr100.dll is installed to the "system32" folder. Windows installer automatically replaces it to SysWOW64. The problem is that this way 64-bit dlls end up in the wrong directory. They conflict with the 32-bit dlls, and will not be installed. Therefore 64-bit shell extensions will not work, unless the 64-bit VC runtime is installed from other source. It is not possible to install both 32-bit and 64-bit VC Runtime with merge modules in case of VS 2010 and VS 2012. For the 64-bit shell extensions, we can install the runtime dlls next to the files. Change-Id: I157048a521662bbac568d1660e46576935f0ea9f
2013-05-28Optional pyuno module should have its own services/pyuno.rdbStephan Bergmann
...this e.g. changes the error message when trying to register an extension that contains an (actively registered) Python component but no pyuno is installed from "Binary URP bridge disposed during call" to a less frightening "The service com.sun.star.loader.Python cannot be instantiated." Change-Id: I10f2b36b11395559ee95ce659878222b5ea99c11
2013-05-23Resolves: #i120858# Change "Farsi" with "Persian"Ariel Constenla-Haile
Changes done on UI code and IDL, not in comments (cherry picked from commit fa88b1f1e227ad7530f6595d802a6ed1f5d54cb4) Conflicts: scp2/source/ooo/module_langpack.ulf wizards/com/sun/star/wizards/letter/LocaleCodes.java Change-Id: I9f66f697789965af79c1ea6db08c8e43f099ddf8
2013-05-23fdo#60924 autoinstall - gbuild/scp2: add onlineupdate moduleMarcos Paulo de Souza
Change-Id: Ib541799e5bd8c95878d61dadbad2bcca80d44367
2013-05-21do not second-guess help langs for installationDavid Tardon
Change-Id: I48484ca81008fe650aa9fa0eb561e3b2ff33399c
2013-05-18fix InstallModule_gnome.mk again, readd file_gnomeRene Engelhard
Change-Id: I2181322078055dd211e74cf5138ca4be691ef2d7
2013-05-18fix scp2/InstallModule_gnome.mk: s/file/module/Rene Engelhard
Change-Id: I626525a2d063bdefd74d06a5e02cc8ca1dc8ac03
2013-05-18s/lib/Lib/Rene Engelhard
Change-Id: Ic407ce886b1a857cb480f09ec4ef13ba3809338a
2013-05-18Revert "remove auto_Gnome_lib_ALL from module_gnome.scp"Rene Engelhard
.. now that it isn't empty anymore to actually install the GNOME stuff. This reverts commit bbd0c8eb921114d3a313284ccdc05d5de1fd995b. Change-Id: Ifa824f14c17fc5456e2aaebf2034282c40cd9c2d
2013-05-17bin obsolete suse and madriva desktop integration packagesPetr Mladek
The freedesktop solution has been supported by the Linux desktops for many years. It should be enough these days. At least the SUSE desktop integration has not been needed since about 2009. Change-Id: Ib5048bd062802f6e70403e81433ea68ca9dff177
2013-05-17We are here already in non MACOSX branchFridrich Štrba
Change-Id: I4196577d1caa24d52f5e734cb0817f2e943f12ed
2013-05-17fdo#60924: autoinstall gnome librariesMarcos Paulo de Souza
Change-Id: I0fd872d15a0c938d32aac185c3c00c5fb14a091a Reviewed-on: https://gerrit.libreoffice.org/3813 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-17Let's assume nobody needs the sbase, scalc etc scripts on OS XTor Lillqvist
It's always possible to run the soffice executable from the same location with a --base, --calc etc command-line option instead. (That is not the normal way for Mac users to open an empty document for the specific aspect of LibreOffice (Calc, Writer, etc) either. Instead, the usual way (says cloph) is to keep a corresponding template document in the Dock and click that.) Change-Id: Iceea270c03a63f674e7dfdfa95117cb3bdd15184 Reviewed-on: https://gerrit.libreoffice.org/3930 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-17No need for the soffice.bin identical copy of soffice on OS XTor Lillqvist
Change-Id: I1e133fb53e58da4ad5e3eb02163eb6082d895b15 Reviewed-on: https://gerrit.libreoffice.org/3931 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-16Entries for symlinks in the Python framework seem unnecessary nowTor Lillqvist
Change-Id: I63e0ceb42db5c561cafaae160259ee7f2658552c
2013-05-16Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
Change-Id: Ie154eadd9960b159f5a250cde93c4bd7a8a948cf
2013-05-16Add the Versions/3.3/include/python3.3m directoryTor Lillqvist
Change-Id: If50acc088402487d8185198ee3841e3d82cd904c
2013-05-15gallery: allow disabling the from-source build in configureStephan Bergmann
Change-Id: Ic390ceeb9f52953d5dea6999b194956e90eb4629
2013-05-15install graphicfilter.xcd againDavid Tardon
Change-Id: I1091b4ff6b700513c7ef5ac41d94972dbb33dcb2
2013-05-15put auto-installed libs into the right moduleDavid Tardon
The definition of Auto_File_Libs_ALL was not known in module_hidden_ooo.scp, so it was left unexpanded and the unattached files were assigned to the gid_Module_Root. Change-Id: Ie7064da6e02394261a47e88526c073941625dc8c
2013-05-15scp2: only package the sdk if it is enabled.Michael Meeks
Change-Id: Id5798c97d3dcfd997ce56f7a7ea72660c9b86c63
2013-05-15gallery: fix a number of naming thinkos.Michael Meeks
Change-Id: If5fe5af925bb2f8b7a5a11eb9d310668a3fd7085
2013-05-15migrate galleries to new, cleaner build infrastructure.Michael Meeks
Change-Id: I95402d81aef426de14ca928ea811aac6f1cd289d
2013-05-15remove pre-compiled textshapes and transportation galleries.Michael Meeks
Further gnumake fixups, package the files in the Gallery rules. Change-Id: Icda2de9cfcd2ff573db2e9ab27e2670dcfa5f0a8
2013-05-15migrate transportation gallery.Michael Meeks
Change-Id: Idec88df28724bcf4b3145bb169fa0fe08a8e282a
2013-05-15gallery: convert text-shapes to new build logic.Michael Meeks
Change-Id: Ia45a2eed7104b376b92290e1a40219e8988d927b
2013-05-15galleries: implement first self-built sound galleryMichael Meeks
Change-Id: Ibbf8f1f8b1590af461dfa5885adb1027580f8f15
2013-05-14always create dirs for autotext filesDavid Tardon
... thus avoiding an annoing warning when a user tries to use autotext. I think we can drop DEFAULT_TO_ENGLISH_FOR_PACKING now. Change-Id: I230341c8bf1c925c51a4059b93153d5cd83d5310
2013-05-13add Icelandic Hunspell dictionary and thesaurusBjörgvin Ragnarsson
Change-Id: Ibf2cb81f57d123825990c7bde90586b894b9cdcc Change-Id: I7ea382194476eeef7f83caa66c9115ed1da433b2 Reviewed-on: https://gerrit.libreoffice.org/3860 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-05-10Resolves: #i121407# Gallery reorganizations...Armin Le Grand
and additions of new themes (cherry picked from commit 8ccf0e00b5c67f17427d041321baaa5ade488e7c) Conflicts: extras/prj/build.lst extras/source/gallery/bullets/makefile.mk extras/source/gallery/gallery_system/sg2.sdg extras/source/gallery/gallery_system/sg2.sdv extras/source/gallery/gallery_system/sg2.thm extras/util/target.pmk scp2/source/ooo/directory_ooo.scp scp2/source/ooo/file_extra_ooo.scp svx/inc/galtheme.hrc svx/source/gallery2/gallery1.cxx svx/source/gallery2/galobj.cxx svx/source/gallery2/galtheme.src vcl/inc/vcl/alpha.hxx vcl/inc/vcl/bitmap.hxx vcl/inc/vcl/bitmapex.hxx vcl/source/gdi/alpha.cxx vcl/source/gdi/bitmap.cxx vcl/source/gdi/bitmap3.cxx vcl/source/gdi/bitmapex.cxx (cherry picked from commit 8012fae6cedcf325130d70adf0a486e8918f452f) Conflicts: vcl/source/gdi/bitmap3.cxx Change-Id: If4b2397b889f914487f2135679250c175181e1df
2013-05-09fdo#60924: autoinstall graphicfilter librariesMarcos Paulo de Souza
Change-Id: I406ecef9bc1865d0cd17e3428bffaaaa137d972f Reviewed-on: https://gerrit.libreoffice.org/3829 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-05-09empty auto_Foo_Lib_ALL does not work; remove itMatúš Kukan
Change-Id: Ie66af9ad3959042dcc4b0850c387f40344dc4b30
2013-05-09fdo#60924 autoinstall - gbuild/scp2: add graphicfilter moduleMarcos Paulo de Souza
Change-Id: I7823b4f0d8b7ab99ef549361a89f12036bf63270 Reviewed-on: https://gerrit.libreoffice.org/3827 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-05-08remove auto_Gnome_lib_ALL from module_gnome.scpRene Engelhard
.. as it is empty anyway and otherwise the next item (evoab) doesn't get properly added to the gnome module Change-Id: Ib00093882ff7390f3c709f5e8d7bdc371b145331
2013-05-08fix the internal structure of MacOS X dmgDavid Tardon
Because of commit e70ea92b3632c376975dd85dbcb26e7ca6b95498 "scp: remove unused macros", which removed the top-level Applications symlink, the dmg contained an extra dir, e.g., LibreOfficeDev_4.1.0.0.alpha0_MacOS_x86/LibreOfficeDev.app instead of just LibreOfficeDev.app . This symlink used by the installer to determine the dir to use as top-level for the installation (solenv/bin/modules/installer/simplepackage.pm:274). Also revert "Eek, it is hard to get the right path to the .app that is being built", which was only needed because of the other problem. This reverts commit 1c25b01fce27c85affee920441b9b09a7bfe0501. Change-Id: Ib5792c7710decd021a62cd33fd841ebe26613fbc
2013-05-08patchfiles are obsolete and not used for filelists anywayDavid Tardon
Change-Id: I148dab301bd2f2b31871b732c7392bf6b5d92392