platform/upstream/elementary.git
10 years agogitignore: let's not track generated files.
Cedric BAIL [Mon, 23 Jun 2014 06:13:09 +0000 (08:13 +0200)]
gitignore: let's not track generated files.

10 years agonaviframe : fix focus logic while popping an item.
WooHyun Jung [Mon, 23 Jun 2014 06:27:14 +0000 (15:27 +0900)]
naviframe : fix focus logic while popping an item.

elm_widget_tree_unfocusable_set with EINA_TRUE sets focus to the newest
focused object. If prev item is tree_focusable, one of its children can
get focus. This focus movement is unexpected, so should not be happened.

10 years agofix - fisx radio lable theme for text with new colorclasses
Carsten Haitzler (Rasterman) [Mon, 23 Jun 2014 04:20:23 +0000 (13:20 +0900)]
fix - fisx radio lable theme for text with new colorclasses

10 years agofix check colorclasses for disabled text
Carsten Haitzler (Rasterman) [Mon, 23 Jun 2014 04:15:38 +0000 (13:15 +0900)]
fix check colorclasses for disabled text

@fix

10 years agofix slider disabled color due to colorclass introduction
Carsten Haitzler (Rasterman) [Mon, 23 Jun 2014 04:05:50 +0000 (13:05 +0900)]
fix slider disabled color due to colorclass introduction

10 years agoupdate po files
Carsten Haitzler (Rasterman) [Mon, 23 Jun 2014 04:00:10 +0000 (13:00 +0900)]
update po files

10 years agofix theme to not self-feed emit signals in a loop
Carsten Haitzler (Rasterman) [Mon, 23 Jun 2014 03:59:46 +0000 (12:59 +0900)]
fix theme to not self-feed emit signals in a loop

@fix

10 years agofix atspi after eolian deduplication change; spank tasn on breakage
Daniel Kolesa [Fri, 20 Jun 2014 16:09:38 +0000 (17:09 +0100)]
fix atspi after eolian deduplication change; spank tasn on breakage

10 years agoupdate against latest eolian changes
Daniel Kolesa [Fri, 20 Jun 2014 11:24:55 +0000 (12:24 +0100)]
update against latest eolian changes

10 years agomove all eo files to new namespace syntax
Daniel Kolesa [Fri, 20 Jun 2014 09:47:39 +0000 (10:47 +0100)]
move all eo files to new namespace syntax

10 years agoentry: fixed shadow variable build warnings.
Daniel Juyung Seo [Thu, 19 Jun 2014 09:30:21 +0000 (18:30 +0900)]
entry: fixed shadow variable build warnings.

10 years agoconfigure: Report elementary_codegen path in configure summary
Stefan Schmidt [Thu, 19 Jun 2014 09:01:28 +0000 (11:01 +0200)]
configure: Report elementary_codegen path in configure summary

Another bianry path we might set being displayed in the summary.

10 years agoconfigure: Report elm_prefs_cc path in configure summary.
Stefan Schmidt [Thu, 19 Jun 2014 08:49:09 +0000 (10:49 +0200)]
configure: Report elm_prefs_cc path in configure summary.

Usefull for cross-compiling or other use cases where you try to
set the path.

10 years agofix up some eo file documentation whitespace issues
Daniel Kolesa [Wed, 18 Jun 2014 11:57:52 +0000 (12:57 +0100)]
fix up some eo file documentation whitespace issues

10 years agotest_progressbar: removed unnecessary null check.
Daniel Juyung Seo [Fri, 13 Jun 2014 00:31:21 +0000 (09:31 +0900)]
test_progressbar: removed unnecessary null check.

10 years agorename ibar focus signals
Mike Blumenkrantz [Mon, 16 Jun 2014 16:29:26 +0000 (12:29 -0400)]
rename ibar focus signals

10 years agotest_progressbar: Verify incoming data object at the beginning
Stefan Schmidt [Tue, 17 Jun 2014 09:23:34 +0000 (11:23 +0200)]
test_progressbar: Verify incoming data object at the beginning

Align with how pd is checked for in other functions here. No need to
check before free() as it is done internally anyway.

CID: 1216621

10 years agoelm_index: Also free last on error path.
Stefan Schmidt [Tue, 17 Jun 2014 09:12:04 +0000 (11:12 +0200)]
elm_index: Also free last on error path.

If we can't realloc label we need to free last before we can return
or we leak it.

CID: 1193240

10 years agoelm_map: Avoid unlikely division by zero.
Stefan Schmidt [Tue, 17 Jun 2014 09:01:22 +0000 (11:01 +0200)]
elm_map: Avoid unlikely division by zero.

