LibreOffice plugin to pipe whole Writer documents through Google Translate, that ought to keep most of the page formatting.

⌈⌋ ⎇ branch:  PageTranslate


Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

21 check-ins using file Addons.xcu version c1130ff9b8

2020-05-28
13:45
UTF-8 fixes for Py2+3 check-in: 07d99dabfb user: mario tags: trunk
2020-05-27
07:59
AOO compatibility with unocompat, and urllib (Py2/3) handling. PropertyValue() simplification for tradutor/selection mode. check-in: 45519ab008 user: mario tags: trunk
07:57
Compatibility with AOO uno and python (2.7, not 3.x), PropertyValue() simpification applied to tradutor/selection mode. Added six.py (just in case, simple urllib fallback suffices for now). check-in: 6d1b4df0a3 user: mario tags: trunk
2020-05-26
19:48
Fix reference to translate-python method (Translator().translate) check-in: c6d98420bd user: mario tags: trunk
2020-05-25
17:33
remove configfile stub check-in: 6d343a41cc user: mario tags: trunk
17:22
Remove some logging, fix setLevel on debug mode. Move config dialog into Language settings leave. Remove `crlf` in favour of `quick` mode. check-in: 10276ceb8e user: mario tags: trunk, 1.3
16:56
(no comment) check-in: 6eee08c41f user: mario tags: trunk
15:20
Fix missing settings(ctx), and apply crlf and debug options. check-in: 344007a58a user: mario tags: trunk
15:15
Use https:// for google translate right away check-in: 637033a4ef user: mario tags: trunk
15:15
Use registry instead of config file for storing settings. check-in: 238574ae6e user: mario tags: trunk
2020-05-24
19:04
Rename pagetranslate_opts to settings. Adapt registry leave, automate property name detection, safeguard against unknown control types (e.g. framebox), prepare transition to registry read/write (instead of config file). Simplify argparse() and self.params update. check-in: 23054650f3 user: mario tags: trunk
19:01
Add cli(), translate_python() providers, basic deepl_api(), and non-working deepl_web() implementation. check-in: 85d939b85a user: mario tags: trunk
18:59
Introduce more options (microsoft, mymemory, cli) check-in: 4232826ef2 user: mario tags: trunk
08:51
Extract via_* classes into pythonpath/translationbackends. As well as requests/http/urllib-fallback code into separate module. Apply new nodepath for ConfigurationUpdateAccess (but keep using .json config file for now). check-in: 9287fd7b5e user: mario tags: trunk, 1.2
08:48
Add dialog option for python-translate (deepl_web might be too difficult after all). Add schema.xcs in manifest.xml (So, that's why it never took effect! *surprised_pikachu_face*) check-in: 99cd577149 user: mario tags: trunk
08:46
v1.1 check-in: 985ee95169 user: mario tags: trunk, 1.1
2020-05-23
19:36
Introduce config file ~/.config/libreoffice/pagetranslate.json, rather than trying to figure out how to use LO configuration access and apply XCS. check-in: f8d5fa7518 user: mario tags: trunk
19:35
Use project repository url instead of mailto: check-in: 09db75c1a5 user: mario tags: trunk
19:35
Still doesn't apply in LO registry, no matter the package name. check-in: 139aa25ac9 user: mario tags: trunk
19:34
slightly move text box around check-in: 8c2dabc86f user: mario tags: trunk
14:05
Introduce pt_opts handler for settings window check-in: 748623aaf6 user: mario tags: trunk