kuuko pushed a change to annotated tag v1.10.0
in repository bindings/python/python-efl.

        at  2879a25ded (tag)
   tagging  6115bcd0ab090a6a271542d68086596f0d2e19b9 (commit)
  replaces  v1.9.0
 tagged by  Kai Huuhko
        on  Sat May 31 11:33:37 2014 +0300

- Log -----------------------------------------------------------------
Python-EFL release 1.10.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)

iQIcBAABAgAGBQJTiZQmAAoJEMVq7z9spx7HgD0P/j4b0MXrfOXLQYIF1lOdwsCG
PC3fjOP4sWEIXYaLpGH9E2a6BH+i5gouh2FFLZWd5SoBm60wwZvRMQQ7eEbjN+pE
zBkSxd8FvdQGXfekuSWdZ+ROeADt/H0ue71/2qldoWY8NVx2PQpjKKoJAokK9jpm
UeE6y3Tr+HnQEQWtbMqVV/Z7qfpfZMdReEbAU+T8pAyt0NGWeqQejrdU3mBAgvS8
e00F3oKhOtkTb+8kSP/fonmfllvL2DIHa9je6t92IV7XjPJN4+44x+gEL2b/mQNe
jB5gTAs/nDdWzHdymaySyDM1tCYFTVYjOLhxv0vhRKSWpiLIiRAIhpWVN3P6RWhd
X1BYlDgrUP6hKC+LIMC67N3JbGMzc+6r5sXqIodvhhOUAIFACpPRCOQAY/NjLfgk
u9wVQA7rVaUmoMi0wCaLaPji4XHL0ixjcly7XjBQpzkgaoCndXbMQJpUmuviJ46I
RbEz6pu29FBA+vvv3tNYlm2v+Q1rPDrO0nzeEac0du4nKmEP+C9q7Ifsc2KAw2g0
iRQ5ER9ixgBO35AB8iZgaxYkX++U3YJbrutdQno1U0CXmo4WKOhls14giVdfHfM9
vIoX2zpRaQ4YPmulCBHbIzuiwIMZzam9SEVSXrpUFBjtc+9tJj9pDvP7n+UR9Gsx
UHjF6eZ7+6Z0DgJQlRIN
=9KPE
-----END PGP SIGNATURE-----

Kai Huuhko (62):
      Elementary.thumb: Add missing enums.
      Bump Cython version requirement for future development.
      Remove const hacks
      Update information in README etc. and bump the series in setup.py
      Follow Eolian wrt. widget naming
      Enable automatic conversion of strings
      Remove Python -> C string hacks
      Revert "Remove Python -> C string hacks"
      setup.py: Disable automatic string encoding
      tests: Added a very simple unit test for unicode in Elm Entry
      setup.py: Make the gcc include paths unique.
      Elementary: const'ness for getters
      Bring back Python bindings for Ethumb.
      Ethumb: Adjust file headers to the new merged python-efl style.
      Ethumb: Correct the string representation functions.
      Code cleanup: Unused/misplaced cimports
      Code cleanup: Dictionary creation could be rewritten as a dictionary 
literal
      Code cleanup: Inconsistent indentation
      Code cleanup: Assignment can be replaced with augmented assignment
      Code cleanup: Simplify chained comparison
      Code cleanup: List creation could be rewritten as a list literal
      Code cleanup: Trailing semicolon in the statement
      Code cleanup: Print statements => functions
      Code cleanup: Spelling and grammar fixes
      Code cleanup: Single-quoted docstrings
      Code cleanup: More print statements => functions
      Code cleanup: Remove unused exception instances
      Examples: Fixed elm.popup duplicate function names
      Elementary.separator: Corrected type of the property 'horizontal'
      Code cleanup: Use line comments to disable code, not docstrings
      setup.py: Fall back to a relaxed check for Cython version
      api_coverage.py: Only consider legacy header files for API comparison
      setup.py: pep-8 cleanup
      Add .rst file suffix to README so it gets formatted on cgit about page
      README.rst: Fix header formatting
      setup.py: Add env variable USE_CYTHON for compilation from pyx sources
      elementary.toolbar: Add a hack for the property "menu"
      Elementary.layout: Fix signal callbacks
      setup.py: Add git commit count to dev build version string
      efl.ecore: Transform into a package
      efl.ecore: Return of ecore.x (from python-ecore)
      setup.py: Change USE_CYTHON env var to DISABLE_CYTHON
      setup.py: Make ecore.x an optional component
      efl.ecore.x: Add keyboard_grab/ungrab
      efl.ecore.x: Unicode handling
      Update INSTALL because of the (USE/DISABLE)_CYTHON env var change
      api_coverage.py: Updates
      api_coverage.py: Print file name and line number with the reported item
      ecore.x: Fix unicode handling
      api_coverage.py: Nicer output formatting
      Elementary.object_item: Add missing API
      Elementary.object_item: Rename conflicting API from previous commit
      Ecore: Small corrections the string representation functions of Exe
      Elementary.configuration: Add missing properties
      Elementary.gengrid: Add missing API
      Elementary.general: Add sys_notify. NEEDS TESTING
      Ecore: Add missing event return value "constants"
      Elementary: Add an example for sys_notify
      Elementary.general: Fix docs
      Bump versions and compile changelog for release
      Elementary: Add more signals to web example
      Update README

davemds (33):
      Development of the 1.10 version start now.
      setup.py: no need to set cython directives for each module
      setup.py: removed the conditional compilation of packages.
      doc: automatically show parameters in functions and methods documentation
      doc: ignore cython generated signature for classes
      docs: remove the signatures from the docstring, are now autimatically 
added by cython
      docs: remove the signatures from the docstring, are now autimatically 
added by cython
      added docs for Eo
      docs: make the Eo class appear in the homapage toctree
      docs: try a different structure for Eo
      Adjust the bindings to work with Eo2
      s/2013/2014/g
      follow classes name change in Eo2
      docs: better (I hope) structure for ecore
      New item,focused/unfocused signals for the Hoversel widget
      New item,focused/unfocused signals for the Popup widget
      New item,focused/unfocused signals for the List widget
      New item,focused/unfocused signals for the GenList widget
      New item,focused/unfocused signals for the GenGrid widget
      New item,focused/unfocused signals for the Toolbar widget
      New Configuration properties.
      whops, wrong property name
      Whoops2: Configuration.item_focus_on_selection was renamed to 
item_select_on_focus_disabled
      Added missed enums for the Entry widget
      New Gengrid reorder_mode functions and signals.
      Added new Config.accel_preference property
      Added evas_font_path_global_* API
      Added Gengrid.focus_direction_allow property
      Revert "Added Gengrid.focus_direction_allow property"
      Add new Object.scroll_item_loop_enabled property
      Fix param declaration for edje_edit offset functions (float->int)
      New Config.focus_autoscroll_mode property
      New Configuration.color_class_* functions and props.

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 


Reply via email to