Python-efl

Latest version: v1.26.1

Safety actively analyzes 639199 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

1.15.0

===================

Fixes:

* elm.Entry: Fixed name of the callback_rejected_del function
* Fixed build on OSX
* Fixed build when ecore-x is not available
* Fixed module init from embedded interpreter


Changes:

* Elm: Unify modules into a monolithic module


Additions:

* elm.Configuration.transition_duration_factor
* elm.Window.autohide
* elm.ELM_POLICY_QUIT_LAST_WINDOW_HIDDEN
* elm.Entry.callback_context_open_add/del
* elm.ELM_FOCUS_MOVE_POLICY_KEY_ONLY
* elm.Object.focus_move_policy
* elm.Scrollable.wheel_disabled
* evas.Textblock.obstacle_add
* evas.Textblock.obstacle_del
* evas.Textblock.obstacles_update
* evas.EVAS_CALLBACK_CANVAS_VIEWPORT_RESIZE


===================

1.14.0

===================

Fixes:

* Fixed evas.Textgrid to not leak on cellrow_set()


Improvements:

* Re-added evas.SmartObject (with incompatible API compared to the earlier
incarnation) and made elm.Object inherit from it.
* Better init/shutdown management in all modules, no more need to
manually call those functions (no harm in doing it though).


Changes:

* elm.List.callback_highlighted_add: Added item param to func
* elm.List.callback_unhighlighted_add: Added item param to func
* elm.Toolbar.callback_clicked_add: Added item param to func
* elm.Toolbar.callback_longpressed_add: Added item param to func
* elm.Slideshow: item_data are now a single value, instead of args/kargs,
like is implemented in Gengrid/Genlist


Additions:

* evas.Smart
* evas.Image.orient
* edje.Edje.text_class_get
* edje.text_class_get
* elm.systray
* elm.Configuration.window_auto_focus_animate
* elm.Configuration.window_auto_focus_enable
* elm.Image.memfile_set
* elm.MultiButtonEntry.callback_item_longpressed_add
* elm.MultiButtonEntry.callback_item_longpressed_del
* elm.NaviframeItem.pop_cb_set
* elm.Photocam.image_orient
* elm.Scrollable.loop
* elm.Slider.indicator_visible_mode
* elm.Transit.go_in
* elm.on_config_all_changed
* elm.on_ethumb_connect
* elm.on_policy_changed
* elm.on_process_background
* elm.LayoutClass.file is now also readable
* elm.Video.file is now also readable


Deprecation:

* evas.Rect.intercepts: Use intersects() instead


===================

1.13.0

===================

Improvements:

* better docs for everything
* some new elm examples/tests
* new efl.utils.setup helper module to simplify user setup.py
* new uninstall setup.py command
* fixed elm.Entry.cursor_content_get() to not crash when called


Changes:

* raised cython requirements to 0.21
* ecore.x module renamed to ecore_x
* removed evas.SmartObject class, it was broken


Additions:

* efl.utils.setup module
* elm.Configuration.slider_indicator_visible_mode
* elm.Gengrid.callback_clicked_right_add
* elm.Genlist.callback_clicked_right_add
* elm.List.callback_clicked_right_add
* elm.Scrollable.step_size
* elm.Table.align
* elm.Theme.group_base_list_get
* elm.Transit.tween_mode_factor_n
* elm.ELM_TRANSIT_TWEEN_MODE_DIVISOR_INTERP
* elm.ELM_TRANSIT_TWEEN_MODE_BOUNCE
* elm.ELM_TRANSIT_TWEEN_MODE_SPRING
* elm.ELM_TRANSIT_TWEEN_MODE_BEZIER_CURVE
* elm.DialogWindow
* elm.Window.callback_theme_changed_add
* evas.Map.util_object_move_sync
* evas.Object.size_hint_expand
* evas.Object.size_hint_fill
* evas.EXPAND_BOTH
* evas.EXPAND_HORIZ
* evas.EXPAND_VERT
* evas.FILL_BOTH
* evas.FILL_HORIZ
* evas.FILL_VERT


Deprecation:

* elm.Configuration.engine
* elm.Configuration.preferred_engine


===================

1.12.0

===================

Additions:

* Edje.base_scale
* Edje.part_text_input_hint_get
* Edje.part_text_input_hint_set
* elm.ELM_PROCESS_STATE_FOREGROUND
* elm.ELM_PROCESS_STATE_BACKGROUND
* elm.process_state_get
* elm.ELM_INPUT_HINT_NONE
* elm.ELM_INPUT_HINT_AUTO_COMPLETE
* elm.ELM_INPUT_HINT_SENSITIVE_DATA
* elm.ELM_INPUT_PANEL_LAYOUT_NORMAL_VARIATION_NORMAL
* elm.ELM_INPUT_PANEL_LAYOUT_NORMAL_VARIATION_FILENAME
* elm.ELM_INPUT_PANEL_LAYOUT_NORMAL_VARIATION_PERSON_NAME
* elm.ELM_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_NORMAL
* elm.ELM_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_SIGNED
* elm.ELM_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_DECIMAL
* elm.ELM_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_SIGNED_AND_DECIMAL
* elm.ELM_INPUT_PANEL_LAYOUT_PASSWORD_VARIATION_NORMAL
* elm.ELM_INPUT_PANEL_LAYOUT_PASSWORD_VARIATION_NUMBERONLY
* elm.Entry.input_hint
* elm.Fileselector.current_name
* elm.Panel.scrollable
* elm.Panel.scrollable_content_size


===================

1.11.0

===================

Additions:

