This is an automated email from the git hooks/post-receive script.
seoz pushed a change to annotated tag v1.15.0-alpha1
in repository core/elementary.
at 5b16419 (tag)
tagging f583a8051afacfe73920f8a03a448bf31d74ddf3 (commit)
replaces v1.14.0
tagged by Daniel Juyung Seo
on Thu Jul 9 04:22:24 2015 +0900
- Log -----------------------------------------------------------------
v1.15.0-alpha1
Aleksey Karmanov (1):
elm_genlist: fix implementation of genlist tooltip functions
Amitesh Singh (21):
layout: Flush layout resize object's edje signals on focus/unfocus.
theme: return false if elm_object_style_set() failed to set requested
style.
label: Fix memory leak.
entry: No need to free ptr returned by _elm_util_mkup_to_text
genlist: track viewport size changes and re-eval items when it resizes
tooltip: set the correct style of label.
slider: use theme of object for popup.
test_hover.c: remove "transparent" hover style set.
ctxpopup: Added item_focus_set/item_focus_get.
hoversel: Added item_focus_set/item_focus_get.
test_genlist: Fix warnings while running "Genlist Textblock".
genlist: do a proper clean up in clear().
tooltip: fix tooltip multi line text issue
genlist: fix resize of items when added after elm_genlist_clear().
elm_genlist: reset timer to NULL on cancel only.
elm_genlist: code refractoring of _item_process
genlist/list/win: Revert focus highlight animation when looping is enable
Revert "theme: return false if elm_object_style_set() failed to set
requested style."
slider: call elm_widget_theme_get instead of elm_object_theme_get.
layout: Fix eo API error while running "Genlist 7" in elementary_test.
entry: Remove unused variable.
Anand (3):
test_glview: remove warning while compiling the elementary package
elm_gen_common: fix typo in Struct variable documentation
test_focus: Focus should to move layout's entry
Andrii Kroitor (1):
colorselector: fix missing style warning
Avi Levin (41):
elm_box: porting evas smart callbacks to eo
elc_popup: porting evas smart callbacks to eo
elc_player: porting evas smart callbacks to eo
elm_dayselector: porting evas smart callbacks to eo
elm_photo: porting evas smart callbacks to eo
elm_flip: porting evas smart callbacks to eo
etc_ctxpopup, elm_gengrid, elm_notify: porting evas smart callbacks to eo
elc_naviframe: porting evas smart callbacks to eo
elm_datetime: porting evas smart callbacks to eo
elm_panel: porting evas smart callbacks to eo
elm_segment_control: porting evas smart callbacks to eo
elc_hoversel, elm_interface_scrollable: porting evas smart callbacks to eo
elm_clock, elm_flipselector: porting evas smart callbacks to eo
elm_toolbar: porting evas smart callbacks to eo
elm_genlist: porting evas smart callbacks to eo
elm_image, elm_colorselector: porting evas smart callbacks to eo
elm_actionslider, elm_map: porting evas smart callbacks to eo
elc_multibuttonentry: porting evas smart callbacks to eo
elm_frame: porting evas smart callbacks to eo
elm_radio, elm_slider: porting evas smart callbacks to eo
elm_web2: porting evas smart callbacks to eo
elm_photocam: porting evas smart callbacks to eo
elm_hover: porting evas smart callbacks to eo
elm_button: porting evas smart callbacks to eo
elm_thumb: porting evas smart callbacks to eo
elm_diskselector: porting evas smart callbacks to eo
elm_progressbar: porting evas smart callbacks to eo
elm_scroller: porting evas smart callbacks to eo
elm_panes: porting evas smart callbacks to eo
elm_entry: porting evas smart callbacks to eo
elc_fileselector, elc_fileselector_button: porting evas smart callbacks
to eo
elm_menu: porting evas smart callbacks to eo
elm_list, elm_win: porting evas smart callbacks to eo
elm_slideshow, elm_plug: porting evas smart callbacks to eo
elm_spinner, elm_index: porting evas smart callbacks to eo
elm_layout, elm_label: porting evas smart callbacks to eo
elm_prefs, elm_check: porting evas smart callbacks to eo
elm_icon: porting evas smart callbacks to eo
elm_calendar, elm_widget: porting evas smart callbacks to eo
elc_fileselector_entry, elm_bubble: porting evas smart callbacks to eo
elm_video: porting evas smart callbacks to eo
Carsten Haitzler (18):
elm notify patch submit - rebase lost my fix? fix now in extra commit
elm - tests - fix const warnings with new eina home get func
elm config - init wl if env vars indicate we should
theme - add more efm basic file type icons
update po's
theme - efm - redo folder to stand out more amongst all the file icons
elm theme - remove commented out efm icon lines so as not to confus people
elm = fix window norender handling
elm - fix profile handling if ELM_PROFILE is set - dont listen to x msg
elm theme - toolbar - adjust padding for the toolbar to not look so bad
elm list - theme - make compress moder work again
fix list item mode change on elm list
elm config files - don't write to file if file handle is null
fix more elm config file pointer access
elm confiug - remove now useless x11 property handling - donr by files
update po's
elm - scroller - set hold flag on wheel events if used for that dir
elm - fix formatting syntax err in condig
Cedric BAIL (2):
elementary: use portable way to get tmp and home environment.
examples: fix changes in Evas.Canvas3D namespace.
Christopher Michael (2):
elementary: Remove unused variable
elementary: Add rudimentary support for Elm Wayland apps to set border
icon
ChunEon Park (12):
genlist: fix to return item style correctly.
clipper: improve doc.
fix makedist break.
clipper: hide the region_set()/get() APIs.
widget: more fix wrt item data.
scroller: add example for resizing scroll's content area.
clipper: removed.
Revert "Spinner: Add changed callback call when spinner value set."
clendar: + null check
calendar: + null check.
win: fix bug about engine value.
list: --printf
Daniel Juyung Seo (12):
examples/evas3d: Use correct variable type for a return value.
po/ko: Updated Korean translation.
test_win_keygrab: Fix buffer not null terminated error.
edje_externals: Fix wrong free.
elm: Remove shadow variable declarations.
interface_scrollable: Add more description to animators.
elm: Add missing const for getters.
layout: Add more description for layout's internal smart data members.
test_focus_policy: Enhance object focus policy test.
po: Updated po.
elm: Fix distcheck.
release: Update NEWS and bump version for 1.15.0-alpha1 release
Daniel Kolesa (25):
eolian: use the new property syntax
elm_widget_item: fix doc comments
eo: fix up the remaining doc comments
eo: sync with latest Eolian changes and introduce a harmless temporary
hack
eo: fix according to latest eolian changes
eo: sync with eolian syntax changes
eo: Eina_Bool -> bool
eo: remove occurences of @const_get/@const_set
eo: migrate enum docs to new format
eo: migrate all event docs to new syntax
elm: constify Eolian methods correctly because of recent Eolian changes
fileselector: convert docs
video: convert docs
photo: convert docs
notify: convert docs
actionslider: convert docs
fileselector_button: convert docs
systray: convert docs
scroller: convert docs
radio: convert docs
route: convert docs
separator: convert docs
check: convert docs
icon: convert docs
elm: update new-style docs across elm so they validate right
Daniel Zaoui (24):
SlideShow: Fix double invocation of ItemClass delete function
test/scroller: apply coding style.
Eolian: support of eot file
Move elm_general types to Eolian format
Adapt Eo classes to use new Eolian types
Fix make clean
Focus: add and fix comments
DnD/X11: remove unused function
DnD/X11: refactor the notifiers
DnD/X11: rename notifiers
DnD/X11: Fix invalid access to memory
DnD: fix memory leak
DnD: fix usage of TARGETS
Tests/DnD: fix uri parsing
DnD: remove from elm_cnp code specific to elm_entry
DnD: remove text/uri handling
CnP: improve loss callback
X11/CnP: remove X11 invocations from elm_entry
Set file permissions back to 644
Genlist: use correct variable during realize
Eo events: fix wrong event invocations
Focus: concentrate focused events in widget
Win: fix ABI issue
Eo Events: port more Evas Smart callbacks to Eo
Dave Andreoli (1):
Immediatly change the cursor if changed from inside the widget
Hosang Kim (5):
elm_interface_scrollable : Fix logic about setting EVAS_EVENT_FLAG_ON_HOLD
atspi_bridge: fix memory leak issue
dayselector : add safety check for NULL pointer from _item_find()
gengrid: add unhighlight callback
elm_list & elm_genlist & elm_gengrid: fix the behavior of using the mouse.
Jaehwan Kim (7):
elm_config: remove X dependency.
config: make a config directory, if it is not.
config: fix comment
config: fix the flush file path.
config: read flush.cfg when elm_config_all_flush is called.
elm_conform: remember window pointer.
elm_conform: remove smart_callback when it is removed.
Jaehyun Cho (8):
elm_win: Set initial withdrawn state from win's ecore_evas property.
examples: Replace preferred engine "opengl_x11" with accel preference
"3d".
examples: Replace setenv() with elm_config_accel_preference_set().
layout: Add NULL check for ELM_NEW memory allocation.
layout: Fix to pass correct argument for edje_object_part_unswallow.
layout: Add NULL check for calloc memory allocation.
index: Add NULL check for malloc memory allocation.
naviframe: Fix to work clicked callback of auto pushed button.
Jee-Yong Um (2):
elm_genlist: Emitting signal when content or text is set in genlist item
elm_object_item: fix the issue that del_cb doens't get item data as its
parameter
Ji-Youn Park (3):
elm_win: Add elm win key grab. If keyrouter support several keygrab mode,
apps can use it.
elm_win: fix keygrab bug to use wrong keygrab mode
elm_flip: small error handle fix
Larry Jr (2):
EFL Model List View for MVC design
EFL Model Form View for MVC design
Lukasz Stanislawski (25):
atspi: more org.a11y.atspi.Window signals is broadcasted.
atspi: fix accessible_at_point method to match specification.
atspi: add component interface to elm_widget_item objects.
atspi: handle state change notifications in on_focus function
atspi: do not return ELM_ATSPI_STATE_ACTIVE when widget is enabled.
atspi: set FOCUSABLE state only when widget has no focusable children
atspi: add ACTIVE state to elm_win
atspi: improve way of setting ATSPI SHOWING state
genlist: implement Atspi_Selection interface
toolbar: implement Atspi_Selection interface
gengrid: implement Atspi_Selection interface
atspi: fix signal name
entry: improve at-spi2 accessibility support
atspi: fix popup role and signal emission
list: add atspi SELECTABLE state to elm_list items.
atspi: refactor atspi_bridge to eo object
atspi: add missing header
atspi: add org.a11y.atspi.Application interface to root object
atspi: fix missing Window signals on AT-SPI2 initialization
atspi: enable atspi also in quicklaunch infrastructure
genlist: broadcast atspi expanded state changes
ctxpopup: enhance atspi state information and actions.
win: return nice atspi name
win: do not emit atspi children-changed event twice
atspi: handle all states names
Marcel Hollerbach (1):
elm_icon_external: cleanup ERR msg in error case
Massimo Maiurana (2):
Updating spanish translation
Updating italian translation
Mike Blumenkrantz (13):
gengrid/genlist: decrement item counter before triggering item del
callback
glview: preserved changed state when altering render mode
tooltip: fix positioning when tooltip is affixed to a window object
shelf: use constant rects for eventing
shelf: use spacer for content sizing, toggle content visibility
pager16: add signals for toggling content visibility
comp effects: add vertical visibility effect
comp effects: increase size of vertical visibility effect to include
shadows
comp effects: add tooltip visibility effect
notification: set fixed on app icon to eliminate edje calc error
theme: migrate all e users of darken_rounded_square to new darken_square
image
win: only trigger del trap if win type is not FAKE
win: do not use deferred ecore evas deletion for FAKE wins
Minwoo, Lee (2):
edje_externals: add safety check for NULL pointer
elm_entry: modify to not allocate Eina_Rectangle
Prince Kr Dubey (3):
genlist: fix Issue "In Tree effect feature, items floates when number of
item crosses item block size".
elm_genlist: fix highlighted items overlap with group item during
scrolling and focus when intersect.
elm_gengrid: fix an overlap issue of item and group item on focus.
SangHyeon Lee (5):
Gengrid: fix mirroring bug in gengrid widget.
gengrid: remove duplicated focus state recovering.
gengrid: add item cache in gengrid for efficient realize/unrealize
operation.
elm_gengrid: fix the bug that gengrid item index(position) is updated
wrong value in item_update
elm_interface_scrollable: fix wrong mirrored calculation
Shinwoo Kim (2):
[layout] support mirrored set for layout which is using
elm_layout_file_set()
notify: fix prevent issue, dereference null return value
Stefan Schmidt (3):
configure: Switch to dev mode again. Merge window for 1.15 is open now.
Revert "fileselector: Work around initial genlist size bug for release."
test_win_keygrab: Better use strncpy when copying into fixed size buffer.
Sung-Taek Hong (1):
elm_colorselector: fix horiz/vertical padding to be affected by
base_scale in edc
Thiep Ha (12):
entry: update selection handlers when entry is resized
fileselector button: correct window parent finding
transit: add NULL check for memory allocation.
widget: Add null check
Dnd/X11: add dnd support for image, uri types
Cnp/X11: move entry-only code in elm_cnp to entry
Cnp/X11: correct object parameter in datacb
entry: add dnd image handling
entry: emit changed,user signal when text is pasted or dropped
cnp: remove loss callback when object is deleted
cnp: remove redundant code
cnp: change drag win type to ELM_WIN_DND
Tom Hacohen (17):
Elm widget+item: Use correct Eolian namespace syntax.
Elm access: Use correct Eolian namespace syntax.
Elm actionslider: Use correct Eolian namespace syntax.
Elm layout: Use correct Eolian namespace syntax.
Elm container: Use correct Eolian namespace syntax.
Elm box: Use correct Eolian namespace syntax.
Elm bg: Use correct Eolian namespace syntax.
Elm bubble: Use correct Eolian namespace syntax.
Most of elm: Use correct Eolian namespace syntax.
Elm button: Use correct Eolian namespace syntax.
Elm image: Use correct Eolian namespace syntax.
Win: Make animator,tick signal actually work.
Adjust usage of eo_constructor() according to recent changes.
Fix usage of the now removed eo_error_set().
Adjust according to Eo changes.
Elm widget: Fix some Eolian warnings.
Wayland cnp: Fix const qualifier discarding following eolian const fixes.
Umesh Tanwar (6):
Genlist: support of ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY mode of genlist
item for ELM_ITEM_SELECT_ON_FOCUS_DISABLE config variable.
elm_scroller: add wheel_disable_set API
Genlist: Test case added in Genlist Focus example.
Scroller: Remove white-spaces in scroller.edc file
Scroller : Remove white-spaces in header file.
Elm_Interface_Scrollable: Improvement in looping behavior
Vaibhav Gupta (6):
Gengrid: Updated gengrid to select the last item.
Genlist: Fix typo in API Documentation
Gengrid: Fix typo in API Documentation.
test_gengrid: remove EINA_UNUSED for a used argument
focus: fix typo in API Documentation.
Entry: Add chunked append in case of _elm_entry_entry_append
Vitalii Vorobiov (2):
Elm_Notify: adding elm_object_part_text_set/get functionality
elm_colorselector: pixel-picker accuracy fix
Vitor Sousa (9):
Revised classes and interfaces in .eo files and added missing attributes
elm_photocam: use Efl.File in Elm_Photocam
elm_win: Replace elm_win_constructor by constructing properties
elm_win_standard: Add elm_win_standard class
elm_win: Move enums to elm_win.eo
elm_image: Solve clash on the meaning of "animated"
Replace C names by Eolian namespaced names in .eo files
win: Add autohide and ELM_POLICY_QUIT_LAST_WINDOW_HIDDEN
elm_entry: use Efl.File in Elm_Entry
WooHyun Jung (3):
elm_focus: added new focus move policy and
elm_object_focus_move_policy_set/get
missed from prvious commit
fileselector: add NULL check for memory allocation
Woochan Lee (1):
multibuttonentry: Delete unused data in edc.
Yakov Goldberg (28):
elm.win.eo: fixed typo
elm_panel: Move enums to elm_panel.eo
elm_scroller: Move enums to elm_scroller.eo
elm_flip: Move enums to elm_flip.eo
elm_toolbar: Move enums to elm_toolbar.eo
elm_toolbar: fixing Eolian comment markup
elm_actionslider: Move enums to elm_actionslider.eo
elm_ctxpopup: Move enums to elm_ctxpopup.eo
elm_icon: Move enums to elm_icon.eo
elm_fileselector: Move enums to elm_interface_fileselector.eo
elm_popup: Move enums to elm_popup.eo
elm_index: delete empty elm_index_common.h
elm_menu: delete empty elm_menu_common.h
elm_segment_control: delete empty elm_segment_control_common.h
elm_bg: Move enums to elm_bg.eo
elm_bubble: Move enums to elm_bubble.eo
elm_calendar: Move enums to elm_calendar.eo
elm_clock: Move enums to elm_clock.eo
elm_colorselector: Move enums to elm_colorselector.eo
elm_datetime: Move enums to elm_datetime.eo
elm_dayselector: Move enums to elm_dayselector.eo
elm_entry: moved part of enums to elm_entry.eo
elm_gengrid: move enums to elm_gengrid_item.eo
elm_genlist: move enums to elm_genlist_item.eo
elm_list: Move enums to elm_list.eo
elm_label: Move enums to elm_label.eo
elm_hover: Move enums to elm_hover.eo
elm_general: move definition of enum Elm.Wrap.Type to elm_general.eot
Youngbok Shin (8):
cnp: Add safety check for NULL pointer from _elm_util_text_to_mkup().
cnp: Add safety check for NULL pointer from calloc() for anim_icon.
cnp: Add safety check for NULL pointer from strdup().
cnp: Fix memory leak issue.
cnp: Add safety check for NULL pointer from malloc().
clock: Add safety check for NULL pointer from localtime() func.
colorselector: add safety check for NULL pointer from ecore_x_image_new().
calendar: show days of prev/next month.
divyesh purohit (1):
elm_datetime: Fix datetime ctxpopup resize issue
godly.talias (1):
elm_spinner: add feature in spinner to change values while dragging
relative to the speed of dragging
jiin.moon (2):
elementary: Create new widget for image masking
elm_config: Add feature to control transition scale for edje
kumar navneet (1):
Patch to fix accessibility issue in coloselector item.
shilpa.singh (2):
[Elm_ColorSelector]: Unnecessary widget creations, code execution avoided.
Elm: Add context,open signal in elm_entry.
taehyub (3):
elc_popup: add scroller into popup content area
interface scrollerable: modify the loop_v condition in
_elm_scroll_momentum_animator() function
app_server: add null check for dbus_state_set/elm_app_server_views_eet_new
woochan lee (5):
Spinner: Add changed callback call when spinner value set.
widget: Add a case that elm_layout is an item view object.
multibuttonentry: Delete item size min set when first box resize time.
toolbar: item object change from edje object to layout.
toolbar: content_set function called when user content set to toolbar
item.
-----------------------------------------------------------------------
No new revisions were added by this update.
--