diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2014-04-28 12:35:19 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2014-04-28 12:35:19 +0200 |
commit | 3ed24d9c3ca55216b2c061cb1f12183837ff566c (patch) | |
tree | 1bd8d3a25578d52f31a82d04786311e69b11df81 | |
parent | 86a2fcd6d28c9af0e351f328f2121bc7ecc55c74 (diff) |
release: v1.10.0 alpha1v1.10.0-alpha1
-rw-r--r-- | NEWS | 107 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 106 insertions, 5 deletions
@@ -1,6 +1,107 @@ | |||
1 | ================ | 1 | ================= |
2 | Elementary 1.9.0 | 2 | Elementary 1.10.0 |
3 | ================ | 3 | ================= |
4 | |||
5 | Changes since Elementary 1.9.0: | ||
6 | ------------------------------- | ||
7 | |||
8 | Features: | ||
9 | |||
10 | * popup: implemented widget item focus feauture. | ||
11 | * list: implemented widget item focus feature. | ||
12 | * list: Added descriptions for the newly introduced item,focused/item,unfocused smart callbacks. | ||
13 | * popup: Added descriptions for the newly introduced item,focused/item,unfocused smart callbacks. | ||
14 | * hoversel: Added "item,focused" and "item,unfocused" smart events for widget items. | ||
15 | * win - add accel preference option to elm windows | ||
16 | * focus: Added focus highlight clip disable feature. (T1056) | ||
17 | * focus: Added optional focus feature - focus movement by mouse_in. | ||
18 | * toolbar: implemented widget item focus feature. | ||
19 | * elementary: Add support to elementary for creating applications which run in drm. | ||
20 | * list: Added focus movement on widget items by mouse in. | ||
21 | * genlist: Added focus movement on widget items by mouse in. | ||
22 | * gengrid: Added focus movement on widget items by mouse in. | ||
23 | * toolbar: Added focus movement on widget items by mouse in. | ||
24 | * gengrid: Added feature to move focus out of gengrid if focus is on edge items. | ||
25 | * focus: Added optional focus feature - item focus on selection. | ||
26 | * Adjust code to use the slightly different Eo2 API. | ||
27 | * win - add ELM_ACCEL env var to set acel method that is preferred | ||
28 | * theme - improve efm icons provided by ApB (T575) | ||
29 | * atspi: Atspi_Action interface implementation @feature | ||
30 | * gengrid: item moving feature with keys. | ||
31 | * config: Added two APIs to enable/disable focus auto scroll bring in feature. | ||
32 | * genlist: Implemented item_select_on_focus feature. | ||
33 | * gengrid: Implemented item_select_on_focus feature. | ||
34 | * gengrid: Added elm_gengrid_wheel_disabled_set/get() APIs. | ||
35 | |||
36 | Fixes: | ||
37 | |||
38 | * hover: Made hover itself unfocusable. | ||
39 | * elm_list/focus: @bugfix crashes with empty lists and unfocused elements. | ||
40 | * @fix homogeneous genlist recalc on theme change (T1023) | ||
41 | * @fix slider popup creation with custom themes | ||
42 | * @fix broken slider popup hide logic | ||
43 | * diskselector: Fix segmentation fault (T988) | ||
44 | * object_item: Check null in elm_object_item_del. | ||
45 | * naviframe: Emit visible signal to edc theme when first item is pushed | ||
46 | * fix ctxpopup getting min size from content immediately on set | ||
47 | * Fix bug of moving cursor handler | ||
48 | * entry - fix menu to not popup after every time mobile sel handles are clicked | ||
49 | * elm: Add Drm Detection | ||
50 | * Avoid Month wrapping by ignoring summer time correction. | ||
51 | * elm_widget: @fix use of uninitialized values. | ||
52 | * naviframe: Fix smart_show function to show only top item view | ||
53 | * entry - send selection,cleared signal if a selection is dismissed. | ||
54 | * @fix slider overlay parenting | ||
55 | * actionslider: Fixed mouse movement issue. | ||
56 | * elm_win: Unbreak the ABI break of window type. | ||
57 | * Remove silencing of errors when called on non elm widgets. | ||
58 | * theme overlays - fix to prepend on overlay to be semantically consistent | ||
59 | * entry - fixed calc issue of the wrap none mode. | ||
60 | * segment_control, toolbar: Fixed broken scale of widget item. | ||
61 | * entry - entry did word wrapping even the mode was ELM_WRAP_NONE. | ||
62 | * Focus: fix segfault due to bad call to Eo function. | ||
63 | * list/genlist: Fixed Home and End key event handling routine. | ||
64 | * Accessibility: unref the object only if it exists. | ||
65 | * [Elm_Dnd] Fix type matching of drag and drop target objects in X11. | ||
66 | * [Elm_Entry] Update selection handlers position and its visibility when scrolling | ||
67 | * diskselector: Compare correct variables. (CID1193236) | ||
68 | * atspi_object: Added missing comma. (CID1193238) | ||
69 | * index: Set variable to NULL after free. (CID1193250) | ||
70 | * access: Fixed memory leak. (CID1193244) | ||
71 | * fix scrollbar to be clickable even if vieport is tiny compared to content | ||
72 | * naviframe : Fixed the overlap issue during multiple push. | ||
73 | * genlist needs to iterate exactly once over a fixed list when deselcting all items | ||
74 | * list: Fixed item multi/single selection routine to skip disabled item correctly. | ||
75 | * genlist: Fixed item multi/single selection routine to skip disabled item correctly. | ||
76 | * panel: check _elm_config_key_binding_call return value | ||
77 | * datetime: clip sub components into global clipper | ||
78 | * prefs: Add EVIL_LIBS to build to avoid problems with missing regex.h under mingw | ||
79 | * elm win - fix tracking of current position to properly store it in win obj | ||
80 | * spinner: crash issue on deletion fix | ||
81 | * elm win - fix wrong resizing of focus highlight obj. | ||
82 | * fix left over soft cursors in elm (T893) | ||
83 | * [Elm_Dnd] Correct drag position when rotation | ||
84 | * [Elm_Dnd] Fix segmentation fault when deleting object with same registered drop callbacks | ||
85 | * elm_map: Fixed a leak when ecore_file_download_full fails | ||
86 | * gengrid: Fixed the focus animation in horizontal mode | ||
87 | * map: remove memory leak | ||
88 | * list/genlist/gengrid/toolbar: Fix - _nearest_visible_item_get() should always return an item. | ||
89 | * plug: fix SEGV of elementary_test during reconnecting | ||
90 | * list: Fixed _elm_list_item_content_focus_set in case the first content is focused. | ||
91 | * dnd: Skip drag window when drag starts | ||
92 | * widget: Initialized internal variables. (CID1199625) | ||
93 | * scroller: Initialized some internal variables. (CID1199657) | ||
94 | * spinner: fixed odd behavior of the spinner | ||
95 | * ctxpopup: sd->box null check and event_flag set for previous and next focus move. | ||
96 | * entry: wrong viewport value calculation issue fix | ||
97 | * elm_interface_scrollable: fix resize after drag bug. | ||
98 | * dnd: Correct drag window positon in drag start | ||
99 | * tooltips position more accurately in X in xinerama | ||
100 | * entry no longer completely breaks focus by focusing itself on selection signal | ||
101 | * toolbar: Fixed wrong edje api usage for elm objects. | ||
102 | * genlist: Removed unnecessary item show call on multi select. | ||
103 | * ctxpopup bg theme should block all mouse events, not just left button | ||
104 | |||
4 | 105 | ||
5 | Changes since Elementary 1.8.0: | 106 | Changes since Elementary 1.8.0: |
6 | ------------------------------- | 107 | ------------------------------- |
diff --git a/configure.ac b/configure.ac index fcae23988..0b128e8bf 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [9], [99], [dev]) | 1 | EFL_VERSION([1], [10], [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.60) | 4 | AC_PREREQ(2.60) |
5 | AC_CONFIG_SRCDIR([configure.ac]) | 5 | AC_CONFIG_SRCDIR([configure.ac]) |