platform/upstream/elementary.git
10 years agorelease: Update NEWS and bump version for 1.8.3 release sandbox/pcoval/upstream v1.8.3
Stefan Schmidt [Tue, 7 Jan 2014 14:01:39 +0000 (15:01 +0100)]
release: Update NEWS and bump version for 1.8.3 release

10 years agogengrid, genlist: Fallback into default item style if the required item
Daniel Juyung Seo [Wed, 8 Jan 2014 10:07:07 +0000 (19:07 +0900)]
gengrid, genlist: Fallback into default item style if the required item
style does not exist.

10 years agomap: fix allocator sizeof operand mismatch reported by clang
Jihoon Kim [Tue, 7 Jan 2014 23:51:15 +0000 (08:51 +0900)]
map: fix allocator sizeof operand mismatch reported by clang

https://build.enlightenment.org/job/nightly_elm_clang_x86_64/lastSuccessfulBuild/artifact/scan-build/build/2014-01-05-1/report-vKmgoZ.html#EndPath
https://build.enlightenment.org/job/nightly_elm_clang_x86_64/lastSuccessfulBuild/artifact/scan-build/build/2014-01-05-1/report-5OVcIZ.html#EndPath

10 years agoelm: replace 0 or 1 with EINA_FALSE or EINA_TRUE
Jihoon Kim [Tue, 7 Jan 2014 23:23:58 +0000 (08:23 +0900)]
elm: replace 0 or 1 with EINA_FALSE or EINA_TRUE

10 years agoelm_test: use EINA_TRUE or FALSE instead of 1 or 0
Jihoon Kim [Tue, 7 Jan 2014 07:48:58 +0000 (16:48 +0900)]
elm_test: use EINA_TRUE or FALSE instead of 1 or 0

10 years agoWidget: Don't check if it's the correct class everywhere.
Tom Hacohen [Mon, 6 Jan 2014 14:58:18 +0000 (14:58 +0000)]
Widget: Don't check if it's the correct class everywhere.

ELM_WIDGET_DATA_GET was checking it was the correct class. This is
stupid and wrong (and makes tools rightfully complain) because these
functions are implementations of that class anyway, so that would never
be false.
Functions that outside facing (that is, not called from eo_do) should
use API_ENTRY.

10 years agoUpdating serbian translation
maxerba [Sun, 5 Jan 2014 20:44:16 +0000 (21:44 +0100)]
Updating serbian translation

10 years agoUpdating serbian translation
maxerba [Sun, 5 Jan 2014 14:58:19 +0000 (15:58 +0100)]
Updating serbian translation

10 years agoelm theme - fix toggle color to hide invisible orange rect
Carsten Haitzler (Rasterman) [Sat, 4 Jan 2014 09:55:45 +0000 (18:55 +0900)]
elm theme - fix toggle color to hide invisible orange rect

10 years ago[Genlist]: Added NULL check
Chinmaya Panigrahi [Wed, 1 Jan 2014 05:11:50 +0000 (14:11 +0900)]
[Genlist]: Added NULL check

Summary: Added NULL check

Test Plan: elementary_test -to genlist

Reviewers: seoz, singh.amitesh, raster

Reviewed By: raster

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

10 years ago[Hoversel]: Added NULL check
Chinmaya Panigrahi [Tue, 31 Dec 2013 04:12:20 +0000 (13:12 +0900)]
[Hoversel]: Added NULL check

Summary: Added NULL check

Test Plan: elementary_test -to hoversel

Reviewers: seoz, singh.amitesh

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

10 years agoentry: fix build warning about explicit braces to avoid ambiguous 'else'
Jihoon Kim [Tue, 31 Dec 2013 02:39:47 +0000 (11:39 +0900)]
entry: fix build warning about explicit braces to avoid ambiguous 'else'

