[elm] NEWS, Changelog and @since for my residual

porting work.




SVN revision: 75908
This commit is contained in:
Gustavo Lima Chaves 2012-08-30 23:19:05 +00:00
parent b593889c3c
commit d58b37539b
9 changed files with 44 additions and 11 deletions

View File

@ -409,3 +409,16 @@
2012-08-30 Carsten Haitzler (The Rasterman)
1.7.0 release
2012-08-30 Gustavo Lima Chaves (glima)
Toolbar widget is now a scrollable widget.
Entry widget is now a scrollable layout.
Fileselector entry widget is now an elm layout.
Ctxpopup widget is now an elm layout.
Multibutton entry entry is now an elm layout.
Popup widget is now an elm layout.
Panel widget is now an elm layout.
All internal widget hooks (and related macros) were removed, due
to deprecation. Thus, people using that (unstable) API will have
to adapt themselves.

View File

@ -1,4 +1,21 @@
Elementary 1.7.0
Changes since Elementary 1.7.0:
-------------------------
Improvements:
* Toolbar widget is now a scrollable widget.
* Entry widget is now a scrollable layout.
* Fileselector entry widget is now an elm layout.
* Ctxpopup widget is now an elm layout.
* Multibutton entry entry is now an elm layout.
* Popup widget is now an elm layout.
* Panel widget is now an elm layout.
Removals:
* All internal widget hooks (and related macros) were removed, due
to deprecation. Thus, people using that (unstable) API will have
to adapt themselves.
Changes since Elementary 1.0.0:
-------------------------

View File

@ -19,7 +19,8 @@
* number of items (hence the use of list, not genlist).
*
* This widget inherits from the @ref Layout one, so that all the
* functions acting on it also work for context popup objects.
* functions acting on it also work for context popup objects
* (@since 1.8).
*
* This widget emits the following signals, besides the ones sent from
* @ref Layout:

View File

@ -21,7 +21,8 @@
* a smart event and as the new text on the entry.
*
* This widget inherits from the @ref Layout one, so that all the
* functions acting on it also work for file selector entry objects.
* functions acting on it also work for file selector entry objects
* (@since 1.8).
*
* This widget encapsulates operations on its internal file
* selector on its own API. There is less control over its file

View File

@ -18,7 +18,8 @@
* that can be clicked for further actions.
*
* This widget inherits from the @ref Layout one, so that all the
* functions acting on it also work for multi-button entry objects.
* functions acting on it also work for multi-button entry objects
* (@since 1.8).
*
* This widget emits the following signals, besides the ones sent from
* @ref Layout:

View File

@ -64,7 +64,7 @@
* buttons currently set to popup.
*
* This widget inherits from the @ref Layout one, so that all the
* functions acting on it also work for popup objects.
* functions acting on it also work for popup objects (@since 1.8).
*
* This widget emits the following signals, besides the ones sent from
* @ref Layout:

View File

@ -28,11 +28,11 @@
* formatted markup text.
*
* This widget inherits from the @ref Layout one, so that all the
* functions acting on it also work for entry objects.
* functions acting on it also work for entry objects (@since 1.8).
*
* This widget implements the @b @ref elm-scrollable-interface
* interface, so that all (non-deprecated) functions for the base @ref
* Scroller widget also work for entries.
* interface, so that all (non-deprecated) functions for the base
* @ref Scroller widget also work for entries (@since 1.8).
*
* Some calls on the entry's API are marked as @b deprecated, as they
* just wrap the scrollable widgets counterpart functions. Use the

View File

@ -19,7 +19,7 @@
* @li @c ELM_PANEL_ORIENT_BOTTOM
*
* This widget inherits from the @ref Layout one, so that all the
* functions acting on it also work for panel objects.
* functions acting on it also work for panel objects (@since 1.8).
*
* Default content parts of the panel widget that you can use are:
* @li @c "default" - A content of the panel

View File

@ -20,8 +20,8 @@
* Items can have multiple states, or show menus when selected by the user.
*
* This widget implements the @b @ref elm-scrollable-interface
* interface, so that all (non-deprecated) functions for the base @ref
* Scroller widget also work for toolbars.
* interface, so that all (non-deprecated) functions for the base
* @ref Scroller widget also work for toolbars (@since 1.8)
*
* Smart callbacks one can listen to:
* - @c "clicked" - when the user clicks on a toolbar item and becomes