Commit Graph

656 Commits

Author SHA1 Message Date
Kai Huuhko d2b7f7cbdb Elementary: Remove the monolithic pxd file that has been superseded by
the per module pxd's.
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 d98fe702ee Evas: Clean up evas.pxd 2013-04-22 20:12:26 +03:00
Kai Huuhko 6ebaebd459 Fix elm.progressbar test and make it more examplary. 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 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
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
Davide Andreoli 963fd049a7 Python-EFL: unbreak compilation with cython 0.17.3
SPANK goes to kuuko! you should stay on the base version we
support, to avoid errors like this... you know that "const" is
a 0.18 feature.
2013-04-09 22:08:56 +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 bb65087010 TODO++ 2013-04-07 22:22:23 +03:00
Kai Huuhko 85c8e76ef1 api_coverage: Add short comment descriptions to excludes. 2013-04-07 21:52:49 +03:00
Kai Huuhko 79022bf27b Convert dbus_mainloop C code to Cython. 2013-04-07 17:41:10 +03:00
Davide Andreoli 89ec2edd88 Python-EFL: TODO ++ 2013-04-07 15:35:51 +02:00
Davide Andreoli 43adf11542 Python-EFL: new dbus example, quite empty now, will improve. 2013-04-07 15:18:32 +02:00
Kai Huuhko 38c5153d4e api_coverage: rearrange, fix "all" parameter, make excludes a list. 2013-04-07 15:54:37 +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
Kai Huuhko 175befbceb api_coverage: Split exclude strings to multiple lines.
TODO: make it a list and join items with pipe to produce the string.
2013-04-07 15:35:22 +03:00
Davide Andreoli 8df1784275 Python-EFL: first unittest for the dbus mainloop integration 2013-04-07 01:30:31 +02:00
Davide Andreoli a52dac2145 Python-EFL: move dbus examples to the examples/ folder. Other tests chmod +x 2013-04-06 23:38:55 +02:00
Davide Andreoli 51b1cadd93 Python-EFL: use eina_log in dbus_mainloop 2013-04-06 20:46:20 +02:00
Kai Huuhko b6eb161da2 Add a 0 length check to api coverage script to prevent division by 0. 2013-04-06 16:43:22 +03:00
Kai Huuhko 171e462b50 Elm: Fix segfault in tooltip content cb 2013-04-06 16:29:44 +03:00
Kai Huuhko 2cb20da287 Add py2/3 compatibility code to API coverage script 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
Davide Andreoli 6dbcd6e7ca Python-EFL: doc theme: revert the comments removal, and explain why in the header. 2013-04-05 20:52:26 +02:00
Kai Huuhko db0cb8f36b EDBus: A new beginning. 2013-04-05 16:35:21 +00:00
Kai Huuhko 11ec1c5a1e Convert hex colors to decimals in the dark theme. 2013-04-05 11:40:09 +00:00
Kai Huuhko 0086317d20 Comment out the sphinx header in dark doc theme. 2013-04-05 08:15:29 +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 a74d0b06cf Python-EFL: much better EFL dark sphinx theme based on the new sphinx13 one 2013-04-04 23:09:46 +02:00
Davide Andreoli 224cfb92c4 Python-EFL: move the sphinx themes into a proper directory 2013-04-04 21:09:39 +02:00
Davide Andreoli 03ecbfe5c8 Python-EFL: put in the new theme from sphinx site (for reference) 2013-04-04 21:03:59 +02:00
Davide Andreoli 23d388732f Python-EFL: new sphinx theme that match (more or less) the e.org site
This is not enabled by default, to enable just uncomment the
appropriate line in doc/conf.py

NOTE: This is a work in progress, the global style is there but needs
more love (it's not well readable atm)
2013-04-04 20:22:56 +02:00
Davide Andreoli fbc08db927 Python-EFL: images and initial rubric for all the widgets. 2013-04-04 17:00:45 +02:00
Davide Andreoli 1dc13eb68f Python-EFL: put in all the widget preview images 2013-04-04 15:25:37 +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