Commit Graph

816 Commits

Author SHA1 Message Date
Davide Andreoli e8749538ce Do not fail when no start_points are given 2015-02-03 19:58:49 +01:00
Davide Andreoli f05be9a21c Added support for Ctxpopup, Dayselector and Diskselector 2015-02-02 21:02:33 +01:00
Davide Andreoli 0a0991cdc8 Add support and test for Frame and Separator 2015-02-02 20:33:45 +01:00
Davide Andreoli f4445f05e7 Implement erigo json V3
NOTE: this is only compatible with erigo develop branch
2015-02-02 20:18:08 +01:00
Davide Andreoli 57481ac5fb Added a method called on each public widget creation
We can now populate the genlist when needed
2015-02-01 16:58:48 +01:00
Davide Andreoli 4d41e26f9b Use OrderedDict to keep items order from json 2015-02-01 16:12:21 +01:00
Davide Andreoli c737915efd Added support for Flip, Genlist, Gengrid and Toolbar 2015-02-01 16:08:20 +01:00
Davide Andreoli 3c76ede01e support enums from evas 2015-02-01 13:13:08 +01:00
Davide Andreoli 2e7ae199ad Added support for more erigo widgets 2015-01-31 16:29:33 +01:00
Davide Andreoli 6015567953 The file property seems ok now, will see... 2015-01-24 20:31:59 +01:00
Davide Andreoli 31320ca2e8 Workaround the visibility name in a simpler way 2015-01-24 20:12:50 +01:00
Davide Andreoli 6422f5a149 EvasObject: added the Eo position property
and deprecate the legacy name: pos
2015-01-24 20:04:31 +01:00
Davide Andreoli e091fc6064 Smaller tux image for the test 2015-01-24 18:52:36 +01:00
Davide Andreoli ce1101e317 Implemented resource management 2015-01-24 18:48:29 +01:00
Davide Andreoli 64c58021ea Implemented -Create- callback type 2015-01-24 13:03:44 +01:00
Davide Andreoli 8fecc5f55b Keep the json data around
Will be needed for the next commit
2015-01-24 13:00:31 +01:00
Davide Andreoli ae2dec22da Implemented Invoke type callbacks 2015-01-24 10:51:14 +01:00
Davide Andreoli 14a070012d Erigo: Implemented callbacks of -Modify- type
plus a fix for py3 and the test json updated
2015-01-22 23:22:32 +01:00
Davide Andreoli 2d2bbb1977 Initial work on erigo support in pyefl.
This will be developed in a separate branch and it will be ready for the 1.14 release.

The generator implemented here is on-the-fly, it does not generate the python code,
but actually generate the real interface from the json file on runtime.

The work is really at a good point yet, just need to fix/implement some
little more.

Test included
2015-01-22 20:43:51 +01:00
Davide Andreoli d4572bf26a Keep track of installed files by py version
Now you can install/uninstall using more than one python versions
2015-01-20 01:58:57 +01:00
Davide Andreoli 4a533f73df New setup.py command: test
This command run all the available unit test, will be used also in jenkins
2015-01-20 01:35:27 +01:00
Davide Andreoli e44d8b176b Genlist: new test for reorder mode 2015-01-19 23:44:27 +01:00
Davide Andreoli a4273b1095 Docs: improved evas pages 2015-01-19 23:34:28 +01:00
Davide Andreoli 660c0a7e51 Huge documentation work
Improved structure, contents and style for better readability
2015-01-18 19:07:06 +01:00
Davide Andreoli 928f802ed4 Docs: update Window texts 2015-01-18 10:27:21 +01:00
Davide Andreoli 129c801aea Nother try to make cython happy on jenkins 2015-01-17 21:03:45 +01:00
Davide Andreoli 9cee723e44 Use LooseVersion (instead of pkg-config) to check required version.
This again to try fixing the build on jenkins
2015-01-17 20:29:09 +01:00
Davide Andreoli ea60044620 Just for fun: port of the Transit Bezier test
...for fun and to prove the python-efl power,
the test is half the size of the C version
2015-01-17 20:05:40 +01:00
Davide Andreoli 28d1e6853e New 1.13 property elm.Table.align
And small improvements to the table test
2015-01-17 17:47:58 +01:00
Davide Andreoli f0d76df693 New 1.13 signal clicked,right for Gengrid and List 2015-01-17 17:09:14 +01:00
Davide Andreoli fe39fcc5e6 Some work on Transit test 2015-01-17 15:59:12 +01:00
Davide Andreoli 77d14470c4 New 1.13 elm.Transit.tween_mode_factor_n_set
Also added some missing TRANSIT_TWEEN_MODE_*
2015-01-17 15:55:47 +01:00
Davide Andreoli 308f93a145 New 1.13 signal for elm.Win theme,changed 2015-01-17 12:18:29 +01:00
Davide Andreoli 114cfaaa00 New 1.13 property elm.Configuration.slider_indicator_visible_mode 2015-01-17 12:13:25 +01:00
Davide Andreoli 49d409db3a New 1.13 property evas.Map.util_object_move_sync 2015-01-17 11:38:26 +01:00
Davide Andreoli 64e9c9ac96 New 1.13 property Scroller.step_size 2015-01-17 10:38:08 +01:00
Davide Andreoli 852d472db8 Fix doc for theme.theme_list_item_path_get.
This function is quite of broken in py, the in_search_path param is not used
and should instead be returned along the returned path. That will result in
an api break so Im leaving it as is.
2015-01-16 22:54:31 +01:00
Davide Andreoli b18b8c0d8c Fix documentation for the Theme class 2015-01-16 22:47:18 +01:00
Davide Andreoli c1aeafd2e1 GengridItem: no more need to implement tooltip/cursor functions
They are yet implemented in ObjectItem, that is the base class for GengridItem
2015-01-14 21:49:06 +01:00
Davide Andreoli be323e24bc GenlistItem: no more need to implement tooltip/cursor functions
They are yet implemented in ObjectItem, that is the base class for GenlistItem
2015-01-14 21:37:17 +01:00
Davide Andreoli afc49ca595 Doc: restructure elementary documentation 2015-01-09 21:17:02 +01:00
Davide Andreoli 7687adb6d9 Doc: restructure edje and emotion documentation 2015-01-09 20:54:59 +01:00
Davide Andreoli e917da6abf Doc: restructure ethumb docs 2015-01-09 20:39:36 +01:00
Davide Andreoli 1d740612d9 Doc: restructure evas documentaion 2015-01-09 20:28:49 +01:00
Davide Andreoli 132b772e4b Convert changes.html in a standard ChangeLog file 2015-01-07 00:31:06 +01:00
Davide Andreoli 85b27c161e Autodetect ecore x 2015-01-06 23:13:14 +01:00
Davide Andreoli 29d1b41f44 Docs: removed some really old evas writes, they do not apply anymore 2015-01-06 21:35:36 +01:00
Davide Andreoli c103b5d3b3 Docs: try to improve the style of the Inheritance Diagram 2015-01-06 20:51:57 +01:00
Davide Andreoli 24d4e16cfa Docs for the provided distutils commands 2015-01-06 18:43:31 +01:00
Davide Andreoli f91999ac49 Fix doc build errors removing refs to ecore.x and SmartObject 2015-01-06 18:10:43 +01:00