Tizen 2.0 Release
[profile/ivi/elementary.git] / NEWS
1 Changes since Elementary 1.7.0:
2 -------------------------
3
4 Additions:
5
6    * Add ELM_INPUT_PANEL_RETURN_KEY_TYPE_SIGNIN.
7    * Add elementary_codegen
8    * Add window floating mode api's
9    * Add reorder mode set/get API in Toolbar.
10    * Add the toolbar API which expand the transverse length.
11    * Add a way to know which month is displayed in elm_calendar
12    * Add color picker to elm_colorselector.
13    * Add a search API to list all localisations corresponding to a name in map
14    * Add elm_notify_align_set/get
15    * Add virtualkeypad, clipboard state change signals from conformant.
16    * Add elm_toolbar_item_show/bring_in.
17    * Add "highlighted" and "unhighlighted" callbacks to list, genlist, and gengrid.
18
19 Improvements:
20
21    * Toolbar widget is now a scrollable widget.
22    * Entry widget is now a scrollable layout.
23    * Fileselector entry widget is now an elm layout.
24    * Ctxpopup widget is now an elm layout.
25    * Multibutton entry entry is now an elm layout.
26    * Popup widget is now an elm layout.
27    * Panel widget is now an elm layout.
28    * Improve elm map module loading/searching efficiency.
29    * Diskselector handles dyanmic show/hide of icons now like buttons.
30    * Plug widget handles image object deletion
31    * Handle COMPOUND_TEXT cnp
32    * Conformant widget handles displaymode change related with keypad.
33    * Elm_Transit image animation effects supports elm_image object type.
34    * Expand elm_transit_tween_mode ELM_TRANSIT_TWEEN_MODE_DIVISOR_INTERP, ELM_TRANSIT_TWEEN_MODE_BOUNCE, ELM_TRANSIT_TWEEN_MODE_SPRING
35    * Added new APIs elm_transit_tween_mode_facator_set()/get()
36 Fixes:
37
38    * Now elm_datetime_field_limit_set() can set year limits wihtout problems.
39    * Fix re-order animation when it doesn't end correctly.
40    * Fix popup to apply the same style to the notify sub-widget.
41    * Fix Ctxpopup direction if unknown priority used.
42    * Fix diskselector when bounce off and round enabled.
43    * Fix bubble info field set.
44    * Escape theme filename correctly.
45    * Fix diskselector selection of middle item.
46    * Fix multibuttonentry list corruption.
47    * Fix copy&paste error in elm_flip.
48    * Fix possible invalid memory access in elm_access.
49    * Fix diskselector bug with more than 4 items.
50    * Fix conform widget to be part of focus chain.
51    * Fix genlist reorder mode item not being resized on genlist resize.
52    * Fix on_focus_region() issue.
53    * Fixed gengrid wrong_calc_job parameter.
54    * Fix elm_transit image animation that last few frames are skipped.
55    * FIx elm_transit to accept proxy object.
56    * Fix glview crash even if the object is failed allocating.
57    * Fix the elm_flip to accept proxy object.
58    * Fix wrong parameter for thumbnail error in elm_icon.
59    * Fix missing selected event in elm_index (elm_index_item_selected_set)
60    * Fix the elm_image which is made up of a edje object can call a callback function
61    * Fix the naviframe to delete contents which are preserved_on set if the naviframe is deleted.
62    * Fix the naviframe to clear the title contents when it's item is deleted.
63    * Fix entry to enable have_selection only when a text is actually selected.
64    * Fix the naviframe to clear the text parts when it's item is deleted.
65    * Fix the mapbuf to update it's content correcltly evenif they go outside of the buffer.
66    * Fix the naviframe to resize it's items which are inserted.
67    * Fix the naviframe to send signal emits one time for content show/hide, text show/hide.
68    * Update mapbuf forcely whenever it's states are changed.
69    * Now, dummy object is always smart member of naviframe.
70    * Fix naviframe's resize object problem when item was deleted.
71    * Fix the popup that returned invalid action buttons.
72    * Fix the naviframe to not have crash even if user deletes the naviframe in the transition finished cb.
73    * Fix Don't elm_transit image animation use the image preloading to avoid image flickering.
74    * Fix the image to show the image right now if the image preloading is disabled.
75
76 Removals:
77
78    * All internal widget hooks (and related macros) were removed, due
79      to deprecation. Thus, people using that (unstable) API will have
80      to adapt themselves.
81
82 Changes since Elementary 1.0.0:
83 -------------------------
84
85 Additions:
86
87    * Focus can be moved in all directions by elm_widget_focus_go function.
88    * Reload theme when it change on disk.
89    * Fileselector: Add a wheel spinner that show/spin while EIO is working
90    * Add elm_map_overlays_get & elm_map_overlay_visible_get functions.
91    * Toolbar: Add elm_toolbar_standard_priority_set/get APIs.
92    * Add elm_object_scroll_hold/freeze_get.
93    * Add ELM_CALENDAR_LAST_DAY_OF_MONTH enum type
94    * Add elm_progressbar_format_function_set API function
95    * Add elm_map_overlay_del_cb_set API function
96    * Add "changed" signal to the progressbar widgets
97    * Use Edje to enable accessibility on TEXTBLOCK.
98    * Initialize Emotion when necessary.
99    * Elm_Win_Trap and elm_win_trap_set() to allow e17 integration.
100    * elm_flip_go_to()
101    * On focus loss, Elm_Spinner properly hide Elm_Entry and display label properly.
102
103 Fixes:
104
105    * Genlist : fixed genlist expandable effect bug when we expand/contract items with many children very quickly.
106    * Genlist : realize move items during tree effect only when the item is not in the queue.
107    * Add missing files in the tarball.
108    * Fileselector : honor the folder_only option when using EIO
109    * Segment Selector : do not abuse user object item data.
110    * Image: fixed elm_image_orient_set/get.
111    * QuickLaunch: reset main loop after fork.
112
113 Improvements:
114
115    * Allocate once and reuse Evas_Map.
116    * Allow freeze/thaw on Elm_Layout and reduce number of object update.
117    * Defer Elm_Calendar generation until really needed.
118    * Defer Elm_Slider update until really needed.
119
120 Removal:
121