Commit Graph

25 Commits

Author SHA1 Message Date
imacat f64e7d3404 Added the --set-passwd switch and the set_library_password() subroutine to manage the library password. 2017-05-15 14:51:15 +08:00
imacat ffbff69f2b Added the handler of the macro password (thanks to denis mourier <denis.mourier2@gmail.com>). Advanced to version 0.8. 2017-05-15 11:40:44 +08:00
imacat 548a5f538b Advanced to version 0.7. 2017-05-03 10:48:31 +08:00
imacat 07ba0ab207 Fixed the target parameter with Python 3 from LibreOffice. Added a list of available paths when there are more than one documents but the target was not specified. 2017-05-03 10:45:39 +08:00
imacat 721fb0d1e6 Advanced to version 0.6. 2017-04-29 00:49:16 +08:00
imacat d706a15b28 Added the documentation that "untitled 1" works, too. 2017-04-28 22:01:18 +08:00
imacat eea4cce149 Clean-up TODO, and advanced the version to 0.5. 2017-04-28 17:32:07 +08:00
imacat a47e65a50c Added the ability to store and retrieve macros in the document macro storage. 2017-04-28 17:29:08 +08:00
imacat 763703b96a Fixed comments. 2017-04-14 09:20:53 +08:00
imacat 60524bb39e Changed the connect method to private. 2017-04-13 14:19:35 +08:00
imacat eea163138c Makes start_oo, find_posix_soffice and is_soffice_lo methods private. 2017-04-13 13:54:31 +08:00
imacat deb72afad3 Updated the meta information. Advanced to version 0.4. 2017-01-24 16:20:56 +08:00
imacat 0425368b7d Revised the installation instruction in README.rst. Wrote docstring in the obasync python source. Added copyright notice in the beginning of setup.py and obasync. Renamed ooexec to soffice in several places. Advanced to version 0.3. 2017-01-05 16:30:36 +08:00
imacat 5ae41d2fc5 Fixed the documentation. 2016-12-25 09:12:20 +08:00
imacat aa69151c08 Added README.rst. 2016-12-25 02:30:01 +08:00
imacat eb4fea0660 Advanced to version 0.2. 2016-12-24 08:10:26 +08:00
imacat cd92b7838d Added complex fules to determine whether soffice is LibreOffice, for the vender-installed LibreOffice on Linux. 2016-12-24 06:42:44 +08:00
imacat 42ab15c6d0 Added a simple check for the --accept parameter instead of -accept for LibreOffice on POSIX systems. 2016-12-23 17:30:05 +08:00
imacat 28c877c6fa Added complex rules to find the soffice executable, to deal with LibreOffice on MacOSX, and Linux OpenOffice/LibreOffice vender installation. 2016-12-23 17:12:35 +08:00
imacat 0ad8fcbacf Fixed a bug when finding the module name from the file name stripping the file name extension. 2016-12-23 15:04:07 +08:00
imacat 6b0aafbdef Renamed the -e (file name extension) switch to -x. Added the -e (encoding) switch to set the source file encoding. Default to the local OS encoding. On Traditional Chinese MS-Windows, this is CP950. This is mostly for MS-Windows. 2016-12-23 14:44:10 +08:00
imacat b1ac321444 Renamed the OpenOffice class to Office. Updated several pieces of text for LibreOffice. Added the -e (file name extension) switch to set custom file name extension. 2016-12-23 11:38:51 +08:00
imacat 0e2e537916 Added compatibility with Python 3 on file I/O. 2016-12-23 06:27:27 +08:00
imacat 1f90f2e407 Added a new option for the UNO communication port. Updated the use of print for Python 3 compatibility (for LibreOffice). Replaced sys.stderr.write() with Python 3 print(). Changed the help text from OpenOffice to OpenOffice/LibreOffice. Added several TODO items. 2016-12-22 19:54:18 +08:00
imacat cef4425d28 Added setuptools and published to PyPI, so that it can be installed with pip. 2016-12-20 22:01:37 +08:00