python-efl/efl/elementary
Kai Huuhko 4dc1f2a412 Elementary: Synchronize more code in genlist <-> gengrid 2013-11-27 19:20:20 +02:00
..
__init__.py Elementary: Remove enums and extra stuff from __init__.py 2013-11-19 21:21:04 +02:00
access.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
access.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
actionslider.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
actionslider.pyx Elementary: New dispatcher for object item selection callbacks. 2013-11-19 21:21:03 +02:00
background.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
background.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
box.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
box.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
bubble.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
bubble.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
button.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
button.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
calendar_elm.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
calendar_elm.pyx Elementary: Fix the number of seconds in a day in calendar examples. 2013-11-09 11:49:06 +02:00
check.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
check.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
clock.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
clock.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
cnp_callbacks.pxi Elementary: Convert more of the C DnD examples to Python. 2013-11-19 21:42:24 +02:00
colorselector.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
colorselector.pyx Elementary: New dispatcher for object item selection callbacks. 2013-11-19 21:21:03 +02:00
configuration.pxd Elementary: Disable Accessibility parts 2013-11-02 16:23:30 +02:00
configuration.pyx Elementary: Disable Accessibility parts 2013-11-02 16:23:30 +02:00
conformant.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
conformant.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
ctxpopup.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
ctxpopup.pyx Elementary: New dispatcher for object item selection callbacks. 2013-11-19 21:21:03 +02:00
datetime_elm.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
datetime_elm.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
dayselector.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
dayselector.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
diskselector.pxd Elementary: Remove leftover deprecated function declarations. 2013-11-09 23:12:33 +02:00
diskselector.pyx Elementary: New dispatcher for object item selection callbacks. 2013-11-19 21:21:03 +02:00
entry.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
entry.pyx Elementary.entry: Make filter_append data arg optional and note a TODO. 2013-11-25 23:24:57 +02:00
enums.pxd Elementary: Add GLView. 2013-11-09 11:54:44 +02:00
fileselector.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
fileselector.pyx Elementary: New dispatcher for object item selection callbacks. 2013-11-19 21:21:03 +02:00
fileselector_button.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
fileselector_button.pyx Elementary: New dispatcher for object item selection callbacks. 2013-11-19 21:21:03 +02:00
fileselector_entry.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
fileselector_entry.pyx Elementary: New dispatcher for object item selection callbacks. 2013-11-19 21:21:03 +02:00
flip.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
flip.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
flipselector.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
flipselector.pyx Elementary: New dispatcher for object item selection callbacks. 2013-11-19 21:21:03 +02:00
frame.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
frame.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
general.pxd Elementary: New dispatcher for object item selection callbacks. 2013-11-19 21:21:03 +02:00
general.pyx Elementary: Add logging to init, remove the unused cursor enums. 2013-11-19 21:21:03 +02:00
gengrid.pxd Elementary: Synchronize more code in genlist <-> gengrid 2013-11-27 19:20:20 +02:00
gengrid.pyx Elementary: Synchronize more code in genlist <-> gengrid 2013-11-27 19:20:20 +02:00
gengrid_item.pxi Elementary: Synchronize more code in genlist <-> gengrid 2013-11-27 19:20:20 +02:00
gengrid_item_class.pxi Elementary: Synchronize more code in genlist <-> gengrid 2013-11-27 19:20:20 +02:00
gengrid_widget.pxi Elementary.gengrid: Split into multiple files like genlist 2013-11-26 15:15:48 +02:00
genlist.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
genlist.pyx Elementary: Synchronize more code in genlist <-> gengrid 2013-11-27 19:20:20 +02:00
genlist_item.pxi Elementary: New dispatcher for object item selection callbacks. 2013-11-19 21:21:03 +02:00
genlist_item_class.pxi Elementary: Synchronize more code in genlist <-> gengrid 2013-11-27 19:20:20 +02:00
genlist_widget.pxi Elementary: Synchronize more code in genlist <-> gengrid 2013-11-27 19:20:20 +02:00
gesture_layer.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
gesture_layer.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
glview.pxd Elementary: Add GLView. 2013-11-09 11:54:44 +02:00
glview.pyx Elementary: Forgot to add signal callbacks to GLView. 2013-11-09 12:00:38 +02:00
grid.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
grid.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
hover.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
hover.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
hoversel.pxd Elementary: New dispatcher for object item selection callbacks. 2013-11-19 21:21:03 +02:00
hoversel.pyx Elementary: New dispatcher for object item selection callbacks. 2013-11-19 21:21:03 +02:00
icon.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
icon.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
image.pxd Reduce usage of cpdef. 2013-11-05 03:18:36 +02:00
image.pyx Elementary: New dispatcher for object item selection callbacks. 2013-11-19 21:21:03 +02:00
index.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
index.pyx Elementary: New dispatcher for object item selection callbacks. 2013-11-19 21:21:03 +02:00
innerwindow.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
innerwindow.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
label.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
label.pyx Doc: Fix many duplicate/missing label warnings and other issues. 2013-11-19 21:21:03 +02:00
layout.pxd Elementary.layout: Move methods from Layout to LayoutClass. 2013-11-19 21:21:03 +02:00
layout.pyx Elementary.layout: Move methods from Layout to LayoutClass. 2013-11-19 21:21:03 +02:00
layout_class.pxd Elementary.layout: Move methods from Layout to LayoutClass. 2013-11-19 21:21:03 +02:00
layout_class.pyx Elementary.layout: Move methods from Layout to LayoutClass. 2013-11-19 21:21:03 +02:00
list.pxd Elementary: Remove leftover deprecated function declarations. 2013-11-09 23:12:33 +02:00
list.pyx Elementary: New dispatcher for object item selection callbacks. 2013-11-19 21:21:03 +02:00
map.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
map.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
mapbuf.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
mapbuf.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
menu.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
menu.pyx Elementary: New dispatcher for object item selection callbacks. 2013-11-19 21:21:03 +02:00
multibuttonentry.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
multibuttonentry.pyx Elementary: New dispatcher for object item selection callbacks. 2013-11-19 21:21:03 +02:00
naviframe.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
naviframe.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
need.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
need.pyx Add arguments 'version' and 'message' to DEPRECATED decorator. 2013-10-25 02:09:29 +03:00
notify.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
notify.pyx Elementary: Remove leftover deprecated function declarations. 2013-11-09 23:12:33 +02:00
object.pxd Use types in objects' callback list definitions to simplify access. 2013-11-07 11:35:03 +02:00
object.pyx Elementary.object: Deprecate useless methods, add TODOs, fix formatting. 2013-11-26 04:38:53 +02:00
object_item.pxd Elementary: New dispatcher for object item selection callbacks. 2013-11-19 21:21:03 +02:00
object_item.pyx Elementary: New dispatcher for object item selection callbacks. 2013-11-19 21:21:03 +02:00
panel.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
panel.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
panes.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
panes.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
photo.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
photo.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
photocam.pxd Elementary: Remove leftover deprecated function declarations. 2013-11-09 23:12:33 +02:00
photocam.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
plug.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
plug.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
popup.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
popup.pyx Elementary: New dispatcher for object item selection callbacks. 2013-11-19 21:21:03 +02:00
progressbar.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
progressbar.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
radio.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
radio.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
scroller.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
scroller.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
segment_control.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
segment_control.pyx Elementary: New dispatcher for object item selection callbacks. 2013-11-19 21:21:03 +02:00
separator.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
separator.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
slider.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
slider.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
slideshow.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
slideshow.pyx Elementary: New dispatcher for object item selection callbacks. 2013-11-19 21:21:03 +02:00
spinner.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
spinner.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
store.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
store.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
store_item_mapping.pxi Sed to the rescue. 2013-04-22 20:20:20 +03:00
table.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
table.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
theme.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
theme.pyx Elementary: Fixes for Theme 2013-10-27 21:46:43 +02:00
thumb.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
thumb.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
toolbar.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
toolbar.pyx Elementary: New dispatcher for object item selection callbacks. 2013-11-19 21:21:03 +02:00
tooltips.pxi Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
transit.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
transit.pyx Reduce usage of cpdef. 2013-11-05 03:18:36 +02:00
video.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
video.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00
web.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
web.pyx Elementary: New dispatcher for object item selection callbacks. 2013-11-19 21:21:03 +02:00
window.pxd Partially revert "Elementary: Move private definitions inside the pyx files." 2013-10-20 23:45:47 +03:00
window.pyx Follow Eo class name changes. 2013-11-07 16:45:02 +02:00