diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2016-01-05 15:24:19 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2016-01-05 15:24:19 +0100 |
commit | f761a440adc9d9a83f2fc59a73f376cc9732fe20 (patch) | |
tree | 49e5f57edffbef75ce25e2f03d5946c2a966812e | |
parent | a8d3df85a28de104597d909544ef1f19b3f06d91 (diff) |
release: Update NEWS and bump version for 1.17.0-alpha1 releasev1.17.0-alpha1
-rw-r--r-- | NEWS | 76 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 77 insertions, 3 deletions
@@ -1,7 +1,81 @@ | |||
1 | ================= | 1 | ================= |
2 | Elementary 1.16.0 | 2 | Elementary 1.17.0 |
3 | ================= | 3 | ================= |
4 | 4 | ||
5 | Changes since 1.16.0: | ||
6 | --------------------- | ||
7 | |||
8 | Features: | ||
9 | |||
10 | * toolbar: add item_signal_emit. | ||
11 | * spinner: add entry filter for accepted only digits and "." | ||
12 | * hoversel: add item disabling support. | ||
13 | * Elm entry: Keep cursor at inserted position after dnd. | ||
14 | * atspi: support key modifers in bridge. | ||
15 | * atspi: add type of accessibility object | ||
16 | * elementary: Port elementary to use Ecore_Wl2 library | ||
17 | * cnp: add Copy & Paste support for Windows | ||
18 | * cursor: add cursor support on Windows. | ||
19 | * popup: add popup default align config for other profiles. | ||
20 | * Entry: Context Menu is now configurable | ||
21 | * genlist: supporting homogeneous mode about each item class. | ||
22 | * calendar: Apply elm_button widgets instead of manually implemented spinner buttons. | ||
23 | * efl-js: JavaScript Eolian binding | ||
24 | * popup: add popup dismiss function for hide effect | ||
25 | * box: implement aspected item layout | ||
26 | * toolbar: Send a signal when shrink mode is changed. | ||
27 | * genlist: new SCROLLTO_BOTTOM alignment | ||
28 | * calendar: add color classes and text classes. | ||
29 | * datetime: add color classes and text classes. | ||
30 | * index: add color classes and text classes. | ||
31 | * spinner: add color classes and text classes. | ||
32 | * multibuttonentry: add color classes and text classes. | ||
33 | * elm config - allow the ability to save out to another hidden profile | ||
34 | * elm config - add function to check if profile exists | ||
35 | * elm config - add the ability to have derived configurations from others | ||
36 | |||
37 | Fixes: | ||
38 | |||
39 | * calendar: weekdays do not get translated when language is dynamically changed issue fix | ||
40 | * index: internal item's edje object handling logic changed to improve performance. | ||
41 | * naviframe: subtitle,show signal not sent | ||
42 | * segment_control: fix variable affectation | ||
43 | * Genlist: Fixed a possible crash in filter iterator and a typo. | ||
44 | * Clouseau: handle case when the library is not installed | ||
45 | * win: only perform maximize frame state updating during ecore-evas callback | ||
46 | * gengrid: Prevent duplicated selected function calls when item is unselected in the function. | ||
47 | * atspi: unprotect subset of methods | ||
48 | * notify: fix broken timeout feature in elm_notify (T2853) | ||
49 | * notify: fix hide animation | ||
50 | * multibuttonentry: change default format count. | ||
51 | * multibuttonentry: internal entry cnp mode set as "ELM_CNP_MODE_PLAINTEXT". | ||
52 | * datetime: fix field arrange code for dynamically field sequence change case. | ||
53 | * comp base: allow mouse events to propagate through comp base -> wallpaper | ||
54 | * Entry: add markup cnp handlers | ||
55 | * elementary: Fix test_colorclass function | ||
56 | * elm: set language to edje when elm_language_set is called. | ||
57 | * spinner: prevent scrolling when longpress timer enabled. | ||
58 | * elementary: Don't call ecore_wl2_shutdown unless we have a display | ||
59 | * elm border: change shadow toggle program signal source e -> elm | ||
60 | * elementary: Update ecore wayland window geometry (T2919) | ||
61 | * spinner: add possibility to enter negative value. (T2915) | ||
62 | * gengrid: fix Logic in _item_single_select_left and _item_single_select_right. | ||
63 | * Elm entry: fix null item in item provider. | ||
64 | * Fileselector entry: fix a case when file was not selected | ||
65 | * genlist : fix size hash issue when genlist layout sizing evaluated | ||
66 | * genlist: remove unnecessary data creation | ||
67 | * elm_photocam: add NULL check | ||
68 | * atspi: return previous name in overloaded getters | ||
69 | * Elm config: use a name instead of elm_widget_type_get (T2891) | ||
70 | * Entry: Add newline filter for single line entry (T2660) | ||
71 | * [config] fix static analysis issue | ||
72 | * Elm entry: Fix to hide magnifier when menu is disabled. | ||
73 | * elm - cursor - fix job handling to not leave rogue jobs | ||
74 | * genlist : add size_calc forcely about content when elm_layout. | ||
75 | * elm wl cnp - fix paste to not crash anymore | ||
76 | * elm config - monitor JUST the correct files for profile and cfg change | ||
77 | * elementary: Fix elementary not compiling | ||
78 | |||
5 | Changes since 1.15.0: | 79 | Changes since 1.15.0: |
6 | --------------------- | 80 | --------------------- |
7 | 81 | ||
diff --git a/configure.ac b/configure.ac index d71d15042..340d8e74f 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [16], [99], [dev]) | 1 | EFL_VERSION([1], [17], [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]) |