diff options
author | Flavio Vinicius Alvares Ceolin <flavio.ceolin@profusion.mobi> | 2013-01-03 21:02:25 +0000 |
---|---|---|
committer | Flavio Vinicius Alvares Ceolin <flavio.ceolin@profusion.mobi> | 2013-01-03 21:02:25 +0000 |
commit | 3bcd1c2dd8fdc03433ebcad4d1fa781c47f01d54 (patch) | |
tree | bd6df096e64a48ee72e2668a4bf3a28e108a7b34 /NEWS | |
parent | 3128453140fa3de2fdcddac2038fcc9794119179 (diff) |
[elm] Updating the NEWS with the lasts commits
SVN revision: 82109
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -44,6 +44,9 @@ Improvements: | |||
44 | * Conformant widget handles indicator service. | 44 | * Conformant widget handles indicator service. |
45 | * Elm_Transit image animation effects supports elm_image object type. | 45 | * Elm_Transit image animation effects supports elm_image object type. |
46 | * Include a main menu in elm_win, which can be exported via D-Bus. | 46 | * Include a main menu in elm_win, which can be exported via D-Bus. |
47 | * Merged the file_entry and the path_entry in the fileselector and allowing typing the path. | ||
48 | * Setting the same font size of the others widgets for the dayselector. | ||
49 | * Added a separated spinner for year on calendar. | ||
47 | 50 | ||
48 | Fixes: | 51 | Fixes: |
49 | 52 | ||
@@ -110,6 +113,8 @@ Fixes: | |||
110 | * Fix the naviframe item part text to be set properly. | 113 | * Fix the naviframe item part text to be set properly. |
111 | * Fix list separator size bug. | 114 | * Fix list separator size bug. |
112 | * Fix the bug which the callbacks of the sub-object are added even if the sub-object is added the parent object. | 115 | * Fix the bug which the callbacks of the sub-object are added even if the sub-object is added the parent object. |
116 | * Fix the usage of the checks in the fileselector test 2. | ||
117 | * Added the min_year and max_year in the standard profile config. | ||
113 | 118 | ||
114 | Removals: | 119 | Removals: |
115 | 120 | ||