10 years agospinner: add NULL check
Jihoon Kim [Tue, 31 Dec 2013 02:38:46 +0000 (11:38 +0900)]
spinner: add NULL check

10 years agoimage: add NULL check
Jihoon Kim [Tue, 31 Dec 2013 02:36:43 +0000 (11:36 +0900)]
image: add NULL check

10 years agoentry: add NULL check
Jihoon Kim [Tue, 31 Dec 2013 02:23:28 +0000 (11:23 +0900)]
entry: add NULL check

10 years agofileselector: add NULL check
Jihoon Kim [Tue, 31 Dec 2013 02:22:20 +0000 (11:22 +0900)]
fileselector: add NULL check

10 years agocalendar: add NULL checks
Yakov Goldberg [Mon, 30 Dec 2013 12:46:39 +0000 (14:46 +0200)]
calendar: add NULL checks

10 years agodatetime: add NULL checks
Yakov Goldberg [Mon, 30 Dec 2013 12:39:01 +0000 (14:39 +0200)]
datetime: add NULL checks

10 years agoelm_thumb: Delete ethumb object on smart_del in order to prevent the ethumb from...
Stephen Houston [Sun, 29 Dec 2013 17:24:54 +0000 (11:24 -0600)]
elm_thumb: Delete ethumb object on smart_del in order to prevent the ethumb from being left as an artifact after the elm_thumb has been deleted.

10 years agoupdate e startup splash version to 18
Mike Blumenkrantz [Fri, 27 Dec 2013 03:30:34 +0000 (22:30 -0500)]
update e startup splash version to 18

10 years agorelease: Update NEWS with two fixes for the 1.8.2 release v1.8.2
Stefan Schmidt [Thu, 19 Dec 2013 08:54:11 +0000 (09:54 +0100)]
release: Update NEWS with two fixes for the 1.8.2 release

10 years agoUpdate systray theme to have only one box
José Roberto de Souza [Wed, 18 Dec 2013 20:55:43 +0000 (18:55 -0200)]
Update systray theme to have only one box

10 years agotheme - focus out color should have been 255 all around. why 253?
Carsten Haitzler (Rasterman) [Mon, 16 Dec 2013 06:55:16 +0000 (15:55 +0900)]
theme - focus out color should have been 255 all around. why 253?

cherry-pick me!

10 years agorelease: Update NEWS and bump version for 1.8.2 release
Stefan Schmidt [Wed, 18 Dec 2013 08:28:42 +0000 (09:28 +0100)]
release: Update NEWS and bump version for 1.8.2 release

10 years agofurther ensmallen event area
Mike Blumenkrantz [Tue, 10 Dec 2013 16:41:38 +0000 (11:41 -0500)]
further ensmallen event area

10 years agobugfix: ensmallen efm event area and make it overlap with icon event area
Mike Blumenkrantz [Tue, 10 Dec 2013 15:14:35 +0000 (10:14 -0500)]
bugfix: ensmallen efm event area and make it overlap with icon event area

10 years agorelease: Update NEWS and bump version for 1.8.1 release v1.8.1
Stefan Schmidt [Thu, 5 Dec 2013 14:18:53 +0000 (15:18 +0100)]
release: Update NEWS and bump version for 1.8.1 release

10 years agonaviframe: clip the shadow also.
Cedric Bail [Fri, 6 Dec 2013 02:43:14 +0000 (11:43 +0900)]
naviframe: clip the shadow also.

stable release - cherry-pick me!

During animation, if the naviframe wasn't inside another object that would clip
it, you could notice the shadow going over some object around.

10 years agoelementary: shuttup autotools.
Cedric Bail [Thu, 5 Dec 2013 10:37:46 +0000 (19:37 +0900)]
elementary: shuttup autotools.

10 years agoelementary/elm_button.c : Change the timing of signal_emitting.
WooHyun Jung [Thu, 5 Dec 2013 01:01:43 +0000 (10:01 +0900)]
elementary/elm_button.c : Change the timing of signal_emitting.

