fixed plugin image size problem
[framework/uifw/elementary.git] / ChangeLog
1 2012-04-26 Carsten Haitzler (The Rasterman)
2
3         * 1.0.0 release
4
5 2012-04-27 Daniel Juyung Seo (SeoZ)
6
7         * Genlist : Fixed genlist expandable effect bug when we expand/contract
8           items with many children very quickly.
9         * Genlist : Realize move items during tree effect only when the item is
10           not in the queue.
11
12 2012-04-30 Jérôme Pinot
13
14         * Add missing files in the tarballs.
15
16 2012-05-02  Cedric Bail
17
18         * Do less allocation and reuse much more Evas_Map.
19
20 2012-05-02 Carsten Haitzler (The Rasterman)
21
22         * Fix possible problems with other subsystems depending on X11 display
23           being closed (XCloseDisplay not close() on socket fd).
24
25 2012-05-02  ChunEon Park (Hermet)
26
27         * Font: actually it doesnt append the font to the hash when font_hash is
28           created inside. Now it is fixed.
29
30 2012-05-03  WooHyun Jung
31
32         * Add feature about focus. Focus can be moved in all direction by
33           by elm_widget_focus_go function.
34
35 2012-05-04  Leandro Pereira
36
37         * Fix icon not appearing in default Genlist theme.
38
39 2012-05-09  Cedric bail
40
41         * Reload theme when it change on disk.
42
43 2012-05-11  ShilpaOnkar Singh
44
45         * Added focus key event handling for the colorselector
46
47 2012-05-13  Dave Andreoli
48
49         * Fileselector: honor folder_only when using EIO
50
51 2012-05-14  Shinwoo Kim
52
53         * menu: remove crash issue when no-parent item is passed to the
54         elm_menu_item_separator_add()
55
56 2012-05-14  Shinwoo Kim (kimcinoo)
57
58         * popup: Bug Fix: improper usage of textblock
59
60 2012-05-15  Dave Andreoli
61
62         * Fileselector: honor folder_only when using EIO
63
64 2012-05-16 Carsten Haitzler (The Rasterman)
65
66         * Fix genlist ELM_LIST_LIMIT mode to do what it originally did.
67           Documentation was wrong too and code had a slight bug stopping
68           genlist from contracting to min size.
69         * Optimize the case of COMPRESS + homogeneous mode to avoid
70           queue entirely and use existing known item sizes.
71
72 2012-05-16  Dave Andreoli
73
74         * Fileselector: Add a wheel spinner that show/spin while EIO is working
75
76 2012-05-16  Tom Hacohen (TAsn)
77
78         * Fix fileselector selection done bug and pass the right string.
79
80 2012-05-22  Jaehwan Kim
81
82         * Toolbar: Add the more panel feature in toolbar.
83           When it is the ELM_TOOLBAR_SHRINK_EXPAND mode and the max item is set,
84           the items over max number are located in more panel.
85           The APIs are added for this feature.(elm_toolbar_more_item_get, elm_toolbar_items_max_set/get)
86
87 2012-05-22 Carsten Haitzler (The Rasterman)
88
89         * Add skeleton for handling remote commands access controls.
90
91 2012-05-23  Tae-Hwan Kim (Bluezery)
92
93         * Map: Add elm_map_overlays_get & elm_map_overlay_visible_get functions.
94
95 2012-05-24 Michal Pakula vel Rutka
96
97         * Add ability to use cnp helper code on non-elm widget objects by
98           falling back to ecore-evas to get the window id.
99
100 2012-05-24 Tae-Hwan Kim (Bluezery)
101
102         * Add "loaded" signal for elm_map.
103
104 2012-05-25 Rob Bradford
105
106         * Refactor X11 specific code to use ecore_evas_*_window_get functions
107         so that the driver for the Ecore_Evas will be checked.
108
109 2012-05-28 Mike Blumenkrantz
110
111         * Fix sizing calc error in list item homogenizing
112
113 2012-05-28 Carsten Haitzler (The Rasterman)
114
115         * Made elm_object_focus_set() fall back to evbas_object_focus_set()
116           if the object is not an elm widget.
117
118 2012-05-29 Mike Blumenkrantz
119
120         * Prepending items to a genlist no longer causes the selected item to
121           scroll out of the viewport
122         * Collapsing tree items in genlist now animate properly
123
124 2012-05-29 Rob Bradford
125
126         * Move X related window items into their own substruct of
127         _Elm_Win_Smart_Data to allow grouping based on engine.
128
129 2012-05-29 Rob Bradford
130
131         * Move X related cursor items into their own substruct of Elm_Cursor
132         to make supporting cursors on other platforms cleaner.
133
134 2012-05-30 Rob Bradford
135
136         * Add support for setting the cursor under Wayland:
137         * Introduce a configure option and #define to as per other engines
138         * Add always-built API function to allow identification of running
139         under Wayland (like for X11)
140         * Call into Ecore to set the cursor when the mouse enters the desired
141         widget.
142
143 2012-05-30 Mike Blumenkrantz
144
145         * Fix even/odd signals for genlist items
146
147 2012-05-30 Thiep Ha
148
149        * Entry: Add 3 APIs which are elm_entry_text_style_user_push/pop/peek
150        and test functions for these APIs.
151
152 2012-05-31 WooHyun Jung
153
154        * child_can_focus should be EINA_FALSE only when all children in the object
155          tree are not focusable. Before this fix, it was EINA_FALSE when all sub
156          objects were not focusable. (i.e. didn't check whole object tree)
157
158 2012-06-01 Mike Blumenkrantz
159
160         * Re-setting the current mirrored mode state no longer causes a full recalc
161
162 2012-06-07 Jaehwan Kim
163
164         * Toolbar: Remove the APIs elm_toolbar_items_max_set/get.
165           Instead of them, add the APIs elm_toolbar_standard_priority_set/get.
166           The items which are lower than standard priority are located in more menu or panel.
167
168 2012-06-08 Jaehwan Kim
169
170         * Add elm_object_scroll_hold/freeze_get. 
171
172 2012-06-12 ChunEon Park(Hermet)
173
174         * Fixed Transit wipe effect flickering.
175
176 2012-06-12 Carsten Haitzler (The Rasterman)
177
178         * Add elm_win_size_base_set/get, elm_win_size_step_set/get for hinting
179         sizing of windows. Useful for terminals.
180
181 2012-06-12 Mike Blumenkrantz
182
183         * Map no longer saves its files to directories outside of the user's home directory
184
185 2012-06-14 Seunggyun Kim
186
187         * Fix elm_config_font_overlay_apply() to also apply rescaling properly.
188
189 2012-06-14 Jaehwan Kim
190
191         * Toolbar : Add the reorder feature when the more panel is shown.
192           After the item is long-pressed, it can be moved.
193
194 2012-06-14 Michael Bouchaud
195
196         * Add an enum to Elm_Calendar_Mark_Repeat_Type:
197         ELM_CALENDAR_LAST_DAY_OF_MONTH
198
199 2012-06-15 Michael Bouchaud
200
201         * elm_progressbar: elm_progressbar_format_function_set to add a callback
202         function to format the unit string.
203
204 2012-06-16 Davide Andreoli
205
206         * elm_map: add elm_map_overlay_del_cb_set to be notify when
207         an overlay is deleted.
208
209 2012-06-23 Daniel Willmann
210
211         * elm_progressbar: Add "changed" signal to be emitted when the value
212         is changed.
213
214 2012-06-25 Daniel Juyung Seo (SeoZ)
215
216         * Genlist: Fixed tree expand bug. Check item type when an item is requested
217         to be expanded/contracted.
218
219 2012-06-25  Carsten Haitzler (The Rasterman)
220
221         * add elm_cnp_selection_loss_callback_set() so you know when you
222         lose a selection as a client
223         * improve robustness of cnp to track target object deletions.
224
225 2012-06-26  Shinwoo Kim (kimcinoo)
226
227         * Use Edje to enable accessibility on TEXTBLOCK.
228
229 2012-06-27 Daniel Juyung Seo (SeoZ)
230
231         * Genlist: Fixed homogeneous mode bug with ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY item. Now it calculates display only item size correctly.
232
233 2012-06-29 Artem Popov
234
235         * Add support for a new toolbar style with icon and text
236         aligned in center. "item_centered".
237