python-efl/examples/elementary
Kai Huuhko ab91f97961 Elementary: Add special methods that allow iterating natively over a Genlist
eg:

    for item in genlist:
        print(item)
2013-05-01 15:24:41 +00:00
..
images Elementary: Add decorate mode tests for Genlist. 2013-04-22 20:12:28 +03:00
cursors.edj move elementary and emotion tests in a new examples dir. Now tests/ contain only unittest while examples/ all the other tests that need user interaction 2013-02-15 20:41:55 +00:00
postit_ent.edc Elementary: Complete the API for Gesture layer. 2013-04-22 20:12:27 +03:00
postit_ent.edj Elementary: Complete the API for Gesture layer. 2013-04-22 20:12:27 +03:00
test.edj move elementary and emotion tests in a new examples dir. Now tests/ contain only unittest while examples/ all the other tests that need user interaction 2013-02-15 20:41:55 +00:00
test.py PythonEFL: my py2.7 dont like the exec() inside a lambda. 2013-04-23 22:35:52 +02:00
test_3d.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_actionslider.py Fix elm actionslider test 2013-03-30 18:31:20 +00:00
test_bg.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_box.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_bubble.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_button.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_calendar.py Elm: Fix tests to work in py3 2013-04-02 17:37:06 +00:00
test_check.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_clock.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_colorselector.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_config.py PythonEFL: my py2.7 dont like the exec() inside a lambda. 2013-04-23 22:35:52 +02:00
test_conform.py Elementary: Add two tests for Conformant. 2013-04-22 20:12:28 +03:00
test_core_evas_canvas_callbacks.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_core_evas_object_callbacks.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_core_evas_objects.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_ctxpopup.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_cursor.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_datetime.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_dayselector.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_diskselector.py Elementary: Fix diskselector test. 2013-04-22 20:20:21 +03:00
test_entry.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_evas_textgrid.py Evas: Fix Textgrid and add tests. 2013-04-22 20:12:26 +03:00
test_external.edj move elementary and emotion tests in a new examples dir. Now tests/ contain only unittest while examples/ all the other tests that need user interaction 2013-02-15 20:41:55 +00:00
test_external.py Python-EFL: fix elementary edje-external test 2013-03-27 23:41:05 +01:00
test_fileselector.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_flip.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_flipselector.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_floating.py Elementary: Add some magic to examples so it imports the individual 2013-04-22 20:20:21 +03:00
test_frame.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_gengrid.py Elm: Fix tests to work in py3 2013-04-02 17:37:06 +00:00
test_genlist.py Elementary: Add special methods that allow iterating natively over a Genlist 2013-05-01 15:24:41 +00:00
test_gesture_layer.py Elementary: Complete the API for Gesture layer. 2013-04-22 20:12:27 +03:00
test_grid.py python-efl: Add elm.general.cache_all_flush(), fix tests. 2013-03-05 22:17:24 +00:00
test_hover.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_hoversel.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_icon.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_index.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_inwin.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_label.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_layout.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_list.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_map.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_map2.py Elm: Fix tests to work in py3 2013-04-02 17:37:06 +00:00
test_map3.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_mapbuf.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_menu.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_multibuttonentry.py Elm: Fix tests to work in py3 2013-04-02 17:37:06 +00:00
test_naviframe.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_notify.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_panel.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_panes.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_photo.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_popup.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_progressbar.py Fix elm.progressbar test and make it more examplary. 2013-04-22 20:12:26 +03:00
test_radio.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_scroller.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_segment_control.py Elm: Fix tests to work in py3 2013-04-02 17:37:06 +00:00
test_separator.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_slideshow.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_spinner.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_store.py Elementary: Initial implementation for Store. Still needs work on 2013-04-22 20:12:28 +03:00
test_table.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_thumb.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_toolbar.py Elementary: Implement Toolbar item states, which create an issue with 2013-04-22 20:20:21 +03:00
test_tooltip.py Elm: Fix segfault in tooltip content cb 2013-04-06 16:29:44 +03:00
test_transit.py Elementary: Implement Transit del_cb and add tests, which uncovered issues. 2013-04-22 20:20:21 +03:00
test_video.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_web.py Do not import EVERY widget while importing efl.elementary 2013-03-01 21:01:50 +00:00
test_win.py Python-EFL: add a test for Window.fullscreen prop 2013-03-31 16:37:53 +02:00