Commit Graph

938 Commits

Author SHA1 Message Date
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
Davide Andreoli 783e2ba6c8 Evas.Object: New convenience props, size_hint_expand and size_hint_fill
Also added some docs for size hints usage
2015-01-06 17:46:18 +01:00
Davide Andreoli d368d64d3f Provide a new distutils Command: build_fdo
This will take care of installing any icons and .desktop files found
2015-01-05 19:08:49 +01:00
Davide Andreoli 18a334763f Fix the input_events test 2015-01-05 12:42:48 +01:00
Davide Andreoli 2f8b122110 Fix (workaround) the label test
ELM_WRAP_CHAR make the label expand too much horizontaly,
makeing the window super-high, using ELM_WRAP_WORD fix it.
2015-01-05 12:37:15 +01:00
Davide Andreoli de01f76650 Evas: better define for EVAS_HINT_FILL/EXPAND
Also added the various tuple we always use, just for convenience.

Use the new tuples in the elm examples
2015-01-05 12:24:19 +01:00
Davide Andreoli 9b52817069 A little review of the INSTALL file 2015-01-05 10:25:33 +01:00
Davide Andreoli 9be98bb979 And (finally) new style enums for elm 2015-01-05 01:16:03 +01:00
Davide Andreoli 4bc8d227a9 New style enums for ethumb
...not really tested as there are no test nor examples for ethumb :(
2015-01-04 22:46:40 +01:00
Davide Andreoli bbb747eb5e New style enums for eo 2015-01-04 22:30:19 +01:00
Davide Andreoli 728ff202e4 New style enums for emotion 2015-01-04 22:12:08 +01:00
Davide Andreoli e6d3a88349 New style enums for edje_edit 2015-01-04 22:04:36 +01:00
Davide Andreoli 3ebc6f21e9 New style enums for edje 2015-01-04 22:02:09 +01:00
Davide Andreoli 419405e456 New style enums for ecore 2015-01-04 21:29:40 +01:00
Davide Andreoli f9e8906724 Use new cython cpdef-enums in evas
cpdef enums are automatically exported to C and
to python, no more need for the enums file and
the duplicated definition for py.

This is a cython 0.21 feature so from now on you will
need at least that version.

Require some <int> cast here and there, but a totally
win in the end.
2015-01-04 20:44:45 +01:00
Davide Andreoli 3f064401a1 Do not fail on SmartObject tests, they are skipped 2015-01-04 19:42:31 +01:00
Davide Andreoli 94a4b56444 Forgot to commit this (when I disabled SmartObject) 2015-01-04 16:55:30 +01:00
Davide Andreoli 625503bf11 Provide the uninstall command for python-efl itself 2015-01-04 16:00:15 +01:00
Davide Andreoli 7b135c2012 Small doc fixes 2015-01-04 14:39:53 +01:00
Davide Andreoli 84a09b61b6 Remove specific X code from elm
Just using unsigned int for the Ecore_X_ID type
2015-01-04 14:34:04 +01:00
Davide Andreoli 6d2e2e9d8e Reworked CleanGenerated, more verbose now 2015-01-04 13:45:42 +01:00
Davide Andreoli 0873394260 disable ecore_x by default 2015-01-04 13:15:29 +01:00
Davide Andreoli 027505f45a Move ecore enums with all the other enums files 2015-01-04 13:14:06 +01:00
Davide Andreoli 8d99fc8b40 Remove old (moved) ecore.x files 2015-01-04 12:51:38 +01:00
Davide Andreoli 863efc19eb Move ecore_x out of the ecore extension
Now ecore do not more looks like an alien with his __init__
hack and his different module/package structure

This broke ecore.x users as the extension is now efl.ecore_x

Sorry to bother but I still think that ecore_x should not be
implemented in python, if this hurt you please let me know
2015-01-04 12:47:40 +01:00
Davide Andreoli 1910563604 Docs: fix some text to not show up
Pygments css for some highlightend text are the same color of our gray bg, just make them white
2015-01-03 20:25:47 +01:00
Davide Andreoli 6ff9998258 Lots of documentation fixes for ALL the classes
Mainly with regard of class __init__ params and the **keyword param
2015-01-03 20:17:24 +01:00
Davide Andreoli 64c1d33c9f Added new convenience class: DialogWindow
With a new test for both StandardWindow and DialogWindow
2015-01-03 14:51:08 +01:00
Davide Andreoli 1746a0acdd Docs for fdo icon names 2015-01-03 12:54:52 +01:00