Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta |
|
24c56ab9 | 28-Nov-2013 |
Herbert Dürr |
#i123068# remove implicit conversions from rtl strings to their elements git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546390 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO401, AOO400 |
|
fef82340 | 12-Jul-2013 |
Herbert Dürr |
#i120788# remove unused members from PyUNO_callable_Internals Patch by: Tsutomu Uchino <hanya.runo@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1502
#i120788# remove unused members from PyUNO_callable_Internals Patch by: Tsutomu Uchino <hanya.runo@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1502489 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
a3c1aa2b | 27-May-2013 |
Herbert Dürr |
#i122378# filter symbols from win's native tr1 from reexport git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486651 13f79535-47bb-0310-9956-ffa450edef68 |
fd44edf3 | 26-Apr-2013 |
Herbert Dürr |
include the vector header directly which used be included indirectly in stlport<=4 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1476215 13f79535-47bb-0310-9956-ffa450edef68 |
de4897e7 | 02-Jan-2013 |
Armin Le Grand |
#121496# non-const char ptr needed, see task git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1427802 13f79535-47bb-0310-9956-ffa450edef68 |
77dc4149 | 18-Dec-2012 |
Pedro Giffuni |
i121296 - Python3 support for pyuno. Add support to pyuno so that it will build with and support modern versions of the system Python. This is a huge step forward for developers
i121296 - Python3 support for pyuno. Add support to pyuno so that it will build with and support modern versions of the system Python. This is a huge step forward for developers and users of operating systems that are in the process of migrating to Python 3.x. Author: hanya git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1423272 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
162b3dbe | 15-Dec-2012 |
Pedro Giffuni |
Partial revert of r1419529. The builtin hack was incorrect. Reported by : hanya git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1422299 13f79535-47bb-031
Partial revert of r1419529. The builtin hack was incorrect. Reported by : hanya git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1422299 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
15745147 | 10-Dec-2012 |
Pedro Giffuni |
Python3: Add some more python 2to3 compatibility and cleanups. Partially inspired by hanya's work. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1419529 13f7953
Python3: Add some more python 2to3 compatibility and cleanups. Partially inspired by hanya's work. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1419529 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO340 |
|
0ce050fe | 19-Oct-2012 |
Pedro Giffuni |
Python 3 unified PyInt and PyLong. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1399964 13f79535-47bb-0310-9956-ffa450edef68 |
564d9007 | 17-Oct-2012 |
Pedro Giffuni |
pyuno: obsolete PyString_* in favor of PyBytes_* Python3 removed the PyString functions and replaced them with PyBytes. To aid portability Python version 2.6 and upper support PyByt
pyuno: obsolete PyString_* in favor of PyBytes_* Python3 removed the PyString functions and replaced them with PyBytes. To aid portability Python version 2.6 and upper support PyBytes and we are adding some compatibility defines for older versions so no problems are expected from this change. Reference: http://docs.python.org/c-api/string.html git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1399089 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
89e52773 | 13-Aug-2012 |
Pedro Giffuni |
Move old Python compatibility to a better place. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1372535 13f79535-47bb-0310-9956-ffa450edef68 |
7b6d0d9d | 11-Aug-2012 |
Pedro Giffuni |
Add compatibility of older versions of Python. Reported by Pavel Janik on Mac OS X 10.6.8. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1371957 13f79535-47bb-0310-9956-ff
Add compatibility of older versions of Python. Reported by Pavel Janik on Mac OS X 10.6.8. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1371957 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
5c3821d8 | 01-Aug-2012 |
Pedro Giffuni |
pyuno: Replace PyObject_HEAD_INIT with PyVarObject_HEAD_INIT and add some initial Python3 safeguards. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1367858 13f79535-47bb-0
pyuno: Replace PyObject_HEAD_INIT with PyVarObject_HEAD_INIT and add some initial Python3 safeguards. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1367858 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
d912c6c5 | 27-Jul-2012 |
Pedro Giffuni |
Improve portability of pyuno python scripts. Proper indentation is critical in Python: the reindent.py script made some cleanups. Running the 2to3 script with specific options t
Improve portability of pyuno python scripts. Proper indentation is critical in Python: the reindent.py script made some cleanups. Running the 2to3 script with specific options to disabling the next, unicode, and imports fixers further enhance portability. pyuno is not yet Python 3 ready but these semiautomatic changes make things much easier. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1366479 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b31e36b3 | 22-Feb-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1292501 13f79535-47bb-0310-9956-ffa450edef68 |
a0428e9e | 18-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1232682 13f79535-47bb-0310-9956-ffa450edef68 |
5731f97e | 16-Jan-2012 |
Ariel Constenla-Haile |
i118798 - Fix Pyuno dead-lock git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1232123 13f79535-47bb-0310-9956-ffa450edef68 |
67a4c099 | 11-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229826 13f79535-47bb-0310-9956-ffa450edef68 |
7871dc3e | 11-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229815 13f79535-47bb-0310-9956-ffa450edef68 |
a06f7cca | 30-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1208546 13f79535-47bb-0310-9956-ffa450edef68 |
bca6f9a9 | 09-Nov-2011 |
Pedro Giffuni |
i118582: OS/2 port - pyuno build patch by Yuri Dario. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1200005 13f79535-47bb-0310-9956-ffa450edef68 |
db6edb48 | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198459 13f79535-47bb-0310-9956-ffa450edef68 |
67c7d1c1 | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198269 13f79535-47bb-0310-9956-ffa450edef68 |
cdf0e10c | 16-Aug-2011 |
rcweir |
Initial import of the old OOo hg repository tip revision. .../trunk/main is a copy of (currently tip-most) http://hg.services.openoffice.org/OOO340/rev/c904c1944462 .../trunk/
Initial import of the old OOo hg repository tip revision. .../trunk/main is a copy of (currently tip-most) http://hg.services.openoffice.org/OOO340/rev/c904c1944462 .../trunk/extras/l10n is a copy of (currently tip-most) http://hg.services.openoffice.org/master_l10n/OOO340/rev/af6bc9467af5 Note that the following files with line-end and/or encoding anomalies were left out (they will need to be to be checked in separately): /ooo/trunk/core/dictionaries/de_DE/README_hyph_de_DE.txt /ooo/trunk/core/dictionaries/de_CH/README_hyph_de_CH.txt /ooo/trunk/core/dictionaries/de_AT/README_hyph_de_AT.txt /ooo/trunk/core/gettext/gettext-0.18.1.1.patch /ooo/trunk/core/apache-commons/patches/codec.patch /ooo/trunk/core/libcroco/libcroco-0.6.2.patch /ooo/trunk/core/testautomation/writer/optional/input/import/mactext.txt /ooo/trunk/core/graphite/graphite-2.3.1.patch /ooo/trunk/core/hwpfilter/source/hwpeq.cpp /ooo/trunk/core/solenv/bin/cwstouched.pl /ooo/trunk/core/readlicense_oo/html/THIRDPARTYLICENSEREADME.html /ooo/trunk/core/writerfilter/source/doctok/escher.html /ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/xsdlib.xsd /ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/wordnetaux.xsd /ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/body.xsl /ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl Also: Repository.mk from the l10n toplevel git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162288 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|