Commit Graph

675 Commits

Author SHA1 Message Date
Kai Huuhko 264491875d Edje: Re-enable edje-edit. 2013-12-30 14:04:57 +02:00
Kai Huuhko 5aa035b900 Tests: Removed expected failure from a test that now works 2013-12-30 14:02:09 +02:00
Kai Huuhko a9a944b17b Add Python 2.6 compatibility, disabled one API method in evas.Image
Image.image_data_memoryview_get was disabled.

This method can be added back once we figure out how to do conditional
compilation using Python version.

Using an evas.Image instance as a memoryview object should do the same
thing as the disabled method.
2013-12-28 18:35:39 +02:00
Davide Andreoli cacde3e38a unbroke the emotion example
* copy the theme edj in source, instead of searching for an installed
one from the c example, that is not installed by default enymore.
* fix usage/import of enums
* add the 'p' key to toggle pause state
2013-12-23 21:34:16 +01:00
Kai Huuhko f4ec2ed959 Elementary: Add missing smart callbacks. 2013-12-22 10:29:10 +02:00
Kai Huuhko d62af53016 Documentation: Add missed versionadded entries, fix formatting. 2013-12-22 10:27:17 +02:00
Kai Huuhko e2d28bef6a setup.py: os.environ.has_key -> os.getenv
For some reason the former fails on the build bot
2013-12-19 22:27:56 +02:00
Kai Huuhko 8726199f6c Force default visibility in CFLAGS.
Fixes T504
2013-12-19 19:22:23 +02:00
Kai Huuhko 277ed843ae Tests: Simple beginnings for Elm unit tests, enabled Eo tests. 2013-12-18 20:05:26 +02:00
Kai Huuhko 056fad315c Tests: Decrease verbosity and buffer the output when running full suite. 2013-12-18 16:45:50 +02:00
Davide Andreoli 9089706286 Python-EFL: 5 new tests about Focus.
Also add some missed values to Elm_Object_Focus_Direction enum.
2013-12-16 21:42:27 +01:00
Kai Huuhko 6db1f9d0d6 Use uintptr_t instead of long or unsigned long for handling pointers. 2013-12-15 15:08:57 +02:00
Kai Huuhko 96c720fae7 Elementary.web: updates to work with the new webkit-efl snapshot.
Commented out tab_propagate which doesn't seem to be implemented in
ewebkit2, and uncommented load finished signal.
2013-12-12 21:35:15 +02:00
Kai Huuhko 728ba96115 Bump version for 1.9 development 2013-12-10 09:55:46 +02:00
Kai Huuhko 438c10f2cc Elementary.general: Add missing enums that were documented but not added. 2013-12-10 06:55:36 +02:00
Kai Huuhko 01365d7375 Add COPYING.LESSER to MANIFEST.in 2013-12-08 12:17:56 +02:00
Kai Huuhko 1c1f102334 Add changes.html to MANIFEST.in 2013-12-07 20:31:33 +02:00
Davide Andreoli d94da4fdf7 Python-EFL: include the tests folder in the distribution package. 2013-12-07 18:15:11 +01:00
Davide Andreoli 71e09c0190 ops, forgot to add the .LESSER file 2013-12-07 18:06:25 +01:00
Davide Andreoli 74244a5ac7 Python-EFL: fix the mess with the lgpl version.
Elm was lgpl3, COPYING was lgpl3, docs say lgpl3. So fix everything to be v3.
Also fix the COPING for Lesser: we must include gpl (in COPYING) AND lgpl (in COPYING.LESSER).
2013-12-07 17:54:58 +01:00
Kai Huuhko d84fc043ea Elementary: Fixed test.py mirror mode toggle 2013-12-07 15:59:59 +02:00
Kai Huuhko 3d306ba7b1 Elementary: Removed cruft from __init__.py 2013-12-07 15:58:52 +02:00
Kai Huuhko 363bfbe334 Bump version for release, update TODO, add changes.html 2013-12-07 12:20:59 +02:00
Kai Huuhko 7dc14d1cfc Elementary: Update the code examples in docstrings 2013-12-07 11:32:32 +02:00
Kai Huuhko d8befc83ec Elementary: Add _set_properties_from_keyword_args to Transit 2013-12-07 11:11:38 +02:00
Kai Huuhko 7fbc6b83e6 Elementary: Removed use of deprecated methods in examples. 2013-12-07 10:28:08 +02:00
Kai Huuhko 7344ad361f API review: Documented changes, corrected str repr, clean up. 2013-12-07 08:09:04 +02:00
Kai Huuhko f946d87318 Documentation: Add sphinx directives for added/changed/deprecated stuff. 2013-12-06 17:39:13 +02:00
Kai Huuhko dc4752c682 Elementary: Document handling of failure return values, add missing ones. 2013-12-06 14:04:34 +02:00
Kai Huuhko 0789bef048 Elementary: Convert the two remaining calendar examples. 2013-12-06 11:49:39 +02:00
Kai Huuhko 4ef8677bda Elementary.calendar: Return None when selected_time_get fails 2013-12-06 11:48:37 +02:00
Kai Huuhko ab036dd80b Elementary: Fix clock example 2013-12-06 11:47:28 +02:00
Kai Huuhko ca680c5a67 Elementary: Add an optimization for _set_properties_from_keyword_args
Return early when kwargs dict is empty.
2013-12-06 10:51:11 +02:00
Kai Huuhko 43f961d04a Elementary: Increase similarity of widget items.
_set_properties_from_keyword_args is now used in all items.

