Commit Graph

1227 Commits

Author SHA1 Message Date
Davide Andreoli c2c09d4dc9 Hack to keep the legacy behavior of Eo.parent 2016-05-29 15:41:46 +02:00
Davide Andreoli bae6125061 Slideshow: Fix doc to reflect the real behaviour of the widget. 2016-05-23 19:50:01 +02:00
Bernhard M. Wiedemann 5bbbed95c0 Allow to skip last_updated and sphinx_version
Summary:
this part is a copied from Sphinx-1.3.6 's
sphinx/themes/basic/layout.html

and allows distributions to drop the build date
to have reproducible builds

Test Plan:
in doc/conf.py set
html_last_updated_fmt = None
and make sure that generated html files do not contain
Last updated on None

Reviewers: DaveMDS

Differential Revision: https://phab.enlightenment.org/D3781
2016-05-23 19:22:12 +02:00
Davide Andreoli eca2dfaa0b Follow Eo changes
eo_del -> eo_unref
eo_key_del -> eo_key_set(NULL)
EO_BASE_EVENT_DEL -> EO_EVENT_DEL
2016-05-18 21:38:46 +02:00
Davide Andreoli aba5250634 Follow recent Eo changes 2016-04-24 12:11:07 +02:00
Kai Huuhko 41c1779e81 Shuffle in the latest Eo memes 2016-03-19 01:08:33 +02:00
Kai Huuhko 77d023dfe1 More Eo updates 2016-03-09 20:07:05 +02:00
Kai Huuhko 05c19962dc Follow changes in Eo
- version 4 (eo_add changes coming later)
- events
2016-03-04 11:10:11 +02:00
Davide Andreoli fea03a787c Fix 2 examples to work with py2 2016-02-08 19:42:22 +01:00
Davide Andreoli b6f729dc3a Open the 1.18 development cycle 2016-02-07 20:22:44 +01:00
Davide Andreoli 6668176720 Prepare the 1.17 release 2016-02-06 14:59:44 +01:00
Kai Huuhko 9a3d441f1c Update TODO 2016-02-03 14:05:51 +02:00
Kai Huuhko d5656fdd3d Elm.Genlist: Add small optimizations for filter and state cbs 2016-02-03 14:05:51 +02:00
Kai Huuhko ba7bf818d8 Elm.MultiButtonEntry: Correct documentation 2016-02-03 14:05:38 +02:00
Kai Huuhko 1189e17fe0 Elm.FileSelector: Fix ref leak 2016-02-02 21:41:37 +02:00
Kai Huuhko fc987411da Clean up cruft code 2016-02-02 21:37:02 +02:00
Kai Huuhko 523fe8ad4d Elm.MultiButtonEntry: Fix filter callback 2016-02-02 21:23:02 +02:00
Kai Huuhko 3661a78c96 Elm.MultiButtonEntry: Attempt to fix leaks, add more docs 2016-02-02 20:30:20 +02:00
Kai Huuhko caef23bb34 Trivial todo note updates and doc fix 2016-02-02 14:23:00 +02:00
Kai Huuhko 684ad779dc Edje: Make ExternalParam_from_ptr a C only function 2016-02-02 14:11:08 +02:00
Davide Andreoli 625500bffc fix the url for the remote image test 2016-01-23 19:28:41 +01:00
Davide Andreoli 0ecf04eba9 just a bit of indentation 2016-01-23 18:44:06 +01:00
Davide Andreoli 11d3007f02 New 1.17 API: evas.Object.paragraph_direction 2016-01-23 18:34:13 +01:00
Davide Andreoli cab804e69b New 1.17 API: elm.Notity.dismiss() 2016-01-23 16:40:49 +01:00
Davide Andreoli 190d0aa7b6 New 1.17 API: elm.Popup.dismiss() 2016-01-23 16:32:08 +01:00
Davide Andreoli 24318c8d33 New 1.17 API: elm.Configuration.profile_* family functions 2016-01-23 15:56:25 +01:00
Kai Huuhko 6980ffb0e4 Elementary: Use the private internal_data dict instead of abusing user data dict 2016-01-23 15:55:49 +02:00
Kai Huuhko fa69908d71 Eo: Add a private dict which can be used for callbacks etc. 2016-01-23 15:38:06 +02:00
Davide Andreoli 86aa8c5138 New 1.17 API: elm.Ctxpopup "geometry,update" smart cb 2016-01-23 14:33:01 +01:00
Davide Andreoli 9809eb2739 New 1.17 API: ELM_GEN[GRID/LIST]_ITEM_SCROLLTO_BOTTOM
The grid enum was a bit messed, it was using the list enums, fixed and leave the old one in place for compatibility
2016-01-23 13:46:43 +01:00
Davide Andreoli 4f8dfc195f New elm widget: Combobox
with docs and example
2016-01-23 12:19:20 +01:00
Davide Andreoli 078d440e05 New 1.17 API: edje.Edje.color_class_clear() 2016-01-21 23:03:11 +01:00
Davide Andreoli e087d0d918 New 1.17 API: edje.Edje.text_class_del() 2016-01-21 22:51:20 +01:00
Davide Andreoli 920a8891e6 whops, forgot to commit this file in a previous commit 2016-01-21 22:32:08 +01:00
Davide Andreoli f03f83fba9 New 1.17 API: elm.Configuration.context_menu_disabled 2016-01-21 22:31:07 +01:00
Davide Andreoli 926c325de8 New 1.17 API: edje size_class family functions 2016-01-21 21:33:23 +01:00
Davide Andreoli 005dd26f73 Implemented Genlist filter ability
It is somehow not perfectly working, see TODO for more info
2016-01-20 22:55:43 +01:00
Davide Andreoli 90595ffdca Gengrid: a small doc improvement 2016-01-18 21:25:00 +01:00
Davide Andreoli fc68b43317 ecore_con.Url: do not fail when receiving an event that is not for us.
The url callbacks are called for EVERY ecore_con usage, object_from_instance
can fail in case the Url is not generated from us (for example an elm Image that
load the data from the net). So just ignore those events.
2016-01-18 21:24:26 +01:00
Davide Andreoli 458121f6be Moved (un)focused and language,changed events down to Object.
There is no need to replicate this events in every widget, they belong to Object
2016-01-10 13:09:19 +01:00
Davide Andreoli f3e6315413 Add a new module: ecore_input
as always with docs and example
2016-01-08 22:18:49 +01:00
Davide Andreoli 592467c7bd ethumb test: more correct global usage 2016-01-04 20:14:58 +01:00
Davide Andreoli 1599140196 Forgot since 1.17 in last commits 2016-01-03 18:59:47 +01:00
Davide Andreoli 0021e4a186 oh, this is really important ... :) 2016-01-03 18:51:38 +01:00
Davide Andreoli 17df9e69aa Revamp old and broken EthumbClient module
This was not functional at all, so I broke the API "a bit"
2016-01-03 18:50:33 +01:00
Davide Andreoli 93d2c01002 Implemented efl.Ethumb.Ethumb class.
With docs and an example

EthumbClient will follow asap
2016-01-03 16:48:45 +01:00
Davide Andreoli e963e6d061 emotion test: another harmless leftover removed 2016-01-03 16:48:45 +01:00
Davide Andreoli 8af35d3f56 emotion test: remove an unwanted/unused import 2016-01-03 16:48:45 +01:00
Kai Huuhko 8f2baa86b5 utils.deprecated: Fix compatibility with Python 3.5 2016-01-03 09:32:05 +02:00
Kai Huuhko 6c16e2f746 Ecore.Exe: Add missing documentation for the Events 2015-12-25 21:17:14 +02:00