This is an automated email from the git hooks/post-receive script.
stefan pushed a change to annotated tag v1.21.0-beta2
in repository core/efl.
at 1cffa123dc (tag)
tagging ecbcc26a5ff692f64cd7d8bad3683b1e9277c12f (commit)
replaces v1.21.0-beta1
tagged by Stefan Schmidt
on Thu Aug 9 12:41:08 2018 +0200
- Log -----------------------------------------------------------------
v1.21.0-beta2
Alastair Poole (3):
elm_code_widget: fix keyboard and scrolling with active selection.
efl_selection: reintroduce missing ELM_CNP_EVENT_SELECTION_CHANGED symbol.
elm_code_widget: match bg color with widget color.
Bowon Ryu (1):
efl_ui_tab_pager: clean up and remove unnecessary signals.
Bryce Harrington (9):
eina: Add doxygen in/out tags for inlist and iterator
eina: Add doxygen in/out tags for lalloc and list
eina: Add doxygen in/out tags for log
eina: Add doxygen in/out tags for mmap and module
eina: Add doxygen in/out tags for promise
eina: Add doxygen in/out tags for quaternion
eina: Add doxygen in/out tags for rbtree
eina: Add doxygen in/out tags for value and value_util
eina: Add doxygen in/out tags for rectangle
Carsten Haitzler (1):
elm genlist - remove execsivve calls where we could do less eo lookups
Christopher Michael (4):
elementary: Check for valid frame object
elementary: Check for valid resize object before calling
elementary: Check for valid resize object
elementary: Check for valid object before calling smart calculate
Daniel Kolesa (1):
build: disable Lua binding generation
Derek Foreman (8):
ee_wayland: Update maximize and fullscreen state after configure
evas: Defer render post callbacks added during async render
ecore_evas: Sync evas on manual_render_set
ecore_evas: Make sure a manual render does a manual render
wayland: Fix elementary setting window parents at creation time
Revert "ee_wayland: Remove pointless ack_configure"
ee_wayland: Update configured state on short-circuit ack-configure
ee_drm: Fix tick job timestamps for funny GPU clocks
Felipe Magno de Almeida (2):
Efl.Ui.Layout.Factory: added missing factory_model_connect
elementary: efl_ui_view_list cleanup
Hermet Park (6):
evas sdl: don't make confusing, we only use one-indexed egl handles.
elementary bg: fix to guarantee compatibility.
elementary image: apply lazy calculation and guarantee retained method.
evas image: code refactoring.
elementary image: don't calc size using empty ones.
evas image: fix screen flickering issue at partial + image preloading
Hosang Kim (1):
ecore: fix that timers are not called in the order they were registered.
Jaehyun Cho (1):
evas_events: Fix to set mouse_in state to all pointers in the seat.
Marcel Hollerbach (9):
elm_entry: make the hoversel not focusable
elm_multibuttonentry: do not define multiple times the same structs
efl_model: fix redefine warning
genlist: rework the focus model for performance
elm_genlist: fix ghost objects from the genlist cache
elm_genlist: remove unused function
elm_genlist: fix item registration by correct realization
efl_ui_focus_composition: do not call legacy API here
efl_ui_composition: remove all registered children on unregister
Mike Blumenkrantz (53):
tests: check WIFEXITED to determine if test exited before using exit
status
ci: refactor all build steps into separate build scripts
ci: add ccache support
ci: don't cd / when building example app
ci: add autoconf caching
ci: disable app build on osx
ci: add osx homebrew packages to cache
ci: build tests on macos
ci: disable make on release builds
ci: make release-ready not allow failures
ci: use manual autoreconf && configure calls
ci: add folding for travis logs
ci: run make check in build
ci: make check -> make check-TESTS
ci: disable tests on misc builds
tests/eio: increase monitoring test timeout to 1s
elm: handle all failure cases with error messages in init
edje: handle all failure cases with error messages in init
evas: handle all failure cases with error messages in evas_init
build: use $() for automake variables, not ${}
build: fix rpath for binaries which use ecore-x dependencies
ci: disable built-in make rules and variables
ci: attempt to print the test logs if distcheck fails
tests/ecore: remove tolerance threshold from ecore_timer_reset test case
ci: disable tests on macos
ci: use gold linker for linux builds
build: disable dependency tracking in distcheck builds
ci: disable dependency tracking in ci builds
build: use $(@D) for eolian directory name
build: disable eolian implicit rules in subdir builds
elm/bg: call color_set up the class chain internally
ci: explicitly set PKG_CONFIG_PATH for openssl
ci: print config.log if configure fails
edje: add back function prototype for
edje_object_color_class_description_get
elm/genlist: remove conditional in _calc_job for verifying show_item code
elm/genlist: use correct type of list when iterating
build: move src/examples/ to a single makefile
build: remove BUILT_SOURCES usage from cxx examples makefiles
build: remove infuriating VTIME build define
ci: remove --always-build-examples from misc build
ci: add build time to IRC notification
tests/elm: when using buffer engine, clamp render and edje timing to 0.05s
ecore-evas/wayland: fix parent setting on canvas creation
tests/eolian: remove eolian_decl test
efl_ui/image_zoomable: fix internal eina file refcounting
build: rewrite remaining $(OBJEXT) rules
edje_cc: change .mo file write location to be relative to the .edj file
tests/genlist: use genlist test namespace for test functions
tests/genlist: add full test for expanding and contracting a genlist item
tests/naviframe: namespace test function names
ci: automatically clear config.cache if it cannot be used
build: define PACKAGE_BUILD_DIR as $(abs_top_builddir) for all test suites
build: explicitly add eolian generated files to CLEANFILES
Shinwoo Kim (3):
Efl.Canvas.Group: use desired function
test/evas: add to check smart class overriding
evas_image: do not render while preloading
Stefan Schmidt (1):
release: Update NEWS and bump version for 1.21.0-beta2 release
Stephen Houston (1):
efl/ui_format: Use STRING type for format strings that contain %%
Yeongjong Lee (2):
elm_map: implement zoom_mode_get, zoom_level_get
elm_map: remove unreasonable efl_super call
Yeshwanth Reddivari (1):
region_add: Fix copying wrong rect during smart merge
-----------------------------------------------------------------------
No new revisions were added by this update.
--