373440a4c1Added a sample project. Updated README to include a link to the Pokémon GO IV calculator as an example project.依瑪貓2017-08-02 14:44:45 +08:00
0ea980ce5dAdded the presentation to README.依瑪貓2017-06-22 10:39:05 +08:00
d9fe2b4c1aAdded an illustration on how verifying old password works when changing the library password.依瑪貓2017-05-16 16:03:58 +08:00
00a66dffa1Fixed the documentation of find_doc() to describe the real rules.依瑪貓2017-05-16 10:03:03 +08:00
eee95edee7Updated the documentation, and advanced to 0.10.依瑪貓2017-05-15 14:58:13 +08:00
f64e7d3404Added the --set-passwd switch and the set_library_password() subroutine to manage the library password.依瑪貓2017-05-15 14:51:15 +08:00
ffbff69f2bAdded 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
548a5f538bAdvanced to version 0.7.依瑪貓2017-05-03 10:48:31 +08:00
07ba0ab207Fixed 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
721fb0d1e6Advanced to version 0.6.依瑪貓2017-04-29 00:49:16 +08:00
d706a15b28Added the documentation that "untitled 1" works, too.依瑪貓2017-04-28 22:01:18 +08:00
eea4cce149Clean-up TODO, and advanced the version to 0.5.依瑪貓2017-04-28 17:32:07 +08:00
a47e65a50cAdded the ability to store and retrieve macros in the document macro storage.依瑪貓2017-04-28 17:29:08 +08:00
60524bb39eChanged the connect method to private.依瑪貓2017-04-13 14:19:35 +08:00
eea163138cMakes start_oo, find_posix_soffice and is_soffice_lo methods private.依瑪貓2017-04-13 13:54:31 +08:00
deb72afad3Updated the meta information. Advanced to version 0.4.依瑪貓2017-01-24 16:20:56 +08:00
0425368b7dRevised 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
5ae41d2fc5Fixed the documentation.依瑪貓2016-12-25 09:12:20 +08:00
e352882accUsed spell checker and fixed several typos in README.rst.依瑪貓2016-12-25 08:39:46 +08:00
5ada01c1dbAdded MANIFEST.in, and put TODO in it.依瑪貓2016-12-25 02:37:21 +08:00
25331c7e28Removed the TODO item for README.rst.依瑪貓2016-12-25 02:30:24 +08:00
eb4fea0660Advanced to version 0.2.依瑪貓2016-12-24 08:10:26 +08:00
cd92b7838dAdded complex fules to determine whether soffice is LibreOffice, for the vender-installed LibreOffice on Linux.依瑪貓2016-12-24 06:42:44 +08:00
42ab15c6d0Added a simple check for the --accept parameter instead of -accept for LibreOffice on POSIX systems.依瑪貓2016-12-23 17:30:05 +08:00
28c877c6faAdded 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
0ad8fcbacfFixed a bug when finding the module name from the file name stripping the file name extension.依瑪貓2016-12-23 15:04:07 +08:00
6b0aafbdefRenamed 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
b1ac321444Renamed 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
0e2e537916Added compatibility with Python 3 on file I/O.依瑪貓2016-12-23 06:27:27 +08:00
1f90f2e407Added 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
cef4425d28Added setuptools and published to PyPI, so that it can be installed with pip.依瑪貓2016-12-20 22:01:37 +08:00
a11884156fRenamed the project to obasync.依瑪貓2016-12-09 00:03:16 +08:00
48dce82650Added support for MacOSX. Changed to run soffice instead of soffice.bin as soffice.bin is not executable on MacOSX.依瑪貓2016-12-02 20:54:35 +08:00
59e0a22ed3Added the "Everything is in sync" message instead of nothing when everything is in sync.依瑪貓2016-12-02 10:15:46 +08:00
0720c3c704Updated to only create the dialog library when the script library is also missing.依瑪貓2016-12-02 10:09:25 +08:00
1c031e2d57Added to create the dialog library as well.依瑪貓2016-12-02 09:56:11 +08:00
14ba52d95aFixed to work with different line terminators on Linux.依瑪貓2016-12-02 09:14:33 +08:00
3aea24b725Added MS-Windows path finding for uno.py. Fixed to read file as UTF-8 to avoid MS-Windows native encoding problem. Fixed the module matching problem that removes all the source files when doing --get at the second time.依瑪貓2016-12-02 09:03:01 +08:00
5f7db9004dSaves the macros after upload.依瑪貓2016-09-08 21:16:02 +08:00
a58e060d8aChanged the argument order so that no argument is required for simplest situation. Library name is taken from the directory name in such a case. Added -r in additional to --run. Fixed to load the library first before checking out the modules.依瑪貓2016-09-08 17:16:56 +08:00
864099bc33Files are processed in sorted order now.依瑪貓2016-09-05 23:33:24 +08:00
314f6faf8eMakes upload (checkin) the default, and download (checkout) with the --get switch.依瑪貓2016-09-05 11:07:10 +08:00
f988d438e0Initial commit. Download/upload and run commands after upload.依瑪貓2016-09-02 05:48:24 +08:00