Go to file
Kai Huuhko be81cc12af Elementary.thumb: Add missing enums. 2014-03-27 11:38:14 +02:00
compat Elementary: Disable rest of glview. 2013-12-02 02:52:45 +02:00
doc Bump versions/years for release. 2014-01-18 14:24:01 +02:00
efl Elementary.thumb: Add missing enums. 2014-03-27 11:38:14 +02:00
examples Silence warnings in Cython 0.20 2014-01-24 22:49:18 +02:00
include Silence warnings in Cython 0.20 2014-01-24 22:49:18 +02:00
tests Edje: Re-enable edje-edit. 2013-12-30 14:08:39 +02:00
.gitignore setup.py: Recognize commands 'sdist' and 'bdist' 2013-10-16 16:30:08 +03:00
AUTHORS Put in a first, still wip, version of the python bindings in a merged tree. 2013-02-11 22:32:50 +00:00
CODING Update api_coverage script, CODING, TODO 2013-11-06 05:00:49 +02:00
COPYING Python-EFL: fix the mess with the lgpl version. 2013-12-07 17:54:58 +01:00
COPYING.LESSER ops, forgot to add the .LESSER file 2013-12-07 18:06:25 +01:00
INSTALL Add Python 2.6 compatibility, disabled one API method in evas.Image 2013-12-28 18:44:19 +02:00
MANIFEST.in Add COPYING.LESSER to MANIFEST.in 2013-12-08 12:17:56 +02:00
README Bump versions/years for release. 2014-01-18 14:24:01 +02:00
TODO Update TODO 2013-12-30 14:08:48 +02:00
api_coverage.py Elementary: Remove leftover deprecated function declarations. 2013-11-09 23:12:33 +02:00
changes.html Bump version for release, update TODO, add changes.html 2013-12-07 12:20:59 +02:00
setup.cfg Simplify setup.py elm extensions, disable builder option in setup.cfg 2013-11-19 21:21:03 +02:00
setup.py Bump versions/years for release. 2014-01-18 14:24:01 +02:00

README

----------------
PYTHON-EFL 1.8.1
----------------

EFL is a collection of libraries for handling many common tasks a
developer man have such as data structures, communication, rendering,
widgets and more. PYTHON-EFL are the python bindings for EFL and Elementary.


INSTALL
=======
For installation instruction see the INSTALL file.


CHANGES FROM 1.7 to 1.8
=======================

See also changes.html.

* added efl container package
* ecore.file.Download => efl.ecore.FileDownload
* edje.edit.EdjeEdit => efl.edje_edit.EdjeEdit
* Emotion(module_filename="xxx") => Emotion(module_name="xxx")
* elm.ObjectItem.data changed to a dict (previously held args & kwargs)

* Many _set functions that would previously return status now instead raise
  an exception when the underlying C function returns failure:

   - efl.elementary.entry.Entry.file_set
   - efl.elementary.fileselector.Fileselector.selected_set
   - efl.elementary.genlist.GenlistItem.tooltip_window_mode_set
   - efl.elementary.icon.Icon.standard_set
   - efl.elementary.image.Image.file_set
   - efl.elementary.layout_class.LayoutClass.file_set
   - efl.elementary.layout_class.LayoutClass.theme_set
   - efl.elementary.layout_class.LayoutClass.box_append
   - efl.elementary.layout_class.LayoutClass.box_prepend
   - efl.elementary.layout_class.LayoutClass.box_insert_before
   - efl.elementary.layout_class.LayoutClass.box_insert_at
   - efl.elementary.layout_class.LayoutClass.box_remove_all
   - efl.elementary.layout_class.LayoutClass.table_pack
   - efl.elementary.layout_class.LayoutClass.table_clear
   - efl.elementary.layout_class.LayoutClass.part_cursor_set
   - efl.elementary.layout_class.LayoutClass.part_cursor_unset
   - efl.elementary.layout_class.LayoutClass.part_cursor_style_set
   - efl.elementary.layout_class.LayoutClass.part_cursor_engine_only_set
   - efl.elementary.photo.Photo.file_set
   - efl.elementary.photocam.Photocam.file_set
   - efl.elementary.video.Video.file_set

  This also applies when assigning the relevant properties.


* This list of stuff will not be ported to the 1.8 tree. Because they are old,
  not portable, or just because no one used and seem not usefull:

   - EcoreEvas
   - EcoreImf
   - EcoreX
   - EcoreWin32
   - python-evas/evas/utils.py
   - python-evas/evas/decorators.py
   - python-evas/evas/debug.py
   - python-evas old hack to rotate objects

Deprecated in 1.8
-----------------

* elm.Scroller.custom_widget_base_theme_set =>  elm.Layout.theme_set
* elm.notify.orient_set/get/prop removed  =>  align
* elementary.need_e_dbus => elementary.need_edbus
* elm.domain_translatable_text_part_set => elm.domain_translatable_part_text_set