Changes In Branch webext Through [e1cf40b835] Excluding Merge-Ins
This is equivalent to a diff from 5553427e15 to e1cf40b835
2017-07-24
| ||
13:04 | [fr] fusionne 4 précédents commits de la branche <webext> check-in: 1c4dfb4431 user: olr tags: trunk, fr | |
12:44 | [fr] en pleine tronche check-in: 86eac69ca1 user: olr tags: fr, webext | |
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 | |
06:13 | [fr] pt: avec un peu de chance check-in: 4f75eda83f user: olr tags: trunk, fr | |
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/gce_worker.js version [a4e3a48dc5].