summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)AuthorFilesLines
2017-08-03release: Update NEWS and bump version for 1.20.0 releaseStefan Schmidt1-89/+38
2017-07-20release: Update NEWS and bump version for 1.20.0-beta3 releaseStefan Schmidt1-10/+17
2017-07-11release: Update NEWS and bump version for 1.20.0-beta2 releaseStefan Schmidt1-3/+18
2017-07-03release: Update NEWS and bump version for 1.20.0-beta1 releaseStefan Schmidt1-0/+106
2017-06-29release: Update NEWS and bump version for 1.20.0-alpha1 releaseStefan Schmidt1-1/+269
2017-04-12release: Update NEWS and bump version for 1.19.0 releaseStefan Schmidt1-0/+21
2017-03-31release: Update NEWS and bump version for 1.19.0-beta4 releaseStefan Schmidt1-0/+17
2017-03-14release: Update NEWS and bump version for 1.19.0-beta3 releaseStefan Schmidt1-0/+51
2017-02-20release: Update NEWS and bump version for 1.19.0-beta2 releaseStefan Schmidt1-0/+10
2017-02-13release: Update NEWS and bump version for 1.19.0-beta1 releaseStefan Schmidt1-0/+3
2017-02-09release: Update NEWS and bump version for 1.19.0-alpha1 releaseStefan Schmidt1-1/+313
2016-08-11release: Update NEWS and bump version for 1.18.0 releaseStefan Schmidt1-33/+22
2016-08-02release: Update NEWS and bump version for 1.18.0-beta2 releaseStefan Schmidt1-10/+14
2016-07-26release: Update NEWS and bump version for 1.18.0-beta1 releaseStefan Schmidt1-0/+59
2016-07-25Revert "access: add API to get access object of given part"Stefan Schmidt1-1/+0
This reverts commit 57d77c9041086ebbf84c2a30d93e95d47fc12705. We are in freeze right now and this is a new feature. Considering the access API is still in beta I might have let this slip by but its does not even build ../../../src/tests/elementary/elm_test_popup.c:27:1: error: conflicting types for ‘elm_object_part_access_object_get’ START_TEST (elm_object_part_access_object_get) ^ In file included from ../../../src/lib/elementary/Elementary.h:240:0, from ../../../src/tests/elementary/elm_test_popup.c:6: ../../../src/lib/elementary/elm_object.h:521:54: note: previous declaration of ‘elm_object_part_access_object_get’ was here EAPI Evas_Object *elm_object_part_access_object_get(const Evas_Object *obj, const char *part); ^ ../../../src/tests/elementary/elm_test_popup.c: In function ‘elm_object_part_access_object_get’: ../../../src/tests/elementary/elm_test_popup.c:39:47: warning: passing argument 1 of ‘elm_object_part_access_object_get’ makes integer from pointer without a cast [-Wint-conversion] access = elm_object_part_access_object_get(popup, "access.title"); ^ ../../../src/tests/elementary/elm_test_popup.c:27:1: note: expected ‘int’ but argument is of type ‘Evas_Object * {aka struct _Eo_Opaque *}’ START_TEST (elm_object_part_access_object_get) ^ ../../../src/tests/elementary/elm_test_popup.c:39:13: error: too many arguments to function ‘elm_object_part_access_object_get’ access = elm_object_part_access_object_get(popup, "access.title"); ^ ../../../src/tests/elementary/elm_test_popup.c:27:1: note: declared here START_TEST (elm_object_part_access_object_get) ^ ../../../src/tests/elementary/elm_test_popup.c:39:11: error: void value not ignored as it ought to be access = elm_object_part_access_object_get(popup, "access.title"); ^ Makefile:43996: recipe for target 'tests/elementary/tests_elementary_elm_suite-elm_test_popup.o' failed make[5]: *** [tests/elementary/tests_elementary_elm_suite-elm_test_popup.o] Error 1 If you still want this in make sure it actually can compile the tests you added.
2016-07-25access: add API to get access object of given partShinwoo Kim1-0/+1
2016-07-23release: Update NEWS and bump version for 1.18.0-alpha2 releaseStefan Schmidt1-0/+12
2016-07-18release: Update NEWS and bump version for 1.18.0-alpha1 releaseStefan Schmidt1-1/+1112
2016-02-02release: Update NEWS and bump version for 1.17.0 releaseStefan Schmidt1-1/+6
2016-01-25release: Update NEWS and bump version for 1.17.0-beta3 releaseStefan Schmidt1-0/+18
2016-01-18release: Update NEWS and bump version for 1.17.0-beta2 releaseStefan Schmidt1-0/+9
2016-01-11release: Update NEWS and bump version for 1.17.0-beta1 releaseStefan Schmidt1-0/+10
2016-01-05release: Update NEWS and bump version for 1.17.0-alpha1 releaseStefan Schmidt1-1/+165
2015-11-09release: Update NEWS and bump version for 1.16.0 releaseStefan Schmidt1-0/+31
2015-10-26release: Update NEWS and bump version for 1.16.0-beta3 releaseStefan Schmidt1-0/+13
2015-10-19release: Update NEWS and bump version for 1.16.0-beta2 releaseStefan Schmidt1-0/+24
2015-10-12release: Update NEWS and bump version for 1.16.0-beta1 releaseStefan Schmidt1-0/+22
2015-10-05release: Update NEWS and bump version for 1.16.0-alpha1 releaseStefan Schmidt1-1/+93
2015-08-04release: Update NEWS and bump version for 1.15.0 releaseStefan Schmidt1-0/+15
2015-07-29NEWS: Small manual tweaksStefan Schmidt1-3/+1
Most notably removed a merge commit and a commit stating to take EO out of beta which is not happening for 1.15.
2015-07-28release: Update NEWS and bump version for 1.15.0-beta3 releaseDaniel Juyung Seo1-0/+5
2015-07-21release: Update NEWS and bump version for 1.15.0-beta2 releaseDaniel Juyung Seo1-0/+13
2015-07-13release: Update NEWS and bump version for 1.15.0-beta1 releaseDaniel Juyung Seo1-0/+1
2015-07-09release: Update NEWS and bump version for 1.15.0alpha1 releaseDaniel Juyung Seo1-1/+204
2015-05-06release: Update NEWS and bump version for 1.14.0 releaseStefan Schmidt1-0/+20
2015-04-27release: Update NEWS and bump version for 1.14.0-beta3 releaseStefan Schmidt1-0/+17
2015-04-20release: Update NEWS and bump version for 1.14.0-beta2 releaseStefan Schmidt1-0/+14
2015-04-13release: Update NEWS and bump version for 1.14.0-beta1 releaseStefan Schmidt1-0/+63
2015-04-07release: Update NEWS and bump version for 1.14.0-alpha1 releaseStefan Schmidt1-1/+128
2015-02-09release: Update NEWS and bump version for 1.13.0 releaseStefan Schmidt1-0/+19
2015-02-03release: Update NEWS and bump version for 1.13.0-beta3 releaseStefan Schmidt1-0/+47
2015-01-26release: Update NEWS and bump version for 1.13.0-beta2 releaseStefan Schmidt1-0/+9
2015-01-19release: Update NEWS and bump version for 1.13.0-beta1 releaseStefan Schmidt1-0/+14
2015-01-12release: Update NEWS and bump version for 1.13.0 releaseStefan Schmidt1-1/+160
2014-11-10release: Update NEWS and bump version for 1.12.0 releaseStefan Schmidt1-0/+8
2014-11-03release: Update NEWS and bump version for 1.12.0-beta2 releaseStefan Schmidt1-0/+15
2014-10-27release: Update NEWS and bump version for 1.12.0-beta1 releaseStefan Schmidt1-0/+17
2014-10-21release: Update NEWS and bump version for 1.12.0-alpha1 releaseStefan Schmidt1-1/+155
2014-08-20release: Update NEWS and bump version for 1.11.0 releaseStefan Schmidt1-1/+25
2014-08-15tweak NEWS for my 1.11 commitsMike Blumenkrantz1-1/+2