A RuntimeError is raised when adding an item to a widget fails.
2013-12-06 06:42:53 +02:00
Kai Huuhko 2fdaaf2957 Elementary: Disable dnd example 2013-12-06 03:45:34 +02:00
Kai Huuhko 2bfe5722c2 Update TODO 2013-12-06 03:04:50 +02:00
Kai Huuhko 19ef10f97d Elementary: Comment out broken/unfinished API 2013-12-06 03:04:19 +02:00
Kai Huuhko 724dedb0e2 Documentation: Changed C API references into Python ones. 2013-12-06 03:00:12 +02:00
Kai Huuhko 602d030137 Elementary: Fix mistakes in configuration example. 2013-12-05 11:32:42 +02:00
Kai Huuhko 040dc66110 Elementary.window: Return None when there are no available profiles.
Do this instead of raising an exception.
2013-12-05 11:31:22 +02:00
Kai Huuhko 9d37d24943 Elementary.background: Bypass Evas' _properties_from_keyword_args.
Background widgets color_set has a differing number of args.
2013-12-05 11:29:12 +02:00
Kai Huuhko 3f64711242 Elementary.slideshow: Correct the string representation functions. 2013-12-05 08:48:35 +02:00
Kai Huuhko 559a2a2c56 Elementary.plug: Use object_from_instance in image_object property. 2013-12-05 08:48:35 +02:00
Kai Huuhko 16891cf2b4 Elementary.object: Add few missing methods related to translatable text. 2013-12-05 08:48:35 +02:00
Kai Huuhko be6d0dfc55 Elementary.index: Deprecate broken item_find for now. 2013-12-05 08:48:35 +02:00
Kai Huuhko 4e4b8e2fea Documentation: Fix invalid references and minor issues. 2013-12-05 08:48:34 +02:00
Davide Andreoli 0a03a272e7 Python-EFL: unify all the 3 map tests in one 2013-12-04 21:31:55 +01:00
Kai Huuhko bb5307ea20 Evas: Use _set_properties_from_keyword_args 2013-12-04 13:14:12 +02:00
Kai Huuhko 1e43cb98f4 Edje: Use _set_properties_from_keyword_args 2013-12-04 13:14:12 +02:00
Kai Huuhko 8cc7cc74de Emotion: Use _set_properties_from_keyword_args 2013-12-04 13:14:05 +02:00