Comment: | [fx] WebExtension (beginning) |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | fx | webext |
Files: | files | file ages | folders |
SHA3-256: |
300f8ca77cc61164e1f90f4124ad2d7f |
User & Date: | olr on 2017-07-19 14:57:25 |
Other Links: | branch diff | manifest | tags |
2017-07-20
| ||
15:07 | [fx] All-in-one panel check-in: e1cf40b835 user: olr tags: fx, webext | |
2017-07-19
| ||
14:57 | [fx] WebExtension (beginning) check-in: 300f8ca77c user: olr tags: fx, webext | |
07:44 | [fx] gc_panel: title for buttons check-in: 5553427e15 user: olr tags: trunk, fx | |
Modified gc_lang/fr/build.py from [580d1c8153] to [d0e5942087].
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | - - + + + + + + + + + + + + + | # Builder for French language import os import zipfile from distutils import dir_util, file_util import helpers def build (sLang, dVars, spLangPack): "complementary build launched from make.py" |
︙ |
Modified gc_lang/fr/config.ini from [94e5221453] to [77819114c8].
︙ | |||
26 27 28 29 30 31 32 33 34 35 36 37 38 39 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | + + | unopkg = C:/Program Files/LibreOffice 5/program/unopkg.com oxt_version = 6.1 oxt_identifier = French.linguistic.resources.from.Dicollecte.by.OlivierR # Firefox fx_identifier = French-GC@grammalecte.net fx_name = Grammalecte [fr] fx_nightly_path = C:\Program Files (x86)\Nightly\firefox.exe # Thunderbird tb_identifier = French-GC-TB@grammalecte.net tb_name = Grammalecte [fr] tb_debug_extension_path = _build/tb-debug.profile/extensions/French-GC-TB@grammalecte.net # Set Thunderbird folder in your PATH variable # Create a local profile: |
︙ |
Added gc_lang/fr/webext/README.md version [efab56acd9].
|
Added gc_lang/fr/webext/content_scripts/modify_page.js version [7e16bf9b14].
|
Added gc_lang/fr/webext/img/logo-16.png version [dcb1bf8ae0].
cannot compute difference between binary files
Added gc_lang/fr/webext/img/logo-32.png version [99fca9dafd].
cannot compute difference between binary files
Added gc_lang/fr/webext/img/logo-48.png version [73a119e8c1].
cannot compute difference between binary files
Added gc_lang/fr/webext/img/logo-64.png version [53bd99349a].
cannot compute difference between binary files
Added gc_lang/fr/webext/img/logo-96.png version [67db0fb78e].
cannot compute difference between binary files
Added gc_lang/fr/webext/manifest.json version [337f5c63b7].
|
Added gc_lang/fr/webext/panel/main.css version [f2d9056e4e].