Commit Graph

1229 Commits

Author SHA1 Message Date
Kai Huuhko 8345d464b4 python-efl: A very quick and dirty api function coverage script that
only does elm at the moment.


SVN revision: 84411
2013-03-06 09:08:15 +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
Kai Huuhko e88c49f008 python-efl: Fix Genlist sorted.
SVN revision: 84406
2013-03-03 11:21:14 +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
Kai Huuhko e02e6491d4 python-efl: Skip build related code in setup.py when only generating
documentation.


SVN revision: 84399
2013-03-01 14:06:38 +00:00
Kai Huuhko bb65ae91cb python-efl: Fix documentation issues, use NotImplementedError for
abstract methods in evas smartobject.


SVN revision: 84398
2013-03-01 12:44:05 +00:00
Kai Huuhko 413059f163 python-efl: More work on edbus. Functional but errors on shutdown.
SVN revision: 84396
2013-02-28 22:16:25 +00:00
Kai Huuhko 26902af425 python-efl: Initial work on edbus bindings.
Still needs the setup function that takes an existing connection to work 
properly.


SVN revision: 84395
2013-02-28 16:13:07 +00:00
Kai Huuhko 9ac077a8d1 python-efl: Make inheritance diagrams optional.
SVN revision: 84394
2013-02-28 16:10:36 +00:00
Davide Andreoli 904468ba00 emotion is really able to play streams from v4l :) I just made a test for it
SVN revision: 84392
2013-02-27 20:44:57 +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 1ca526c62d Python efl: emotion fully documented, no functional changes, but used the elm properties-on-top style
SVN revision: 84389
2013-02-26 21:53:39 +00:00
Kai Huuhko 340c3df330 python-efl: Revert r84377
SVN revision: 84388
2013-02-26 21:24:11 +00:00
Kai Huuhko 7127e39d7b python-efl: Trying out the scrollable interface in Genlist.
SVN revision: 84387
2013-02-26 21:12:51 +00:00
Kai Huuhko 37995fa72d python-efl: Here's an idea how we can handle (elm) interfaces.
SVN revision: 84379
2013-02-26 14:35:16 +00:00
Kai Huuhko d08b26e12f python-efl: strdup the string when converting from python to make sure it
doesn't go away if the string object should lose reference. May not be 
necessary but just in case.


SVN revision: 84377
2013-02-26 11:04:13 +00:00
Kai Huuhko c5c91f3783 python-efl: Remove last remnants of _object_list_to_python from elm and
add the event return that was missed in the merge from my repo.


