Commit Graph

138 Commits

Author SHA1 Message Date
Kai Huuhko 19a2aaf70c Elementary: Add decorate mode tests for Genlist. 2013-04-22 20:12:28 +03:00
Kai Huuhko 531b4ea3ac Elementary: Fix Toolbar menu_get and make the example/test more pythonic. 2013-04-22 20:12:28 +03:00
Kai Huuhko 491400b100 Elementary: Free Configuration profiles list after converting it to
python list.
2013-04-22 20:12:28 +03:00
Kai Huuhko df1eecb4a0 Elementary: Add missing callbacks for Window, and change socket_listen
to raise RuntimeError instead of returning in case of error.
2013-04-22 20:12:28 +03:00
Kai Huuhko aa1828d668 Elementary: Change GenlistItem constructor documentation to reflect the
current implementation. It should be changed if item_data is to be
separated from func_data.
2013-04-22 20:12:28 +03:00
Kai Huuhko e0dcf5542f Elementary: Add initial commented out code for copy&paste. 2013-04-22 20:12:28 +03:00
Kai Huuhko 259c78d8b2 Elementary: Comment out quicklaunch defines and add them to ignores. 2013-04-22 20:12:27 +03:00
Kai Huuhko b598049b36 Elementary: Add missing API for Index and Scroller. 2013-04-22 20:12:27 +03:00
Kai Huuhko 876e7c3c4c Elementary: Fix segment control segfault. 2013-04-22 20:12:27 +03:00
Kai Huuhko 40e76e001a Evas: Add Grid. 2013-04-22 20:12:27 +03:00
Kai Huuhko 77ed60ae26 Evas: Add some missing API to Object. 2013-04-22 20:12:27 +03:00
Kai Huuhko 10635266ff Evas: Add Table. 2013-04-22 20:12:27 +03:00
Kai Huuhko a640785a60 Elementary: Add some missing API to Transit. 2013-04-22 20:12:27 +03:00
Kai Huuhko 0ce7f84471 Elementary: Add some missing API to Toolbar. 2013-04-22 20:12:27 +03:00
Kai Huuhko 7759832b6d Elementary: Add some bits of missing API to Entry. 2013-04-22 20:12:27 +03:00
Kai Huuhko 35c3f99d5f Elementary: Complete the API for Gesture layer. 2013-04-22 20:12:27 +03:00
Kai Huuhko 823363c6eb Elementary: Improve documentation for Window, Entry, Hoversel, Label,
List, Datetime and Dayselector.
2013-04-22 20:12:27 +03:00
Kai Huuhko b7e0b00d9a Elementary: Add missing API to Configuration. 2013-04-22 20:12:27 +03:00
Kai Huuhko 2f5cd70edf Elementary: Remove deprecated scroller functions from Genlist 2013-04-22 20:12:27 +03:00
Kai Huuhko b7abe5f423 Evas: Improve documentation for Box, Line, Map, Textblock, Text,
Textgrid, Rect.

Comment out broken Map properties.
2013-04-22 20:12:27 +03:00
Kai Huuhko 5685396582 Evas: Add some missing bits to Image. 2013-04-22 20:12:26 +03:00
Kai Huuhko 9658aeeb34 Evas: Object documentation fixes. 2013-04-22 20:12:26 +03:00
Kai Huuhko 234cc629e5 Ecore: Add mainloop_glib_always_integrate_disable(). 2013-04-22 20:12:26 +03:00
Kai Huuhko 4b9cacd74e Evas: Fix Textgrid and add tests. 2013-04-22 20:12:26 +03:00
Davide Andreoli 0fae488f77 Python-EFL: EdjeEdit, manage the various class 'name' prop in a saner way
Instead of keeping a py object now keep a stringshared char*, so that we can
pass it directly to the C API without messing with conversions.
2013-04-14 14:24:44 +02: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 541b3a8aae Python-EFL: add missed Genlist.item_sorted_insert(), and document all the insertion funcs. 2013-04-10 22:41:11 +02:00
Davide Andreoli 5c10701aa2 Python-EFL: remove old/unused file adn a fix for sutup.py
setup.py: commented out the command_options param,
it break the Sphinx 'fake' class that is used when sphinx
is not found.
2013-04-09 22:11:06 +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 2ba1ce59a7 Elm: Clean up object and add a couple of comments. 2013-04-07 23:11:05 +00:00
Kai Huuhko 79022bf27b Convert dbus_mainloop C code to Cython. 2013-04-07 17:41:10 +03:00
Kai Huuhko 09b7c33644 Evas: Implemented Object.map_get() 2013-04-07 15:35:22 +03:00
Kai Huuhko 0c1584097a Evas: Make the representation special methods use C API functions directly. 2013-04-07 15:35:22 +03:00
Davide Andreoli 51b1cadd93 Python-EFL: use eina_log in dbus_mainloop 2013-04-06 20:46:20 +02:00
Kai Huuhko 171e462b50 Elm: Fix segfault in tooltip content cb 2013-04-06 16:29:44 +03:00
Davide Andreoli 0a32be475a Python-EFL: first working dbus mainloop wrapper.
This one don't require edbus2 nor the old e_dbus, it reimplement
the dbus connection stuff that was in e_dbus (the old) in a
py module.
2013-04-06 12:46:52 +02:00
Kai Huuhko 4fb18e5674 EDBus: Insert the rest of the ghastly figures.
Now we need to start making sense of this all.
2013-04-06 11:46:21 +03:00
Kai Huuhko e77f558e39 EDBus: More skeletons. 2013-04-05 20:31:25 +00:00
Kai Huuhko db0cb8f36b EDBus: A new beginning. 2013-04-05 16:35:21 +00:00
Kai Huuhko 885e0beacb Elm: Remove the image directive from widgets that don't have preview picture. 2013-04-05 08:14:20 +00:00
Davide Andreoli fbc08db927 Python-EFL: images and initial rubric for all the widgets. 2013-04-04 17:00:45 +02:00
Kai Huuhko f1972f6a6e Place the remnants of _cfruni and _fruni under six feet of soil.
Fix a braino in the py list to string array conversion function.
2013-04-04 11:31:24 +00:00
Davide Andreoli 7c6afeb25f Python-EFL: add a preview image to the map docs 2013-04-04 13:23:25 +02:00
Davide Andreoli 6d6c0c0b50 Python-EFL: improved documentation for Map 2013-04-04 12:44:02 +02:00
Davide Andreoli 0f3b8eb446 Python-EFL: Add documentation to the Map widget 2013-04-04 12:44:02 +02:00
Kai Huuhko aa72b5f273 Evas: Use cpdef for making internal calls faster, small performance
optimizations.
2013-04-03 22:47:16 +00:00
Kai Huuhko 18ecef1c2e Elm object: Add few performance optimizations
by simplifying code and making better use of types where possible.
2013-04-03 20:38:21 +00:00
Kai Huuhko 3b196172b4 Add an enums file for Evas so it gets the values directly from C lib. 2013-04-03 19:39:11 +00:00
Kai Huuhko f532a40fae Elm: Add documentation for the exceptions added earlier. 2013-04-03 16:31:22 +00:00