platform/upstream/elementary.git
13 years agoAdd UNUSED where needed.
Christopher Michael [Fri, 31 Dec 2010 01:10:55 +0000 (01:10 +0000)]
Add UNUSED where needed.
Fix formatting.

SVN revision: 55785

13 years agoIf you add new atom names, be sure to bump the atom count. (This
Christopher Michael [Fri, 31 Dec 2010 01:08:41 +0000 (01:08 +0000)]
If you add new atom names, be sure to bump the atom count. (This
removes more nasty compiler messages about excess elements in array
initializer, etc, etc).

SVN revision: 55784

13 years agoFix up functions & prototypes to match the proper ElmMapSourceURLFunc
Christopher Michael [Fri, 31 Dec 2010 01:08:01 +0000 (01:08 +0000)]
Fix up functions & prototypes to match the proper ElmMapSourceURLFunc
declaration so we can remove stupid "nobody checked the code" compiler
warnings.

SVN revision: 55783

13 years agoRemove unnecessary code from elm_colorselector
Bruno Dilly [Mon, 27 Dec 2010 03:18:48 +0000 (03:18 +0000)]
Remove unnecessary code from elm_colorselector

evas_object_show(obj); codes can be deleted if the obj will be swallowed

By: WooHyun Jung <wh0705.jung@samsung.com>

SVN revision: 55760

13 years agomake flush config have a master boolean enable/disable
Carsten Haitzler [Fri, 24 Dec 2010 16:02:30 +0000 (16:02 +0000)]
make flush config have a master boolean enable/disable

SVN revision: 55744

13 years agoPatch from WooHyun Jung to fix small bug in elm_main:
Christopher Michael [Fri, 24 Dec 2010 09:58:20 +0000 (09:58 +0000)]
Patch from WooHyun Jung to fix small bug in elm_main:

"exe" is used just after "free(exe)".

SVN revision: 55743

13 years agoSelf spank?
Gustavo Lima Chaves [Tue, 21 Dec 2010 20:47:25 +0000 (20:47 +0000)]
Self spank?

SVN revision: 55695

13 years agoFrom: Seunggyun Kim <sgyun.kim@samsung.com>
Seunggyun Kim [Tue, 21 Dec 2010 10:05:18 +0000 (10:05 +0000)]
From: Seunggyun Kim <sgyun.kim@samsung.com>
Subject: [E-devel] [Patch] els_scroller momentum_animator and bounce
animator disabled set/get added

This is a patch for momentum_animator and bounce animator
enabling/disabling
in els_scroller.

I added below api for disabling when the scroller's momentum or bounce
animator need to be disabled in some case.

Eina_Bool elm_smart_scroller_momentum_animator_disabled_get
(Evas_Object
*obj);
void elm_smart_scroller_momentum_animator_disabled_set
(Evas_Object *obj, Eina_Bool disabled);
void elm_smart_scroller_bounce_animator_disabled_set
(Evas_Object *obj, Eina_Bool disabled);
Eina_Bool elm_smart_scroller_bounce_animator_disabled_get
(Evas_Object
*obj);

SVN revision: 55690

13 years agoRajeev Ranjan(in India) made a patch for elm_button.
Carsten Haitzler [Tue, 21 Dec 2010 09:32:50 +0000 (09:32 +0000)]
Rajeev Ranjan(in India) made a patch for elm_button.

Reasons for this patch are as follows.

1. Clicked signal is emitted from button when mouse release region
coincides
with button region and there has not been any drag outside the region
during
pressed state. (theme change)

2. Unpressed signal is emitted from button every time we press on
button and
unpress it irrespective of whether we unpress in button's region or
outside.
(theme change)

3. The unsetting of maximum size hint has been removed from _sizing_eval
function as there is a possibility that some application may set this
hint
and if we unset it then this information set by application will be
lost.

4. Modification in test code for button to show the difference between
clicked and unpressed signal emission from this widget. Added a
scroller in
the heirarchy to show the effect of hold on clicked signal emission.

SVN revision: 55687

13 years agoFrom: 백근훈 [mailto:knhoon.baik@samsung.com]
Carsten Haitzler [Tue, 21 Dec 2010 09:17:11 +0000 (09:17 +0000)]
From: 백근훈 [mailto:knhoon.baik@samsung.com]
Subject: elm_all_flush 관련하여 패치 검토 요청

elm_all_flush doesnt clear eet's cache. fix. :)

SVN revision: 55685

13 years agoFrom: sangho park <gouache95@gmail.com>
sangho park [Tue, 21 Dec 2010 09:14:47 +0000 (09:14 +0000)]
From: sangho park <gouache95@gmail.com>
Subject: [E-devel] [Patch] elm_map module patch

This is a patch for elm_map module.
when app developers or companies want to use specific license map (i.e
google map), module is needed.

- add new map provider for module "ELM_MAP_SOURCE_MODULE".
- add test_map module.
- add test code for module provider.
- add my name to AUTHORS.

SVN revision: 55684

13 years agoRevert "This helps at Elementary vs non-Elementary UI elements mix scenarios WRT...
Gustavo Lima Chaves [Mon, 20 Dec 2010 19:21:17 +0000 (19:21 +0000)]
Revert "This helps at Elementary vs non-Elementary UI elements mix scenarios WRT *focus*."

This proved not to help much, as dealing with non-elm things
focus-wise is pure hell. Reverting.

SVN revision: 55675

13 years agoHello,
Mike Blumenkrantz [Mon, 20 Dec 2010 17:03:12 +0000 (17:03 +0000)]
Hello,
here is a patch for elm_genlist.

Fixing Eina_Bool in elm_genlist.
0 -> EINA_FALSE
1 -> EINA_TRUE
And fixed return value of _item_block_recalc from int to Eina_Bool.

Anybody can review this and apply it to upstream?

Thanks.
Daniel Juyung Seo (SeoZ)

SVN revision: 55673

13 years agomove image extensions to the file top along with other tables.
Carsten Haitzler [Mon, 20 Dec 2010 11:10:32 +0000 (11:10 +0000)]
move image extensions to the file top along with other tables.

SVN revision: 55658

13 years agogod... thank god... my eyes dont hurt as much anymore. (cnp helper
Carsten Haitzler [Mon, 20 Dec 2010 11:09:19 +0000 (11:09 +0000)]
god... thank god... my eyes dont hurt as much anymore. (cnp helper
heavily formatting fixed, extensions become a table, extended and ..
well.. just in general fixed).

SVN revision: 55657

13 years agoFrom: Hyoyoung Chang <hyoyoung.chang@samsung.com>
Hyoyoung Chang [Mon, 20 Dec 2010 09:47:30 +0000 (09:47 +0000)]
From: Hyoyoung Chang <hyoyoung.chang@samsung.com>
Subject: [E-devel] elm_cnp_helper patch(check string length)

Dear Brett Nash, and Elementary developers.

It's a elm_cnp_helper patch.

main changes are
    1. check string length when retrieving filename
    2. adding bmp filetype and ignoring filetype case

(also a type error fix for utf8).

SVN revision: 55656

13 years agolots of transit formatting cleanups/fixups and making symbols static
Carsten Haitzler [Mon, 20 Dec 2010 09:21:12 +0000 (09:21 +0000)]
lots of transit formatting cleanups/fixups and making symbols static
that should have been etc. minor cleanups - no code logic changes.

SVN revision: 55655

13 years agoFrom: Hyoyoung Chang <hyoyoung.chang@samsung.com>
Hyoyoung Chang [Mon, 20 Dec 2010 08:55:06 +0000 (08:55 +0000)]
From: Hyoyoung Chang <hyoyoung.chang@samsung.com>
Subject: Re: [E-devel] elm_label patch(ellipsis, sliding)

It's a elm_label patch.
My previous patch is too big to submit.
So I did split into patch files.
(Thanks for Gastavo and Rasterman)

 2. adding label text sliding feature

SVN revision: 55654

13 years agoFrom: Hyoyoung Chang <hyoyoung.chang@samsung.com>
Hyoyoung Chang [Mon, 20 Dec 2010 07:18:23 +0000 (07:18 +0000)]
From: Hyoyoung Chang <hyoyoung.chang@samsung.com>
Subject: Re: [E-devel] elm_label patch(ellipsis, sliding)

Dear Elementary developers.

It's a elm_label patch.
My previous patch is too big to submit.
So I did split into patch files.
(Thanks for Gastavo and Rasterman)

main changes are
 1. refine ellipsis algorithm
    - improve to cut string to fit

SVN revision: 55653

13 years agofix warning/formatting.
Carsten Haitzler [Mon, 20 Dec 2010 06:47:02 +0000 (06:47 +0000)]
fix warning/formatting.

SVN revision: 55652

13 years agosafe strncpy.
Carsten Haitzler [Mon, 20 Dec 2010 06:42:03 +0000 (06:42 +0000)]
safe strncpy.

SVN revision: 55651

13 years agoand use new util calls from entry too and remove old code.
Carsten Haitzler [Mon, 20 Dec 2010 06:05:59 +0000 (06:05 +0000)]
and use new util calls from entry too and remove old code.

SVN revision: 55650

13 years agomove mkup to/from text calls to elm_util.c in preparation for some
Carsten Haitzler [Mon, 20 Dec 2010 06:05:09 +0000 (06:05 +0000)]
move mkup to/from text calls to elm_util.c in preparation for some
patches.

SVN revision: 55649

13 years agomake pager resizable for tests.
Carsten Haitzler [Mon, 20 Dec 2010 06:02:53 +0000 (06:02 +0000)]
make pager resizable for tests.

SVN revision: 55648

13 years agoFrom: WooHyun Jung <wh0705.jung@samsung.com>
WooHyun Jung [Fri, 17 Dec 2010 10:52:59 +0000 (10:52 +0000)]
From: WooHyun Jung <wh0705.jung@samsung.com>
Subject: [E-devel] [PATCH] Patch for elm_slider.c (if you click the
bar of the slider, the button will be at there.)

I made one patch for elm_slider.c file.

If you click the bar of the slider, the button will be located at there.

(If you keep your "mouse_down" after moving of the button, you can
continuously move the button.)

SVN revision: 55610

13 years agoFrom: Myungjae Lee <mjae.lee@samsung.com>
Myungjae Lee [Fri, 17 Dec 2010 10:47:55 +0000 (10:47 +0000)]
From: Myungjae Lee <mjae.lee@samsung.com>
Subject: [E-devel]  [PATCH] elm scroller, scrolled entry: events
propagation, min size

It's not possible to connect event handler such as
EVAS_CALLBACK_KEY_UP to
elm_scrolled_entry because the scroller inside the scrolled entry does
not
propagate events. So this is the patch for adding events propagation set
function to scroller and setting it to EINA_TRUE in elm scrolled entry.

And one more thing in scrolled entry, while evaluating its size,
scrolled
entry does not consider its min size.
(It just refers to the min size of its scroller object instead of
scrolled
entry object.)
So here in the attached patch, scrolled entry compares its min size to
the
min size of the scroller object and set the bigger one to its min size
to
keep the min size set by intent.

looks good - some mistakes you made. you forgot the patch that adds
elm_scroller_propagate_events_set() to Elementary.h.in .... i added it
for
you. but remember to include it in your patch next time. Also  the
documentation could be a LOT better! i fixed that for you too. also -
you
could have added a elm_scroller_propagate_events_get(). i added that
too for
you. oh.. and you didn't use ELM_CHECK_WIDTYPE().

SVN revision: 55609

13 years agoThis helps at Elementary vs non-Elementary UI elements mix scenarios WRT *focus*.
Gustavo Lima Chaves [Thu, 16 Dec 2010 18:38:46 +0000 (18:38 +0000)]
This helps at Elementary vs non-Elementary UI elements mix scenarios WRT *focus*.
It seems not to hurt at Elementary only applications, but if you see
any regressions, please tell me!!

SVN revision: 55600

13 years agoOne more useful debugging info. at the dot graph.
Gustavo Lima Chaves [Thu, 16 Dec 2010 18:38:38 +0000 (18:38 +0000)]
One more useful debugging info. at the dot graph.

SVN revision: 55599

13 years agoI don't really know much about these things, but some people believes that passing...
Iván Briano [Thu, 16 Dec 2010 18:14:31 +0000 (18:14 +0000)]
I don't really know much about these things, but some people believes that passing distcheck is a Good Thing®

SVN revision: 55598

13 years agoFrom: Myungjae Lee <mjae.lee@samsung.com>
Myungjae Lee [Thu, 16 Dec 2010 09:53:25 +0000 (09:53 +0000)]
From: Myungjae Lee <mjae.lee@samsung.com>
Subject: Re: [E-devel] [PATCH] elm widget: make show_region_set
function call all region show functions set by parents

I'm trying to send several patches that I've changed.
This is just the beginning of my patch rushes..

'elm_widget_show_region_set' function works fine in the simple case (any
widget inside one scroller) however, in the complex parent-child case
(such
as entry in the box in the horizontal scroller in the layout in the
vertical
scroller) it doesn't work correctly because all show region functions
set by
scrollers are not called.

So I changed it to call all show region functions set by its parents
widgets
if exist.

Please review the attached patch file and feel free to give me any
kind of
feedback.

SVN revision: 55592

13 years agoFrom: ChunEon Park <chuneon.park@samsung.com>
ChunEon Park [Thu, 16 Dec 2010 07:53:42 +0000 (07:53 +0000)]
From: ChunEon Park <chuneon.park@samsung.com>

003_elm_transit.diff.txt (made all effect context APIs private. But
expose
each one façade API to use easy.)

SVN revision: 55579

13 years agoFrom: ChunEon Park <chuneon.park@samsung.com>
ChunEon Park [Thu, 16 Dec 2010 07:35:10 +0000 (07:35 +0000)]
From: ChunEon Park <chuneon.park@samsung.com>
001_elm_transit.diff.txt (modified few test cases to make look better)

SVN revision: 55576

13 years agofix scroller hold flag retention by momentum scroller on bounce.
Carsten Haitzler [Thu, 16 Dec 2010 03:57:53 +0000 (03:57 +0000)]
fix scroller hold flag retention by momentum scroller on bounce.

SVN revision: 55568

13 years agofor edje cache stuff in config ui - reduce range. ranges were too big for
Carsten Haitzler [Tue, 14 Dec 2010 10:53:24 +0000 (10:53 +0000)]
for edje cache stuff in config ui - reduce range. ranges were too big for
reasonable values. :)

SVN revision: 55552

13 years agofix resizable flip func - typo in it.
Carsten Haitzler [Mon, 13 Dec 2010 09:19:40 +0000 (09:19 +0000)]
fix resizable flip func - typo in it.

SVN revision: 55535

13 years agotransit -> make focal length a define. make it 2k - 10k was too far.
Carsten Haitzler [Mon, 13 Dec 2010 08:41:38 +0000 (08:41 +0000)]
transit -> make focal length a define. make it 2k - 10k was too far.

SVN revision: 55534

13 years agoAlways check for valid evas object.
3v1n0 [Sun, 12 Dec 2010 19:12:43 +0000 (19:12 +0000)]
Always check for valid evas object.

If you try to create a new widget, you must be sure that the parent
is really an evas object.

With the previous implementation it was possible to call an _add
function for an elementary widget with any non-null pointer as parent
eventually causing crashes (like with the elm_box).

SVN revision: 55521

13 years agoTODO++
Sebastian Dransfeld [Fri, 10 Dec 2010 22:06:02 +0000 (22:06 +0000)]
TODO++

SVN revision: 55471

13 years agoStore only theme name
Sebastian Dransfeld [Fri, 10 Dec 2010 20:29:50 +0000 (20:29 +0000)]
Store only theme name

Not safe to keep Efreet_Icon_Theme around, it is mmap'ed

SVN revision: 55467

13 years agoRemoving unused var. auto-SPANK
Tiago Rezende Campos Falcao [Fri, 10 Dec 2010 17:16:59 +0000 (17:16 +0000)]
Removing unused var. auto-SPANK

SVN revision: 55457

13 years agoAuto spank.
Gustavo Lima Chaves [Fri, 10 Dec 2010 13:32:10 +0000 (13:32 +0000)]
Auto spank.

SVN revision: 55450

13 years agoNew Fileselector mode: GRID.
Gustavo Lima Chaves [Fri, 10 Dec 2010 13:01:51 +0000 (13:01 +0000)]
New Fileselector mode: GRID.

SVN revision: 55448

13 years agoIndenting one more beast.
Gustavo Lima Chaves [Fri, 10 Dec 2010 13:01:43 +0000 (13:01 +0000)]
Indenting one more beast.

SVN revision: 55447

13 years agoTypo--.
Gustavo Lima Chaves [Fri, 10 Dec 2010 13:01:31 +0000 (13:01 +0000)]
Typo--.

SVN revision: 55446

13 years agoFrom: ChunEon Park <chuneon.park@samsung.com>
ChunEon Park [Fri, 10 Dec 2010 05:41:14 +0000 (05:41 +0000)]
From: ChunEon Park <chuneon.park@samsung.com>
Subject: Re: [E-devel] elm_transit patch

* deprecated elm_transit_event_block_set and added
elm_transit_event_enabled_set
* modified event_enabled = EINA_FALSE as a default

SVN revision: 55437

13 years agoHover is already list parent.
Otávio Pontes [Thu, 9 Dec 2010 18:04:25 +0000 (18:04 +0000)]
Hover is already list parent.

SVN revision: 55429

13 years agoCleans smart content when removing a child object in hover.
Otávio Pontes [Thu, 9 Dec 2010 18:04:23 +0000 (18:04 +0000)]
Cleans smart content when removing a child object in hover.

SVN revision: 55428

13 years agoSwallowing 'smart' content in theme_hook
Otávio Pontes [Thu, 9 Dec 2010 18:04:19 +0000 (18:04 +0000)]
Swallowing 'smart' content in theme_hook

SVN revision: 55427

13 years agoAdding missing image.
Otávio Pontes [Thu, 9 Dec 2010 17:13:57 +0000 (17:13 +0000)]
Adding missing image.

SVN revision: 55423

13 years agoSlider gets gray instead of reducing alpha when it is disabled.
Otávio Pontes [Thu, 9 Dec 2010 15:59:24 +0000 (15:59 +0000)]
Slider gets gray instead of reducing alpha when it is disabled.

SVN revision: 55421

13 years agoFixing problems in disabled slider
Otávio Pontes [Thu, 9 Dec 2010 15:59:20 +0000 (15:59 +0000)]
Fixing problems in disabled slider

SVN revision: 55420

13 years agoChanging size hints in color selector and action slider tests.
Otávio Pontes [Thu, 9 Dec 2010 15:59:17 +0000 (15:59 +0000)]
Changing size hints in color selector and action slider tests.

SVN revision: 55419

13 years agoCreating content-back and content-back-next application layoyts.
Otávio Pontes [Thu, 9 Dec 2010 15:29:14 +0000 (15:29 +0000)]
Creating content-back and content-back-next application layoyts.

Also adds programs to hide and show back button and title bar in
toolbar-content-back layout.

SVN revision: 55416

13 years agoRIP elm_widget_focus_jump
Tiago Rezende Campos Falcao [Thu, 9 Dec 2010 13:07:45 +0000 (13:07 +0000)]
RIP elm_widget_focus_jump

The last call to this method was removed. This method broke the focus
tree and we don't need it anymore.

SVN revision: 55410

13 years agoInWin grab focus chain while activated.
Tiago Rezende Campos Falcao [Thu, 9 Dec 2010 13:07:43 +0000 (13:07 +0000)]
InWin grab focus chain while activated.

SVN revision: 55409

13 years agoReplace focus_jump by focus_cycle in disabled_set
Tiago Rezende Campos Falcao [Thu, 9 Dec 2010 13:07:39 +0000 (13:07 +0000)]
Replace focus_jump by focus_cycle in disabled_set

elm_widget_disabled_set was calling focus_jump and it broke the focus tree.
Now, using focus_cycle to pass focus to next object.

Added test to disable focused button in test_focus.

SVN revision: 55408

13 years agogah! entrye scroller has content on top of frame+shadow!
Carsten Haitzler [Thu, 9 Dec 2010 08:53:40 +0000 (08:53 +0000)]
gah! entrye scroller has content on top of frame+shadow!

SVN revision: 55394

13 years agomake test for entry in flip.
Carsten Haitzler [Thu, 9 Dec 2010 08:36:24 +0000 (08:36 +0000)]
make test for entry in flip.

SVN revision: 55393

13 years agoAll fileselector cases (mixing save, folder only, expand) seem OK, now.
Gustavo Lima Chaves [Wed, 8 Dec 2010 16:18:37 +0000 (16:18 +0000)]
All fileselector cases (mixing save, folder only, expand) seem OK, now.

SVN revision: 55378

13 years agoCtxpopup should have been an elC from the beginning.
Gustavo Lima Chaves [Wed, 8 Dec 2010 16:18:30 +0000 (16:18 +0000)]
Ctxpopup should have been an elC from the beginning.

SVN revision: 55377

13 years agomulti-touch has a rotate button for testing.
Carsten Haitzler [Wed, 8 Dec 2010 03:37:33 +0000 (03:37 +0000)]
multi-touch has a rotate button for testing.

SVN revision: 55368

13 years agoI'd better watch out more for my leftovers :/
Gustavo Lima Chaves [Tue, 7 Dec 2010 19:18:36 +0000 (19:18 +0000)]
I'd better watch out more for my leftovers :/

SVN revision: 55366

13 years agoCode with no action for now, but let's fix the call, eh?
Gustavo Lima Chaves [Tue, 7 Dec 2010 19:18:22 +0000 (19:18 +0000)]
Code with no action for now, but let's fix the call, eh?

SVN revision: 55365

13 years agoIndenting and removing bogus code blocks.
Gustavo Lima Chaves [Tue, 7 Dec 2010 19:18:14 +0000 (19:18 +0000)]
Indenting and removing bogus code blocks.

SVN revision: 55364

13 years agoTypo, old typo.
Gustavo Lima Chaves [Tue, 7 Dec 2010 19:18:05 +0000 (19:18 +0000)]
Typo, old typo.

SVN revision: 55363

13 years agoNow those won't appear in doxygen's output.
Gustavo Lima Chaves [Tue, 7 Dec 2010 19:17:50 +0000 (19:17 +0000)]
Now those won't appear in doxygen's output.

SVN revision: 55362

13 years agoRespecting finger size in Color Selector
Otávio Pontes [Tue, 7 Dec 2010 15:55:25 +0000 (15:55 +0000)]
Respecting finger size in Color Selector

SVN revision: 55358

13 years agoRemoving swallows correctly in theme hook.
Otávio Pontes [Tue, 7 Dec 2010 15:55:22 +0000 (15:55 +0000)]
Removing swallows correctly in theme hook.

SVN revision: 55357

13 years agoRespect finger size in spinner
Otávio Pontes [Tue, 7 Dec 2010 15:55:20 +0000 (15:55 +0000)]
Respect finger size in spinner

SVN revision: 55356

13 years agoAs magnetslider was renamed to actionslider, ms was renamed to as.
Otávio Pontes [Tue, 7 Dec 2010 15:55:17 +0000 (15:55 +0000)]
As magnetslider was renamed to actionslider, ms was renamed to as.

SVN revision: 55355

13 years agoUsing finger size to calc actionslider size.
Otávio Pontes [Tue, 7 Dec 2010 15:55:14 +0000 (15:55 +0000)]
Using finger size to calc actionslider size.

SVN revision: 55354

13 years agoRemoving unnecessary function declarations
Otávio Pontes [Tue, 7 Dec 2010 15:55:11 +0000 (15:55 +0000)]
Removing unnecessary function declarations

SVN revision: 55353

13 years agoUsing finger size to calc bubble size
Otávio Pontes [Tue, 7 Dec 2010 15:55:08 +0000 (15:55 +0000)]
Using finger size to calc bubble size

SVN revision: 55352

13 years agoFrom: Jae Hwan Kim <jae.hwan.kim@samsung.com>
Jae Hwan Kim [Tue, 7 Dec 2010 05:18:01 +0000 (05:18 +0000)]
From: Jae Hwan Kim <jae.hwan.kim@samsung.com>
Subject: Re: [E-devel] [PATCH] els_scroller

els_scroller has some problems.

First, when the function "elm_scroller_page_size_set" is used and the
scroller is bounced,
the signal "scroll,anim,stop" is not called.

Second, the signal "scroll,anim,stop" is called at the time
"ELM_THUMBSCROLL_FRICTION",
even if the animation of scroller end before the time.

So I changed the code "els_scroller.c".
Patch code is the following.

SVN revision: 55341

13 years agoFrom: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Tue, 7 Dec 2010 05:15:05 +0000 (05:15 +0000)]
From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] elm_slider patch for disable state

elm_slider does not support disable state, so I make this patch.

Please review it and upload in svn if it is ok.

(nb - also fixed vertical slider sizing in defaul theme and changed
jihoons changes to slider test to make the vertical sliders in a
horizontal box so they dont get silly long windows)

SVN revision: 55340

13 years agoFrom: WooHyun Jung <wh0705.jung@samsung.com>
WooHyun Jung [Tue, 7 Dec 2010 05:04:45 +0000 (05:04 +0000)]
From: WooHyun Jung <wh0705.jung@samsung.com>
Subject: [E-devel] [PATCH] Some modifications for adapting
elm_longpress_timeout_get().

 I made a patch for adapting elm_longpress_timeout_get() function to all
 winsets, using long press event.

 And I checked one warning in elm_entry.c , so I modified it.

SVN revision: 55339

13 years agoand more formatting fixes
Carsten Haitzler [Tue, 7 Dec 2010 00:59:06 +0000 (00:59 +0000)]
and more formatting fixes

SVN revision: 55338

13 years agoand lets format stuff nicely eh?
Carsten Haitzler [Tue, 7 Dec 2010 00:57:42 +0000 (00:57 +0000)]
and lets format stuff nicely eh?

SVN revision: 55337

13 years agomark sat.sun/weekday calls as deprecated and show how to do it with
Carsten Haitzler [Tue, 7 Dec 2010 00:56:21 +0000 (00:56 +0000)]
mark sat.sun/weekday calls as deprecated and show how to do it with
marks.