Application can delete button itsefl(or its parent) inside the smart callback function.
So the signal_emitting with button object should be done in advance.

10 years agoelm_interface_scrollable.c: fix scroller page flick calculation roundup routine.
Daniel Juyung Seo [Tue, 3 Dec 2013 14:49:30 +0000 (23:49 +0900)]
elm_interface_scrollable.c: fix scroller page flick calculation roundup routine.

When the offset is not bigger than 0 && abs(offset) is not smaller than dx(or dy), round up routine could have mis-calculation bug.
It should substract one value more to get a proper round up result.
For example, when x = 1440, offset = -2160, dx = 360, x should become 720 but round up routine made it 1440.
Because it was rounded up from 1080 to 1440. It should be rounded down from 1079 to 720.

Special thanks to Hosang Kim for the help.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
Signed-off-by: Hosang Kim <hosang12.kim@samsung.com>
10 years agoelm_interface_scrollable.c: reset momentum_animator to null when return cancel from...
Daniel Juyung Seo [Tue, 3 Dec 2013 12:40:09 +0000 (21:40 +0900)]
elm_interface_scrollable.c: reset momentum_animator to null when return cancel from the animator.

10 years agogengrid: refactoring of commit 7187a3124fc6c169fcfec2c249a1fd483481fbba.
Daniel Juyung Seo [Mon, 2 Dec 2013 11:32:14 +0000 (20:32 +0900)]
gengrid: refactoring of commit 7187a3124fc6c169fcfec2c249a1fd483481fbba.

- follow the convention for structure name
- removed unnecessary callback
- removed wrong api usage
- removed unnecessary variables
- removed unnecessary parameter passing
- fixed ugly ui
- added 'static' to local function
- changed frame description more descriptive
- fixed formatting

Conflicts:

src/bin/test_gengrid.c

10 years ago[Gengrid] Enable Scroll To Type when item bring in or show region.
Sanghyeon Lee [Mon, 2 Dec 2013 06:52:35 +0000 (15:52 +0900)]
[Gengrid] Enable Scroll To Type when item bring in or show region.

Scrollto positions are divided 4 type
NONE : do not scrollto.
TOP : scrollto position is always top viewport.
MIDDLE : scrollto position is always middle of viewport.
IN : scrollto position to fully visible in viewport.

10 years agotheme - fix evrything theme elements for enlightenment
Carsten Haitzler (Rasterman) [Tue, 3 Dec 2013 07:39:58 +0000 (16:39 +0900)]
theme - fix evrything theme elements for enlightenment

this will fix T596 where the open mode is laid out badly. it also
fixes the text elements in the file borwser list mode to align text
properly.

10 years agoNEWS: added the latest version marker for NEWS.
Daniel Juyung Seo [Mon, 2 Dec 2013 06:12:40 +0000 (15:12 +0900)]
NEWS: added the latest version marker for NEWS.

10 years agofix mouse eventing in e border theme
Mike Blumenkrantz [Sun, 1 Dec 2013 19:26:56 +0000 (14:26 -0500)]
fix mouse eventing in e border theme

10 years agoadd 1.8 release to changelog
Mike Blumenkrantz [Sun, 1 Dec 2013 19:28:37 +0000 (14:28 -0500)]
add 1.8 release to changelog

10 years agov1.8.0 v1.8.0
Carsten Haitzler (Rasterman) [Sun, 1 Dec 2013 10:03:18 +0000 (19:03 +0900)]
v1.8.0

10 years agodoxygen: fix label example
Jerome Pinot [Sun, 1 Dec 2013 02:45:13 +0000 (11:45 +0900)]
doxygen: fix label example

The label example code snippets didn't show up in the doxygen
documentation. This fixes the issue. Generated image is still missing,
though.