The division by zeor could happen when zoom_cnt is zeor OR when region_cnt
is zero. No need for both cases. In the curent implementation this is
impossible as both are hard coded defines. But code changes so we should
handle this.

CID: 1216619

10 years agoElementary/Panes: update functionality (add new 8 API functions)
Vyacheslav Reutskiy [Tue, 17 Jun 2014 01:23:30 +0000 (10:23 +0900)]
Elementary/Panes: update functionality (add new 8 API functions)

Summary: Added possibility to set the minimum size of the left and right sides.

Reviewers: raster, cedric, seoz, Hermet

Differential Revision: https://phab.enlightenment.org/D998

10 years agoatspi: notify registry daemon about keyboard events.
Lukasz Stanislawski [Mon, 16 Jun 2014 06:16:39 +0000 (15:16 +0900)]
atspi: notify registry daemon about keyboard events.

Test Plan: elemeentary_test with Orca Screen reader 3.10.1

Reviewers: raster, z.kosinski

Reviewed By: raster

Differential Revision: https://phab.enlightenment.org/D1025

10 years agoupdate gitignore
Carsten Haitzler (Rasterman) [Mon, 16 Jun 2014 06:16:20 +0000 (15:16 +0900)]
update gitignore

10 years agoatspi: more conformance issues
Daniel Kolesa [Fri, 13 Jun 2014 15:27:08 +0000 (16:27 +0100)]
atspi: more conformance issues

10 years agoatspi: eo file conformance
Daniel Kolesa [Fri, 13 Jun 2014 15:23:00 +0000 (16:23 +0100)]
atspi: eo file conformance

10 years agoatspi: checked state for elm_check added
Zbigniew Kosinski [Thu, 12 Jun 2014 03:57:54 +0000 (12:57 +0900)]
atspi: checked state for elm_check added

Reviewers: stanluk

Differential Revision: https://phab.enlightenment.org/D1000

10 years agobackend: add default engine support for Windows and Mac OS X
Vincent Torri [Wed, 11 Jun 2014 20:35:25 +0000 (22:35 +0200)]
backend: add default engine support for Windows and Mac OS X

10 years agobackend: remove Windows CE support Windows CE is dead and buried and its gcc port...
Vincent Torri [Wed, 11 Jun 2014 06:44:03 +0000 (08:44 +0200)]
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

10 years agoautotools: --enable-auto-import is passed by default, nowadays
Vincent Torri [Wed, 11 Jun 2014 06:00:09 +0000 (08:00 +0200)]
autotools: --enable-auto-import is passed by default, nowadays

10 years agoelm_web2: Implement _elm_web_elm_widget_on_focus
Ryuan Choi [Thu, 12 Jun 2014 06:50:27 +0000 (15:50 +0900)]
elm_web2: Implement _elm_web_elm_widget_on_focus

10 years agotheme - syscon - power gadget - fix so we have an actual theme for it
Carsten Haitzler (Rasterman) [Wed, 11 Jun 2014 10:05:22 +0000 (19:05 +0900)]
theme - syscon - power gadget - fix so we have an actual theme for it

this fixes a pretty ugly bug where a bodhi power gadget was ported in
without the graphics being fixed up. this does that in the theme.

10 years agotheme - add power svg, rename svg.gz to svgz to be consistent
Carsten Haitzler (Rasterman) [Wed, 11 Jun 2014 08:04:18 +0000 (17:04 +0900)]
theme - add power svg, rename svg.gz to svgz to be consistent
x

10 years agoatspi: typo fix, avoid returning w/o va_end call
Lukasz Stanislawski [Wed, 11 Jun 2014 07:05:54 +0000 (16:05 +0900)]
atspi: typo fix, avoid returning w/o va_end call

Summary:
CID: 1222462
CID: 1222461
CID: 1222465

Reviewers: raster, seoz, z.kosinski

Differential Revision: https://phab.enlightenment.org/D995

10 years agoatspi: add SENSITIVE to default widget state set.
Lukasz Stanislawski [Wed, 11 Jun 2014 06:28:45 +0000 (15:28 +0900)]
atspi: add SENSITIVE to default widget state set.

Summary:
without given state Orca screen reader deafult script interpret
widget as 'grayed out'.

Test Plan: orca screen reader tests on ubuntu 13.10 with orca 3.10.1

Reviewers: raster, seoz, z.kosinski

Differential Revision: https://phab.enlightenment.org/D983

