Commit Graph

34 Commits

Author SHA1 Message Date
David Tardon
233e12168b install python scripting provider using filelist
Change-Id: I9db93fd588f1cca9ce071d4ff14d5c9c699748a0
2013-05-04 16:44:47 +02:00
Andras Timar
73510ca8b3 sync packinfo with scp2
Change-Id: Ie20dab628e089a97c16b91b080eda5e09bbbb46a
2013-03-12 10:21:02 +01:00
Rene Engelhard
3545b0398e actually make new gid_Module_Script_Provider_For_Python being installed
Change-Id: I3440a45465fa79d3ace0f04fd6036734c9caf00d
2013-03-12 00:05:08 +01:00
Andras Timar
28db5d7f27 Script Provider For Python has to be a in a separate module
Change-Id: I6445108c049d6ee67df6b01966e1a047e169227c
2013-03-11 19:52:27 +01:00
Peter Foley
c0ef3bb114 fix helppack creation on windows
Change-Id: I0242cc0adda1d12a9daac38bebe810aa38d2865b
2013-02-25 19:20:30 -05:00
Andras Timar
83b4703137 fdo#49202 install the "Python-UNO Bridge" component on Windows unconditionally
Change-Id: I1d9d62b024c4442182d67d93915af0f793265ebd
2013-02-20 16:30:14 +01:00
Andras Timar
31f1a12ca5 LibreLogo should be an optional module
On Windows it is installed by default, but can be disabled in
the installer easily.

Change-Id: Ic820f08b51edf71eb09fd3533dc42b82bd06bb38
2012-12-12 00:10:26 +01:00
Andras Timar
78234602ce LibreLogo integration (extension -> normal code)
While efforts have been made to make LibreLogo work with Python 3.3,
there are still a few bugs, for example large Logo programs do not run
correctly and Translate button does not work. Bugfixing is in progress.

Change-Id: I4227ff86084f51047861897189d2317322296139
2012-11-28 21:22:47 +01:00
Michael Stahl
38a22a9026 Switch from python to python3
Mac specific parts of patch by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

Change-Id: I90ef17c6f5a678230539a80ab999fa5344e4fc8f
2012-11-27 12:45:23 +01:00
David Ostrovsky
d712218cc0 fixing pyuno bridge on mingw: packaging system-python
Change-Id: Ib46248d217b0161dc20dde0274842bd7381f0cda
2012-06-22 13:11:41 +02:00
David Ostrovsky
e16ac69372 gbuild migration: pyuno module
Change-Id: I7f923a5622214f7540a789bcdd93bf6fd1d166db
2012-06-14 11:40:23 +02:00
Stephan Bergmann
75d215d473 Fix typo and clean up. 2011-12-16 09:53:31 +01:00
Stephan Bergmann
0559950864 Made ooinstall more deterministic, fixed Mac OS X Python module dependencies. 2011-11-01 11:17:07 +01:00
Stephan Bergmann
fecde94354 Undo basis/brand split: moved Python from basis to brand.
The Windows-only code in pyuno/zipcore/python.cxx may still need fixing.
2011-10-20 23:04:12 +02:00
Hanno Meyer-Thurow
ff33fd9d5d Merge Gentoo patches from old build and downstream repositories.
1. Do not add compiler default include and library path: potentially build
   against different version of system library than requested by the user.
2. Add a configure option to disable Python2 (PyUNO) bindings. Python3 is
   available for more than two years. Noone cares, therefore rest in peace.
   Python2 is going to be ditched at some point. Simply do not fail then.
   Windows builds need to be updated for BUILD_TYPE: "PYUNO". Or how is it
   handled nowadays?
3. Fix sandbox violation in officecfg module: rm /bin/<language>.zip
4. Add a configure option to search only in one place for JVMs, which is quite
   interesting for Linux Distributions. Enforce the user to place JVMs in one
   base directory.
5. Fix build for libxml-2.7.8 with ICU support.

