-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hello,
I have just discovered OOSheet which seems very interesting to me.
Trying to use it I encountered several problems with my W7 and LibreOffice 3.5 configuration.
I made also several suggestions of improvements such as :
Add fileName and singleton parameters in OODoc.init
- saying if OODoc acts as singleton (default True)
- allowing to load filename directly
separate OOSheet.selector() call in OOSheet.init()
separate OOSheet._setRowSliced() call in OOSheet.init()
change OODoc.get_model() to add fileName parameter
in OODoc._file_url() change os.environ['PWD'] by os.getcwd()
Move OOSheet.Quit() to OODoc.quit() and reinit OODoc fields in quit()
correct bug in OOPacker.script_name() for W7
Change fetching InstallPath winreg key for LibreOffice 3.4 on W7
Change OODoc.get_context() to automatically start LibreOffice
optimize OODoc.get_context() to react as soon as soffice has started
Add OODoc.launch_soffice() and OODoc.socket_connect()
Correct ident pb in OODoc.alert()
Proposed changes are all arround the 4 sources (init.py, columns.py, tests\run_tests.py and tests\tests.py)
Being new to git I do not know how to send these change propositions all together.
Best regards
Emmanuel.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels