Commit Graph

1229 Commits

Author SHA1 Message Date
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
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 3aee0036b4 Use UTF-8 encoding when opening the headers for api coverage script. 2013-04-03 16:36:57 +00:00
Kai Huuhko af6358e627 Remove efreet from api coverage script. 2013-04-03 16:34:37 +00: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
Davide Andreoli 1a910cfab3 Python-EFL: ecore file_download: another py3 fix 2013-04-03 17:31:15 +02:00
Davide Andreoli 7cd00bb793 Python-EFL: whops, forgot an efreet ref 2013-04-03 17:31:15 +02:00
Kai Huuhko add899f278 TODO++ 2013-04-03 13:36:13 +00:00
Kai Huuhko 259cb4d083 Elm: Hopefully the last batch of _(c)fruni removal. 2013-04-03 13:33:28 +00:00
Davide Andreoli b7d442adb0 Python-EFL: TODO-- 2013-04-03 14:41:10 +02:00
Davide Andreoli 307a27022b Python-EFL: remove the efreet bindings.
We don't need them, just use pyxdg if you need fdo standards.
2013-04-03 14:34:38 +02:00
Davide Andreoli 14e05b7b19 Python-EFL: setup.py small improvements
* added the Cython annotate options (off by default)
 * removed build_sphinx, just use make_doc
 * moved pkg_config function on top
 * removed embedsignature option
2013-04-03 14:18:22 +02:00
Kai Huuhko f9c3ca119b CODING++, TODO++ 2013-04-03 11:24:08 +00:00
Davide Andreoli 86df76780a Python-EFL: fix evas events for py3 and remove that hack in emotion test 2013-04-03 12:59:11 +02:00
Davide Andreoli 92a626abbc Python-EFL: fix ecore.file_download_protocol_available for py3, and made a test for it 2013-04-03 11:38:46 +02:00
Kai Huuhko ed1cad63f6 Elm: More _cfruni removal. 2013-04-02 23:24:35 +00:00
Kai Huuhko 48edc6d73d Elm: Fix tests to work in py3 2013-04-02 17:37:06 +00:00
Kai Huuhko dd6f479d7d Elm: More _cfruni removal, and fix init() broken by my previous commit. 2013-04-02 17:15:20 +00:00
Davide Andreoli 2f563ce6ec Python-EFL: the return string from edje_file_data_get() must be free() by the caller. 2013-04-02 13:50:01 +02:00
Kai Huuhko bd1dd50bc6 Elm: First batch of _cfruni extermination 2013-04-02 11:37:02 +00:00
Davide Andreoli d4d58b990b Python-EFL: edje, remove all the fruni/cfruni usage 2013-04-02 11:42:26 +02:00
Davide Andreoli 847f360867 Python-EFL: emotion: get rid of _cfruni() 2013-04-02 10:31:47 +02:00
Kai Huuhko 2f6edccf6e Eo: remove _c?fruni from list conv funcs. 2013-04-01 18:24:45 +00:00
Kai Huuhko 4155c99d3e Ecore: more _cfruni riddance. 2013-04-01 18:16:26 +00:00
Kai Huuhko 4244773c94 Evas: the holy grail of strings! 2013-04-01 18:02:16 +00:00