10 years agobug fix: _elm_widget_focus_region_show
Jaeun Choi [Wed, 11 Jun 2014 05:20:19 +0000 (14:20 +0900)]
bug fix: _elm_widget_focus_region_show

Summary: should do scrollable_content_set according to focus_region_get

Test Plan: None

Reviewers: woohyun

Differential Revision: https://phab.enlightenment.org/D981

10 years agoWin32: Fix some compilation warnings
Jean-Philippe Andre [Wed, 11 Jun 2014 05:04:48 +0000 (14:04 +0900)]
Win32: Fix some compilation warnings

Reported by vtorri, thanks

10 years agodnd: rotate dragwin if main window is rotated when draging
Thiep Ha [Wed, 11 Jun 2014 05:19:27 +0000 (14:19 +0900)]
dnd: rotate dragwin if main window is rotated when draging

Summary:
During drag, dragwin should be rotated when main window is rotated.

@fix

Reviewers: raster, JackDanielZ, woohyun

Reviewed By: raster

Differential Revision: https://phab.enlightenment.org/D976

10 years agoList: Focus does not move if it's set on item content object.
efl [Wed, 11 Jun 2014 05:14:28 +0000 (14:14 +0900)]
List: Focus does not move if it's set on item content object.

Summary:
If focus is set on item content object, it's treated as a
different object which results the focus deadlock. So, every
time whenever focus sets on item content object, we need to
unset and set the focus on genlist object. Thanks to Seoz for
the idea.

Test Plan: elementary_test -to "list focus"

Reviewers: seoz, SanghyeonLee, eagleeye

CC: seoz
Differential Revision: https://phab.enlightenment.org/D973

10 years agoList: Focus set on item content objects, the item content objects should be checked...
efl [Wed, 11 Jun 2014 05:07:01 +0000 (14:07 +0900)]
List: Focus set on item content objects, the item content objects should be checked whether type widget or not.

Summary:
Upon focus set, if the item content object is not of type widget
(could be of type Evas_Rectnagle) focus set/get is not possible.
ERR<17428>:eo lib/eo/eo.c:603 _eo_call_resolve() in elm_widget.eo.c:112: you called func 'elm_obj_widget_can_focus_get' (239) which is unknown in class 'Evas_Rectangle'.
ERR<17428>:eo lib/eo/eo.c:788 _eo_api_op_id_get() in elm_widget.eo.c:212: unable to resolve regular api func 'elm_obj_widget_child_can_focus_get' 0xb75e6f40 in class 'Evas_Rectangle'

Test Plan: elementary_test -to "list focus" (make focus_on_selection enabled and give a right key event when a content object is focused)

Reviewers: seoz, SanghyeonLee, eagleeye

CC: seoz
Differential Revision: https://phab.enlightenment.org/D972

10 years agoatspi: Add GetInterfaces method
Lukasz Stanislawski [Wed, 11 Jun 2014 04:53:49 +0000 (13:53 +0900)]
atspi: Add GetInterfaces method

Summary:
Method is required by AT-SPI clients when interface caching is disabled.
Method is not listed in any at-spi specification - found during fixing
clients behaviour.

Reviewers: raster, seoz, z.kosinski

Reviewed By: z.kosinski

Differential Revision: https://phab.enlightenment.org/D971

10 years agoatspi:Set roles for widgets
Zbigniew Kosinski [Wed, 11 Jun 2014 02:07:15 +0000 (11:07 +0900)]
atspi:Set roles for widgets

Reviewers: stanluk, m.jagiello, raster

Differential Revision: https://phab.enlightenment.org/D930

10 years agowin: fix borderless_set behavior
Gwanglim Lee [Tue, 10 Jun 2014 19:28:20 +0000 (15:28 -0400)]
win: fix borderless_set behavior

Summary:
According to the current elm_win code, client side border should be removed
when window is fullscreen mode. And border couldn't be shown on window
during fullscreen mode. When window is going into normal mode from fullscreen,
then display of border should be determined by its borderless state.

1. client border should be shown when window is going into normal mode from fullscreen with borderless state.
2. client border shouldn't be shown when window is going into normal mode from fullscreen with border state.
3. and also client border shouldn't be shown when window is fullscreen mode.

@fix

Test Plan:
1. run elementary_test in wayland server
2. run window states
3. select borderless
4. select fullscreen
5. unselect fullscreen
6. unselect borderless

Reviewers: raster, devilhorns, seoz

Differential Revision: https://phab.enlightenment.org/D988

