Update easymacro.py

This commit is contained in:
Mauricio Baeza 2019-09-27 12:17:21 -05:00
parent 598692003c
commit 9070710515
14 changed files with 993 additions and 171 deletions

View File

@ -1,22 +1,31 @@
v 0.7.0 [27-sep-2019]
- Add support for InputBox and documents
v 0.6.0 [18-sep-2019]
- Add support for modify menus
v 0.5.0 [15-sep-2019]
---------------------
- Add support for shortcuts
v 0.4.0 [14-sep-2019]
---------------------
- Add support for locales
v 0.3.0 [10-sep-2019]
---------------------
- Add support for dialogs
v 0.2.0 [09-sep-2019]
---------------------
- Add support for context in menus
v 0.1.0 [06-sep-2019]
---------------------
- Initial version

View File

@ -15,3 +15,4 @@
**ETH**: `0x61a4f614a30ff686445751ed8328b82b77ecfc69`
PayPal :( donate ATT elmau DOT net

View File

@ -6,7 +6,7 @@ Develop in pure Python, not need any dependence.
For Python 3.6+
* See [documentation](https://gitlab.com/mauriciobaeza/zaz/wikis/home)
* Look [documentation](https://gitlab.com/mauriciobaeza/zaz/wikis/home)
* Ver [documentación](https://gitlab.com/mauriciobaeza/zaz/wikis/inicio)
@ -17,6 +17,8 @@ BCH: `1RPLWHJW34p7pMQV1ft4x7eWhAYw69Dsb`
BTC: `3Fe4JuADrAK8Qs7GDAxbSXR8E54avwZJLW`
## Extension develop with ZAZ
## Extensions develop with ZAZ
* https://gitlab.com/mauriciobaeza/zaz-barcode
* https://gitlab.com/mauriciobaeza/zaz-favorite
* https://gitlab.com/mauriciobaeza/zaz-easymacro

View File

@ -1,6 +1,4 @@
* Automatic update
* Help
* Configuration
* Option panel
* Sub-menus
* Panel lateral
* Lateral panel

View File

@ -1 +1 @@
0.6.0
0.7.0

View File

@ -393,7 +393,7 @@ NODE_MENUS = ''
if TYPE_EXTENSION == 1:
if PARENT == 'AddonMenu':
NODE_MENUS = '\n'.join(menus)
else:
elif PARENT == 'OfficeMenuBar':
tmp = ' <value xml:lang="{}">{}</value>'
titles = '\n'.join([tmp.format(k, v) for k, v in MENU_MAIN.items()])
SUBMENUS = '<node oor:name="Submenu">\n ' + '\n'.join(menus) + '\n </node>'

File diff suppressed because it is too large Load Diff

BIN
source/images/add.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

BIN
source/images/delete.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
source/images/favorite.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
source/images/save.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 B

BIN
source/images/tool_16.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB