platform/upstream/elementary.git
13 years agoelementary / transit - fixed typo.
ChunEon Park [Sat, 26 Mar 2011 12:39:47 +0000 (12:39 +0000)]
elementary / transit - fixed typo.

SVN revision: 58094

13 years agoFrom: WooHyun Jung <wh0705.jung@samsung.com>
WooHyun Jung [Fri, 25 Mar 2011 04:49:49 +0000 (04:49 +0000)]
From: WooHyun Jung <wh0705.jung@samsung.com>
Subject: [E-devel] [Patch] for Gettext /I18N

Mr. Govi in SISO made a patch for following description.

Detail Description:

1. If EFL/Elementary Application has i18n String with its own PO file,
then Elementary will end up looking for internal Strings at application
PO files. Passing PACKAGE name in the Elementary String Look up macro
eliminates this issue and looks for internal String from Elm.po files.

2. Macro E_(str) is used, to differentiate the elementary Strings from
commonly used #define _(str) in the applications. ( Just E ed :) )

SVN revision: 58085

13 years agoFrom: Tristan Lelong <tristan.lelong@blunderer.org>
Tristan Lelong [Fri, 25 Mar 2011 04:42:12 +0000 (04:42 +0000)]
From: Tristan Lelong <tristan.lelong@blunderer.org>
Subject: [E-devel] [PATCH]: keyboard navigation in menus

I was using elementary on a target that only has a keyboard, and I add
to do several modification on the elm_menu to handle keyboard
navigation.
- patch 1: discard a menu from C source code
- patch 2: add accessors for menu items and add the ability to handle
selected item from C source code

SVN revision: 58084

13 years agoFrom: suxia li <suxia.li@samsung.com>
suxia li [Fri, 25 Mar 2011 04:33:51 +0000 (04:33 +0000)]
From: suxia li <suxia.li@samsung.com>
Subject: [E-devel] Patch for photocam elm_photocam_file_set

hello, i made a patch for photocam, because i found a bug that
sometimes grid_clearall is done after image preload process, but it
should be done before image preload process, otherwise, only low
quality image is loaded.
Please have a check, thanks~

SVN revision: 58083

13 years agoFrom: Seunggyun Kim <sgyun.kim@samsung.com>
Seunggyun Kim [Fri, 25 Mar 2011 04:27:47 +0000 (04:27 +0000)]
From: Seunggyun Kim <sgyun.kim@samsung.com>
Subject: [E-devel]  elm_genlist - bug fix about _update_job

I found one bug in _update_job.

Now, when the elm_genlist_item_update is called, all realized items have
been updated.

In _update_job logic, item block is recalculated if it->minw and
itminw is
not same.
But before comparing that, itminw value is saved it->w.
And it->minw value is saved in _item_realzie function.
Then there are different between it->minw and itminw value.

So the item block is recalculated and _item_block_position is called.

After applying below patch, elm_genlist_item_update api updates only one
item.

SVN revision: 58082

13 years agoFrom: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 25 Mar 2011 04:13:10 +0000 (04:13 +0000)]
From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] Patch to give focus to the content in
elm_notify

lm_notify has not handled the focus movement.
Even though a button widget is contained in an notify widget and notify
widget is shown,  button widget could not be focused.
Therefore, button couldn't process any key event such as space and enter key.
This patch will solve this problem.

SVN revision: 58081

13 years agoelementary/ctxpopup - fixed indentation
ChunEon Park [Thu, 24 Mar 2011 15:49:46 +0000 (15:49 +0000)]
elementary/ctxpopup - fixed indentation

SVN revision: 58070

13 years agoFrom: Jae Hwan Kim <jae.hwan.kim@samsung.com>
Jae Hwan Kim [Thu, 24 Mar 2011 07:34:23 +0000 (07:34 +0000)]
From: Jae Hwan Kim <jae.hwan.kim@samsung.com>

If the scroller is stopped and set the freeze push while bounce
animation is running, it will stop bouncing in a moment. Even if the scroller
is set the freeze pop again, the scroller don't finish the bouncing. I think
that it should finish the bouncing when it is set the freeze pop.

SVN revision: 58063

13 years agoelementary/ctxpopup - removed white trailing
ChunEon Park [Thu, 24 Mar 2011 02:17:34 +0000 (02:17 +0000)]
elementary/ctxpopup - removed white trailing

SVN revision: 58052

13 years agoelementary/ctxpopup - removed fingersize completely.
ChunEon Park [Thu, 24 Mar 2011 02:14:22 +0000 (02:14 +0000)]
elementary/ctxpopup - removed fingersize completely.

SVN revision: 58051

13 years agoElementary ko_KR.po: Updated Korean translations.
Daniel Juyung Seo [Wed, 23 Mar 2011 15:26:57 +0000 (15:26 +0000)]
Elementary ko_KR.po: Updated Korean translations.

SVN revision: 58034

13 years agolisten to move events and track on override-redirect windows.
Carsten Haitzler [Wed, 23 Mar 2011 13:29:26 +0000 (13:29 +0000)]
listen to move events and track on override-redirect windows.

SVN revision: 58032

13 years agoelementary/default.edc - fixed typo (ctxpopup)
ChunEon Park [Wed, 23 Mar 2011 10:57:51 +0000 (10:57 +0000)]
elementary/default.edc - fixed typo (ctxpopup)

SVN revision: 58030

13 years agoelementary/default.edc - modified ctxpopup arrow position to be more closed to box
ChunEon Park [Wed, 23 Mar 2011 10:53:09 +0000 (10:53 +0000)]
elementary/default.edc - modified ctxpopup arrow position to be more closed to box

SVN revision: 58029

13 years agoelementary/ctxpopup - modified fingersize to half one
ChunEon Park [Wed, 23 Mar 2011 10:52:18 +0000 (10:52 +0000)]
elementary/ctxpopup - modified fingersize to half one

SVN revision: 58028

13 years agooops - missed theme part of menu patch
Carsten Haitzler [Wed, 23 Mar 2011 10:44:55 +0000 (10:44 +0000)]
oops - missed theme part of menu patch

SVN revision: 58027

13 years agoElementary elm_widget.c: Modification of last change in
Daniel Juyung Seo [Wed, 23 Mar 2011 07:15:01 +0000 (07:15 +0000)]
Elementary elm_widget.c: Modification of last change in
elm_widget_show_region_set function.

Patch by WooHyun Jung <wh0705.jung@samsung.com>

SVN revision: 58015

13 years agoElementary doxygen: Fixed for the consistency with the other widget's
Daniel Juyung Seo [Wed, 23 Mar 2011 00:40:47 +0000 (00:40 +0000)]
Elementary doxygen: Fixed for the consistency with the other widget's
document format.

Patch by Jihoon Kim <jihoon48.kim@samsung.com>

SVN revision: 58007

13 years agoElementary elm_widget.c: Used API_ENTRY, INTERNAL_ENTRY macros. Prevented segv.
Daniel Juyung Seo [Tue, 22 Mar 2011 22:12:33 +0000 (22:12 +0000)]
Elementary elm_widget.c: Used API_ENTRY, INTERNAL_ENTRY macros. Prevented segv.

SVN revision: 58001

13 years agoElementary: Patch from Jihoon Kim to add missing window types.
Christopher Michael [Tue, 22 Mar 2011 15:46:52 +0000 (15:46 +0000)]
Elementary: Patch from Jihoon Kim to add missing window types.

Elementary was missing window types for dropdown_menu, popup_menu,
tooltip, notification, combo, and dnd. This patch adds the missing
types into the enum and elm_win code.

SVN revision: 57992

13 years agoElementary elm_genlist.c: Formatting with ecrustify.
Daniel Juyung Seo [Tue, 22 Mar 2011 07:54:24 +0000 (07:54 +0000)]
Elementary elm_genlist.c: Formatting with ecrustify.

SVN revision: 57963

13 years agofixed white trailing
ChunEon Park [Tue, 22 Mar 2011 07:51:17 +0000 (07:51 +0000)]
fixed white trailing

SVN revision: 57962

13 years agoFrom: WooHyun Jung <wh0705.jung@samsung.com>
WooHyun Jung [Tue, 22 Mar 2011 02:59:06 +0000 (02:59 +0000)]
From: WooHyun Jung <wh0705.jung@samsung.com>
Subject: [E-devel] [Patch] Small patch for elm_slider (scrolling pop +
push)

I made small patch for elm_slider.

I think scrolling should be freezed (not held) when dragging is
started.

This is because scrolling can go on with elm_widget_scroll_hold_push.

SVN revision: 57959

13 years agoFrom: Tristan Lelong <tristan.lelong@blunderer.org>
Tristan Lelong [Tue, 22 Mar 2011 02:29:26 +0000 (02:29 +0000)]
From: Tristan Lelong <tristan.lelong@blunderer.org>

>>> Hello,
>>>
>>> I was using elementary on a target that only has a keyboard, and I add
>>> to do several modification on the elm_menu to handle keyboard
>>> navigation.
>>> - patch 2: add accessors for menu items and add the ability to handle
>>> selected item from C source code

SVN revision: 57957

13 years agowarning--
Carsten Haitzler [Tue, 22 Mar 2011 02:12:27 +0000 (02:12 +0000)]
warning--

SVN revision: 57955

13 years agomenu api was the wrong name..
Carsten Haitzler [Tue, 22 Mar 2011 02:08:38 +0000 (02:08 +0000)]
menu api was the wrong name..

SVN revision: 57954

13 years agoFrom: WooHyun Jung <wh0705.jung@samsung.com>
WooHyun Jung [Sat, 19 Mar 2011 15:13:14 +0000 (15:13 +0000)]
From: WooHyun Jung <wh0705.jung@samsung.com>
Subject: [E-devel] [Patch] Focus issue in elm_widget.c

I've checked there were some focus problems when an object is hidden.

So I made patch for that ~

SVN revision: 57898

13 years agonew test for testing focus on deleted.. and hidden widgets
Carsten Haitzler [Sat, 19 Mar 2011 15:11:45 +0000 (15:11 +0000)]
new test for testing focus on deleted.. and hidden widgets

SVN revision: 57897

13 years agoElementary genlist: Changed int calc to Eina_Bool calc.
Daniel Juyung Seo [Fri, 18 Mar 2011 15:02:49 +0000 (15:02 +0000)]
Elementary genlist: Changed int calc to Eina_Bool calc.

calc decides whether this call is for calculation only or not.
So it's reasonable to change this to Eina_Bool.

SVN revision: 57851

13 years agoElementary genlist: Removed trailing white spaces and fixed indentation.
Daniel Juyung Seo [Fri, 18 Mar 2011 14:29:48 +0000 (14:29 +0000)]
Elementary genlist: Removed trailing white spaces and fixed indentation.

SVN revision: 57850

13 years agorevert version change 999 -> 99. also e17 didnt even need it as it
Carsten Haitzler [Fri, 18 Mar 2011 07:35:19 +0000 (07:35 +0000)]
revert version change 999 -> 99. also e17 didnt even need it as it
produced no versioned .so files.

SVN revision: 57844

13 years agoelementary/ctxpopup - fixed a minor error
ChunEon Park [Fri, 18 Mar 2011 06:36:39 +0000 (06:36 +0000)]
elementary/ctxpopup - fixed a minor error

added exception for the null icon set.

SVN revision: 57842

13 years agoFrom: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 18 Mar 2011 04:50:36 +0000 (04:50 +0000)]
From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] elm_entry : use EINA_FALSE instead of 0 when calling edje_object_part_text_select_allow_set
Date: Fri, 18 Mar 2011 13:04:44 +0900

Hi,

This is simple patch to use EINA_FALSE instead of 0 when calling
edje_object_part_text_select_allow_set in elm_entry.c
Would you please apply in svn?

SVN revision: 57836

13 years agoPatch from Jihoon Kim:
Christopher Michael [Fri, 18 Mar 2011 00:20:29 +0000 (00:20 +0000)]
Patch from Jihoon Kim:

Fix typo in Elm API (rename elm_cache_flush_enmabled_get to
elm_cache_flush_enabled_get).

SVN revision: 57835

13 years agoSet v_mic to 99 (less than 256) to please OS X
Sebastian Dransfeld [Thu, 17 Mar 2011 13:12:50 +0000 (13:12 +0000)]
Set v_mic to 99 (less than 256) to please OS X

SVN revision: 57824

13 years agoElementary widget: Fixed NULL checking in elm_widget_show_region_set
Tom Hacohen [Thu, 17 Mar 2011 12:10:02 +0000 (12:10 +0000)]
Elementary widget: Fixed NULL checking in elm_widget_show_region_set

Patch by WooHyun Jung.

SVN revision: 57823

13 years agoElementary: Updated gitignore.
Tom Hacohen [Thu, 17 Mar 2011 12:03:20 +0000 (12:03 +0000)]
Elementary: Updated gitignore.

SVN revision: 57822

13 years agoElementary entry: Fix compilation warnings.
Tom Hacohen [Thu, 17 Mar 2011 11:11:27 +0000 (11:11 +0000)]
Elementary entry: Fix compilation warnings.

SVN revision: 57821

13 years agoelementary/elm_widget - fixed typo
ChunEon Park [Thu, 17 Mar 2011 10:49:31 +0000 (10:49 +0000)]
elementary/elm_widget - fixed typo

SVN revision: 57820

13 years ago[elementary/widget] fixed logic error which was caused by me.
ChunEon Park [Thu, 17 Mar 2011 09:39:36 +0000 (09:39 +0000)]
[elementary/widget] fixed logic error which was caused by me.

SVN revision: 57817

13 years agoElementary entry: Save cursor position on theme changes
Tom Hacohen [Thu, 17 Mar 2011 08:18:16 +0000 (08:18 +0000)]
Elementary entry: Save cursor position on theme changes
And fix redundancy in all of the theme changes while at it.
Patch by Jihoon Kim.

SVN revision: 57816

13 years agoElementary: Fixed indentation and white spaces. Patch by Jihoon Kim
Daniel Juyung Seo [Tue, 15 Mar 2011 02:01:42 +0000 (02:01 +0000)]
Elementary: Fixed indentation and white spaces. Patch by Jihoon Kim
(jihoon48.kim@samsung.com)

SVN revision: 57759

13 years agoElementary entry: Updated docs of elm_entry_markup_* functions.
Tom Hacohen [Mon, 14 Mar 2011 09:54:40 +0000 (09:54 +0000)]
Elementary entry: Updated docs of elm_entry_markup_* functions.

Patch by Hyoyoung Chang.

SVN revision: 57735

13 years agoElementary entry: Added attributes to markup conversions functions.
Tom Hacohen [Mon, 14 Mar 2011 09:54:37 +0000 (09:54 +0000)]
Elementary entry: Added attributes to markup conversions functions.

Added EINA_MALLOC and EINA_WARN_UNUSED_RESULT.

SVN revision: 57734

13 years agoelementary/scrollers - added minor exceptios.
ChunEon Park [Sat, 12 Mar 2011 06:36:21 +0000 (06:36 +0000)]
elementary/scrollers - added minor exceptios.

SVN revision: 57702

13 years agoelementary / els_pan - added minor exceptions.
ChunEon Park [Sat, 12 Mar 2011 05:00:18 +0000 (05:00 +0000)]
elementary / els_pan - added minor exceptions.

SVN revision: 57700

13 years agoelementary/elm_widget - added minor exceptions.
ChunEon Park [Fri, 11 Mar 2011 11:44:23 +0000 (11:44 +0000)]
elementary/elm_widget - added minor exceptions.

SVN revision: 57688

13 years agoelementary/els_scroller - added one minor exception
ChunEon Park [Fri, 11 Mar 2011 09:57:10 +0000 (09:57 +0000)]
elementary/els_scroller - added one minor exception

SVN revision: 57687

13 years agoelementary/els_scroller - added exception handling
ChunEon Park [Fri, 11 Mar 2011 09:43:48 +0000 (09:43 +0000)]
elementary/els_scroller - added exception handling

if user call any other APIs (ex, elm_smart_scroller_object_theme_object_set) before elm_smart_scroller_child_set?

SVN revision: 57686

13 years agoelementary/els_scroller - it will be better if compiler does not optimize maybe.
ChunEon Park [Fri, 11 Mar 2011 09:15:38 +0000 (09:15 +0000)]
elementary/els_scroller - it will be better if compiler does not optimize maybe.

SVN revision: 57685

13 years agoelementary/list - fixed minor error.
ChunEon Park [Fri, 11 Mar 2011 04:54:39 +0000 (04:54 +0000)]
elementary/list - fixed minor error.

moved _theme_hook to where after scroller has child.

SVN revision: 57684

13 years agoelementary / els_scroller - removed a useless line
ChunEon Park [Fri, 11 Mar 2011 04:49:56 +0000 (04:49 +0000)]
elementary / els_scroller - removed a useless line

It cause a error since the pan object does not have any child yet.
And why it should be visible even if it should call evas_object_show after setting child?

Anyway, the line does nothing.

SVN revision: 57683

13 years agoElementary elm_button.c: Fixed unnecessary spaces.f
Daniel Juyung Seo [Fri, 11 Mar 2011 02:27:12 +0000 (02:27 +0000)]
Elementary elm_button.c: Fixed unnecessary spaces.f

SVN revision: 57682

13 years agoElementary elm_genlist.c: Fixed typo. (hilight -> highlight)
Daniel Juyung Seo [Thu, 10 Mar 2011 19:59:10 +0000 (19:59 +0000)]
Elementary elm_genlist.c: Fixed typo. (hilight -> highlight)

SVN revision: 57679

13 years agoelementary/widget - add one exception handling where it should be.
ChunEon Park [Thu, 10 Mar 2011 12:04:00 +0000 (12:04 +0000)]
elementary/widget - add one exception handling where it should be.

After a widget is created(obj = elm_widget_add), the object does not have any parent object.
However if user call elm_widget_sub_object_add(parent, obj), then CRI will be happened.
So the exception should be there.

SVN revision: 57667

13 years agoFrom: Jae Hwan Kim <jae.hwan.kim@samsung.com>
Jae Hwan Kim [Thu, 10 Mar 2011 10:25:30 +0000 (10:25 +0000)]
From: Jae Hwan Kim <jae.hwan.kim@samsung.com>
Subject: [E-devel]  [Patch] elm_smart_scroller_child_region_show_internal

In the els_scroller of the elementary, the function
"elm_smart_scroller_child_region_show_internal"
have a problem. If the parameters "x,y,w,h" have the wrong value like
"elm_scroller_region_show(scroller,
-300, -300, 900, 900);", the scroller move the position temporarily.
The scroller seem to jump.
So if the value of the parameter is not valid, it should be changed to
valid value.
The work is applied already in the function
"elm_smart_scroller_region_bring_in".
It should be applied in the function
"elm_smart_scroller_child_region_show_internal" too.
I changed the code like bring_in function.

SVN revision: 57666

13 years agoFrom: sangho park <gouache95@gmail.com>
sangho park [Thu, 10 Mar 2011 10:19:32 +0000 (10:19 +0000)]
From: sangho park <gouache95@gmail.com>
Subject: [E-devel] [Patch] elm_map_marker_region_get

This is a patch for elm_map_marker.
I added one api to get the coordinates of the marker.
because marker->longitude and marker->latitude are private data,
app can't access the coordinates of the marker.

SVN revision: 57665

13 years agoFrom: WooHyun Jung <wh0705.jung@samsung.com>
WooHyun Jung [Thu, 10 Mar 2011 10:15:58 +0000 (10:15 +0000)]
From: WooHyun Jung <wh0705.jung@samsung.com>
Subject: [E-devel] [Patch] anchorview's "clicked" signal is always
sent when mouse up.

I've checked "anchor,clicked" signal is always sent with mouse_up.

That is, mouse_down on the anchor -> mouse_move out from the anchor ->
mouse_up can emit "anchor,clicked" signal.

So I made one patch for right clicked signal emitting.

SVN revision: 57664

13 years agoFrom: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Thu, 10 Mar 2011 09:24:49 +0000 (09:24 +0000)]
From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] elm_gengrid selection key patch

Unlike other widget, gengrid processes only the "Return" key for
selecting item.
This patch makes gengrid be able to process KP_Enter and space key for
selecting item.

SVN revision: 57662

13 years agogah - committed wrong patch. here. fixed.
Carsten Haitzler [Thu, 10 Mar 2011 09:22:34 +0000 (09:22 +0000)]
gah - committed wrong patch. here. fixed.

SVN revision: 57661

13 years agoFrom: WooHyun Jung <wh0705.jung@samsung.com>
WooHyun Jung [Thu, 10 Mar 2011 09:20:54 +0000 (09:20 +0000)]
From: WooHyun Jung <wh0705.jung@samsung.com>
Subject: [E-devel] [Patch] small patch for elm_module

I made a patch for elm_module.

Null setting for freed pointer ~

SVN revision: 57660

13 years agoElementary Elementary.h.in: Removed whitespace and tab. Patch by
Daniel Juyung Seo [Thu, 10 Mar 2011 08:12:16 +0000 (08:12 +0000)]
Elementary Elementary.h.in: Removed whitespace and tab. Patch by
Jihoon Kim (jihoon48.kim@samsung.com)

SVN revision: 57657

13 years agoElementary elm_list.c: Check null before use it.
Daniel Juyung Seo [Thu, 10 Mar 2011 07:30:02 +0000 (07:30 +0000)]
Elementary elm_list.c: Check null before use it.

SVN revision: 57656

13 years agoElementary elm_widget.c: Removed trailing whitespaces.
Daniel Juyung Seo [Thu, 10 Mar 2011 07:22:22 +0000 (07:22 +0000)]
Elementary elm_widget.c: Removed trailing whitespaces.

SVN revision: 57655

13 years agofix shutdown+init cycle with deferred win free
Carsten Haitzler [Thu, 10 Mar 2011 06:35:33 +0000 (06:35 +0000)]
fix shutdown+init cycle with deferred win free

SVN revision: 57654

13 years agoelementary/ctxpopup - fixed tailing whitespace.
ChunEon Park [Thu, 10 Mar 2011 05:58:31 +0000 (05:58 +0000)]
elementary/ctxpopup - fixed tailing whitespace.

SVN revision: 57652

13 years agoelementary/transit - changed API quickly. elm_transit_objects_prop_hold_disabled_set...
ChunEon Park [Thu, 10 Mar 2011 05:20:07 +0000 (05:20 +0000)]
elementary/transit - changed API quickly. elm_transit_objects_prop_hold_disabled_set/get -> elm_transit_objects_final_state_set/get

Since these APIs are committed not much days ago, Im modified the API names to make better.

But Im not sure. how many people are using this APIs at this time.

I guess nobody.

SVN revision: 57651

13 years agoalso add my libs to this bin.
Carsten Haitzler [Thu, 10 Mar 2011 03:22:38 +0000 (03:22 +0000)]
also add my libs to this bin.

SVN revision: 57649

13 years agoi think elm now needs svn edje too.
Carsten Haitzler [Wed, 9 Mar 2011 10:28:46 +0000 (10:28 +0000)]
i think elm now needs svn edje too.

SVN revision: 57619

