stefan pushed a change to annotated tag v1.11.0-alpha1
in repository core/elementary.

        at  59f6a93794 (tag)
   tagging  e8b9082e090a07c61bb069b096025ecedfe5ef1a (commit)
  replaces  v1.10.0
 tagged by  Stefan Schmidt
        on  Fri Aug 1 11:07:25 2014 +0200

- Log -----------------------------------------------------------------
v1.11.0-alpha1

Amitesh Singh (7):
      elm object item: fix the comparison of eo class name in case of edje 
object.
      list/genlist/gengrid/toolbar: removed unused smart data member 
prev_focused_item.
      gengrid: Added normal reorder type
      tooltip: corrected the typo in documentation of elm_object_tooltip_show
      widget item: replaced eo_class_name_get call with eo_isa.
      focus: Added internal widget APIs of focus highlight object of elm window.
      gengrid: corrected the reorder start and end evas smart callback call.

Anand (1):
      genlist: Focus highlight when loop is enable

Andrii Kroitor (1):
      Make *.eo files installed into eolian/include

Anil Kumar Nahak (4):
      fileselector: Added focus cycle feature.
      genlist: Focus out of genlist viewport area on resize fixed
      genlist: focus of genlist item should adjust according to genlist's 
viewport
      Focus: first item should be focused when there is no focused/selected item

Carsten Haitzler (28):
      Revert "theme - fix non-fixed size3 complaint in theme buttons"
      elm theme - use fastdecomp for theme as it should load faster
      atspi:AtspiSelection interface added
      theme - support new ibar icon menu signals for focus, screen etc.
      elm win - if no ELM_DISPLAY is set, try more engines before giving up
      fix whitespace formatting
      theme - add power svg, rename svg.gz to svgz to be consistent
      theme - syscon - power gadget - fix so we have an actual theme for it
      update gitignore
      fix theme to not self-feed emit signals in a loop
      update po files
      fix slider disabled color due to colorclass introduction
      fix check colorclasses for disabled text
      fix - fisx radio lable theme for text with new colorclasses
      theme - fix "fixed size" edje complaint for desklock login box
      remove edje file changed handling
      update README to have right version for vest release!
      fileselectior - fix to add explicit req on eio in elementary
      theme fix - fix disabled check, radio, toolbar with no label or icon
      fix eldbus based warnings
      elm theme - fix wayland borders to be sized and colored correctly
      adjust to dbus interace struct.. back to where it was
      dbus warn--
      elm win noblank property added - to disable screen blanking/saving
      elm theme - add blank cursor type in theme
      add ignore for generated .hh eo files
      update po's
      fix genlist/grid search item patch to be simpler and just better

Cedric BAIL (6):
      clock: remove use of deprecated functions.
      config: always create a themes directory for user.
      gitignore: let's not track generated files.
      widget: move some callback infrastructure tu use Eo directly.
      autotools: we actually do want portability warning.
      elementary: remove duplicated include.

Chinmaya (1):
      Gengrid: In reorder & sd->horizontal mode, the condition must be checked 
for item_loop_enable set or not. Also added a check button to enable reorder 
mode in gengrid 2.

Christopher Michael (2):
      elementary: Don't segfault if we are not using an X11-compatible engine
      elementary: Fix segfault when running elm apps under wayland

ChunEon Park (6):
      scroller - emits the missed signals
      examples - clean up 3d_scene_on_button_example.
      examples - clean up the button on 3d object example.
      examples - renamed evas3d examples.
      genlist - fix a crash.
      transit - fix to adopt the tween_mode factor.

Daniel Juyung Seo (29):
      toolbar: changed internal variable types to sync with other widgets.
      genlist: fixed wrong item focus set on item_focus_set API call.
      test_progressbar: removed unnecessary null check.
      entry: fixed shadow variable build warnings.
      elm_widget: do not need to set the scale to 0.0 if it is already 0.0.
      .gitignore: do not trace build result.
      test_genlist: removed unnecessary spaces.
      examples: use a proper casting for 64 bit system by uintptr_t.
      gengrid, list: removed unnecessary condition check.
      elm_removed: remove undeprecated apis from the removed info.
      elm_config: updated color class api documentation.
      test_win_state: changed internal callback function name and splitted a 
focus callback for a better focus debug.
      elm_win: added focused and unfocused smart callback descriptions.
      mailmap: updated Taehwan Kim's mailmap.
      mailmap: updated Tae-hwan Kim's mailmap again and keep in sync with 
efl/enlightenment's mailmaps.
      mailmap: added Wonguk Jeong's information.
      test_toolbar: removed unnecessary EINA_UNUSED.
      list: fixed wrong indentation.
      toolbar: changed internal variable name sanely.
      toolbar: added selected and unselected smartcallbacks to toolbar.
      elm: use @p for parameters in doxygen.
      test_toolbar: clean up clicked callback usage.
      systray: fixed wrong struct initializer.
      example/evas3d: set the window name as other example codes.
      examples: Call window object show after its content creation.
      gitignore: do not track generated files.
      button.edc: partial apply for the newly adopted sexy edc structure.
      naviframe: set EINA_UNUSED for the unused variable.
      test.edc: set ellipsis as -1 if text min is 1 X.

Daniel Kolesa (22):
      atspi: eo file conformance
      atspi: more conformance issues
      fix up some eo file documentation whitespace issues
      move all eo files to new namespace syntax
      update against latest eolian changes
      fix atspi after eolian deduplication change; spank tasn on breakage
      change the type syntax in eo files according to latest eolian changes
      eolian: update according to new syntax
      Merging 'devs/q66/eolian_types'
      update eo files according to latest efl changes: @own -> own
      update according to latest efl changes: _CLASS -> _CLASS/INTERFACE/MIXIN
      update according to eolian changes
      move all eo files to new builtin bool type
      update according to eolian type changes
      update according to eolian changes
      update according to eolian syntax changes
      sync mailmap
      update according to latest eolian changes
      update according to EFL
      update according to eolian changes
      fix distcheck by adding generated .eo.hh to cleanfiles
      move the cleanfiles away from if to make it work without C++11

Daniel Zaoui (1):
      Elm_Map: port API to eo file.

E_counter (1):
      Scroller: Added auto-hide and show features for UP, DOWN , LEFT and RIGHT 
arrows.

Felipe Magno de Almeida (11):
      Fixes order of typedefs
      Added part_text_get/part_text_set and text_get/text_set to elm_button
      Added simple, initial, C++ example
      Removed C-style code from C++ example
      cxx: Changed C++ example to use lambdas
      cxx: refreshed example
      c++: Added workaround for correct unref times
      cxx: Fixed --disable-c++11 option
      Fix C++ box_cxx_example_02.cc and removed text_part_{set/get} from 
elm_button
      Fixed C++ box_cxx_example_02.cc example compilation
      Fixed trying compiling C++ examples with --disable-c++11

Gwanglim Lee (1):
      win: fix borderless_set behavior

Hosang Kim (2):
      Toolbar: Fixed wrong toolbar resize logic
      genlist : Add item looping on flag.

Jaehyun Cho (3):
      elementary examples: Add an elm_map example using evas3d
      elc_naviframe: Fix access info set for naviframe prev_btn and next_btn.
      elc_naviframe: Fix warning caused by elm_obj_layout_signal_emit override 
function in naviframe

Jaeun Choi (8):
      bug fix: _elm_widget_focus_region_show
      Revert "bug fix: _elm_widget_focus_region_show"
      panel: add scrollable feature
      Revert "panel: add scrollable feature"
      panel: add scrollable feature
      popup: code refactoring
      list: call "selected" callback after set focus to the selected item
      notify: removed unnecessary lines

Jean-Philippe ANDRÉ (2):
      Win32: Fix some compilation warnings
      elm_cnp: Break after we found the target we were looking for

Jihoon Kim (1):
      tests: fix shadow variable build warning

Jyotiprakash Sahoo (1):
      gengrid: Add function to search item by string.

Kateryna Fesyna (2):
      Genlist: Add function to search item by string.
      Win: Delete "focused" and "unfocused" signals emission because they 
duplicate Widgets signals

Lukasz Stanislawski (18):
      atspi: add AtspiImage interface support.
      atspi: add accessible default relations and attributes
      atspi: add AtspiText and AtspiEditableText interface support.
      atspi: add AtspiText and AtspiEditableText interface support.
      atspi: Add GetInterfaces method
      atspi: add SENSITIVE to default widget state set.
      atspi: typo fix, avoid returning w/o va_end call
      atspi: notify registry daemon about keyboard events.
      atspi: simplify key event handling
      atspi: unify atspi initialization
      atspi: improve code reusage
      atspi: expose elm_check "activate" action through d-bus
      atspi: expose elm_image "activate" action through d-bus
      atspi: expose elc_naviframe "top_item_get" action through d-bus
      atspi: fix mem leak in attributes free function
      tests: refactor of atspi test suite
      atspi: always set atspi role for elm_win
      atspi: expose more actions through atspi bus.

Michal Jagiello (1):
      ctxpopup: Add get_items, get_last_item, get_first_item, get_next_item and 
get_prev_item API

Mike Blumenkrantz (2):
      rename ibar focus signals
      fix notification theme to not clip text