* config_office-XINC-XLIB-defaults.diff: (1)
* disable-python.diff: (2)
* gentoo-sandbox.diff: (3)
* jvm-search-path.diff: (4)
* libxmlsec_fix_extern_c.diff: (5)
2011-03-14 18:47:10 +01:00
Petr Mladek
19a19d5220 find the internal libpython (fdo#31764)
libpython2.6.so symlink was not created, so pyuno was not able to find the
internal libpython2.6.so.1.0
2010-11-23 15:55:56 +01:00
David Tardon
03218dbc3a transform script providers into extensions 2010-11-06 07:11:12 +01:00
sb
dffd8ec02a sb111: merged in DEV300_m72 2010-02-25 13:53:42 +01:00
Jens-Heiner Rechtien
f281d77a21 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
sb
d6d81df3a1 #i101955# consolidating xcs/xcu files in xcd files (for now in new postprocess/packregistry); extended configmgr2 to search for multiple xcd files per layer; removed some (relative, wrong) DOCTYPE SYSTEM paths from xcu files to avoid xsltproc warnings; extended scp2 EXTRA_ALL_LANG to work with extensions other than zip (i.e., xcd) 2009-08-04 10:36:31 +02:00
Rüdiger Timm
62b009474c CWS-TOOLING: integrate CWS sb101
2008-12-08 16:52:06 +0100 sb  r265009 : #i95330# python23.dll needs to be copied to brand layer, not just moved there
2008-11-24 18:15:54 +0100 sb  r264259 : #i95022# tools::extendApplicationEnvironment gets URE_BOOTSTRAP value from outside bootstrap.cxx, so needs to operate in LOOKUP_MODE_URE_BOOTSTRAP, too
2008-11-20 21:12:31 +0100 jbu  r264103 : deactivated debug log
2008-11-20 21:09:03 +0100 jbu  r264102 : #i95331# ld_library_path now contains ure/lib directory
2008-11-20 21:05:37 +0100 jbu  r264101 : #i95330# python.dll is now installed in the brand-program directory (unix remains unchanged)
2008-11-20 20:46:57 +0100 jbu  r264099 : #i95118# + #i93994# Python scripts in share and user uno packages now work again
2008-11-20 20:38:23 +0100 jbu  r264098 : #i95037# python wrapper now waits for completion of python executable and currectly returns the exit state
2008-11-20 10:46:28 +0100 sb  r264034 : #i95028# import socket, since on Windows sal3.dll no longer calls WSAStartup (and import socket does)
2008-11-18 17:01:09 +0100 sb  r263784 : #i96314# fixed encode()
2008-11-18 15:59:17 +0100 sb  r263779 : #i95024# missing vnd.sun.star.pathname: in URE_BOOTSTRAP
2008-11-18 13:51:36 +0100 sb  r263765 : #i95022# treat \ and $ verbatim in URE_BOOTSTRAP=vnd.sun.star.pathname values
2008-12-11 12:57:12 +00:00
Rüdiger Timm
7b9addfc13 INTEGRATION: CWS sb87 (1.12.16); FILE MERGED
2008/05/19 14:19:34 jsc 1.12.16.2: #i88211# remove pythonmsi.dll, custom setup action
2008/05/09 15:09:40 sb 1.12.16.1: #i88211# python start wrapper moved to brand layer
2008-06-09 11:54:26 +00:00
Rüdiger Timm
ce682e562c INTEGRATION: CWS changefileheader (1.11.194); FILE MERGED
2008/03/31 16:07:32 rt 1.11.194.1: #i87441# Change license header to LPGL v3.
2008-04-10 08:49:30 +00:00
Kurt Zenker
6b682b1975 INTEGRATION: CWS native100 (1.10.530); FILE MERGED
2007/08/23 14:49:58 is 1.10.530.1: #i80937# introducing module order
2007-09-06 09:09:23 +00:00
Oliver Bolte
f9db36a3b8 INTEGRATION: CWS pyunofixes2 (1.7.128); FILE MERGED
2006/01/07 22:17:33 jbu 1.7.128.2: RESYNC: (1.7-1.9); FILE MERGED
2006/01/07 20:03:01 jbu 1.7.128.1: #i54532# added officehelper.py (provided by Christian Junker)
2006-03-22 09:57:24 +00:00
Rüdiger Timm
217fb4f012 INTEGRATION: CWS pythonlinkfix (1.8.104); FILE MERGED
2005/11/06 02:17:57 maho 1.8.104.1: Don't use postscript for pyuno project

Issue number: #i56955#
2005-11-11 08:55:14 +00:00
Rüdiger Timm
742de49c5f INTEGRATION: CWS ooo19126 (1.7.388); FILE MERGED
2005/09/05 17:49:15 rt 1.7.388.1: #i54170# Change license header: remove SISSL
2005-09-09 00:43:17 +00:00
Jens-Heiner Rechtien
950958b30f INTEGRATION: CWS sysint1 (1.5.154); FILE MERGED
2004/11/17 10:33:29 is 1.5.154.1: #118340# cleanup scp
2004-11-26 21:28:38 +00:00
Oliver Bolte
e7447a56b3 INTEGRATION: CWS pythonupgrade (1.5.96); FILE MERGED
2004/09/30 21:10:58 jbu 1.5.96.1: #i32901# replaced version 2.2.2 with the defines from pyversion.mk, so that further python upgrades should be less difficult
2004-11-15 12:16:35 +00:00
Oliver Bolte
769195fc13 INTEGRATION: CWS scp2officecfg (1.3.50); FILE MERGED
2004/06/17 12:34:32 jb 1.3.50.2: RESYNC: (1.3-1.4); FILE MERGED
2004/06/08 13:15:36 jb 1.3.50.1: #i25937# Move configuration data to officecfg particle xcu files; install particle files for spooling
2004-07-05 12:19:33 +00:00
Kurt Zenker
31fb1f133e INTEGRATION: CWS networker3 (1.3.54); FILE MERGED
2004/05/18 10:54:39 is 1.3.54.1: #i28286# new pythonmsidll for python.bat
2004-06-11 16:55:05 +00:00
Rüdiger Timm
9ea75369da INTEGRATION: CWS scp2fix2 (1.2.24); FILE MERGED
2004/03/03 15:50:55 is 1.2.24.1: #i26080# new gid for python module
2004-03-04 13:10:43 +00:00
Ingo Schmidt
fecfe2cbc8 #115269# adding python changes into new scp2 2004-02-10 16:46:31 +00:00
Ingo Schmidt
687560ff77 #115269# new scp2 project 2004-02-05 17:10:37 +00:00