13 years agoand now use the ref/unref goodness from evas to avoid deleting oneself
Carsten Haitzler [Wed, 9 Mar 2011 09:56:18 +0000 (09:56 +0000)]
and now use the ref/unref goodness from evas to avoid deleting oneself
while doing things.

SVN revision: 57618

13 years agoDSO... ok link everything elm lib links and be done with it so we
Carsten Haitzler [Wed, 9 Mar 2011 09:44:22 +0000 (09:44 +0000)]
DSO... ok link everything elm lib links and be done with it so we
donly have to do this in one place... and we do need a svn evas
(1.0.999+)

SVN revision: 57617

13 years agobe DSO pedantic.
Carsten Haitzler [Wed, 9 Mar 2011 09:18:31 +0000 (09:18 +0000)]
be DSO pedantic.

SVN revision: 57616

13 years agoelementary: fix wrong refcounting.
Cedric BAIL [Tue, 8 Mar 2011 15:54:15 +0000 (15:54 +0000)]
elementary: fix wrong refcounting.

SVN revision: 57595

13 years agoSupport current status quo.
Rui Seabra [Tue, 8 Mar 2011 12:20:08 +0000 (12:20 +0000)]
Support current status quo.

SVN revision: 57581

13 years agofmting
Carsten Haitzler [Tue, 8 Mar 2011 11:48:12 +0000 (11:48 +0000)]
fmting

SVN revision: 57580

13 years agofmting.
Carsten Haitzler [Tue, 8 Mar 2011 11:47:45 +0000 (11:47 +0000)]
fmting.

SVN revision: 57579

13 years agoignore++
Sebastian Dransfeld [Tue, 8 Mar 2011 11:41:40 +0000 (11:41 +0000)]
ignore++

SVN revision: 57576

13 years agobetter DSO link fix. mor full-bodied. :)
Carsten Haitzler [Tue, 8 Mar 2011 11:21:55 +0000 (11:21 +0000)]
better DSO link fix. mor full-bodied. :)

SVN revision: 57571

13 years agoformat fix.
Carsten Haitzler [Tue, 8 Mar 2011 11:21:37 +0000 (11:21 +0000)]
format fix.

SVN revision: 57570

13 years agoElementary index edc: Test rectangle is now invisible.
Daniel Juyung Seo [Sat, 5 Mar 2011 15:21:16 +0000 (15:21 +0000)]
Elementary index edc: Test rectangle is now invisible.

SVN revision: 57530

13 years agoElementary index edc: Commented test rectangle color.
Daniel Juyung Seo [Sat, 5 Mar 2011 11:38:40 +0000 (11:38 +0000)]
Elementary index edc: Commented test rectangle color.

SVN revision: 57528

13 years agoelementary/transit - fixed whitespaces
ChunEon Park [Fri, 4 Mar 2011 23:37:36 +0000 (23:37 +0000)]
elementary/transit - fixed whitespaces

SVN revision: 57523

13 years agoelementary/themes revert applying border_scale.
ChunEon Park [Fri, 4 Mar 2011 21:41:15 +0000 (21:41 +0000)]
elementary/themes revert applying border_scale.

SVN revision: 57519

13 years agoelementary/theme - applied border_scale for actionslider, bubble, button
ChunEon Park [Fri, 4 Mar 2011 00:11:45 +0000 (00:11 +0000)]
elementary/theme - applied border_scale for actionslider, bubble, button

SVN revision: 57515

13 years agoelementary/transit - fixed white spaces
ChunEon Park [Thu, 3 Mar 2011 23:11:28 +0000 (23:11 +0000)]
elementary/transit - fixed white spaces

SVN revision: 57507

13 years agoelementary/transit - added elm_transit_objects_prop_hold_disabled_set/get APIs.
ChunEon Park [Thu, 3 Mar 2011 16:13:07 +0000 (16:13 +0000)]
elementary/transit - added elm_transit_objects_prop_hold_disabled_set/get APIs.

These APIs provide options to user to set the properties of the transit objects will be rest or not when the transition ends.
The properties include geometry, color, evas_map data..

