Revision tags: AOO4121 |
|
30acf5e8 | 22-May-2016 |
pfg |
Spelling, spelling ... Why worry about some sprinkled German when we haven't yet learned English. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535
Spelling, spelling ... Why worry about some sprinkled German when we haven't yet learned English. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO412, SNAPSHOT, AOO411 |
|
718aea48 | 17-May-2014 |
Tsutomu Uchino |
#i113481# query script invocation from the current frame when the controller is not yet attached git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1595439 13f79535-47bb-0310-9956
#i113481# query script invocation from the current frame when the controller is not yet attached git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1595439 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
86e1cf34 | 29-Apr-2014 |
Pedro Giffuni |
Many spelling fixes: directories r* - z*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame
Many spelling fixes: directories r* - z*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame the international nature of the code but it is somewhat shameful that this wasn't done before. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1591062 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410 |
|
d14fbfd3 | 20-Mar-2014 |
Jürgen Schmidt |
allow build with Oracle Java 7 on macos git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1579572 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO410_Beta, AOO401, AOO400 |
|
b5f289e3 | 12-Jul-2013 |
Herbert Dürr |
#i120083# make python loglevel and log output changeable through environment vars Set the log level with the environment variable "PYSCRIPT_LOG_LEVEL" "DEBUG" (for debugging)
#i120083# make python loglevel and log output changeable through environment vars Set the log level with the environment variable "PYSCRIPT_LOG_LEVEL" "DEBUG" (for debugging) "ERROR" (show errors only) "NONE" (or anything else) (for production) is the default and the log output type with the enviroment variable "PYSCRIPT_LOG_STDOUT" "0" (log output to user/Scripts/python/log.txt) "1" (or anything else) (log output to stdout) Patch by: Tsutomu Uchino <hanya.runo@gmail.com> Review by: Herbert Durr <hdu@apache.org> Note: Commit message edited by ASF infra team to work around a known issue with the ASF svn install (not an issue with svn) and UTF-8 handling. This is a temporary issue that we hope to resolve soon. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1502482 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
910823ae | 18-Apr-2013 |
Jürgen Schmidt |
#121996# integrate first part to remove 3layer office git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1469276 13f79535-47bb-0310-9956-ffa450edef68 |
8b0d3335 | 08-Feb-2013 |
Pedro Giffuni |
classic java compiler mode isn't available anymore since jdk 1.4 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1444151 13f79535-47bb-0310-9956-ffa450edef68 |
cc697cd0 | 25-Jan-2013 |
Herbert Dürr |
better classpath control for javac compile runs setting ant's includeantruntime option makes builds more repeatable git-svn-id: https://svn.apache.org/repos/asf/openoffice/trun
better classpath control for javac compile runs setting ant's includeantruntime option makes builds more repeatable git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1438520 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
bc42e70b | 13-Jan-2013 |
Ariel Constenla-Haile |
i121612 - Fix broken python mail component git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1432668 13f79535-47bb-0310-9956-ffa450edef68 |
e6b649b5 | 25-Dec-2012 |
Pedro Giffuni |
Cleanup various javadoc issues. Collect several javadoc issues from Noel: Fix a bunch of javadoc warnings in param. Cleanup javadoc see tags. Fix various misc. javadoc issue
Cleanup various javadoc issues. Collect several javadoc issues from Noel: Fix a bunch of javadoc warnings in param. Cleanup javadoc see tags. Fix various misc. javadoc issues. Author: Noel Grandin git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1425753 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
170fb961 | 21-Dec-2012 |
Pedro Giffuni |
Java cleanup: remove unnecessary semi-colons. Special thanks to the author for contributing to this project the result of such tedious and never sufficiently appreciated task! A
Java cleanup: remove unnecessary semi-colons. Special thanks to the author for contributing to this project the result of such tedious and never sufficiently appreciated task! Author: Noel Grandin git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1425082 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
7d9fa7c3 | 18-Dec-2012 |
Pedro Giffuni |
#i121496# - [PyUNO] Python3 support Add initial python 3 compatibility to native scripts now that pyuno supports python3. This is the result of running the python 2to3 script wi
#i121496# - [PyUNO] Python3 support Add initial python 3 compatibility to native scripts now that pyuno supports python3. This is the result of running the python 2to3 script with conservative settings. Still more porting work may be required and any regression with the default Python 2.7.3 should be considered a bug. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1423676 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 |
|
28e51104 | 31-Jul-2012 |
Pedro Giffuni |
Python reindent. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1367813 13f79535-47bb-0310-9956-ffa450edef68 |
735dd73b | 29-Jul-2012 |
Pedro Giffuni |
#i55055# Simplify pythonscript.py code author: hanya git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1366950 13f79535-47bb-0310-9956-ffa450edef68 |
13cfd8df | 27-Jul-2012 |
Pedro Giffuni |
i119384 - Python: replace deprecated compiler module with ast The "compiler" module is deprecated on Python 2.6 and was removed on 3.x so it's a good time to replace it. The ast modu
i119384 - Python: replace deprecated compiler module with ast The "compiler" module is deprecated on Python 2.6 and was removed on 3.x so it's a good time to replace it. The ast module was introduced in Python 2.5 so this will cause trouble if using very old versions of system python. While here run the python reindent tool on the adjacent files. Author: hanya git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1366506 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
61c9e2f8 | 30-May-2012 |
Ariel Constenla-Haile |
i118478 - Implement getInvocationContext in PyUNO ScriptContext Original author: Tsutomu Uchino <hanya.runo at gmail.com> git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/
i118478 - Implement getInvocationContext in PyUNO ScriptContext Original author: Tsutomu Uchino <hanya.runo at gmail.com> git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1344092 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
184e05d2 | 03-Apr-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1309156 13f79535-47bb-0310-9956-ffa450edef68 |
45ef6fe1 | 31-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307723 13f79535-47bb-0310-9956-ffa450edef68 |
58d70080 | 31-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307668 13f79535-47bb-0310-9956-ffa450edef68 |
9f22d7c2 | 29-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307005 13f79535-47bb-0310-9956-ffa450edef68 |
bd8ef897 | 29-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307004 13f79535-47bb-0310-9956-ffa450edef68 |
3e02b54d | 29-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1306684 13f79535-47bb-0310-9956-ffa450edef68 |
d71964d5 | 29-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1306679 13f79535-47bb-0310-9956-ffa450edef68 |
90af1b4f | 29-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1306678 13f79535-47bb-0310-9956-ffa450edef68 |