10 years agogenlist: Focus out of genlist viewport area on resize fixed
Anil Kumar Nahak [Tue, 10 Jun 2014 10:29:47 +0000 (19:29 +0900)]
genlist: Focus out of genlist viewport area on resize fixed

Summary:
The focus of genlist was coming out of genlist's viewport area on resizing(shrinking).
This is fixed in this patch.

Test Plan: elementary_test -to genlist5, elementary_test -to fileselector

Reviewers: seoz, singh.amitesh, nirajkr

Differential Revision: https://phab.enlightenment.org/D949

10 years agoatspi: selection interface tests for elm_list widget fixed
Zbigniew Kosinski [Tue, 10 Jun 2014 10:13:35 +0000 (19:13 +0900)]
atspi: selection interface tests for elm_list widget fixed

Reviewers: raster, m.jagiello, stanluk

Differential Revision: https://phab.enlightenment.org/D927

10 years agofileselector: Adding search entry for realtime filename search
abhi [Tue, 10 Jun 2014 09:50:01 +0000 (18:50 +0900)]
fileselector: Adding search entry for realtime filename search

Summary:
search entry added for searching files/subfolders in a folder
@feature

Test Plan: elementary_test -to fileselector

Reviewers: seoz, raster

CC: raster
Differential Revision: https://phab.enlightenment.org/D875

10 years agopo: Set all initial values for Language and Language-Team
Stefan Schmidt [Tue, 10 Jun 2014 09:06:49 +0000 (11:06 +0200)]
po: Set all initial values for Language and Language-Team

Resolves some build failures on our jenkins box.
Who did set de for the nl potfile? :)

@fix

10 years agoatspi: add AtspiText and AtspiEditableText interface support.
Lukasz Stanislawski [Tue, 10 Jun 2014 07:18:17 +0000 (16:18 +0900)]
atspi: add AtspiText and AtspiEditableText interface support.

Summary:
Added reference interface implementation for elm_entry widget. Tests added.
Updated at-spi-constants.h header to version 2.12.0.

Reviewers: raster, seoz

CC: raster
Differential Revision: https://phab.enlightenment.org/D806

10 years agoatspi: add AtspiText and AtspiEditableText interface support.
Lukasz Stanislawski [Tue, 10 Jun 2014 07:18:10 +0000 (16:18 +0900)]
atspi: add AtspiText and AtspiEditableText interface support.

Added reference interface implementation for elm_entry widget. Tests
added. Updated at-spi-constants.h header to version 2.12.0.

@feature

10 years agoGengrid: Added horizontal item loop feature.
efl [Tue, 10 Jun 2014 05:55:56 +0000 (14:55 +0900)]
Gengrid: Added horizontal item loop feature.

Summary:
If item loop is enabled, the item moves infinitely in
         horizontal manner (from right to left and from left to
         right).
         Need to implement:
             -for reorder mode and horizontal mode.
         @feature

DEPENDs On D841

Test Plan: elementary_test -to gengrid2

Reviewers: seoz, eagleeye, SanghyeonLee, raster

CC: seoz, raster
Differential Revision: https://phab.enlightenment.org/D842

Conflicts:
src/lib/elm_gengrid.c

10 years agoconfig: always create a themes directory for user.
Cedric BAIL [Mon, 9 Jun 2014 22:16:08 +0000 (00:16 +0200)]
config: always create a themes directory for user.

This make it more logical as it is part of Elementary config, so it
should be elementary duty to create that directory.

@fix

10 years agoexamples - renamed evas3d examples.
ChunEon Park [Mon, 9 Jun 2014 04:31:54 +0000 (13:31 +0900)]
examples - renamed evas3d examples.

10 years agoclock: remove use of deprecated functions.
Cedric BAIL [Sat, 7 Jun 2014 16:18:34 +0000 (18:18 +0200)]
clock: remove use of deprecated functions.

10 years agofix whitespace formatting
Carsten Haitzler (Rasterman) [Sat, 7 Jun 2014 05:57:44 +0000 (14:57 +0900)]
fix whitespace formatting

10 years agogengrid: fixed _elm_gengrid_item_edge_check for ELM_FOCUS_DOWN and ELM_FOCUS_UP for...
abhi [Sat, 7 Jun 2014 05:54:28 +0000 (14:54 +0900)]
gengrid: fixed _elm_gengrid_item_edge_check for ELM_FOCUS_DOWN and ELM_FOCUS_UP for normal and horizontal mode

Summary:
Added fixes for:
1.Normal mode: ELM_FOCUS_DOWN and ELM_FOCUS_UP
2.Horizontal mode: ELM_FOCUS_DOWN and ELM_FOCUS_UP