* ecore.x.screensaver_blank_get
* ecore.x.screensaver_blank_set
* ecore.x.screensaver_custom_blanking_disable
* ecore.x.screensaver_custom_blanking_enable
* ecore.x.screensaver_event_available_get
* ecore.x.screensaver_event_listen_set
* ecore.x.screensaver_expose_get
* ecore.x.screensaver_expose_set
* ecore.x.screensaver_idle_time_get
* ecore.x.screensaver_interval_get
* ecore.x.screensaver_interval_set
* ecore.x.screensaver_resume
* ecore.x.screensaver_set
* ecore.x.screensaver_supend
* ecore.x.screensaver_timeout_get
* ecore.x.screensaver_timeout_set
* ELM_GLOB_MATCH_NO_ESCAPE
* ELM_GLOB_MATCH_PATH
* ELM_GLOB_MATCH_PERIOD
* ELM_GLOB_MATCH_NOCASE
* ELM_GENGRID_REORDER_TYPE_NORMAL
* ELM_GENGRID_REORDER_TYPE_SWAP
* elm.Gengrid.reorder_type
* elm.Gengrid.search_by_text_item_get
* elm.Genlist.search_by_text_item_get
* elm.Map.region_zoom_bring_in
* elm.Panes.content_left_min_relative_size
* elm.Panes.content_left_min_size
* elm.Panes.content_right_min_relative_size
* elm.Panes.content_right_min_size
* elm.Toolbar.callback_selected_add
* elm.Toolbar.callback_unselected_add
* Emotion.on_open_done_add
* Emotion.on_open_done_del
* Emotion.on_playback_started_add
* Emotion.on_playback_started_del
* Emotion.on_position_load_failed_add
* Emotion.on_position_load_failed_del
* Emotion.on_position_load_succeed_add
* Emotion.on_position_load_succeed_del
* Emotion.on_position_save_failed_add
* Emotion.on_position_save_failed_del
* Emotion.on_position_save_succeed_add
* Emotion.on_position_save_succeed_del
* Emotion.on_position_update_add
* Emotion.on_position_update_del

===================

1.10.0

===================

Additions:

* elm.Configuration.accel_preference
* elm.Configuration.atspi_mode
* elm.Configuration.audio_mute_get
* elm.Configuration.audio_mute_set
* elm.Configuration.color_classes_list
* elm.Configuration.color_overlay_apply
* elm.Configuration.color_overlay_list
* elm.Configuration.color_overlay_set
* elm.Configuration.color_overlay_unset
* elm.Configuration.focus_autoscroll_mode
* elm.Configuration.focus_highlight_clip_disabled
* elm.Configuration.focus_move_policy
* elm.Configuration.item_select_on_focus_disabled
* elm.Configuration.magnifier_enabled
* elm.Configuration.magnifier_scale
* elm.ELM_INPUT_PANEL_LAYOUT_DATETIME
* elm.ELM_INPUT_PANEL_LAYOUT_EMOTICON
* elm.ELM_INPUT_PANEL_RETURN_KEY_TYPE_SIGNIN
* elm.ELM_SYS_NOTIFY_CLOSED_EXPIRED
* elm.ELM_SYS_NOTIFY_CLOSED_DISMISSED
* elm.ELM_SYS_NOTIFY_CLOSED_REQUESTED
* elm.ELM_SYS_NOTIFY_CLOSED_UNDEFINED
* elm.ELM_SYS_NOTIFY_URGENCY_LOW
* elm.ELM_SYS_NOTIFY_URGENCY_NORMAL
* elm.ELM_SYS_NOTIFY_URGENCY_CRITICAL
* elm.sys_notify_close
* elm.sys_notify_send
* elm.ELM_OBJECT_MULTI_SELECT_MODE_DEFAULT
* elm.ELM_OBJECT_MULTI_SELECT_MODE_WITH_CONTROL
* elm.ELM_OBJECT_MULTI_SELECT_MODE_MAX
* elm.Gengrid.callback_item_focused_add
* elm.Gengrid.callback_item_reorder_anim_start_add
* elm.Gengrid.callback_item_reorder_anim_stop_add
* elm.Gengrid.callback_item_unfocused_add
* elm.Gengrid.multi_select_mode
* elm.Gengrid.page_relative
* elm.Gengrid.page_size
* elm.Gengrid.reorder_mode_start
* elm.Gengrid.reorder_mode_stop
* elm.Gengrid.wheel_disabled
* elm.Genlist.callback_item_focused_add
* elm.Genlist.callback_item_unfocused_add
* elm.Hoversel.callback_item_focused_add
* elm.Hoversel.callback_item_unfocused_add
* elm.List.callback_item_focused_add
* elm.List.callback_item_unfocused_add
* elm.ELM_FOCUS_MOVE_POLICY_CLICK
* elm.ELM_FOCUS_MOVE_POLICY_IN
* elm.ELM_FOCUS_AUTOSCROLL_MODE_SHOW
* elm.ELM_FOCUS_AUTOSCROLL_MODE_NONE
* elm.ELM_FOCUS_AUTOSCROLL_MODE_BRING_IN
* elm.Object.focused_item
* elm.Object.scroll_item_loop_enabled
* elm.ObjectItem.focus
* elm.ObjectItem.style
* elm.ObjectItem.track_count
* elm.ObjectItem.track_object
* elm.Popup.callback_item_focused_add
* elm.Popup.callback_item_unfocused_add
* elm.Toolbar.callback_item_focused_add
* elm.Toolbar.callback_item_unfocused_add


Deprecations:

* elm.Datetime.callback_languge_changed_add:
Use callback_language_changed_add instead.


==================

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.