diff options
author | Henrique Dante de Almeida <hdante@profusion.mobi> | 2012-12-27 13:38:33 +0000 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-12-27 13:38:33 +0000 |
commit | 19dc51d2bc2b1038714622e3becc9f70bd236995 (patch) | |
tree | 963a5d76e2400c19a8d1bef347a050115f4cb64a /NEWS | |
parent | 40bafa35d721fab10fa30a1242946dbc2bcb83b0 (diff) |
[elm] Add D-Bus external menu support
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>
SVN revision: 81746
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,8 @@ Additions: | |||
23 | * Add elm_sys_notify.[ch] | 23 | * Add elm_sys_notify.[ch] |
24 | * Add elm_need_elocation() and Elocation.h support with ELM_ELOCATION macro to integrate elocation. | 24 | * Add elm_need_elocation() and Elocation.h support with ELM_ELOCATION macro to integrate elocation. |
25 | * Add elm_plug signals "image,deleted" (fixed typo) and "image,resized". | 25 | * Add elm_plug signals "image,deleted" (fixed typo) and "image,resized". |
26 | * Add elm_dbus_menu to support D-Bus external menus. | ||
27 | * Add configuration: ELM_EXTERNAL_MENU, to switch between internal and extenal menus | ||
26 | 28 | ||
27 | Improvements: | 29 | Improvements: |
28 | 30 | ||
@@ -40,6 +42,7 @@ Improvements: | |||
40 | * Conformant widget handles displaymode change related with keypad. | 42 | * Conformant widget handles displaymode change related with keypad. |
41 | * Conformant widget handles indicator service. | 43 | * Conformant widget handles indicator service. |
42 | * Elm_Transit image animation effects supports elm_image object type. | 44 | * Elm_Transit image animation effects supports elm_image object type. |
45 | * Include a main menu in elm_win, which can be exported via D-Bus. | ||
43 | 46 | ||
44 | Fixes: | 47 | Fixes: |
45 | 48 | ||