10 years agoelm_genlist.c: return "elm.swallow.icon" part's object when the part parameter is...
Daniel Juyung Seo [Sat, 30 Nov 2013 09:28:47 +0000 (18:28 +0900)]
elm_genlist.c: return "elm.swallow.icon" part's object when the part parameter is null on _item_content_get_hook().

Now elm_object_item_content_get() works fine.
+ avoid ambiguous if-else statement by using braces.

10 years agoelm_genlist.c: return "elm.text" part's text when the part parameter is null on _item...
Daniel Juyung Seo [Sat, 30 Nov 2013 08:02:24 +0000 (17:02 +0900)]
elm_genlist.c: return "elm.text" part's text when the part parameter is null on _item_text_get_hook().

Now elm_object_item_text_get() works fine.

10 years ago[hoversel] - Removed focus_direction since focus_cycle is applied on sd->hover.
ami [Sat, 30 Nov 2013 06:34:55 +0000 (15:34 +0900)]
[hoversel] - Removed focus_direction since focus_cycle is applied on sd->hover.

Summary: removed focus_direction

Test Plan: elementary_test -> hoversel

Reviewers: seoz, raster

CC: nirajkr
Differential Revision: https://phab.enlightenment.org/D359

10 years agoelm_widget.c: fixed formatting while reading the code.
Daniel Juyung Seo [Sat, 30 Nov 2013 06:28:44 +0000 (15:28 +0900)]
elm_widget.c: fixed formatting while reading the code.

10 years agov1.8.0-beta2 v1.8.0-beta2
Carsten Haitzler (Rasterman) [Fri, 29 Nov 2013 10:36:58 +0000 (19:36 +0900)]
v1.8.0-beta2

10 years agoelm_genlist.c: Fix to decorate the item if it is set
nirajkr [Fri, 29 Nov 2013 10:18:00 +0000 (19:18 +0900)]
elm_genlist.c: Fix to decorate the item if it is set

Summary: Changes in the _item_realize to decorate the item T576 test_genlist10

Reviewers: seoz, singh.amitesh

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

10 years agoreadme - update readme for efl 1.8
Carsten Haitzler (Rasterman) [Fri, 29 Nov 2013 10:07:55 +0000 (19:07 +0900)]
readme - update readme for efl 1.8

lots of extra documentation and information now in the README

10 years agogenlist: clear 'rel' pointer when it becomes unused during del_pre_hook.
Gustavo Sverzut Barbieri [Thu, 28 Nov 2013 22:42:16 +0000 (20:42 -0200)]
genlist: clear 'rel' pointer when it becomes unused during del_pre_hook.

If we're walking an item and it's deleted, the memory won't go away
immediately in _item_del_pre_hook() as would in _item_del(), then it's
not enough to remove ourselves from the reverse-relative list of the
item we were relative to, we also need to clean our own relative
pointer so we won't touch it later when the item is not being walked
anymore and _item_del() is called.

I was getting this annoying error with espionage application, opening
an interface of an object and then closing the window or selecting
another bus name (whatever would call elm_genlist_clear()).

During the clear process genlist will flag the next item as "walking"
so it's not gone when the current item dies (would happen if next item
is a subitem). The item would run _item_del_pre_hook() but not
_item_del(), but on the next loop iteration the next item would be the
current, then not walking anymore and during _item_del() it would
access it->item->rel which would point to the now-dead item.

10 years agoElm scroller: prevent usage of uninitialized vars as reported by valgrind.
Tom Hacohen [Thu, 28 Nov 2013 16:33:46 +0000 (16:33 +0000)]
Elm scroller: prevent usage of uninitialized vars as reported by valgrind.

This improves the terminology crash rate a bit.

10 years agoElm scroller: _movement_block_get fix return val on error.
Tom Hacohen [Thu, 28 Nov 2013 16:17:15 +0000 (16:17 +0000)]
Elm scroller: _movement_block_get fix return val on error.

