Commit Graph

32 Commits

Author SHA1 Message Date
Davide Andreoli 89ec2edd88 Python-EFL: TODO ++ 2013-04-07 15:35:51 +02:00
Kai Huuhko 171e462b50 Elm: Fix segfault in tooltip content cb 2013-04-06 16:29:44 +03:00
Davide Andreoli 1dc13eb68f Python-EFL: put in all the widget preview images 2013-04-04 15:25:37 +02:00
Kai Huuhko f532a40fae Elm: Add documentation for the exceptions added earlier. 2013-04-03 16:31:22 +00:00
Kai Huuhko e9453b5a31 TODO++ 2013-04-03 15:58:25 +00:00
Kai Huuhko add899f278 TODO++ 2013-04-03 13:36:13 +00:00
Davide Andreoli b7d442adb0 Python-EFL: TODO-- 2013-04-03 14:41:10 +02:00
Kai Huuhko f9c3ca119b CODING++, TODO++ 2013-04-03 11:24:08 +00:00
Davide Andreoli dc7699688a Python-EFL: add a note about _fruni and _cfuni problems in TODO 2013-03-31 21:23:46 +02:00
Davide Andreoli f607d989a1 Python-EFL: The Zen of Python :) 2013-03-30 14:17:52 +01:00
Kai Huuhko 0a21bac7bd TODO++, CODING++ 2013-03-29 15:46:32 +00:00
Davide Andreoli 77dc3551fa Python-EFL: cleanup a little setup.py, INSTALL and TODO 2013-03-27 21:18:24 +01:00
Kai Huuhko 37b8ff89ae Free allocated memory after passing an array of strings to elm_win_available_profiles_set. 2013-03-25 21:30:38 +00:00
Kai Huuhko 4f6dce4129 TODO 2013-03-25 20:18:34 +00:00
Kai Huuhko 8c071bedf8 TODO 2013-03-24 18:17:08 +00:00
Kai Huuhko 329ddc5618 python-efl: Add elm.general.cache_all_flush(), fix tests.
SVN revision: 84410
2013-03-05 22:17:24 +00:00
Davide Andreoli 0873fe1621 Do not import EVERY widget while importing efl.elementary
Now the user is responsable of importing the widget used one by one,
this should be a great speedup in the launch of the app.

You have to import stuff in this way:
 from efl import evas
 from efl import elementary
 from efl.elementary.window import Window
 from efl.elementary.layout import Layout

...sorry for the inconvenience



SVN revision: 84402
2013-03-01 21:01:50 +00:00
Davide Andreoli 10580f1aa8 Python-EFL: emotion api and docs 100% done
SVN revision: 84390
2013-02-26 23:55:39 +00:00
Davide Andreoli 83b3d779cb Python-EFL: put in the infra for Evas docs
SVN revision: 84337
2013-02-24 10:56:04 +00:00
Davide Andreoli 711c41883f Python-EFL: edje.text/color_class_list are ok now.Unskip the unittests
SVN revision: 84068
2013-02-18 20:53:55 +00:00
Davide Andreoli 50cf3b0a0a Python-EFL: make ecore Exe and FdHandler py3 friendly. svn ignore++
SVN revision: 84029
2013-02-17 20:53:51 +00:00
Davide Andreoli 43f9b5f319 Python-EFL: remove some deprecated stuff and cleanp all the warnings
SVN revision: 84008
2013-02-16 23:18:27 +00:00
Davide Andreoli c7f2b9a721 Python-EFL: canvas callbacks are ok
SVN revision: 84000
2013-02-16 15:53:47 +00:00
Davide Andreoli 2b75edb785 Python-EFL: edje_external now works with py3
SVN revision: 83980
2013-02-16 10:47:27 +00:00
Davide Andreoli 454d967f84 Python-EFL: Cleanup and enable compilation of emotion, cleaned also the test.
SVN revision: 83931
2013-02-14 23:05:55 +00:00
Davide Andreoli 85272ee9e2 Python-EFL: unbreak test_naviframe.py, something need to expand
SVN revision: 83930
2013-02-14 22:15:44 +00:00
Davide Andreoli 8e85adfb4c Python-EFL: elm_test_video is broken exactly as the C counterparts, so its not a TODO here.
SVN revision: 83929
2013-02-14 22:11:55 +00:00
Davide Andreoli af0fe7b17f Python-EFL: test_mapbuf.py is ok
SVN revision: 83928
2013-02-14 21:59:56 +00:00
Davide Andreoli 8cc60e8a78 Python-EFL: unbreak test_map3.py. In real Im just hiding a bug in entry single_line in elementry :/
SVN revision: 83927
2013-02-14 21:52:44 +00:00
Davide Andreoli 744fab5c92 New line chars from CR/LF to LF
SVN revision: 83924
2013-02-14 20:54:53 +00:00
Davide Andreoli 69832134e7 Python-EFL: Unit test for edje external, and fixed the elm external tests
SVN revision: 83923
2013-02-14 20:48:34 +00:00
Davide Andreoli 744f1ee4be todo--
updated copyright in ALL the files



SVN revision: 83873
2013-02-13 19:16:02 +00:00