elementary - fixes. not removals.

SVN revision: 83417
This commit is contained in:
ChunEon Park 2013-01-29 07:50:08 +00:00
parent 6c669fcc04
commit ad03df7e5e
1 changed files with 2 additions and 1 deletions

View File

@ -134,14 +134,15 @@ Fixes:
* when parent of ctxpopup is resized, ctxpopup calls dismissed signal. * when parent of ctxpopup is resized, ctxpopup calls dismissed signal.
* Fix memory leak of the ctxpopup and callback function to be ctxpopup obj is delivered to. * Fix memory leak of the ctxpopup and callback function to be ctxpopup obj is delivered to.
* Apply disply mode to all views of a naviframe if the display mode of the views are changed. Sometimes views are couldn't be recoverved to a previous status if they are stacked into more depth. * Apply disply mode to all views of a naviframe if the display mode of the views are changed. Sometimes views are couldn't be recoverved to a previous status if they are stacked into more depth.
* Fix the scroll position is calculated by the size of pan object, not the size of scroller.
* Fix a elm_transit crash issue when user delete all target objects in the effect end callback. * Fix a elm_transit crash issue when user delete all target objects in the effect end callback.
Removals: Removals:
* All internal widget hooks (and related macros) were removed, due * All internal widget hooks (and related macros) were removed, due
to deprecation. Thus, people using that (unstable) API will have to deprecation. Thus, people using that (unstable) API will have
to adapt themselves. to adapt themselves.
* Deprecate elm_label_slide_set(), elm_label_slide_get(). * Deprecate elm_label_slide_set(), elm_label_slide_get().
* Fix the scroll position is calculated by the size of pan object, not the size of scroller.
Changes since Elementary 1.0.0: Changes since Elementary 1.0.0:
------------------------- -------------------------