SVN revision: 84370
2013-02-25 20:23:59 +00:00
Davide Andreoli 8889e2e31e Python-EFL DOCS:more info in the main page, credits moved from elm to efl, splitted the big tree! removed the list of all thee elementary (non python) devs, sorry guys, no time to update it :(
SVN revision: 84368
2013-02-25 20:00:37 +00:00
Davide Andreoli f723511323 Python-EFL: cleanup and add some info in the README
SVN revision: 84366
2013-02-25 19:05:17 +00:00
Davide Andreoli dccea0e2f3 Python-EFL: doc infra for emotion
SVN revision: 84365
2013-02-25 18:46:18 +00:00
Kai Huuhko 309666459a python-efl: Fix small elm TODOs and issues.
SVN revision: 84359
2013-02-25 12:58:56 +00:00
Kai Huuhko ed4dc9e41d python-efl: Experimenting with Youtube videos in documentation.
SVN revision: 84355
2013-02-25 12:16:17 +00:00
Davide Andreoli ef123367d9 Python-EFL: Docs for edje
SVN revision: 84351
2013-02-24 21:37:29 +00:00
Davide Andreoli 1881b84517 Python-EFL: more docs for ecore
SVN revision: 84350
2013-02-24 20:33:19 +00:00
Davide Andreoli e5c843d60e Python-EFL: starting docs for ecore
SVN revision: 84345
2013-02-24 17:29:19 +00:00
Davide Andreoli 144c600753 Python-EFL: docs for evas map
SVN revision: 84344
2013-02-24 15:52:42 +00:00
Kai Huuhko 7681740149 python-efl: Add inheritance diagrams for evas and elm.
SVN revision: 84343
2013-02-24 14:57:02 +00:00
Davide Andreoli c745e686d3 Python-EFL: All the docs for evas are in.
SVN revision: 84342
2013-02-24 14:41:15 +00:00
Kai Huuhko 73f358ce47 python-efl: Apparently the builder option is not additive so let's use
html by default.


SVN revision: 84341
2013-02-24 14:10:06 +00:00
Kai Huuhko 2ce957823a python-efl: Enable documentation coverage analysis.
Building docs with this enabled you'll find simple .txt files in 
build/sphinx/coverage dir.


SVN revision: 84340
2013-02-24 13:23:33 +00:00
Kai Huuhko b27b32b365 python-efl: Add example for elm.Genlist item iteration.
SVN revision: 84339
2013-02-24 12:02:48 +00:00
Kai Huuhko 73e5f8dcdb python-efl: Add decorate_(all_)item_style to elm.GenlistItemClass.
SVN revision: 84338
2013-02-24 12:01:03 +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
Kai Huuhko ca6be7473c python-efl: elm.Object: cimport const_char and const_void from Cython.
SVN revision: 84336
2013-02-24 10:30:58 +00:00
Kai Huuhko 2e583b2377 python-efl: elm.Object and ObjectItem: Add None checks for parameters
where an extension is passed, remove extra None checks from strings.


SVN revision: 84335
2013-02-24 09:59:10 +00:00
Kai Huuhko 3e84bdaf88 python-efl: Add small optimizations and safety checks to elm.Genlist.
SVN revision: 84334
2013-02-24 09:13:56 +00:00
Kai Huuhko 9b32219ac6 python-efl: Add genlist sorted test to main test interface.
SVN revision: 84333
2013-02-24 07:20:45 +00:00
Kai Huuhko 6c3164748a python-efl: Correct elm.Genlist item insert functions' documentation.
SVN revision: 84326
2013-02-23 23:35:43 +00:00
Kai Huuhko 3d914c8197 python-efl: Add elm.Genlist sorted insert.
SVN revision: 84325
2013-02-23 23:21:25 +00:00
Kai Huuhko 80f4db6133 python-efl: Add 1.8 elm_need functions.
SVN revision: 84324
2013-02-23 18:49:05 +00:00
Kai Huuhko 0afa3be616 python-efl: Make use of the efl.eo facilities in Box and Diskselector.
SVN revision: 84323
2013-02-23 18:32:49 +00:00
Kai Huuhko 8a964bf7ca python-efl: Update documentation config and index page.
SVN revision: 84317
2013-02-23 11:18:50 +00:00
Kai Huuhko 7244690519 python-efl: Add logging to widget_header.
SVN revision: 84314
2013-02-22 14:52:55 +00:00
Kai Huuhko 114fd2ac46 python-efl: Fix Slideshow from crashing.
SVN revision: 84313
2013-02-22 14:51:36 +00:00
Kai Huuhko 0e26186ef9 python-efl: cimport conversion functions from efl.eo.
SVN revision: 84311
2013-02-22 13:27:52 +00:00
Kai Huuhko e8a1b68b79 python-efl: Consolidate elm cb conversions.
SVN revision: 84309
2013-02-22 12:00:26 +00:00
Kai Huuhko 8573629c83 python-efl: Improve documentation for Actionslider and Background, check
return value in Bg.file.


SVN revision: 84308
2013-02-22 10:53:41 +00:00
Kai Huuhko 50d35b8519 python-efl: Clean up elm.general.
SVN revision: 84291
2013-02-21 17:24:13 +00:00
Kai Huuhko cc200904f6 python-efl: Document Entry anchors.
SVN revision: 84290
2013-02-21 16:11:51 +00:00
Kai Huuhko 7049e101ec python-efl: Fix Entry anchors.
SVN revision: 84280
2013-02-21 12:27:32 +00:00