Commit Graph

61 Commits

Author SHA1 Message Date
Kai Huuhko dd74de4cfe Update TODO 2013-11-28 01:51:05 +02:00
Kai Huuhko 4d493bfd27 Make setup.py more rel... respectable, update TODO. 2013-11-21 22:17:21 +02:00
Kai Huuhko 2231ce4f13 Elementary: New dispatcher for object item selection callbacks.
This is cleaner and allows us to use properties_from_kwargs,
and should have better forward compatibility by allowing more
positional arguments to be added as *args is now unused.
2013-11-19 21:21:03 +02:00
Kai Huuhko 738a377a78 Elementary: Fix a couple of issues in edje external examples.
Include the source file too. It would be best to get rid of the binary
edje file and automate compiling/cleaning it.
2013-11-19 21:21:03 +02:00
Kai Huuhko e837f8f028 Elementary: Remove leftover deprecated function declarations.
The ones that have no equivalent replacement still do remain.
2013-11-09 23:12:33 +02:00
Kai Huuhko d623a30032 Follow Eo class name changes.
See commits c7addf40839c85cf2568f322a34220e8082d26f0 and
7b10fdb8f39c3b36f575dd22d26a1efe6ecd28ec
2013-11-07 16:45:02 +02:00
Kai Huuhko 0745a16d7a Update api_coverage script, CODING, TODO 2013-11-06 05:00:49 +02:00
Kai Huuhko 8ed62469f5 Update TODO, add a web link to setup.cfg for relevant cython documentation. 2013-11-05 03:18:36 +02:00
Kai Huuhko cb1ae5d01a Update TODO 2013-11-03 11:39:47 +02:00
Kai Huuhko fc69997a75 Elementary.object_item: Change ObjectItem.data to hold a dict (like Eo).
This may affect some cases where it was assumed to hold
a tuple with args,kwargs. Dealing with the fallout was added as a TODO
and the change documented in README.
2013-11-02 02:05:48 +02:00
Kai Huuhko 2dca18ab08 Elementary: Add more _set_properties_from_keyword_args 2013-10-25 17:45:15 +03:00
Kai Huuhko 5bfb35c797 Update TODO 2013-10-20 00:59:20 +03:00
Kai Huuhko 914c6ffd6b Elementary: Add various missing functions 2013-10-04 09:29:45 +03:00
Kai Huuhko 4f96a2b096 Update TODOs 2013-09-25 02:39:04 +03:00
Davide Andreoli 9f4a7c55fe Python-EFL: TODO-- 2013-09-24 19:56:55 +02:00
Kai Huuhko 48a59784fa Separate TODO from README. 2013-09-22 11:44:13 +03:00
Davide Andreoli 6b9058c51a Python-EFL: renamed TODO to README, with some small additions 2013-09-15 18:12:28 +02:00
Davide Andreoli bac6d9a281 Python-EFL: warn the user when try to use the subprocess or the signal modules, as they conflict with ecore 2013-09-15 17:53:21 +02:00
Kai Huuhko 50168e0498 Update TODO 2013-08-10 08:52:37 +03:00
Davide Andreoli 5913721de9 Python-EFL: implemented decorators for edje.
Decorators implemented in a much more simple and generic
way than before, we can use them in other place too.

3 deco implemented:
@on_signal(emission, source)
@message_handler
@on_text_change

I choosed the 'strange' on_* naming convention to not
clash/confuse with normal callback functions, tell
me if you don't like.
2013-05-14 21:51:29 +02:00
Davide Andreoli 1c255024d3 Python-EFL: implemented ecore.Poller, with docs and unittest. 2013-05-13 01:27:00 +02:00
Davide Andreoli 39e16242a0 Python-EFL: implemented ecore.FileMonitor class 2013-05-12 19:15:09 +02:00
Kai Huuhko 3b40ac6997 Update TODO. 2013-05-01 15:25:19 +00:00
Kai Huuhko 4b9cacd74e Evas: Fix Textgrid and add tests. 2013-04-22 20:12:26 +03:00
Davide Andreoli 9d85805b13 Python-EFL: Implemented EdjeEdit API, with full unit tests.
Some stuff is not working on the C side, the unit test is full
of FIXME and TODO. The biggest problem is the PartState that
do not work at all, I will give a short look at this, but I'm
not so much intrested atm...If you want/need to help please
let me know.
2013-04-14 13:08:15 +02:00
Davide Andreoli 9c8405ee0c Python-EFL: Put in test_dbus_spy.py
This new test is highly ispired by d-feet and probably I will make
a full application from this.
It connect to Session or System buses, show all the available services
on the selected bus, and introspect the services to show all the available
Objects, Interfaces, Properties, Methods and Signals...All this is shown
using two GenList...
If you know d-feet you know what I'm speaking about ;)
2013-04-13 11:28:18 +02:00
Kai Huuhko 9d5ed471a4 Evas: Actually commit Textgrid code and TODO ++--.
Sleep++
2013-04-07 23:15:58 +00:00
Kai Huuhko aef22ccc50 Evas: Add code for Textgrid, compiles but not tested. 2013-04-07 23:11:50 +00:00
Kai Huuhko bb65087010 TODO++ 2013-04-07 22:22:23 +03:00
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