diff options
author | Daniel Juyung Seo <seojuyung2@gmail.com> | 2015-07-09 04:14:12 +0900 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung2@gmail.com> | 2015-07-09 04:14:12 +0900 |
commit | f583a8051afacfe73920f8a03a448bf31d74ddf3 (patch) | |
tree | 89174f3f380c92ee4afd41bc21efa0edc5fe8d52 | |
parent | 89d13cb9ac8ee9654b1499fa61ec4c04a9a7458f (diff) |
release: Update NEWS and bump version for 1.15.0-alpha1 releasev1.15.0-alpha1
-rw-r--r-- | NEWS | 165 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 166 insertions, 3 deletions
@@ -1,7 +1,89 @@ | |||
1 | ================= | 1 | ================= |
2 | Elementary 1.14.0 | 2 | Elementary 1.15.0 |
3 | ================= | 3 | ================= |
4 | 4 | ||
5 | Changes since 1.14.0: | ||
6 | --------------------- | ||
7 | |||
8 | Features: | ||
9 | |||
10 | * elementary: Create new widget for image masking | ||
11 | * ctxpopup: Added item_focus_set/item_focus_get. | ||
12 | * hoversel: Added item_focus_set/item_focus_get. | ||
13 | * elm_focus: added new focus move policy and elm_object_focus_move_policy_set/get | ||
14 | * Elm: Add context,open signal in elm_entry. | ||
15 | * theme: migrate all e users of darken_rounded_square to new darken_square image | ||
16 | * elm_scroller: add wheel_disable_set API | ||
17 | * calendar: show days of prev/next month. | ||
18 | * gengrid: add item cache in gengrid for efficient realize/unrealize operation. | ||
19 | * elm_config: Add feature to control transition scale for edje | ||
20 | * win: Add autohide and ELM_POLICY_QUIT_LAST_WINDOW_HIDDEN | ||
21 | * EFL Model List View for MVC design | ||
22 | * EFL Model Form View for MVC design | ||
23 | |||
24 | Fixes: | ||
25 | |||
26 | * elementary: Remove unused variable | ||
27 | * genlist: fix to return item style correctly. | ||
28 | * theme: return false if elm_object_style_set() failed to set requested style. | ||
29 | * label: Fix memory leak. | ||
30 | * SlideShow: Fix double invocation of ItemClass delete function (T2394) | ||
31 | * elm_object_item: fix the issue that del_cb doens't get item data as its parameter | ||
32 | * widget: more fix wrt item data. | ||
33 | * tooltip: set the correct style of label. | ||
34 | * slider: use theme of object for popup. | ||
35 | * entry: update selection handlers when entry is resized | ||
36 | * elm_win: Set initial withdrawn state from win's ecore_evas property. | ||
37 | * Immediatly change the cursor if changed from inside the widget | ||
38 | * elm_genlist: fix implementation of genlist tooltip functions | ||
39 | * fileselector button: correct window parent finding | ||
40 | * elm config - init wl if env vars indicate we should | ||
41 | * Genlist: support of ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY mode of genlist item for ELM_ITEM_SELECT_ON_FOCUS_DISABLE config variable. | ||
42 | * elm - fix profile handling if ELM_PROFILE is set - dont listen to x msg | ||
43 | * Gengrid: fix mirroring bug in gengrid widget. | ||
44 | * gengrid/genlist: decrement item counter before triggering item del callback | ||
45 | * glview: preserved changed state when altering render mode | ||
46 | * tooltip: fix positioning when tooltip is affixed to a window object | ||
47 | * interface scrollerable: modify the loop_v condition in _elm_scroll_momentum_animator() function | ||
48 | * tooltip: fix tooltip multi line text issue (T2034) | ||
49 | * fix list item mode change on elm list | ||
50 | * cnp: Add safety check for NULL pointer from _elm_util_text_to_mkup(). | ||
51 | * cnp: Add safety check for NULL pointer from calloc() for anim_icon. | ||
52 | * cnp: Add safety check for NULL pointer from strdup(). | ||
53 | * Dnd/X11: add dnd support for image, uri types | ||
54 | * Cnp/X11: move entry-only code in elm_cnp to entry | ||
55 | * Cnp/X11: correct object parameter in datacb | ||
56 | * entry: add dnd image handling | ||
57 | * cnp: Add safety check for NULL pointer from malloc(). | ||
58 | * clock: Add safety check for NULL pointer from localtime() func. | ||
59 | * entry: emit changed,user signal when text is pasted or dropped | ||
60 | * win: only trigger del trap if win type is not FAKE | ||
61 | * win: do not use deferred ecore evas deletion for FAKE wins | ||
62 | * dayselector : add safety check for NULL pointer from _item_find() | ||
63 | * colorselector: add safety check for NULL pointer from ecore_x_image_new(). | ||
64 | * genlist: fix resize of items when added after elm_genlist_clear(). (T2367) | ||
65 | * elm_colorselector: fix horiz/vertical padding to be affected by base_scale in edc | ||
66 | * elm_genlist: reset timer to NULL on cancel only. | ||
67 | * DnD: remove text/uri handling | ||
68 | * config: fix the flush file path. | ||
69 | * X11/CnP: remove X11 invocations from elm_entry (T2183) | ||
70 | * config: read flush.cfg when elm_config_all_flush is called. | ||
71 | * elm_colorselector: pixel-picker accuracy fix | ||
72 | * elm_gengrid: fix the bug that gengrid item index(position) is updated wrong value in item_update | ||
73 | * elm_interface_scrollable: fix wrong mirrored calculation | ||
74 | * elementary: Add rudimentary support for Elm Wayland apps to set border icon (T2453) | ||
75 | * Revert "theme: return false if elm_object_style_set() failed to set requested style." | ||
76 | * Genlist: use correct variable during realize | ||
77 | * elm_datetime: Fix datetime ctxpopup resize issue | ||
78 | * Elm_Interface_Scrollable: Improvement in looping behavior | ||
79 | * layout: Fix eo API error while running "Genlist 7" in elementary_test. (T2534) | ||
80 | * Entry: Add chunked append in case of _elm_entry_entry_append | ||
81 | * naviframe: Fix to work clicked callback of auto pushed button. | ||
82 | * cnp: change drag win type to ELM_WIN_DND | ||
83 | * elm_conform: remember window pointer. | ||
84 | * elm_conform: remove smart_callback when it is removed. | ||
85 | * elm - scroller - set hold flag on wheel events if used for that dir | ||
86 | |||
5 | Changes since 1.13.0: | 87 | Changes since 1.13.0: |
6 | --------------------- | 88 | --------------------- |
7 | 89 | ||
@@ -1025,3 +1107,84 @@ Improvements: | |||
1025 | * Defer Elm_Slider update until really needed. | 1107 | * Defer Elm_Slider update until really needed. |
1026 | 1108 | ||
1027 | Removal: | 1109 | Removal: |
1110 | Changes since 1.14.0: | ||
1111 | --------------------- | ||
1112 | |||
1113 | Features: | ||
1114 | |||
1115 | * elementary: Create new widget for image masking | ||
1116 | * ctxpopup: Added item_focus_set/item_focus_get. | ||
1117 | * hoversel: Added item_focus_set/item_focus_get. | ||
1118 | * elm_focus: added new focus move policy and elm_object_focus_move_policy_set/get | ||
1119 | * Elm: Add context,open signal in elm_entry. | ||
1120 | * theme: migrate all e users of darken_rounded_square to new darken_square image | ||
1121 | * elm_scroller: add wheel_disable_set API | ||
1122 | * calendar: show days of prev/next month. | ||
1123 | * gengrid: add item cache in gengrid for efficient realize/unrealize operation. | ||
1124 | * elm_config: Add feature to control transition scale for edje | ||
1125 | * win: Add autohide and ELM_POLICY_QUIT_LAST_WINDOW_HIDDEN | ||
1126 | * EFL Model List View for MVC design | ||
1127 | * EFL Model Form View for MVC design | ||
1128 | |||
1129 | Fixes: | ||
1130 | |||
1131 | * elementary: Remove unused variable | ||
1132 | * genlist: fix to return item style correctly. | ||
1133 | * theme: return false if elm_object_style_set() failed to set requested style. | ||
1134 | * label: Fix memory leak. | ||
1135 | * SlideShow: Fix double invocation of ItemClass delete function (T2394) | ||
1136 | * elm_object_item: fix the issue that del_cb doens't get item data as its parameter | ||
1137 | * widget: more fix wrt item data. | ||
1138 | * tooltip: set the correct style of label. | ||
1139 | * slider: use theme of object for popup. | ||
1140 | * entry: update selection handlers when entry is resized | ||
1141 | * elm_win: Set initial withdrawn state from win's ecore_evas property. | ||
1142 | * Immediatly change the cursor if changed from inside the widget | ||
1143 | * elm_genlist: fix implementation of genlist tooltip functions | ||
1144 | * fileselector button: correct window parent finding | ||
1145 | * elm config - init wl if env vars indicate we should | ||
1146 | * Genlist: support of ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY mode of genlist item for ELM_ITEM_SELECT_ON_FOCUS_DISABLE config variable. | ||
1147 | * elm - fix profile handling if ELM_PROFILE is set - dont listen to x msg | ||
1148 | * Gengrid: fix mirroring bug in gengrid widget. | ||
1149 | * gengrid/genlist: decrement item counter before triggering item del callback | ||
1150 | * glview: preserved changed state when altering render mode | ||
1151 | * tooltip: fix positioning when tooltip is affixed to a window object | ||
1152 | * interface scrollerable: modify the loop_v condition in _elm_scroll_momentum_animator() function | ||
1153 | * tooltip: fix tooltip multi line text issue (T2034) | ||
1154 | * fix list item mode change on elm list | ||
1155 | * cnp: Add safety check for NULL pointer from _elm_util_text_to_mkup(). | ||
1156 | * cnp: Add safety check for NULL pointer from calloc() for anim_icon. | ||
1157 | * cnp: Add safety check for NULL pointer from strdup(). | ||
1158 | * Dnd/X11: add dnd support for image, uri types | ||
1159 | * Cnp/X11: move entry-only code in elm_cnp to entry | ||
1160 | * Cnp/X11: correct object parameter in datacb | ||
1161 | * entry: add dnd image handling | ||
1162 | * cnp: Add safety check for NULL pointer from malloc(). | ||
1163 | * clock: Add safety check for NULL pointer from localtime() func. | ||
1164 | * entry: emit changed,user signal when text is pasted or dropped | ||
1165 | * win: only trigger del trap if win type is not FAKE | ||
1166 | * win: do not use deferred ecore evas deletion for FAKE wins | ||
1167 | * dayselector : add safety check for NULL pointer from _item_find() | ||
1168 | * colorselector: add safety check for NULL pointer from ecore_x_image_new(). | ||
1169 | * genlist: fix resize of items when added after elm_genlist_clear(). (T2367) | ||
1170 | * elm_colorselector: fix horiz/vertical padding to be affected by base_scale in edc | ||
1171 | * elm_genlist: reset timer to NULL on cancel only. | ||
1172 | * DnD: remove text/uri handling | ||
1173 | * config: fix the flush file path. | ||
1174 | * X11/CnP: remove X11 invocations from elm_entry (T2183) | ||
1175 | * config: read flush.cfg when elm_config_all_flush is called. | ||
1176 | * elm_colorselector: pixel-picker accuracy fix | ||
1177 | * elm_gengrid: fix the bug that gengrid item index(position) is updated wrong value in item_update | ||
1178 | * elm_interface_scrollable: fix wrong mirrored calculation | ||
1179 | * elementary: Add rudimentary support for Elm Wayland apps to set border icon (T2453) | ||
1180 | * Revert "theme: return false if elm_object_style_set() failed to set requested style." | ||
1181 | * Genlist: use correct variable during realize | ||
1182 | * elm_datetime: Fix datetime ctxpopup resize issue | ||
1183 | * Elm_Interface_Scrollable: Improvement in looping behavior | ||
1184 | * layout: Fix eo API error while running "Genlist 7" in elementary_test. (T2534) | ||
1185 | * Entry: Add chunked append in case of _elm_entry_entry_append | ||
1186 | * naviframe: Fix to work clicked callback of auto pushed button. | ||
1187 | * cnp: change drag win type to ELM_WIN_DND | ||
1188 | * elm_conform: remember window pointer. | ||
1189 | * elm_conform: remove smart_callback when it is removed. | ||
1190 | * elm - scroller - set hold flag on wheel events if used for that dir | ||
diff --git a/configure.ac b/configure.ac index 19ec753f9..98b9f8caa 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [14], [99], [dev]) | 1 | EFL_VERSION([1], [15], [0], [release]) |
2 | AC_INIT([elementary], [efl_version], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([elementary], [efl_version-alpha1], [enlightenment-devel@lists.sourceforge.net]) |
3 | 3 | ||
4 | AC_PREREQ(2.63) | 4 | AC_PREREQ(2.63) |
5 | AC_CONFIG_SRCDIR([configure.ac]) | 5 | AC_CONFIG_SRCDIR([configure.ac]) |