elementary: atspi - fix dbus abort
[platform/upstream/elementary.git] / ChangeLog
index 353517f..3dbb96d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
         * Gesture layer: Fix gesture layer with "pointer" events.
 
-2012-09-18  Michael Bouchaud (yoz)
+2013-09-18  Michael Bouchaud (yoz)
 
         * Elm_Widget_Item: Introduces new widget APIs,
-        elm_widget_item_part_custom_set(),
-        elm_widget_item_part_custom_get(),
-        elm_widget_item_part_custom_update()
+        elm_widget_item_part_text_custom_set(),
+        elm_widget_item_part_text_custom_get(),
+        elm_widget_item_part_text_custom_update()
 
+2013-09-21  Daniel Juyung Seo (SeoZ)
+
+        * hover: added "dismissed" callback.
+
+2013-09-21  Daniel Juyung Seo (SeoZ)
+
+        * menu: added "dismissed" callback.
+
+2013-09-21  Daniel Juyung Seo (SeoZ)
+
+        * menu: added elm_menu_item_subitems_clear.
+
+2013-09-27  ChunEon Park (Hermet)
+
+        * layout: fixed the layout to swallow the contents again when theme is changed.
+
+2013-09-29  ChunEon Park (Hermet)
+
+        * mapbuf: Dont' move the content to not be calculated. Mapbuf expects
+        the content is static object and it won't be updated by content
+        position. This actually reduces the mapbuf calculation time muchly in
+        case of complex layout.
+
+2013-10-01  Ryuan Choi (ryuan)
+
+        * fileselector: Add the configuration fileselector_double_tap_navigation_enable.
+        It makes fileselector navigate folder using double tap instead of single tap.
+
+2013-10-02  Ryuan Choi (ryuan)
+
+        * fileselector: Add "activated" smart callback. It can be used to execute
+        a file activated by double-clicking or pressing Enter key.
+
+2013-10-03  ChunEon Park (Hermet)
+
+        * Focus: update the focus highlight style when theme is changed.
+
+2013-10-04  Carsten Haitzler (The Rasterman)
+
+        * Break popup theme - it was poorly namespaced, unable to
+        handle styles at all (so styles were broken with the given
+        namespace).
+
+2013-10-08  Daesung Kim (ad960009)
+
+        * ctxpopup : fix elm_object_content_unset didn't unpack content from box
+
+2013-10-10  ChunEon Park (Hermet)
+
+        * scroller : fix the scroller to locate the current page correctly
+        in case that the scroller is suddenly resized and then the drag
+        couldn't capture the page location.
+
+2013-10-12  Ryuan Choi (ryuan)
+
+        * popup : Change the behavior about adding or removing buttons to keep the
+        user defined position of button.
+
+2013-10-14  Daniel Juyung Seo (SeoZ)
+
+        * hoversel: Support elm_object_item_signal_emit in hoversel. This works
+        only when the item is created.
+
+2013-10-17  Ryuan Choi (ryuan)
+
+        * fileselector : Add support multi-selection.
+
+2013-10-17  Carsten Haitzler (The Rasterman)
+
+        * Default theme is now dark.
+
+2013-10-18  Ryuan Choi (ryuan)
+
+        * fileselector : Add support visibility control of hidden files/directories.
+
+2013-10-21  Ryuan Choi (ryuan)
+
+        * fileselector : Monitor and update changes of selected path automatically while EIO is working.
+
+2013-10-22  Amitesh Singh (_ami_)
+
+        * slider : Show popup on left/right/up/down key down press and hide on left/right/up/down key up press.
+
+2013-10-23  Christophe Sadoine
+
+        * spinner: added signals "spinner,drag,start" and "spinner,drag,stop".
+
+2013-10-27  Thiep Ha
+
+        * entry: Correct magnifier showing.
+
+2013-10-30  Amitesh Singh (_ami_)
+
+        * image: Add support for "clicked" callback on Return/space/KP_Enter key press.
+
+2013-10-30  Shilpa Onkar Singh
+
+        * slider: Added elm_slider_step_get(), elm_slider_step_set().
+
+2013-11-03  Daniel Juyung Seo (SeoZ)
+
+        * Genlist/Gengrid/List: Added multi select mode.
+
+2013-11-07  ChunEon Park (Hermet)
+
+        * scroller: don't focus region show if the scroller is disabled.
+
+2013-11-05  Amitesh Singh (_ami_)
+
+        * hoversel: Added focus support on hoversel items.
+
+2013-11-22  ChunEon Park (Hermet)
+
+        * mapbuf: reset the mapbuf internals correctly when the content is
+        removed(unset)
+
+2013-11-25  ChunEon Park (Hermet)
+
+        * image: fix the elm_image_prescale_set() to work properly.
+
+2013-11-28  Daniel Juyung Seo (SeoZ)
+
+        * spinner: fix mouse wheel support.
+
+2013-12-01  Carsten Haitzler (The Rasterman)
+
+        * 1.8 release
+
+OUT OF DATE NOTICE:
+ -------------------
+With the start of the 1.9.x release cycle we now longer update the ChangeLog and rely on git log for
+this functionality. We keep however a NEWS files for a high level overview of changes in a new
+release which will be filled at the end of the release cycle.