(i)

1|2|3
4|5|6
7|8|9

_elm_gengrid_item_edge_check for ELM_FOCUS_DOWN returns EINA_TRUE for item no.6.
It should not. Fixed this.

(ii)

1|2|3
4|5|6
7

_elm_gengrid_item_edge_check returns EINA_FALSE for ELM_FOCUS_DOWN
for item no. 5 and 6 but EINA_TRUE for item no. 7.
It should return EINA_TRUE for item no. 5 and 6 instead.
Fixed this.

(iii)

1|2|3
4|

_elm_gengrid_item_edge_check returned EINA_FALSE for ELM_FOCUS_UP
for item no. 3. Fixed this.

(iv)

1|4|7
2|5|
3|6|

Horizontal Mode: _elm_gengrid_item_edge_check returned EINA_FALSE
for ELM_FOCUS_DOWN for item no. 7. Fixed this.

(v)

1|4|7
2|5|
3|6|

Horizontal Mode: _elm_gengrid_item_edge_check returned EINA_FALSE
for ELM_FOCUS_UP for item no. 1. Fixed this.

Test Plan: elementary_test -to gengrid2

Reviewers: seoz, raster

CC: singh.amitesh, raster
Differential Revision: https://phab.enlightenment.org/D841

Conflicts:
src/lib/elm_gengrid.c

10 years agoUpdating catalan translation
maxerba [Fri, 6 Jun 2014 11:18:06 +0000 (13:18 +0200)]
Updating catalan translation

10 years agoRemove autogen.sh from the dist tarball.
Tom Hacohen [Thu, 5 Jun 2014 16:30:40 +0000 (17:30 +0100)]
Remove autogen.sh from the dist tarball.

This should not be distributed.

@fix.

10 years agoexamples - clean up the button on 3d object example.
ChunEon Park [Thu, 5 Jun 2014 07:38:34 +0000 (16:38 +0900)]
examples - clean up the button on 3d object example.

1. remove shadow var warnings.
2. use elm_main()
3. set engine gl in default.

10 years agoexample: add new example for button and Evas_3D object.
se.osadchy [Wed, 4 Jun 2014 17:19:25 +0000 (19:19 +0200)]
example: add new example for button and Evas_3D object.

Summary: This example shows the mechanism of elementary widget (button) adding to the 3d scene object.

Reviewers: Hermet, cedric, raster

Differential Revision: https://phab.enlightenment.org/D937

Signed-off-by: Cedric BAIL <c.bail@partner.samsung.com>
10 years agoElm: Update code to use the new class names generated by eolian.
Tom Hacohen [Tue, 3 Jun 2014 10:35:28 +0000 (11:35 +0100)]
Elm: Update code to use the new class names generated by eolian.

10 years agoexamples - clean up 3d_scene_on_button_example.
ChunEon Park [Mon, 2 Jun 2014 13:50:33 +0000 (22:50 +0900)]
examples - clean up 3d_scene_on_button_example.

10 years ago[Examples] Add new example for evas-3d and widget.
se.osadchy [Mon, 2 Jun 2014 13:34:25 +0000 (22:34 +0900)]
[Examples] Add new example for evas-3d and widget.

Summary: This example shows the mechanism of scene object adding to the widget button.

Reviewers: Hermet, cedric, raster

Differential Revision: https://phab.enlightenment.org/D914

10 years agoelm win - if no ELM_DISPLAY is set, try more engines before giving up
Carsten Haitzler (Rasterman) [Fri, 30 May 2014 06:41:40 +0000 (15:41 +0900)]
elm win - if no ELM_DISPLAY is set, try more engines before giving up

this should fix T1294 without needing ELM_DISPLAY set. @fix

10 years agotheme - support new ibar icon menu signals for focus, screen etc.
Carsten Haitzler (Rasterman) [Fri, 30 May 2014 03:45:57 +0000 (12:45 +0900)]
theme - support new ibar icon menu signals for focus, screen etc.

10 years agoatspi:AtspiSelection interface added
Carsten Haitzler (Rasterman) [Fri, 30 May 2014 02:56:24 +0000 (11:56 +0900)]
atspi:AtspiSelection interface added

Reviewers: stanluk, m.jagiello, raster

Differential Revision: https://phab.enlightenment.org/D810

10 years agoFileselector Entry: add the changed signal in the events section of fileselector_entry.eo
Yakov Goldberg [Thu, 29 May 2014 13:07:33 +0000 (16:07 +0300)]
Fileselector Entry: add the changed signal in the events section of fileselector_entry.eo