SVN revision: 55336

13 years agoIndenting.
Gustavo Lima Chaves [Mon, 6 Dec 2010 12:46:16 +0000 (12:46 +0000)]
Indenting.

SVN revision: 55329

13 years agoNew Elementary Config. App. options tab: Scrolling.
Gustavo Lima Chaves [Mon, 6 Dec 2010 12:46:10 +0000 (12:46 +0000)]
New Elementary Config. App. options tab: Scrolling.
Also introducing config. API to set/query those values.

SVN revision: 55328

13 years agoJust indenting this file.
Gustavo Lima Chaves [Mon, 6 Dec 2010 12:46:02 +0000 (12:46 +0000)]
Just indenting this file.

SVN revision: 55327

13 years agoDon't let sliders mess with parent scrollers.
Gustavo Lima Chaves [Mon, 6 Dec 2010 12:45:56 +0000 (12:45 +0000)]
Don't let sliders mess with parent scrollers.
Actually all dragable thingies in Elementary should get that safety trick.

SVN revision: 55326

13 years agoUsing mouse wheel elm-propageted at sliders.
Gustavo Lima Chaves [Mon, 6 Dec 2010 12:45:49 +0000 (12:45 +0000)]
Using mouse wheel elm-propageted at sliders.
When we have time, we'll research a way of signalling
mouse events from bottom up, too (or at least emulate that).
Might be useful for "trapping" mouse wheel events, what
Elementary can't do as is.

SVN revision: 55325

13 years agoMouse wheel events elm-propagated too.
Gustavo Lima Chaves [Mon, 6 Dec 2010 12:45:41 +0000 (12:45 +0000)]
Mouse wheel events elm-propagated too.

SVN revision: 55324

13 years agoBetter handling of mouse wheel events for sliders.
Gustavo Lima Chaves [Mon, 6 Dec 2010 12:45:33 +0000 (12:45 +0000)]
Better handling of mouse wheel events for sliders.

SVN revision: 55323

13 years agoMisusing API.
Gustavo Lima Chaves [Mon, 6 Dec 2010 12:45:26 +0000 (12:45 +0000)]
Misusing API.

SVN revision: 55322

13 years agoTypos, damn typos.
Gustavo Lima Chaves [Mon, 6 Dec 2010 12:45:18 +0000 (12:45 +0000)]
Typos, damn typos.

SVN revision: 55321

13 years agoRedundant semicolons here.
Gustavo Lima Chaves [Mon, 6 Dec 2010 12:45:11 +0000 (12:45 +0000)]
Redundant semicolons here.

SVN revision: 55320

13 years agoelementary.h.... oh so much formatting cleanup. spacing... etc. also
Carsten Haitzler [Sat, 4 Dec 2010 04:10:25 +0000 (04:10 +0000)]
elementary.h.... oh so much formatting cleanup. spacing... etc. also
elm_thumb really has no choice - has to return void * for thumb client.

