diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2015-10-05 16:43:21 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2015-10-05 16:43:21 +0200 |
commit | 0873520fddd1cd47c596611cea97afbde6dc9381 (patch) | |
tree | 0281ef1ce287bfcedd74973ab0210dbc2f74360b | |
parent | 8e79cf7274bcd7b786a7e9fdee052d010edd5a6a (diff) |
release: Update NEWS and bump version for 1.16.0-alpha1 releasev1.16.0-alpha1
-rw-r--r-- | NEWS | 101 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 102 insertions, 3 deletions
@@ -1,7 +1,106 @@ | |||
1 | ================= | 1 | ================= |
2 | Elementary 1.15.0 | 2 | Elementary 1.16.0 |
3 | ================= | 3 | ================= |
4 | 4 | ||
5 | Changes since 1.15.0: | ||
6 | --------------------- | ||
7 | |||
8 | Features: | ||
9 | |||
10 | * multibuttonentry: add horizontal, vertical padding between items. | ||
11 | * index: add index item priority APIs for support multilingual | ||
12 | * elm_config: Add flag to control pushing naviframe prev button automatically. | ||
13 | * focus: add the focus region show mode | ||
14 | * focus: item focus moves by geometry. | ||
15 | * popup: make scroller optional in popup (T2651) | ||
16 | * elm theme - add a blank focus style if you want invisible focus | ||
17 | * Label: add support for all the fancy tags already provided for entry | ||
18 | * elm - thumbscroll finger scrolling - make it far smoother | ||
19 | * focus: add the APIs to set the focus next about item. | ||
20 | * Elm_genlist: Add Item filtering support | ||
21 | * spinner: delete longpress timer when scroller enabled. | ||
22 | * focus: add the focus_direction feature about item. | ||
23 | * focus: change the focus don't stay to scroller. | ||
24 | * elc_multibuttonentry: add item disable support | ||
25 | * atspi: add translation domain for name and description. | ||
26 | * atspi: support org.a11y.atspi.Collection interface | ||
27 | * atspi: add new relationship append/remove/clear API | ||
28 | * elm run - be explicit about elm run not nesting in docs | ||
29 | |||
30 | Fixes: | ||
31 | |||
32 | * spinner: entry text makes to registered special value instead of number. | ||
33 | * multibuttonentry: item object scale set is not need when theme applied. | ||
34 | * mbe: remove unnecessary keypad hide call from multibuttonentry. | ||
35 | * popup: fix resize issue in case of custom part text set | ||
36 | * focus: add del callback always. | ||
37 | * focus/list/genlist/gengrid: fix focus highlight issues on list widgets when auto focus enable is on. (T2555) | ||
38 | * Tooltip: reset content delete callback directly after invocation | ||
39 | * elm_toolbar: fix icon_size to consider edje base scale | ||
40 | * spinner: Add to support spinner value %d format. | ||
41 | * scroller: fix the focus move bug in scroller. | ||
42 | * gengrid: extends D2418 to horizontal mode. | ||
43 | * gengird: change focus move mechanism in gengrid. | ||
44 | * elementary: Fix Copy and Paste test to actually paste clipboard text | ||
45 | * elm theme - conformant - fix to have proper min size of conformant | ||
46 | * cnp: init wayland dnd handlers upon creating the first drop target | ||
47 | * cnp: initialize Elm_Selection_Data.action for wayland drops | ||
48 | * cnp: fix wayland drop format selection | ||
49 | * cnp: pass wayland drop event size to handler, do not nul terminate drop data | ||
50 | * cnp: end wayland drag on allocation failure | ||
51 | * cnp: only nul terminate wayland drops for text type drops | ||
52 | * cnp: redo wayland drop to nul terminate for text_uri drops and free on every drop | ||
53 | * Gengrid: Set focus after item looping | ||
54 | * list: fix crash while setting nearest item in viewport (T2662) | ||
55 | * Entry: fix cursor repositioning on theme_apply (T2646) | ||
56 | * scroller: fix the misstake. change && -> || | ||
57 | * scroller: fix memory leak on keys traversal | ||
58 | * theme: fix theme file path parsing issue on windows. | ||
59 | * elm_win: Initilize the variable 'preferred_rot' as a -1 before invoking _elm_win_xwin_update() in _elm_win_finalize_internal(). | ||
60 | * gengrid: fix item focus movement in case of horizontal mode | ||
61 | * gengrid: no need to loop in case of reorder mode is enabled | ||
62 | * toolbar: fix issue of focus not coming to item on mouse click (T2697) | ||
63 | * config: revert first_item_focus_on_first_focus_in to 0 (T2662) | ||
64 | * Genlist: reset item tree expanded state when putting item in cache | ||
65 | * elm win - fix to ensure smart calc is done before show | ||
66 | * Gengrid: Fix wrong focus movement in _item_single_select_down | ||
67 | * multibuttonentry: Use elm focus for items instead of evas focus. | ||
68 | * Revert "Elm_Interface_Scrollable: Improvement in looping behavior" | ||
69 | * Elc_Naviframe: When push is in progress, block pop until push is complete. | ||
70 | * multibuttonentry: Fix mbe clicked signal is not work. | ||
71 | * Elc_Multibuttonentry: Item resize issue on text set | ||
72 | * Genlist: Dont select first item if its DISPLAY_ONLY | ||
73 | * naviframe: fix a focus issue when deleting the first item | ||
74 | * gengrid: fix crash issue. | ||
75 | * FileSelector: fix behaviour when the file is chosen | ||
76 | * elm map - fix module load craziness loading all elm modules | ||
77 | * elm map - fix crash on badly handled zoom timeout callback | ||
78 | * FileSelector Entry: fix behaviour for events | ||
79 | * elm_image: fix image preload issue | ||
80 | * elm theme - make sure key sounds are on input channel for muting config | ||
81 | * calendar: fix signal process timing issue when view update. | ||
82 | * elm autofocus show - fix cases where focus is inside containers | ||
83 | * elm - when focus goes back in to a window dont have scrollers jump | ||
84 | * elm toolbar 0 size items fix if icon not found (T2710) | ||
85 | * multibuttonentry: Fix box item append rtl when mirror enabled. | ||
86 | * elc_multibuttonentry: Input panel should be controlled only if multibuttonentry is editable | ||
87 | * focus: remove checking the focus origin in highlight job. | ||
88 | * dnd/x11: correct coordinates in pos callback | ||
89 | * test_dnd: transfer text without markup when drag label | ||
90 | * [spinner] Notify when value is edited directly | ||
91 | * elm - fix focus set on focus in on window due to previous focus fix | ||
92 | * elm_conformant: display mode set fix | ||
93 | * gengrid: fix duplicate edje signal (elm,state,focused) to item on focus | ||
94 | * calendar: weekday update when first day of week changed. | ||
95 | * spinner: Fix internal logic about special value show instead of number. | ||
96 | * multibuttonentry: fix MBE item clear, item delete logic error. | ||
97 | * Revert "index: fix index object got a wrong min value." | ||
98 | * spinner: fix extra callback calls | ||
99 | * multibuttonentry: Fix padding to be affected by base_scale in edc. | ||
100 | * multibuttonentry: Fix MBE item box min size calc error. | ||
101 | * elc_naviframe: fix crash in strcmp, if text_set is NULL issue | ||
102 | * elm_hover: delay hover dismiss while handling edje signal | ||
103 | |||
5 | Changes since 1.14.0: | 104 | Changes since 1.14.0: |
6 | --------------------- | 105 | --------------------- |
7 | 106 | ||
diff --git a/configure.ac b/configure.ac index 3287329ca..800ad51ef 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [15], [99], [dev]) | 1 | EFL_VERSION([1], [16], [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]) |