It was returning ELM_SCROLLER_SINGLE_DIRECTION_NONE instead of
ELM_SCROLLER_MOVEMENT_NO_BLOCK.
Looks like a c&p error.

10 years agoAdd callback when drag start in item containers
Daniel Zaoui [Thu, 28 Nov 2013 14:05:28 +0000 (16:05 +0200)]
Add callback when drag start in item containers

10 years agoRename DnD test
Daniel Zaoui [Thu, 28 Nov 2013 14:04:08 +0000 (16:04 +0200)]
Rename DnD test

10 years agotrack_example_01.c: internal refactoring of track example code.
Daniel Juyung Seo [Thu, 28 Nov 2013 10:58:54 +0000 (19:58 +0900)]
track_example_01.c: internal refactoring of track example code.

- removed unnecessary box.
- fixed a typo of gcc build command.

10 years agoelm - diskselector - fix min height to at least be min height of items
Carsten Haitzler (Rasterman) [Thu, 28 Nov 2013 10:24:26 +0000 (19:24 +0900)]
elm - diskselector - fix min height to at least be min height of items

diskselector needs a major rewrite effort, BUT... until that happens
this fixes minbimum height and that fixes T506

10 years agogenlist.edc: fixed decorate all mode bug when scrolling.
Daniel Juyung Seo [Thu, 28 Nov 2013 08:23:47 +0000 (17:23 +0900)]
genlist.edc: fixed decorate all mode bug when scrolling.

When we scroll the genlist with decorate all mode, newerly realized items looked like a normal mode.
This was caused by a new theme. Genlist item style should handle all the necessary parts when decorate mode is enabled/diabled.
This fixes T576.

10 years agoelm_spinner.c: support mouse wheel in spinner.
Daniel Juyung Seo [Thu, 28 Nov 2013 08:06:39 +0000 (17:06 +0900)]
elm_spinner.c: support mouse wheel in spinner.

Spinner didn't work with mouse wheel which is a bug.
This fixes T587.

10 years agoelm_index.c: removed unused empty function.
Daniel Juyung Seo [Thu, 28 Nov 2013 06:55:38 +0000 (15:55 +0900)]
elm_index.c: removed unused empty function.

10 years agogenlist - fix show item if list manipulation changes shown item position
Carsten Haitzler (Rasterman) [Thu, 28 Nov 2013 07:36:55 +0000 (16:36 +0900)]
genlist - fix show item if list manipulation changes shown item position

this fixes T38 - it's a bit brute force but the only way i can think
of that is not too invasive before release.

10 years agoUpdate Korean translation
Seong-ho Cho [Wed, 27 Nov 2013 03:31:11 +0000 (12:31 +0900)]
Update Korean translation

Summary: modified some translation as a phonetic transcription.

Reviewers: seoz

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

10 years agoelm_win/wayland: Call frame update after rotation changed.
Rafael Antognolli [Tue, 26 Nov 2013 16:56:14 +0000 (14:56 -0200)]
elm_win/wayland: Call frame update after rotation changed.

This will update the opaque region, that was set to a different
orientation.

Fix T359.

10 years agotest_icon.c: internal refactoring of test_icon example.
Daniel Juyung Seo [Tue, 26 Nov 2013 14:44:27 +0000 (23:44 +0900)]
test_icon.c: internal refactoring of test_icon example.

Now it looks like a normal efl app.
- Declare variables at the start of the function.
- Resize and show the window right after its creation.
- Set widgets' parents properly.

10 years agotest_icon.c: removed unnecessary box.
Daniel Juyung Seo [Tue, 26 Nov 2013 14:41:17 +0000 (23:41 +0900)]
test_icon.c: removed unnecessary box.

This fixes " _smart_need_recalculate_set() Object 0x803db8e8 is not stable during recalc loop" issue which was reported by kuuko.
Special thanks to kuuko.