10 years agoelm theme - use fastdecomp for theme as it should load faster
Carsten Haitzler (Rasterman) [Thu, 29 May 2014 08:04:16 +0000 (17:04 +0900)]
elm theme - use fastdecomp for theme as it should load faster

10 years agofileselector: Added focus cycle feature.
Anil Kumar Nahak [Thu, 29 May 2014 02:35:46 +0000 (11:35 +0900)]
fileselector: Added focus cycle feature.

Summary:
Previously there was no focus_direction & focus_next.
These functions are added in filesector winset for currect focus movement inside the winset.

Test Plan: elementary_test->"fileselector"

Reviewers: raster, seoz, nirajkr, singh.amitesh

Differential Revision: https://phab.enlightenment.org/D913

10 years agoGengrid: Fixed _elm_gengrid_item_edge_check for ELM_FOCUS_LEFT and ELM_FOCUS_RIGHT...
efl [Wed, 28 May 2014 09:21:10 +0000 (18:21 +0900)]
Gengrid: Fixed _elm_gengrid_item_edge_check for ELM_FOCUS_LEFT and ELM_FOCUS_RIGHT in horizontal mode.

Summary:
1|4         _elm_gengrid_item_edge_check for ELM_FOCUS_LEFT returns EINA_FALSE for item no. 3,
2|          which should return EINA_TRUE. Fixed this.
3|

1|4|7|      _elm_gengrid_item_edge_check for ELM_FOCUS_RIGHT returns EINA_FALSE for item no.5,
2|5|        which should return EINA_TRUE. Fixed this.
3|6|

Test Plan: elementary_test -to gengrid2

Reviewers: seoz, eagleeye, SanghyeonLee, raster

CC: seoz, raster
Differential Revision: https://phab.enlightenment.org/D846

10 years agoatspi: add accessible default relations and attributes
Lukasz Stanislawski [Wed, 28 May 2014 08:12:34 +0000 (17:12 +0900)]
atspi: add accessible default relations and attributes

Summary: Tests added for accessibile interface

Differential Revision: https://phab.enlightenment.org/D900

10 years agoelm_map: Add new elm_map_region_zoom_bring_in() API
bluezery [Wed, 28 May 2014 08:08:00 +0000 (17:08 +0900)]
elm_map: Add new elm_map_region_zoom_bring_in() API

Summary:
By using this API, we  can do region show & bring in concurrently.
This needs some tuning more because some main layouting logic in map
needs to be modified to support more smooth animation.
I will spare my time to do that later.
@feature

Reviewers: Hermet, raster, stefan_schmidt

Reviewed By: raster

CC: Jaehyun
Differential Revision: https://phab.enlightenment.org/D887

10 years agoEntry: add the "changed", "changed,user" signals in the events section of entry.eo.
Yakov Goldberg [Wed, 28 May 2014 07:09:39 +0000 (10:09 +0300)]
Entry: add the "changed", "changed,user" signals in the events section of entry.eo.

10 years agoautotools: Add xz as additional tarball format
Stefan Schmidt [Tue, 27 May 2014 09:13:32 +0000 (11:13 +0200)]
autotools: Add xz as additional tarball format

If this turns out well we will remove bz2 in 1.12

10 years agoatspi: add AtspiImage interface support.
Lukasz Stanislawski [Tue, 27 May 2014 07:23:13 +0000 (16:23 +0900)]
atspi: add AtspiImage interface support.

Summary: Sample implementation for elm_image added.

Reviewers: raster, seoz

Differential Revision: https://phab.enlightenment.org/D794

10 years agoMake *.eo files installed into eolian/include
Andrii Kroitor [Tue, 27 May 2014 07:05:48 +0000 (16:05 +0900)]
Make *.eo files installed into eolian/include

Summary: This makes inheritance from elementary posible for widget developers

Reviewers: cedric, seoz, raster

CC: reutskiy.v.v
Differential Revision: https://phab.enlightenment.org/D762

Conflicts:
src/lib/Makefile.am

10 years agoGenlist: Add function to search item by string.
Kateryna Fesyna [Tue, 27 May 2014 06:53:11 +0000 (15:53 +0900)]
Genlist: Add function to search item by string.

Summary:
This function allows user to search for item in Genlist.
It takes four search parameters:
1. pointer to function to get text of the item. It could be the same with item's
   get_text function. This parameter is added to let user use the specific search key
   and to avoid problems with setting item's text, that is not constant.
