Commit Graph

64 Commits

Author SHA1 Message Date
Davide Andreoli 2b9fdb8f35 Python-EFL: start to prepare the 1.9 release
* raised version to 1.9.0
* removed versions from docs conf, they now comes automatically from setup.py
* updated some years around
* added a favicon to the docs
2014-03-02 23:09:54 +01:00
Kai Huuhko 264491875d Edje: Re-enable edje-edit. 2013-12-30 14:04:57 +02:00
Kai Huuhko 728ba96115 Bump version for 1.9 development 2013-12-10 09:55:46 +02:00
Kai Huuhko 363bfbe334 Bump version for release, update TODO, add changes.html 2013-12-07 12:20:59 +02:00
Kai Huuhko 7344ad361f API review: Documented changes, corrected str repr, clean up. 2013-12-07 08:09:04 +02:00
Kai Huuhko 4e4b8e2fea Documentation: Fix invalid references and minor issues. 2013-12-05 08:48:34 +02:00
Kai Huuhko 4c9ab89426 Documentation: Fixed invalid references and other misc. issues. 2013-12-03 21:56:47 +02:00
Kai Huuhko b6e9552735 Documentation: Remove elm glview for now. 2013-12-03 07:33:28 +02:00
Davide Andreoli c3a7334bcc Updated widget images using dark theme 2013-12-01 20:43:23 +01:00
Kai Huuhko 204147aa3a Documentation: Increase doctree depth to list elm modules in main page 2013-11-27 19:16:32 +02:00
Kai Huuhko cfbd5db819 Attempt to fix inheritance graphs by changing output format to svg 2013-11-21 23:20:31 +02:00
Kai Huuhko 0e21d6bfac Doc: Fix many duplicate/missing label warnings and other issues. 2013-11-19 21:21:03 +02:00
Kai Huuhko 09afe05a3c Elementary: Add GLView. 2013-11-09 11:54:44 +02:00
Kai Huuhko 52c60b0e08 Evas: Add module level functions to documentation. 2013-11-07 11:37:29 +02:00
Kai Huuhko b05187b52e Evas.Image: Update to new Python buffer API, fix doc issues.
Needs testing.
2013-11-07 11:30:02 +02:00
Kai Huuhko 05cd30a2e3 Evas.SmartObject: Add a test from old bindings, fix trivial doc issues. 2013-11-06 05:03:41 +02:00
Kai Huuhko 010f03b045 Documentation: Remove elm.access
It will return with EFL 1.9 development cycle.
2013-11-03 06:56:32 +02:00
Kai Huuhko 20973afe6f Documentation: Move some topics to index.rst, get rid of efl.rst. 2013-10-25 21:08:40 +03:00
Kai Huuhko fc4f0d47ce Documentation: Make the colors less... earthy. Sorry Dave. 2013-10-25 21:03:13 +03:00
Davide Andreoli 3ca0ccd040 PythonEFL: make a little more readable the include directory for sphinx. Also some tweaks to the INSTALL file. 2013-09-15 15:16:44 +02:00
Kai Huuhko 8cee72625c Documentation: Generate documentation for ecore exe event classes 2013-09-14 15:05:13 +03:00
Kai Huuhko da71cedc0a Documentation: Remove class- prefix from ecore doc files 2013-09-14 15:01:01 +03:00
Kai Huuhko 174082a836 Documentation: Use colors that match the default theme for inheritance diagrams. 2013-08-10 10:43:21 +03:00
Kai Huuhko 8b58ef24ea Documentation formatting fixes. 2013-08-10 08:34:46 +03:00
Davide Andreoli 1c255024d3 Python-EFL: implemented ecore.Poller, with docs and unittest. 2013-05-13 01:27:00 +02:00
Davide Andreoli fcac9e23ad Python-EFL: docs for ecore.FileMonitor 2013-05-12 20:08:31 +02:00
Davide Andreoli 770f4d3456 Python-EFL: add documentation for the dbus main loop integration 2013-05-09 20:17:58 +02:00
Kai Huuhko 7cc49e8002 Documentation: Add toctree maxdepth to keep the index page small. 2013-05-01 15:46:32 +00:00
Kai Huuhko de6fd9f832 Elementary: Use genlist_item_class functions to manage the class struct,
improve item handling by using class attributes instead of the params
tuple.
2013-05-01 15:24:42 +00:00
Davide Andreoli 01663ecd99 Python-EFL: trivial docs change, be consistent with header types, no code changes 2013-05-01 14:34:45 +02:00
Davide Andreoli f4fe41073f Python-EFL: docs dark theme improvement
* redone main layout to let the footer expand
 * trying an icon for efl+python...let see
2013-05-01 14:05:14 +02:00
Davide Andreoli 1faa12996d Python-EFL: improved dark theme for docs
* done matching footer and header
 * quite good now... I leave it as the default one :)
2013-05-01 00:03:40 +02:00
Kai Huuhko 0d63acbee9 Elementary: Implement Accessible objects, with cbs TODO later. 2013-04-22 20:20:21 +03:00
Kai Huuhko 40e76e001a Evas: Add Grid. 2013-04-22 20:12:27 +03:00
Kai Huuhko 10635266ff Evas: Add Table. 2013-04-22 20:12:27 +03:00
Kai Huuhko 66a230b722 Correct a couple of issues in the documentation front page. 2013-04-22 20:12:27 +03:00
Kai Huuhko b7abe5f423 Evas: Improve documentation for Box, Line, Map, Textblock, Text,
Textgrid, Rect.

Comment out broken Map properties.
2013-04-22 20:12:27 +03: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 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
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
Davide Andreoli 7c6afeb25f Python-EFL: add a preview image to the map docs 2013-04-04 13:23:25 +02: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 9ac077a8d1 python-efl: Make inheritance diagrams optional.
SVN revision: 84394
2013-02-28 16:10:36 +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