10 years agoelm scroller - fix infinite recursion in scroller adjust
Carsten Haitzler (Rasterman) [Tue, 26 Nov 2013 10:32:35 +0000 (19:32 +0900)]
elm scroller - fix infinite recursion in scroller adjust

there is an infinite recursion in the scroller adjust code that can
happen some times. this fixes T434.

10 years agoelm-config desktop - remove system from categories (so its in user prefs)
Carsten Haitzler (Rasterman) [Tue, 26 Nov 2013 04:54:41 +0000 (13:54 +0900)]
elm-config desktop - remove system from categories (so its in user prefs)

10 years agoelementary/flip - revise the test code.
ChunEon Park [Tue, 26 Nov 2013 04:02:25 +0000 (13:02 +0900)]
elementary/flip - revise the test code.

now flip go works with the current selected item.

10 years agogenlist.edc: fixed missing "fixed: 0 1;" notation in genlist COMPRESS_SUB macro.
Daniel Juyung Seo [Tue, 26 Nov 2013 00:09:42 +0000 (09:09 +0900)]
genlist.edc: fixed missing "fixed: 0 1;" notation in genlist COMPRESS_SUB macro.

"fixed" property should follow its parent part property.
This fixes T497.

10 years agoprintf--
Carsten Haitzler (Rasterman) [Mon, 25 Nov 2013 12:38:21 +0000 (21:38 +0900)]
printf--

10 years agoelm - scroller - fix missing large set of signal callbacks on scrollbar
Carsten Haitzler (Rasterman) [Mon, 25 Nov 2013 12:22:11 +0000 (21:22 +0900)]
elm - scroller - fix missing large set of signal callbacks on scrollbar

this fixes T138 and a bunch of other missing callback signals

10 years agoimage - fix the elm_image_prescale_set() to work properly.
ChunEon Park [Mon, 25 Nov 2013 11:48:22 +0000 (20:48 +0900)]
image - fix the elm_image_prescale_set() to work properly.

before this, it had the insane logic so the prescale_set() never work.
Now, it works well and the prescale won't be set in default. (before, the default value is 64. why?)

10 years ago1.8.0-beta1 v1.8.0-beta1
Carsten Haitzler (Rasterman) [Mon, 25 Nov 2013 05:51:59 +0000 (14:51 +0900)]
1.8.0-beta1

10 years agotest_popup.c: added popup example which has a rectangle as its parent.
Daniel Juyung Seo [Mon, 25 Nov 2013 05:05:17 +0000 (14:05 +0900)]
test_popup.c: added popup example which has a rectangle as its parent.

This shows how the popup and its block event area size are decided.

10 years agoDnD: safe inlist elements removal
Daniel Zaoui [Mon, 18 Nov 2013 11:34:07 +0000 (13:34 +0200)]
DnD: safe inlist elements removal

10 years agoAdding polish localization
maxerba [Sat, 23 Nov 2013 15:52:19 +0000 (16:52 +0100)]
Adding polish localization

10 years agowayland - fix cnp segv
Carsten Haitzler (Rasterman) [Sat, 23 Nov 2013 13:45:15 +0000 (22:45 +0900)]
wayland - fix cnp segv

this ACTUALLY fixes T471

10 years agoUpdating galician localization
maxerba [Fri, 22 Nov 2013 20:38:34 +0000 (21:38 +0100)]
Updating galician localization

10 years agogeneral_funcs_example.c: fixed wrong window's resize object addition logic in general...
Daniel Juyung Seo [Fri, 22 Nov 2013 13:48:22 +0000 (22:48 +0900)]
general_funcs_example.c: fixed wrong window's resize object addition logic in general_funcs sample code.

Do not use elm_win_resize_object_add() if that object is already a child of another object.

10 years agoelementary/mapbuf - reset the mapbuf correctly when the content is removed(unset)
ChunEon Park [Fri, 22 Nov 2013 10:48:24 +0000 (19:48 +0900)]
elementary/mapbuf - reset the mapbuf correctly when the content is removed(unset)