2. pointer to the item from which search should start.
3. search pattern.
4. fnmatch() flags.
To check it's usage the new test is added to the elementary_test (Genlist Item Search By Text)

Reviewers: cedric, seoz, raster

CC: reutskiy.v.v
Differential Revision: https://phab.enlightenment.org/D566

10 years agoscroller - emits the missed signals
ChunEon Park [Tue, 27 May 2014 04:38:34 +0000 (13:38 +0900)]
scroller - emits the missed signals

vbar,press, vbar,unpress, hbar,press, hbar,unpress

@fix

10 years agoUpdating galician and adding lithuanian and turkish translations
maxerba [Mon, 26 May 2014 19:45:11 +0000 (21:45 +0200)]
Updating galician and adding lithuanian and turkish translations

10 years agoRevert "theme - fix non-fixed size3 complaint in theme buttons"
Carsten Haitzler (Rasterman) [Mon, 26 May 2014 14:28:44 +0000 (23:28 +0900)]
Revert "theme - fix non-fixed size3 complaint in theme buttons"

this fixed button complaints by unexpectedly broke hoversels

This reverts commit 9f53154bb216e8998586c2458e5f1c86d5b55011.

10 years agogenlist: fixed wrong item focus set on item_focus_set API call.
Daniel Juyung Seo [Mon, 26 May 2014 12:56:10 +0000 (21:56 +0900)]
genlist: fixed wrong item focus set on item_focus_set API call.

Reset the last_focused_item on _item_focus_set_hook.
This fixes the issue which sets the focus to the wrong item when the
focus is set by an API.

Reproduction step:
elementary_test -> genlist focus -> click an item (not the 2nd item) -> click "Focus 2nd
Item after 1.5 seconds" button.
Focus is not moved to the 2nd item.

@fix

10 years agotoolbar: changed internal variable types to sync with other widgets.
Daniel Juyung Seo [Mon, 26 May 2014 13:06:23 +0000 (22:06 +0900)]
toolbar: changed internal variable types to sync with other widgets.

Changed the variable type from (Elm_Toolbar_Item *) to (Elm_Object_Item *)
for focused_item, last_focused_item, and prev_focused_item.

10 years agorelease: Switch back to development mode
Stefan Schmidt [Mon, 26 May 2014 10:41:34 +0000 (12:41 +0200)]
release: Switch back to development mode

Open for 1.11 changes now.

10 years agorelease: v1.10.0 v1.10.0
Stefan Schmidt [Mon, 26 May 2014 09:48:53 +0000 (11:48 +0200)]
release: v1.10.0

10 years agofix example to follow namespace correctness in elm theme
Carsten Haitzler (Rasterman) [Mon, 26 May 2014 10:11:02 +0000 (19:11 +0900)]
fix example to follow namespace correctness in elm theme

fixes T1024

10 years agoelm scroller - fix documentation on gravity
Carsten Haitzler (Rasterman) [Mon, 26 May 2014 09:35:40 +0000 (18:35 +0900)]
elm scroller - fix documentation on gravity

this fixes T1262

10 years agoelm spiner - fix flag read to also use the right field
Carsten Haitzler (Rasterman) [Mon, 26 May 2014 09:03:44 +0000 (18:03 +0900)]
elm spiner - fix flag read to also use the right field

10 years agoelm spinner - fix invalid struct modification when wheel event
Carsten Haitzler (Rasterman) [Mon, 26 May 2014 09:01:45 +0000 (18:01 +0900)]
elm spinner - fix invalid struct modification when wheel event

10 years agotheme - fix non-fixed size3 complaint in theme buttons
Carsten Haitzler (Rasterman) [Mon, 26 May 2014 08:53:05 +0000 (17:53 +0900)]
theme - fix non-fixed size3 complaint in theme buttons

this fixes T1278

10 years agoGenlist: On focus_on_selection mode, the focus should set on item content objects...
chinmaya [Mon, 26 May 2014 06:52:07 +0000 (15:52 +0900)]
Genlist: On focus_on_selection mode, the focus should set on item content objects of item type ELM_GENLIST_ITEM_TREE.

Summary:
On focus_on_selection set, the focus set on genlist item of type ELM_GENLIST_ITEM_TREE rather than
         on item content objects.

Test Plan: elementary_test -to "genlist focus"

Reviewers: seoz, eagleeye, SanghyeonLee, raster

Reviewed By: raster

CC: seoz
Differential Revision: https://phab.enlightenment.org/D899

10 years agoGenlist: Focus does not move, if it is set on item content objects.
chinmaya [Mon, 26 May 2014 06:45:54 +0000 (15:45 +0900)]
Genlist: Focus does not move, if it is set on item content objects.

