elementary: atspi - fix dbus abort
[platform/upstream/elementary.git] / ChangeLog
index 562e059..3dbb96d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 2013-06-11  ChunEon Park (Hermet)
 
         * Keep the smart members of the naviframe views whenever resize object is changed.
-                 This prevents the dangling view objects of the naviframe and keep the layer
-                 consistency.
+        This prevents the dangling view objects of the naviframe and keep the layer
+        consistency.
 
 2013-06-13  Ryuan Choi (ryuan)
 
 
 2013-06-20  Youngbok Shin
 
-           * Fix non-scrollable entry did not comply focus_highlight data.
+        * Fix non-scrollable entry did not comply focus_highlight data.
 
 2013-06-22  Thiep Ha
 
 2013-06-26  Daniel Zaoui (JackDanielZ)
 
         * Gesture Layer: add APIs to add/del multiple callbacks for a same
-       gesture/type/state.
+        gesture/type/state.
 
 2013-06-25  Ryuan Choi (ryuan)
 
         not entry. This prevents the asynchronous states between ime and
         conformant.
 
-<<<<<<< HEAD
 2013-07-23  ChunEon Park (Hermet)
 
         * File Selector : Support elm_object_part_text_set() for the ok, cancel
 2013-08-22  Thiep Ha
 
         * Add hide effect for notify.
+
+2013-08-22  ChunEon Park (Hermet)
+
+        * Widget: Improve performance in applying widget theme. It prevents
+        applying themes more strictly if it tries to apply same theme. This
+        increases the performance hugely in case that user applies a specific
+        theme to the window object.
+
+2013-08-26  Daniel Juyung Seo (SeoZ)
+
+        * Gengrid: implement selectraise feature.
+
+2013-08-28  Daniel Juyung Seo (SeoZ)
+
+        * Bg: Add bg reset feature.
+
+2013-09-04  Ryuan Choi (ryuan)
+
+        * elm_config : profile may be broken when clicked reset button in profiles tab
+
+2013-09-07  Shinwoo Kim
+
+        * elm_access : delete access object in job when its hover object is deleted
+
+2013-09-10  Niraj Kumar
+
+        * ProgressBar: Added support for more than one progress status  in  a
+          single progress bar
+
+2013-09-10  Ryuan Choi (ryuan)
+
+        * elc_fileselector : Navigate (if needed) and select file with "selected"
+        signal when user typed file path on path_entry.
+
+2013-09-10  Jose Roberto de Souza (zehortigoza)
+
+        * table : Introduce elm_table_child_get() API.
+
+2013-09-11  Daniel Juyung Seo (SeoZ)
+
+        * flip : Added support for focus direction.
+
+2013-09-12  Ryuan Choi (ryuan)
+
+        * elc_fileselector : Added "selected,invalid" smart callbacks.
+
+2013-09-12  ChunEon Park (Hermet)
+
+        * elm_object_item : Introduces new APIs, elm_object_item_track(),
+        elm_object_item_untrack(), elm_object_item_track_get().
+
+2013-09-14  Daniel Juyung Seo (SeoZ)
+
+        * spinner : fixed arrow key focus movement bug.
+
+2013-09-15  Daniel Juyung Seo (SeoZ)
+
+        * flip : set the focus to it's content object when flip go to is called
+        while flip is focused.
+
+2013-09-18  Tom Hacohen (TAsn)
+
+        * Gesture layer: Fix gesture layer with "pointer" events.
+
+2013-09-18  Michael Bouchaud (yoz)
+
+        * Elm_Widget_Item: Introduces new widget APIs,
+        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.