When the content is removed(or unset) the mapbuf didn't clean up the some stuff such as removing event callback for the content.
So the unset content would be tracked still by mapbuf dangling callbacks.

10 years agoelementary/mapbuf - set NULL if the content is empty.
ChunEon Park [Fri, 22 Nov 2013 08:40:40 +0000 (17:40 +0900)]
elementary/mapbuf - set NULL if the content is empty.

10 years agofix typos in doxygen and comments
Jihoon Kim [Fri, 22 Nov 2013 02:06:37 +0000 (11:06 +0900)]
fix typos in doxygen and comments

10 years agoT531 - Elemntary_popup does not respond to 'close' event
Sanjeev BA [Thu, 21 Nov 2013 21:16:49 +0000 (06:16 +0900)]
T531 - Elemntary_popup does not respond to 'close' event

Reviewers: seoz, raster

Reviewed By: seoz

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

10 years agoelm_diskselector.c: reduce item_count number on _item_del. or reducing item_count...
Daniel Juyung Seo [Thu, 21 Nov 2013 05:26:39 +0000 (14:26 +0900)]
elm_diskselector.c: reduce item_count number on _item_del. or reducing item_count could be skipped in some cases like elm_index_clear.

This fixes T508.

10 years agoelementary/elm_scroller.c : For checking focus next object, focus_direcion_get functi...
WooHyun Jung [Thu, 21 Nov 2013 01:13:40 +0000 (10:13 +0900)]
elementary/elm_scroller.c : For checking focus next object, focus_direcion_get function should be changed to focus_next_get function. If there is no focus next object, focus_direction_get will be executed by focus_next_get.

10 years agoFix build warning.
WooHyun Jung [Wed, 20 Nov 2013 11:23:49 +0000 (20:23 +0900)]
Fix build warning.

10 years agoelementary/elc_multibuttonentry.c : Multibuttonentry doesn't need to call parents...
WooHyun Jung [Wed, 20 Nov 2013 11:17:17 +0000 (20:17 +0900)]
elementary/elc_multibuttonentry.c : Multibuttonentry doesn't need to call parents' on_focus.

10 years agoelm - table - protect against invalid cell/row values (16bit overflow)
Carsten Haitzler (Rasterman) [Wed, 20 Nov 2013 09:06:42 +0000 (18:06 +0900)]
elm - table - protect against invalid cell/row values (16bit overflow)

10 years agoelementary/ctxpopup - fix T235 ctxpopup_example_01 can popup many times at once.
ChunEon Park [Wed, 20 Nov 2013 01:56:31 +0000 (10:56 +0900)]
elementary/ctxpopup - fix T235 ctxpopup_example_01 can popup many times at once.

I know this is not fundamental fix but there is no solution at this moment unless fixing the evas.

10 years agogenlist_example_04/05.c: initialize pointer variables and check null.
Daniel Juyung Seo [Wed, 20 Nov 2013 01:44:07 +0000 (10:44 +0900)]
genlist_example_04/05.c: initialize pointer variables and check null.

This removes build warnings.

10 years agoindex_example_01.c: sample code internal refactoring.
Daniel Juyung Seo [Wed, 20 Nov 2013 01:40:02 +0000 (10:40 +0900)]
index_example_01.c: sample code internal refactoring.

- avoid using unnecessary global variable.
- use common name for item variable, it.
- print out more useful messages on _active_set.

10 years agoindex_example_01.c: fixed wrong example code. elm_index_level_go() should be called...
Daniel Juyung Seo [Wed, 20 Nov 2013 01:30:09 +0000 (10:30 +0900)]
index_example_01.c: fixed wrong example code. elm_index_level_go() should be called after every index item changes.

This fixes T510.