SVN revision: 57498

13 years agoelementary/gengrid - fixed a bug by jh0506.yun@samsung.com
ChunEon Park [Thu, 3 Mar 2011 13:01:39 +0000 (13:01 +0000)]
elementary/gengrid - fixed a bug by jh0506.yun@samsung.com

Hello.

I attached the modified patch about calc_job problem.

When I tested gengrid, sometimes gengrid renderd two times in different
shape in a moment.
So I checked gengrid code, I found cause in calc_job function.

calc_job added to ecore job after elm_gengrid_item_size_set and
elm_gengrid_item_append(,prepend,insert_before,insert_after) and etc.
Sometimes pan_smart's cvw and cvh is 0 at this time.

I think, No need to calc_job when pan_smart's cvw and cvh is 0.

Please check about this patch.

Thanks.

SVN revision: 57491

13 years agoelementary: don't process event in disabled entry widget (from Jihoon Kim)
Michael BOUCHAUD [Wed, 2 Mar 2011 22:07:01 +0000 (22:07 +0000)]
elementary: don't process event in disabled entry widget (from Jihoon Kim)

SVN revision: 57477

13 years agoElementary test_notify.c: Removed redundant line.
Daniel Juyung Seo [Tue, 1 Mar 2011 13:48:42 +0000 (13:48 +0000)]
Elementary test_notify.c: Removed redundant line.

SVN revision: 57456

13 years agoelementary/transit - modified internal variable name
ChunEon Park [Tue, 1 Mar 2011 07:32:29 +0000 (07:32 +0000)]
elementary/transit - modified internal variable name

SVN revision: 57445

13 years agoElementary button: Fixed 'if' statement indentation. Thanks Sebastian.
Daniel Juyung Seo [Mon, 28 Feb 2011 21:23:59 +0000 (21:23 +0000)]
Elementary button: Fixed 'if' statement indentation. Thanks Sebastian.

SVN revision: 57437

13 years agoElementary Elementary.h.in: Fixed vim indentation setting.
Daniel Juyung Seo [Mon, 28 Feb 2011 21:18:21 +0000 (21:18 +0000)]
Elementary Elementary.h.in: Fixed vim indentation setting.

SVN revision: 57436

13 years agoelementary: still fixing DSO...
Cedric BAIL [Mon, 28 Feb 2011 16:33:59 +0000 (16:33 +0000)]
elementary: still fixing DSO...

SVN revision: 57429

13 years agoelementary: still more DSO fix.
Cedric BAIL [Mon, 28 Feb 2011 16:07:36 +0000 (16:07 +0000)]
elementary: still more DSO fix.

SVN revision: 57425

13 years agoelementary: more DSO fix.
Cedric BAIL [Mon, 28 Feb 2011 15:55:19 +0000 (15:55 +0000)]
elementary: more DSO fix.

SVN revision: 57421

13 years agoelementary: fix another DSO build issue.
Cedric BAIL [Mon, 28 Feb 2011 15:45:13 +0000 (15:45 +0000)]
elementary: fix another DSO build issue.

SVN revision: 57420

13 years agoelementary: fix DSO build error.
Cedric BAIL [Mon, 28 Feb 2011 14:49:20 +0000 (14:49 +0000)]
elementary: fix DSO build error.

SVN revision: 57414

13 years agoElementary slider: Fix theme to support disabled state.
Tom Hacohen [Mon, 28 Feb 2011 12:55:33 +0000 (12:55 +0000)]
Elementary slider: Fix theme to support disabled state.

SVN revision: 57410

13 years agoelementary/transit - modified one minor coding style.
ChunEon Park [Mon, 28 Feb 2011 09:19:47 +0000 (09:19 +0000)]
elementary/transit - modified one minor coding style.

SVN revision: 57406

13 years agoelementary/transit - fixed formatting.
ChunEon Park [Mon, 28 Feb 2011 07:35:10 +0000 (07:35 +0000)]
elementary/transit - fixed formatting.

SVN revision: 57403