Summary:
If focus is set on item content object, it's treated as a
         different object which results the focus deadlock. So, every
         time whenever focus sets on item content object, we need to
         unset and set the focus on genlist object. Thanks to Seoz for
         the idea.

Test Plan: elementary_test -to "genlist focus"

Reviewers: seoz, SanghyeonLee, eagleeye

CC: seoz
Differential Revision: https://phab.enlightenment.org/D891

10 years agotest_progressbar: delete timer when progressbar is destroyed.
wonguk.jeong [Mon, 26 May 2014 06:25:28 +0000 (15:25 +0900)]
test_progressbar: delete timer when progressbar is destroyed.

Summary:
elementary_test -> progressbar/progressbar2 -> press start -> close window
-> annoying message is shown due to API invoking for already free'd progressbar

Test Plan: elementary_test -> progressbar/progressbar2 -> press start -> close progressbar/progressbar2 window

Reviewers: raster, seoz

CC: seoz
Differential Revision: https://phab.enlightenment.org/D888

10 years agoentry: update selection handlers' visibility when entry is hidden or shown
Thiep Ha [Mon, 26 May 2014 02:28:12 +0000 (11:28 +0900)]
entry: update selection handlers' visibility when entry is hidden or shown

Summary:
Selection handlers' visibility should be updated when entry is hidden or shown
When entry has selection and hidden, the selection handlers should be hidden also.
This fix T1175.

@fix

Reviewers: seoz, woohyun, raster

Reviewed By: raster

Maniphest Tasks: T1175

Differential Revision: https://phab.enlightenment.org/D877

10 years agoFix T1269 Issues with the elementary theme if the default text is set to something...
Simon Lees [Mon, 26 May 2014 02:10:01 +0000 (11:10 +0900)]
Fix T1269 Issues with the elementary theme if the default text is set to something other then White

Summary:
Previously in colorclasses.edc border_frame dialog_base along with other base elements were defined to the default font color "White". This means if you change the default font color there are many unrelated side effects.
To fix this issue i have added a new Color define in colorclasses.edc to be used with window related items as opposed to text related items.

Reviewers: raster

CC: seoz, stefan_schmidt
Maniphest Tasks: T1269

Differential Revision: https://phab.enlightenment.org/D879

10 years agoUpdating czech translation
maxerba [Fri, 23 May 2014 21:44:35 +0000 (23:44 +0200)]
Updating czech translation

10 years agowin: set NULL to focus_highlight.prev.target when it's deleted.
WooHyun Jung [Fri, 23 May 2014 02:07:59 +0000 (11:07 +0900)]
win: set NULL to focus_highlight.prev.target when it's deleted.

10 years agoCorrectly emit the scroll signal when scrolling an entry @fix T1274.
Andy Williams [Thu, 22 May 2014 21:33:46 +0000 (22:33 +0100)]
Correctly emit the scroll signal when scrolling an entry @fix T1274.

As the Elm_Entry has replaced the _scroll_cb we need to emit the same signal
(that was the only function of elm_scroller's _scroll_cb)

10 years agodefault theme - make finger size 10
Carsten Haitzler (Rasterman) [Thu, 22 May 2014 09:46:36 +0000 (18:46 +0900)]
default theme - make finger size 10

10 years agoimage - null checking.
ChunEon Park [Wed, 21 May 2014 04:24:32 +0000 (13:24 +0900)]
image - null checking.

If the rotated image exceeds image maximum size, the data would be invalid.

10 years agoreplace elipsis -> ellipsis
ChunEon Park [Wed, 21 May 2014 03:03:23 +0000 (12:03 +0900)]
replace elipsis -> ellipsis

we recommend complete words.

10 years agoelm_test: Set PACKAGE_LIB_DIR to fix windows runtime
Jean-Philippe Andre [Tue, 20 May 2014 03:27:29 +0000 (12:27 +0900)]
elm_test: Set PACKAGE_LIB_DIR to fix windows runtime

10 years agofix genlist tree expand/contract bug when switching mode
Carsten Haitzler (Rasterman) [Tue, 20 May 2014 07:04:41 +0000 (16:04 +0900)]
fix genlist tree expand/contract bug when switching mode

this fixes T1157 - this patch comes from yinkair.

10 years agofix 0 size focus region
Carsten Haitzler (Rasterman) [Tue, 20 May 2014 06:34:01 +0000 (15:34 +0900)]
fix 0 size focus region

@fix - this fixes T1205 ... or should fix it... in theory.