Revisions of efl

Simon Lees's avatar Simon Lees (simotek) accepted request 830922 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 314)
- Disable NEON on armv6/7:
  * efl-no-neon.patch
buildservice-autocommit accepted request 831679 from Tomas Cech's avatar Tomas Cech (sleep_walker) (revision 313)
baserev update by copy to link target
Tomas Cech's avatar Tomas Cech (sleep_walker) committed (revision 312)
fix license
Tomas Cech's avatar Tomas Cech (sleep_walker) accepted request 831651 from Tomas Cech's avatar Tomas Cech (sleep_walker) (revision 311)
- split out ecore_imf-module-scim to reduce dependencies of base efl package
buildservice-autocommit accepted request 825874 from Simon Lees's avatar Simon Lees (simotek) (revision 310)
baserev update by copy to link target
Simon Lees's avatar Simon Lees (simotek) accepted request 825868 from Simon Lees's avatar Simon Lees (simotek) (revision 309)
- 1.24.3
  * evas - csd and wl csd - fix alpha zeroing to avoid framespace junk
  * evas - genetic update regions smart merge - merge v adjacent regions
  * efreet - handle runtime relocation right with default XDG_DATA_DIRS
  * edje: fix animation memory leak.
  * canvas vg: fix dangling vector containers.
  * evas vg: clean up dangling instances
  * canvas vg: fix vector file data memory leak.
  * efl gfx_path: fix memory leak.
  * efl_ui_image: fixed elm_image_preload_disabled_set api is not working when it is called before file set
buildservice-autocommit accepted request 808889 from Simon Lees's avatar Simon Lees (simotek) (revision 308)
baserev update by copy to link target
Simon Lees's avatar Simon Lees (simotek) accepted request 808882 from Simon Lees's avatar Simon Lees (simotek) (revision 307)
- 1.24.2
  * evas_vg_shape: return NULL in evas_vg_shape_add when the parent of shape is NULL
  * efl_ui_image: fix to call "clicked" smart callback when there is no img
  * ecore-x - ensure we fully look at all xkb events and refresh all binds
  * evas_vg_container: return NULL in evas_vg_container_add when the parent of container is NULL
  * build: ensure we set ENABLE_LUA_OLD when using a lua interpreter
- 1.24.1 Release
   * edje - don't set font sizes less than 1
   * ecore_evas_x - fix maximize/unmaximize request corner case
   * ecore_evas: only define these eina errors once
   * exactness: remove no longer needed _evas_new()
   * exactness_player: do not test for delay_ms
   * evas + gl - fix callback-to-app-changes-state issue with pixel data
Simon Lees's avatar Simon Lees (simotek) accepted request 800865 from Simon Lees's avatar Simon Lees (simotek) (revision 306)
- 1.24.0 Release
  * EO memory optimization improvements
  * Copy and Paste rework
  * Ecore_Wl2 work
  * Documentation work
  * Multiple other bugfixes
  * Removals
    * emotion & evas: remove gstreamer 0.10 support (gstreamer 1.x support is stable)
    * escape: remove library from tree (no known reamaining user of EFL on PS3 OS)
    * ecore_x: remove support XGesture extension (deprecated, distros do no longer ship it)
    * elocation: remove beta library (never out of beta)
    * eeze: remove tizen module support from eeze sensor (unused, sensor API stays)
    * evas3d: remove support for evas 3D which was a beta all along (never out of beta)
    * Xine and vlc supportin emotion (gstreamer 1.x support is stable)
- Drastically reduce the number of packages, the reality is
  these days most of the libs don't function without the others
  and everything we use needs all of them. Upstream is also heading
  in this direction.
- Drop avahi and elocation as upstream is phasing it out and we
  don't use them
Simon Lees's avatar Simon Lees (simotek) committed (revision 305)
Simon Lees's avatar Simon Lees (simotek) committed (revision 304)
buildservice-autocommit accepted request 769097 from Tomas Cech's avatar Tomas Cech (sleep_walker) (revision 303)
baserev update by copy to link target
Tomas Cech's avatar Tomas Cech (sleep_walker) accepted request 769094 from Tomas Cech's avatar Tomas Cech (sleep_walker) (revision 302)
- 1.23.3 Release
  Fixes:
   * elementary: handle case when XFIXES is not available. (T8321)
   * ecore: remove unecessary field in data structure.
   * eina: only the type need to be NULL to assume EINA_VALUE_EMPTY.
   * tests/eina: use #ifdef guard for block which can only occur inside ifdef (CID1400948)
   * mono: remove duplicated EinaFreeCb delegate
   * mono: blacklist efl_ui_text_context_menu_item_add
   * Revert "elm/genlist: don't process entire item queue on each item add"
   * tests/spec: allow for a longer timeout of the spec suite for dist build
   * travis/ci: update Fedora CI images to 31
   * ci: work around ccache segafult during setup
   * travis: update Ubuntu image to the 19.10 release
   * docs: Efl.Gfx.View
   * check: reset flags that used for legacy 'changed' cb
   * elementary: fix end of fast scroll not showing up during Efl.Ui.CollectionView scroll.
   * edje_calc: UNLIKELY changed to LIKELY.
   * elm_config: replace ecore_file_cp with ecore_file_mv
   * csharp:comma have whitespace after and none before
   * csharp: Removing a never used class. (T8417)
   * elementary: cleanup Eina_Future properly by relying on efl_future_then proper lifecycle.
   * elementary: properly handle in flight request in Efl.Ui.CollectionView.
   * elementary: watch event on the model Efl.Ui.CollectionView use directly.
   * ci: fix ccache segfault during setup on CI in release-ready build
   * evas_filter: remove shader compile error
   * Efl.Ui.Scroll_Manager: Fix indentation
   * eolian_mono: avoid keyword as a variable name
   * wl_egl : Prevent access to NULL pointer
   * eolian-cxx: Make events inherit beta info from klass.
   * Revert "elm/genlist: remove calc jobs"
buildservice-autocommit accepted request 766433 from Simon Lees's avatar Simon Lees (simotek) (revision 301)
baserev update by copy to link target
Simon Lees's avatar Simon Lees (simotek) accepted request 766239 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 300)
- Use luajit only if available
buildservice-autocommit accepted request 761069 from Simon Lees's avatar Simon Lees (simotek) (revision 299)
baserev update by copy to link target
Simon Lees's avatar Simon Lees (simotek) committed (revision 298)
- 1.23 Release
  * Again, the primary focus of this release has been stabilizing
    the EO library as well as an extending the set of unified API
    which is based on it. From this release onwards we also switched
    to meson as our only build system (RIP autotools, you served us
    well for a long time). The 2110 commits contain more changes to
    possible list here, but you will find improved DRM support, a new
    widget for controlling vector animations, a first step towards
    MVVM support, general bugfixes and more.
    Please see the NEWS file for more details.
  * spec file cleanup
- 1.22.4 Release - Various minor bugfixes
Simon Lees's avatar Simon Lees (simotek) committed (revision 297)
- 1.22.4 Release - Various minor bugfixes
Simon Lees's avatar Simon Lees (simotek) committed (revision 296)
- 1.22.3 Release - Various minor bugfixes
buildservice-autocommit accepted request 712072 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) (revision 295)
baserev update by copy to link target
Displaying revisions 21 - 40 of 334
openSUSE Build Service is sponsored by