platform/upstream/elementary.git
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

13 years agoElementary test.c: Fixed some comments.
Daniel Juyung Seo [Mon, 28 Feb 2011 00:14:11 +0000 (00:14 +0000)]
Elementary test.c: Fixed some comments.

SVN revision: 57402

13 years agoelementary / transit - fixed a wrong word in doxygen.
ChunEon Park [Sun, 27 Feb 2011 23:00:54 +0000 (23:00 +0000)]
elementary / transit - fixed a wrong word in doxygen.

SVN revision: 57401

13 years agoElementary elm_button.c: Fix formatting.
Daniel Juyung Seo [Sun, 27 Feb 2011 22:59:12 +0000 (22:59 +0000)]
Elementary elm_button.c: Fix formatting.

SVN revision: 57400

13 years agoelementary/transit - makes it do not allow to add/remove the objects while transit...
ChunEon Park [Sun, 27 Feb 2011 18:39:21 +0000 (18:39 +0000)]
elementary/transit - makes it do not allow to add/remove the objects while transit is running.

It will provide new apis - elm_transit_object_prop_hold_set/get to give a option for keeping the object property when effect is over.

SVN revision: 57396

13 years agoElementary entry: Removed const from obj in *_entry_pos_set.
Tom Hacohen [Sun, 27 Feb 2011 11:44:01 +0000 (11:44 +0000)]
Elementary entry: Removed const from obj in *_entry_pos_set.

Fix the the previous commit, I can't believe I missed that one.
Patch by Jihoon Kim.

SVN revision: 57376

13 years agoFrom: Seunggyun Kim <sgyun.kim@samsung.com>
Seunggyun Kim [Sun, 27 Feb 2011 11:11:05 +0000 (11:11 +0000)]
From: Seunggyun Kim <sgyun.kim@samsung.com>
Subject: [E-devel]  elm_genlist - bug fix about del callback

I found one bug in elm_genlist_clear.

In case append lots of items in genlist, some items are still in genlist
item queue before it is processed in _item_queue.

At that time, if application calls elm_genlist_item_del api that has item in
genlist queue and elm_genlist_clear is called at once, "func.del" callback
is called twice.

If application frees some memory in "func.del" callback, It occurs
double free memory problem.

For example, some application has many items. and all items are deleted. but
all items are not proceed in queue. then application is terminated.
In that case, double free problem is occured in application.

So, I fixed elm_genlist_clear code and made a patch.

SVN revision: 57371

13 years agoElementary entry: Added elm_entry_cursor_pos_set/get (for scrolled as well).
Tom Hacohen [Sun, 27 Feb 2011 10:25:45 +0000 (10:25 +0000)]
Elementary entry: Added elm_entry_cursor_pos_set/get (for scrolled as well).

Added elm_scrolled_entry_cursor_pos_set/get and elm_entry_cursor_pos_set/get
Patch by Jihoon Kim.

SVN revision: 57366

13 years agoand just use eina_hash_set
Carsten Haitzler [Sun, 27 Feb 2011 09:16:33 +0000 (09:16 +0000)]
and just use eina_hash_set

SVN revision: 57355

13 years agoFrom: sangho park <gouache95@gmail.com>
sangho park [Sun, 27 Feb 2011 09:00:22 +0000 (09:00 +0000)]
From: sangho park <gouache95@gmail.com>
Subject: Re: [E-devel] [Patch] elm_map_user_agent_set and get

This is a patch for elm_map for setting user-agent.

- Add elm_map_user_agent_set
- Add elm_map_user_agent_get
- modify doxygen

elm_map uses OSM(OpenStreetMap), but we can add custom map provider.
If custom map provider server filters robot out (currently default
user-agent is 'curl'),
we need some APIs to set/get user-agent.

SVN revision: 57353

13 years agoupdating various translations
Massimo Maiurana [Sat, 26 Feb 2011 20:08:21 +0000 (20:08 +0000)]
updating various translations

SVN revision: 57342

13 years agoElementary elm_actionslider.c: Fixed formatting.
Daniel Juyung Seo [Thu, 24 Feb 2011 19:10:46 +0000 (19:10 +0000)]
Elementary elm_actionslider.c: Fixed formatting.

SVN revision: 57307

13 years agoElementary scrolled_entry: Added *_entry_cnp_textonly_[set/get]
Tom Hacohen [Thu, 24 Feb 2011 09:24:26 +0000 (09:24 +0000)]
Elementary scrolled_entry: Added *_entry_cnp_textonly_[set/get]

Same as the simple entry textonly mode setting.
Patch by Hyoyoung Chang.

SVN revision: 57298

13 years agoElementary entry: Fixed documentation of elm_entry_textnoly.
Tom Hacohen [Thu, 24 Feb 2011 09:24:20 +0000 (09:24 +0000)]
Elementary entry: Fixed documentation of elm_entry_textnoly.

Patch by Hyoyoung Chang.

SVN revision: 57297

13 years agoelementary/ctxpopup - fixed white space
ChunEon Park [Wed, 23 Feb 2011 12:14:45 +0000 (12:14 +0000)]
elementary/ctxpopup - fixed white space

SVN revision: 57264

13 years agoelementary/ctxpopup - removed unuseful lines.
ChunEon Park [Wed, 23 Feb 2011 07:37:39 +0000 (07:37 +0000)]
elementary/ctxpopup - removed unuseful lines.

SVN revision: 57255

13 years agoElementary: Updated Korean translations.
Daniel Juyung Seo [Tue, 22 Feb 2011 17:58:22 +0000 (17:58 +0000)]
Elementary: Updated Korean translations.

SVN revision: 57247

13 years agoElementary bubble-theme: Fixed UI-Mirroring.
Tom Hacohen [Tue, 22 Feb 2011 16:33:43 +0000 (16:33 +0000)]
Elementary bubble-theme: Fixed UI-Mirroring.

UI-mirroring didn't change the arrow of the bubble, fixed that.

SVN revision: 57245

13 years agoElementary theme-bubble: revert 55839 that introduced bugs with no-icon.
Sohyun Kim [Tue, 22 Feb 2011 16:33:38 +0000 (16:33 +0000)]
Elementary theme-bubble: revert 55839 that introduced bugs with no-icon.

The commit caused bugs when there was no icon, exactly what it claimed
to have fixed. I took a look at the commit and it looked a bit messy,
too messy for me to try to fix. A rewrite makes more sense.

Previous commit message:
From: Sohyun Kim <anna1014.kim@samsung.com>
Subject: [E-devel] [Patch] elm_bubble theme patch

I'm Sohyun Kim. Nice to meet you.

This is a patch for bubble theme.

The bubble has a region for icon, label and info text.
However, it has the region, if icon, label and info text are not set.
I modified theme and added edje signals.

1. add edje signal for label and info text state
2. remove text size for label and info text default state
   -> set it on "visible" state
3. add base image state for info text only

SVN revision: 57244

13 years agoElementary test-bubble: Modified the test to include a 'no-icon' style.
Tom Hacohen [Tue, 22 Feb 2011 16:33:18 +0000 (16:33 +0000)]
Elementary test-bubble: Modified the test to include a 'no-icon' style.

This exposes an issue introduced in a patch I'll revert in a moment.

SVN revision: 57243

13 years agoefl: add back touch on configure time generated file.
Cedric BAIL [Tue, 22 Feb 2011 10:29:28 +0000 (10:29 +0000)]
efl: add back touch on configure time generated file.

SVN revision: 57232

13 years agoElementary genlist: Blocked "swipe" and "clicked" events for display only and disable...
Daniel Juyung Seo [Mon, 21 Feb 2011 16:38:24 +0000 (16:38 +0000)]
Elementary genlist: Blocked "swipe" and "clicked" events for display only and disabled modes.

SVN revision: 57222

13 years agoElementary test_genlist.c: Added display only property to Group Index.
Daniel Juyung Seo [Mon, 21 Feb 2011 16:31:32 +0000 (16:31 +0000)]
Elementary test_genlist.c: Added display only property to Group Index.
This compresses Group Index's height and disables touch events.

SVN revision: 57221

13 years agoElementary genlist: Fixed doxygen typo.
Daniel Juyung Seo [Mon, 21 Feb 2011 16:09:05 +0000 (16:09 +0000)]
Elementary genlist: Fixed doxygen typo.

SVN revision: 57219

13 years agoElementary genlist: Fixed item display only bug.
Daniel Juyung Seo [Mon, 21 Feb 2011 16:08:23 +0000 (16:08 +0000)]
Elementary genlist: Fixed item display only bug.

SVN revision: 57218

13 years agoElementayr genlist: Fixed item disabled bug.
Daniel Juyung Seo [Mon, 21 Feb 2011 16:02:45 +0000 (16:02 +0000)]
Elementayr genlist: Fixed item disabled bug.

SVN revision: 57217

13 years agoElementary test_genlist.c: Fixed indentation.
Daniel Juyung Seo [Mon, 21 Feb 2011 15:46:23 +0000 (15:46 +0000)]
Elementary test_genlist.c: Fixed indentation.

SVN revision: 57215

13 years agoElementary test: Fixed window name and window title name.
Daniel Juyung Seo [Mon, 21 Feb 2011 15:33:40 +0000 (15:33 +0000)]
Elementary test: Fixed window name and window title name.
Unified window name like "genlist2", "genlist-group".
Unified window title name like "Genlist 2", "Genlist Group".

SVN revision: 57214

13 years agoefl: turn on cached result, that will reduce your configure time a lot !
Cedric BAIL [Mon, 21 Feb 2011 14:56:49 +0000 (14:56 +0000)]
efl: turn on cached result, that will reduce your configure time a lot !

SVN revision: 57213

13 years agoElementary els_scroller: Fix moving to Wanted X (wx) on child resize.
Tom Hacohen [Sun, 20 Feb 2011 16:00:03 +0000 (16:00 +0000)]
Elementary els_scroller: Fix moving to Wanted X (wx) on child resize.

We should also move the the wanted X when the child resizes. This fixes
scroller position in elementary_test "Icon Desktops" test.

SVN revision: 57195

13 years agoElementary els_scroller: Fix a bug with ui-mirroring.
Tom Hacohen [Sun, 20 Feb 2011 16:00:00 +0000 (16:00 +0000)]
Elementary els_scroller: Fix a bug with ui-mirroring.

Bug happened when child_w < scroller_w and ui-mirroring was on.
The position calculated was smaller than 0 and thus not correct.

SVN revision: 57194

13 years agoElementary els_scroller: Fixed "Wanted position" when using elm_smart_scroller_region...
Tom Hacohen [Sun, 20 Feb 2011 09:32:44 +0000 (09:32 +0000)]
Elementary els_scroller: Fixed "Wanted position" when using elm_smart_scroller_region_bring_in.

SVN revision: 57185

13 years agoElementary els_scroller: Fixed bar-dragging.
Tom Hacohen [Sun, 20 Feb 2011 09:15:16 +0000 (09:15 +0000)]
Elementary els_scroller: Fixed bar-dragging.
[patch] els_scroller - simple bug fix about bar-dragging. by Jae Hwan Kim.

More info:
You can test it in "Scroller" menu of the "elementary_test".
We cannot move the scroller by dragging the bar.
The reason is why the bar-dragging-event and mouse-move-event confict.
When bar is draged, the movement by mouse-move should be freezed.

SVN revision: 57184

13 years agoElementary toolbar test: Fixed window name and window title name.
Daniel Juyung Seo [Sun, 20 Feb 2011 03:33:32 +0000 (03:33 +0000)]
Elementary toolbar test: Fixed window name and window title name.

SVN revision: 57180

13 years agoFrom: Hyoyoung Chang <hyoyoung.chang@samsung.com>
Hyoyoung Chang [Sat, 19 Feb 2011 15:39:19 +0000 (15:39 +0000)]
From: Hyoyoung Chang <hyoyoung.chang@samsung.com>
Subject: [E-devel] [patch] elm_label - bugfix at string manipulation

ear Elementary developers.

It's a elm_label bugfix.
It has two small improvements.
1. Current code can be reference null ptr.

-                  replocater = curlocater + key_len + 1;
-                  while ((*replocater != '=') && (replocater))
                                                             ^^^
                                                             -
         replocater++;

         It should be *replocater, not replocater

         2. there are two while loop to find a separate character in
string.
I changed it from loop to strchr.

SVN revision: 57161

13 years agofix paginated scrolling so it works again!
Carsten Haitzler [Fri, 18 Feb 2011 12:12:56 +0000 (12:12 +0000)]
fix paginated scrolling so it works again!

SVN revision: 57149

13 years agoFix Elementary compilation under FreeBSD.
Daniel Kolesa [Thu, 17 Feb 2011 23:52:08 +0000 (23:52 +0000)]
Fix Elementary compilation under FreeBSD.

SVN revision: 57143

13 years agoElementary gengrid: Pressing the enter(return) key on the selected item now fires...
titan [Thu, 17 Feb 2011 20:12:43 +0000 (20:12 +0000)]
Elementary gengrid: Pressing the enter(return) key on the selected item now fires the "clicked" callback the same way double clicking does.

SVN revision: 57135

13 years agoupdating russian translations
Massimo Maiurana [Thu, 17 Feb 2011 12:15:59 +0000 (12:15 +0000)]
updating russian translations

SVN revision: 57124

13 years agoElementary els_scroller: Fixed mouse_wheel scrolling.
Tom Hacohen [Thu, 17 Feb 2011 11:35:37 +0000 (11:35 +0000)]
Elementary els_scroller: Fixed mouse_wheel scrolling.

SVN revision: 57121

13 years agomake the writing of a softkey much easier - you dont need ecore_x.
Carsten Haitzler [Thu, 17 Feb 2011 10:56:32 +0000 (10:56 +0000)]
make the writing of a softkey much easier - you dont need ecore_x.
it's wrapped and hidden. simpler.

SVN revision: 57120

13 years agoElementary els_scroller: Fixed a valgrind uinitialised_value error.
Tom Hacohen [Thu, 17 Feb 2011 09:21:25 +0000 (09:21 +0000)]
Elementary els_scroller: Fixed a valgrind uinitialised_value error.
Happens when pan_get doesn't set the coords.

SVN revision: 57117

13 years agofix trailing whitespaces
Mike Blumenkrantz [Thu, 17 Feb 2011 09:07:54 +0000 (09:07 +0000)]
fix trailing whitespaces

SVN revision: 57116

13 years agotabs: not on my watch.
Mike Blumenkrantz [Thu, 17 Feb 2011 09:04:53 +0000 (09:04 +0000)]
tabs: not on my watch.

SVN revision: 57115

13 years agoupdating various translations
Massimo Maiurana [Wed, 16 Feb 2011 20:39:52 +0000 (20:39 +0000)]
updating various translations

SVN revision: 57099

13 years agoadd __UNUSED__ for data paramater as it's not used.
Christopher Michael [Tue, 15 Feb 2011 21:29:44 +0000 (21:29 +0000)]
add __UNUSED__ for data paramater as it's not used.

SVN revision: 57070

13 years agoupdating various translations
Massimo Maiurana [Tue, 15 Feb 2011 18:58:02 +0000 (18:58 +0000)]
updating various translations

SVN revision: 57062

13 years agoElementary els_scroller: Move updating of wx/y/w/h into one function.
Tom Hacohen [Tue, 15 Feb 2011 15:56:59 +0000 (15:56 +0000)]
Elementary els_scroller: Move updating of wx/y/w/h into one function.
And fixed a bug when updating them to wrong values. - Issue reported and solution suggested by Jaehwan Kim.

SVN revision: 57054

13 years agoElementary: Fixed .po warnings.
Tom Hacohen [Tue, 15 Feb 2011 14:32:38 +0000 (14:32 +0000)]
Elementary: Fixed .po warnings.

SVN revision: 57053

13 years agoElementary: updated Hebrew translation.
Tom Hacohen [Tue, 15 Feb 2011 14:32:34 +0000 (14:32 +0000)]
Elementary: updated Hebrew translation.

SVN revision: 57052

13 years agoElementary fileselector: Updated translatable strings and regenerated .pos
Tom Hacohen [Tue, 15 Feb 2011 14:32:27 +0000 (14:32 +0000)]
Elementary fileselector: Updated translatable strings and regenerated .pos

SVN revision: 57051

13 years agoElementary translations: Updated Hebrew translation and regenerated .pos.
Tom Hacohen [Tue, 15 Feb 2011 13:52:33 +0000 (13:52 +0000)]
Elementary translations: Updated Hebrew translation and regenerated .pos.

SVN revision: 57050

13 years agoElemenatry entry: Added gettext to some strings.
Tom Hacohen [Tue, 15 Feb 2011 13:52:25 +0000 (13:52 +0000)]
Elemenatry entry: Added gettext to some strings.

SVN revision: 57049