MinJeong Kim (1):
      elm_cnp: Do not request for selection_set when buffer is empty

Philippe Coval (1):
      edbus: fix dlopening of the right library.

Ryuan Choi (9):
      elm_web2: Implement _elm_web_elm_widget_on_focus
      fileselector: Make selected_set actually select the file
      atspi: Set roles for elm_web2
      elm_web: Drop ewebkit backend (ewebkit2 is only available from now)
      elm_web: Remove elm_web.c from the list in POTFILES.in
      Fix build break while building with --with-tests=regular
      tests: Add elm_test_helper_wait_flag to avoid infinite loop
      tests: Pass the interval to elm_test_helper_wait_flag for the caller to 
change
      test_sys_notify: Refactoring to solve weird behavior when tested with 
more then two instances

Sanjeev BA (1):
      Fix typos in docs.

Savio Sena (6):
      autotools: Add eolian-cxx to elementary.
      elementary++: Added missing includes.
      atspi: Fixes order of typedefs
      autotools: Fixed errors and warnings.
      autotools: Fixed 'make check' for elm++ example.
      autotools: Fixed C++ build globally.

Shobhit (2):
      genlist: Removed unnecessary condition check.
      genlist: Removed unnecessary calculation.

Stefan Schmidt (11):
      release: Switch back to development mode
      autotools: Add xz as additional tarball format
      po: Set all initial values for Language and Language-Team
      elm_map: Avoid unlikely division by zero.
      elm_index: Also free last on error path.
      test_progressbar: Verify incoming data object at the beginning
      configure: Report elm_prefs_cc path in configure summary.
      configure: Report elementary_codegen path in configure summary
      popup: Remove unused variable.
      build: Avoid -shared LDFLAG to allow me to have a working distcheck
      release: Update NEWS and bump version for 1.11.0-alpha1 release

Tae-Hwan Kim (2):
      elm_map: Add new elm_map_region_zoom_bring_in() API
      map: Add missing legacy API into legacy header

Thiep Ha (1):
      dnd: rotate dragwin if main window is rotated when draging

Tom Hacohen (4):
      Elm: Update code to use the new class names generated by eolian.
      Remove autogen.sh from the dist tarball.
      Eolian classes: Fix according to namespace changes in efl.
      Tests atspi: fix undefined reference.

Vincent Torri (3):
      autotools: --enable-auto-import is passed by default, nowadays
      backend: remove Windows CE support Windows CE is dead and buried and its 
gcc port is even more dead and I don't believe in zombies
      backend: add default engine support for Windows and Mac OS X

Vyacheslav Reutskiy (1):
      Elementary/Panes: update functionality (add new 8 API functions)

Wonguk Jeong (2):
      genlist: remove annoying error message
      list: remove annoying error msg on select

WooHyun Jung (3):
      naviframe : fix focus logic while popping an item.
      focus: when focus_highlight is enabled, it should be shown immediately.
      toolbar: fix focus highlight bug in toolbar

Yakov Goldberg (3):
      Entry: add the "changed", "changed,user" signals in the events section of 
entry.eo.
      Fileselector Entry: add the changed signal in the events section of 
fileselector_entry.eo
      image: fix segv in elm_image_file_set()

Zbigniew Kosinski (6):
      atspi: selection interface tests for elm_list widget fixed
      atspi:Set roles for widgets
      atspi: checked state for elm_check added
      atspi: Orca is able to read slider value changes
      tests: check required interfaces implementation by widgets
      atspi: value interface implementation for elm_spinner

abhi (2):
      gengrid: fixed _elm_gengrid_item_edge_check for ELM_FOCUS_DOWN and 
ELM_FOCUS_UP for normal and horizontal mode
      fileselector: Adding search entry for realtime filename search

efl (4):
      Gengrid: Fixed _elm_gengrid_item_edge_check for ELM_FOCUS_LEFT and 
ELM_FOCUS_RIGHT in horizontal mode.
      Gengrid: Added horizontal item loop feature.
      List: Focus set on item content objects, the item content objects should 
be checked whether type widget or not.
      List: Focus does not move if it's set on item content object.

maxerba (2):
      Updating galician and adding lithuanian and turkish translations
      Updating catalan translation

se.osadchy (2):
      [Examples] Add new example for evas-3d and widget.
      example: add new example for button and Evas_3D object.

yinsc (1):
      Fix T1289 issue: Elm entry text selection glitch

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  f6c39d782c build: Avoid -shared LDFLAG to allow me to have a 
working distcheck
       new  e8b9082e09 release: Update NEWS and bump version for 1.11.0-alpha1 
release

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 


Reply via email to