10 years agoelementary/transit - fix the T511 "_transit_auto_reverse_get() Elm_Transit transit...
ChunEon Park [Tue, 19 Nov 2013 23:53:20 +0000 (08:53 +0900)]
elementary/transit - fix the T511 "_transit_auto_reverse_get() Elm_Transit transit has already been deleted"

10 years agoHoversel: Fix access to already deleted object.
Tom Hacohen [Tue, 19 Nov 2013 17:13:31 +0000 (17:13 +0000)]
Hoversel: Fix access to already deleted object.

Thank you eo pointer indirection for detecting this.
The issue is a mix of design choices (will discuss on the ML) and
a bug in hoversel which was probably caused because of the confusing design
choices.
The problem is that while widget_item->view is set by whoever created
the item, it's automatically deleted by elm_widget_item_del. This means
that objects that decided to delete their views, but were too sloppy to
update the widget_item->view pointer to NULL, would trigger an attempt
to deleted an already deleted object. This does not happen in 1.7
because widget_item->view was introduced in 1.8.
The automatic view deletion is problematic, as smart subobjects are
already deleted when the parent subobject (the widget) is deleted. So
clearing the views is redundant. However if the widget item is manually
deleted, the view should be deleted. This causes this mixture of cases
that are problematic at best.

Indication error:
Error:
 ERR<5394>:eo lib/eo/eo_ptr_indirection.x:275 eo_obj_pointer_get()
    obj_id 0x8000002900000149 is not pointing to a valid object. Maybe
    it has already been freed.

This fixes T500.

10 years agoTests: Added elm_suite.h to EXTRA_DIST.
Tom Hacohen [Tue, 19 Nov 2013 13:25:11 +0000 (13:25 +0000)]
Tests: Added elm_suite.h to EXTRA_DIST.

Fixes make dist.

10 years agoIntroduce check for unit testing framework of Elementary
Ryuan Choi [Tue, 19 Nov 2013 13:18:02 +0000 (13:18 +0000)]
Introduce check for unit testing framework of Elementary

Reviewers: seoz, tasn

CC: tasn, cedric
Differential Revision: https://phab.enlightenment.org/D91

10 years ago1.8.0-alpha2 v1.8.0-alpha2
Carsten Haitzler (Rasterman) [Tue, 19 Nov 2013 08:21:59 +0000 (17:21 +0900)]
1.8.0-alpha2

10 years agogenlist - fix queue processor to not account for entire loop run in time
Carsten Haitzler (Rasterman) [Tue, 19 Nov 2013 06:10:03 +0000 (15:10 +0900)]
genlist - fix queue processor to not account for entire loop run in time

10 years agotheme-randr - extend pwr event area for those who dont click where indicated
Carsten Haitzler (Rasterman) [Mon, 18 Nov 2013 23:21:46 +0000 (08:21 +0900)]
theme-randr - extend pwr event area for those who dont click where indicated

10 years agomailmap: Sync file with changes from efl
Stefan Schmidt [Mon, 18 Nov 2013 15:35:32 +0000 (16:35 +0100)]
mailmap: Sync file with changes from efl

10 years agoelm_web: Fixed warnings when opened popup for <select>
Ryuan Choi [Mon, 18 Nov 2013 15:10:58 +0000 (00:10 +0900)]
elm_web: Fixed warnings when opened popup for <select>

elm_notify and elm_list should be made using Eo based class as a parent.

10 years agoelc_hoversel.c: use int_ret instead of ret because ret can be null.
Daniel Juyung Seo [Mon, 18 Nov 2013 13:33:37 +0000 (22:33 +0900)]
elc_hoversel.c: use int_ret instead of ret because ret can be null.

This fixes coverity CID 1129609 and 1129610.

10 years agotooltip.edc: fixed a comment typo.
Daniel Juyung Seo [Mon, 18 Nov 2013 12:28:47 +0000 (21:28 +0900)]
tooltip.edc: fixed a comment typo.