SVN revision: 55252

13 years agoFrom: ChunEon Park <chuneon.park@samsung.com>
ChunEon Park [Sat, 4 Dec 2010 02:59:43 +0000 (02:59 +0000)]
From: ChunEon Park <chuneon.park@samsung.com>
Subject: [E-devel]  [Patch] elm_animator

Please check this small patch.
Added one miner API.

Thanks.

The Hermet

SVN revision: 55251

13 years ago * elementary: snapshot it.
Cedric BAIL [Sat, 4 Dec 2010 00:52:03 +0000 (00:52 +0000)]
* elementary: snapshot it.

SVN revision: 55240

13 years agoUsing EINA_ARG_NONNULL in Elementary.
helen [Fri, 3 Dec 2010 14:08:37 +0000 (14:08 +0000)]
Using EINA_ARG_NONNULL in Elementary.

The Api is very large, probably there is some EINA_ARG_NONNULL that are
missing in some parameters and others that I put that should not be
there, I tried my best to not have these mistakes, if you find
any, please, fix it :).

SVN revision: 55189

13 years agoEINA_SAFETY_ON_NULL_RETURN
helen [Fri, 3 Dec 2010 14:08:33 +0000 (14:08 +0000)]
EINA_SAFETY_ON_NULL_RETURN

Checking parameters with EINA_SAFETY_ON_NULL_RETURN and
EINA_SAFETY_ON_NULL_RETURN_VAL in Elementary

SVN revision: 55188

13 years agoSeparator parent can be null
Otávio Pontes [Fri, 3 Dec 2010 11:18:36 +0000 (11:18 +0000)]
Separator parent can be null

SVN revision: 55184

13 years agoelm_toolbar_item_icon_get should return the icon string.
Otávio Pontes [Fri, 3 Dec 2010 10:58:46 +0000 (10:58 +0000)]
elm_toolbar_item_icon_get should return the icon string.

Also improves documentation related to icon_set/icon_get.

SVN revision: 55182

13 years agoFrom: samsung.
samsung [Fri, 3 Dec 2010 07:58:43 +0000 (07:58 +0000)]
From: samsung.

some added features to calendar. along with fixes of those features so
they work right.

SVN revision: 55177

13 years agoFrom: hyoyoung.chang@samsung.com
hyoyoung.chang [Thu, 2 Dec 2010 08:25:36 +0000 (08:25 +0000)]
From: hyoyoung.chang@samsung.com

As we talked last week, I made a version of adding external image in
elm_entry. It seeks a local file if prefix is 'file://' then it loads image and adds it. If image file can't be loaded, adding
wft emoticon.

patch in with minor fix for path and an added actual test case in elm
entry test.

SVN revision: 55134

13 years agowarning--
Carsten Haitzler [Thu, 2 Dec 2010 03:37:17 +0000 (03:37 +0000)]
warning--

SVN revision: 55129

13 years agoupdating various translations
Massimo Maiurana [Wed, 1 Dec 2010 23:34:15 +0000 (23:34 +0000)]
updating various translations

SVN revision: 55125