platform/upstream/elementary.git
13 years agoElementary genlist: Removed unnecessary blank lines.
Daniel Juyung Seo [Thu, 7 Apr 2011 16:20:29 +0000 (16:20 +0000)]
Elementary genlist: Removed unnecessary blank lines.

SVN revision: 58459

13 years agoElementary genlist: Removed unnecessary 'const'.
Daniel Juyung Seo [Thu, 7 Apr 2011 16:16:01 +0000 (16:16 +0000)]
Elementary genlist: Removed unnecessary 'const'.

SVN revision: 58458

13 years agoElementary entry: Now really fix min size calculation.
Tom Hacohen [Thu, 7 Apr 2011 08:47:18 +0000 (08:47 +0000)]
Elementary entry: Now really fix min size calculation.

Width shouldn't matter. (look at revision 58393 for more info).

SVN revision: 58410

13 years agoRevert "Elementary entry: No need to calc min size for a wrapping entry."
Tom Hacohen [Thu, 7 Apr 2011 08:16:02 +0000 (08:16 +0000)]
Revert "Elementary entry: No need to calc min size for a wrapping entry."

This reverts commit 58393

Should fix min size height calculation.

SVN revision: 58408

13 years agoelementary/transit - added chain transit features.
ChunEon Park [Thu, 7 Apr 2011 05:34:11 +0000 (05:34 +0000)]
elementary/transit - added chain transit features.

SVN revision: 58406

13 years agoFrom: cnook <kimcinoo@gmail.com>
cnook [Thu, 7 Apr 2011 04:54:55 +0000 (04:54 +0000)]
From: cnook <kimcinoo@gmail.com>
Subject: Re: [E-devel] [Patch] Display more than 3 items

This is Shinwoo Kim, learned that I could contribute to EFL! :)
I'm pleased to inform you that the patch for the "elm_diskselector".

Until now, the "elm_diskselector" only display 3 items at once,
if you accept this patch, the "elm_diskselector" can display more than 3
items.

For this feature, "elm_diskselector_display_item_num_set(Evas_Object *obj,
int num)" is added.
I would like to know more about your opinion about this feature. Thanks.

SVN revision: 58405

13 years agoFrom: Seunggyun Kim <sgyun.kim@samsung.com>
Seunggyun Kim [Thu, 7 Apr 2011 04:35:08 +0000 (04:35 +0000)]
From: Seunggyun Kim <sgyun.kim@samsung.com>
Subject: [E-devel] [Patch] elm_genlist :
elm_genlist_realized_items_update api added

I added elm_genlist_realized_items_update api.

elm_genlist_item_update api already exists.
But If the application want to change all realized items using this api,
application always have to check genlist all realized items and call
elm_genlist_item_update api.

This routine is being used at many functions of application.

So I made elm_genlist_realized_items_update api.
This helps application to update easily all realized items at a time.

SVN revision: 58403

13 years agoElementary elm_genlist.c: Fixed formatting. Fits to ecrustify.
Daniel Juyung Seo [Thu, 7 Apr 2011 00:58:29 +0000 (00:58 +0000)]
Elementary elm_genlist.c: Fixed formatting. Fits to ecrustify.

SVN revision: 58401

13 years agoElementary entry: No need to calc min size for a wrapping entry.
Tom Hacohen [Wed, 6 Apr 2011 15:27:52 +0000 (15:27 +0000)]
Elementary entry: No need to calc min size for a wrapping entry.

It's just useless and makes zero sense. No matter what we'll
get a useless output and it just slows everything down.
Should probably be added when it makes sense, but it will probably
need something like elm_label_wrap_width_set.

SVN revision: 58393

13 years agoelementary: allow to emit a signal to a genlist. Thanks to Mikael Sans
Michael BOUCHAUD [Wed, 6 Apr 2011 14:46:39 +0000 (14:46 +0000)]
elementary: allow to emit a signal to a genlist. Thanks to Mikael Sans

SVN revision: 58391

13 years agoelementary: correct the homepath on windows from vtorri
Michael BOUCHAUD [Wed, 6 Apr 2011 13:57:42 +0000 (13:57 +0000)]
elementary: correct the homepath on windows from vtorri

SVN revision: 58390

13 years agoElementary smart-scroller: Fixed scroller "jumping" in some cases.
Tom Hacohen [Wed, 6 Apr 2011 07:51:26 +0000 (07:51 +0000)]
Elementary smart-scroller: Fixed scroller "jumping" in some cases.

In some cases, for example resizing the GenGrid test or just using
ephoto, the scroller would jump to the right before going to it's
proper direction. We should check if the position is below minimum
after we reduce the position, and not instead.

SVN revision: 58383

13 years agoElementary test_list.c: Fixed formatting.
Daniel Juyung Seo [Wed, 6 Apr 2011 01:10:19 +0000 (01:10 +0000)]
Elementary test_list.c: Fixed formatting.

Use ecrustify and remove trailing whitespaces.

SVN revision: 58369

13 years agoelementary / menu, gengrid, slider, separator, photocam, index, toggle
ChunEon Park [Tue, 5 Apr 2011 07:04:09 +0000 (07:04 +0000)]
elementary / menu, gengrid, slider, separator, photocam, index, toggle

updated signal callback list in the doxygen

SVN revision: 58347

13 years agoelementary/genlist - updated signal callback list in doxygen
ChunEon Park [Tue, 5 Apr 2011 06:01:28 +0000 (06:01 +0000)]
elementary/genlist - updated signal callback list in doxygen

SVN revision: 58346

13 years agoelementary / genlist - updated signal callback list in the doxygen
ChunEon Park [Tue, 5 Apr 2011 05:53:56 +0000 (05:53 +0000)]
elementary / genlist - updated signal callback list in the doxygen

SVN revision: 58345

13 years agoElementary / genlist - updated signal callback list
ChunEon Park [Tue, 5 Apr 2011 04:46:38 +0000 (04:46 +0000)]
Elementary / genlist - updated signal callback list

SVN revision: 58344

13 years agoElementary elm_genlist.c: Fixed genlist doxygen.
Daniel Juyung Seo [Tue, 5 Apr 2011 04:30:34 +0000 (04:30 +0000)]
Elementary elm_genlist.c: Fixed genlist doxygen.

SVN revision: 58343

13 years agoElementary / genlist, slider, radio, win toolbar, thumb, toggle, scroller, slideshow...
ChunEon Park [Tue, 5 Apr 2011 02:04:28 +0000 (02:04 +0000)]
Elementary / genlist, slider, radio, win toolbar, thumb, toggle, scroller, slideshow, spinner

updated signall callback list in each doxygen

SVN revision: 58342

13 years agoelementry / entry, menu, notify, list, gengrid, actionslider, image, icon, anchorview...
ChunEon Park [Mon, 4 Apr 2011 16:34:18 +0000 (16:34 +0000)]
elementry / entry, menu, notify, list, gengrid, actionslider, image, icon, anchorview, fileselector_button, calendar, photocam, anchorblock,
    button, map, colorselector, hover, photo, diskselector, index, bubble, pager, hoversel, check, scrolled_entry, clock, flipselector

    updated signal callback list in the  doxygen.

            should update genlist, progressbar ...

SVN revision: 58335

13 years agoelementray / transit - fixed typo
ChunEon Park [Mon, 4 Apr 2011 05:56:56 +0000 (05:56 +0000)]
elementray / transit - fixed typo

SVN revision: 58313

13 years agoElementary/transit - defined transit callback functions types. (Elm_Transit_Effect_Tr...
ChunEon Park [Mon, 4 Apr 2011 05:27:20 +0000 (05:27 +0000)]
Elementary/transit - defined transit callback functions types. (Elm_Transit_Effect_Transition_Cb, Elm_Transit_Effect_End_Cb)

SVN revision: 58312

13 years agoElementary/transit - void * -> Elm_Transit_Effect.
ChunEon Park [Mon, 4 Apr 2011 04:48:51 +0000 (04:48 +0000)]
Elementary/transit - void * -> Elm_Transit_Effect.
made the interface clear.

SVN revision: 58311

13 years agoelementary / transit - modified internal namings .
ChunEon Park [Mon, 4 Apr 2011 01:54:55 +0000 (01:54 +0000)]
elementary / transit - modified internal namings .

Elm_Transit_Effect -> Elm_Transit_Effect_Module

SVN revision: 58310

13 years agoelementary / ctxpopup - modified doxygen smart object signal callbacks
ChunEon Park [Sun, 3 Apr 2011 16:35:19 +0000 (16:35 +0000)]
elementary / ctxpopup - modified doxygen smart object signal callbacks

SVN revision: 58307

13 years agoelementary/flip - modified to use smart callbacks descriptions table
ChunEon Park [Sun, 3 Apr 2011 16:26:25 +0000 (16:26 +0000)]
elementary/flip - modified to use smart callbacks descriptions table

SVN revision: 58306

13 years agoElementary elm_gengrid.c: Fixed doxygen.
Daniel Juyung Seo [Sun, 3 Apr 2011 16:06:06 +0000 (16:06 +0000)]
Elementary elm_gengrid.c: Fixed doxygen.

SVN revision: 58303

13 years agoelementary: fix compilation
Boris Faure [Sun, 3 Apr 2011 11:55:56 +0000 (11:55 +0000)]
elementary: fix compilation

SVN revision: 58298

13 years agoElementary: Fixed wrong smart callback signal name. clicked -> clicked,double
Daniel Juyung Seo [Sun, 3 Apr 2011 09:36:47 +0000 (09:36 +0000)]
Elementary: Fixed wrong smart callback signal name. clicked -> clicked,double

Unified double-click smart callback signal name to "clicked,double".
Wrong signal name "clicked" is still there.
But this will be removed soon after fixing all codes in trunk.

SVN revision: 58293

13 years agoElementary elm_widget.c: Fix formatting.
Daniel Juyung Seo [Sun, 3 Apr 2011 06:43:17 +0000 (06:43 +0000)]
Elementary elm_widget.c: Fix formatting.

Used ecrustify then fixed manually. Ecrustify still has wrong formatting.

SVN revision: 58285

13 years agoElementary elm_widget.c: Removed ; after INTERNAL_ENTRY.
Daniel Juyung Seo [Sun, 3 Apr 2011 05:48:00 +0000 (05:48 +0000)]
Elementary elm_widget.c: Removed ; after INTERNAL_ENTRY.

SVN revision: 58284

13 years agoElementary: Use pre-defined type Edje_Signal_Cb instead of describing all of its...
Daniel Juyung Seo [Sun, 3 Apr 2011 05:32:17 +0000 (05:32 +0000)]
Elementary: Use pre-defined type Edje_Signal_Cb instead of describing all of its parameters.

SVN revision: 58283

13 years agoelementary / entry, list, scroller, fileselector_button, config, photocam, map, pan...
ChunEon Park [Fri, 1 Apr 2011 19:08:56 +0000 (19:08 +0000)]
elementary / entry, list, scroller, fileselector_button, config, photocam, map, pan, bg, store, priv, pager, conform, box, clock, flipselector

fixed indentation, removed white spaces.

SVN revision: 58267

13 years agoElementary elm_genlist.c: Fixed formatting.
Daniel Juyung Seo [Fri, 1 Apr 2011 16:33:58 +0000 (16:33 +0000)]
Elementary elm_genlist.c: Fixed formatting.

Used ecrustify for formatting.

SVN revision: 58263

13 years agomore complete desktop entry mode support.
Carsten Haitzler [Fri, 1 Apr 2011 13:35:39 +0000 (13:35 +0000)]
more complete desktop entry mode support.

SVN revision: 58259

13 years agostart a desktop entry mode. shift arrows start/mod selection. can just
Carsten Haitzler [Fri, 1 Apr 2011 13:20:40 +0000 (13:20 +0000)]
start a desktop entry mode. shift arrows start/mod selection. can just
click and drag to select.

SVN revision: 58258

13 years agoright mouse pops up entry menu now too.
Carsten Haitzler [Fri, 1 Apr 2011 12:10:24 +0000 (12:10 +0000)]
right mouse pops up entry menu now too.

SVN revision: 58255

13 years agoelementary - fileselecto, actionslider, anchorview, fileselector_button, anchorblock...
ChunEon Park [Fri, 1 Apr 2011 11:51:11 +0000 (11:51 +0000)]
elementary - fileselecto, actionslider, anchorview, fileselector_button, anchorblock, fileselector_entry, hoversel, scrolled_entry

SVN revision: 58254

13 years agoelementary / calendar, button, colorselector, bg, cnp_helper, bubble, check, box...
ChunEon Park [Fri, 1 Apr 2011 11:35:07 +0000 (11:35 +0000)]
elementary / calendar, button, colorselector, bg, cnp_helper, bubble, check, box, clock  - removed white spaces

SVN revision: 58253

13 years agoelementary - entry, genlist, gengrid, image, icon, hover, frame, diskselector, index...
ChunEon Park [Fri, 1 Apr 2011 11:32:33 +0000 (11:32 +0000)]
elementary - entry, genlist, gengrid, image, icon, hover, frame, diskselector, index, layout, label, conform, flip, flipselector - removed white spaces

SVN revision: 58252

13 years agoelementary / menu, notify, list, panes, module, map, pager, panel, mapbuf - removed...
ChunEon Park [Fri, 1 Apr 2011 11:26:58 +0000 (11:26 +0000)]
elementary / menu, notify, list, panes, module, map, pager, panel, mapbuf - removed white spaces

SVN revision: 58251

13 years agoelementary / slider, radio, separator, photocam, photo, store, scroller, slideshow...
ChunEon Park [Fri, 1 Apr 2011 11:24:15 +0000 (11:24 +0000)]
elementary / slider, radio, separator, photocam, photo, store, scroller, slideshow, spinner, progressbar - removed white spacesw

SVN revision: 58250

13 years agoelementary/theme, widget, win, toolbar, thumb, toggle, util, box - removed white...
ChunEon Park [Fri, 1 Apr 2011 11:20:18 +0000 (11:20 +0000)]
elementary/theme, widget, win, toolbar, thumb, toggle, util, box - removed white spaces

SVN revision: 58249

13 years agoelementary / cursor, scroller, icon - removed white spaces
ChunEon Park [Fri, 1 Apr 2011 11:08:31 +0000 (11:08 +0000)]
elementary / cursor, scroller, icon  - removed white spaces

SVN revision: 58248

13 years agoelementary/ctxpopup - removed white space
ChunEon Park [Fri, 1 Apr 2011 09:08:11 +0000 (09:08 +0000)]
elementary/ctxpopup - removed white space

SVN revision: 58247

13 years agoElementary elm_widget.h: Removed trailing whitespaces.
Daniel Juyung Seo [Fri, 1 Apr 2011 08:05:24 +0000 (08:05 +0000)]
Elementary elm_widget.h: Removed trailing whitespaces.

SVN revision: 58246

13 years agoelementary/anchorblock - removed white spaces
ChunEon Park [Fri, 1 Apr 2011 06:26:58 +0000 (06:26 +0000)]
elementary/anchorblock - removed white spaces

SVN revision: 58245

13 years agoelementary/animator - removed white spaces
ChunEon Park [Fri, 1 Apr 2011 06:17:11 +0000 (06:17 +0000)]
elementary/animator - removed white spaces

SVN revision: 58244

13 years agowarning--
Carsten Haitzler [Fri, 1 Apr 2011 06:09:18 +0000 (06:09 +0000)]
warning--

SVN revision: 58243

13 years agomake all widgets use a standard setup macro. cuts code down and
Carsten Haitzler [Fri, 1 Apr 2011 06:08:02 +0000 (06:08 +0000)]
make all widgets use a standard setup macro. cuts code down and
handles null parent errors, null wd alloc, null obj create errors etc.

SVN revision: 58242

13 years agovalgrind complaints--
Carsten Haitzler [Fri, 1 Apr 2011 05:03:38 +0000 (05:03 +0000)]
valgrind complaints--

SVN revision: 58241

13 years agoElm: DragNDrop: Don't check extensions on drags
Brett Nash [Thu, 31 Mar 2011 12:29:20 +0000 (12:29 +0000)]
Elm: DragNDrop: Don't check extensions on drags

Patch from 장효영 (Hyoyoung Chang).  Basically checking extensions is silly,
      and some real life use shows it just breaks things.  Especially since we
      aren't liberal enough with the extensions we check.

I also cleaned up some whitespace and weird indentation at the edges.

SVN revision: 58229

13 years agoelementary/ctxpopup - removed unuseful line.
ChunEon Park [Thu, 31 Mar 2011 03:09:27 +0000 (03:09 +0000)]
elementary/ctxpopup - removed unuseful line.

SVN revision: 58219

13 years agoELM: Transit: Remove unused variable.
Christopher Michael [Wed, 30 Mar 2011 20:25:25 +0000 (20:25 +0000)]
ELM: Transit: Remove unused variable.

SVN revision: 58217

13 years agoand use the new valign mojo for tb.. yay!
Carsten Haitzler [Wed, 30 Mar 2011 12:24:37 +0000 (12:24 +0000)]
and use the new valign mojo for tb.. yay!

SVN revision: 58210

13 years agoelementary/transit - modified to add same objects.
ChunEon Park [Wed, 30 Mar 2011 09:12:57 +0000 (09:12 +0000)]
elementary/transit - modified to add same objects.

SVN revision: 58196

13 years agoelementary/transit - modified fade effect to be available applying only one object...
ChunEon Park [Wed, 30 Mar 2011 05:35:38 +0000 (05:35 +0000)]
elementary/transit - modified fade effect to be available applying only one object case

SVN revision: 58192

13 years agoElementary elm_genlist.c: Indentation fix by manual.
Daniel Juyung Seo [Wed, 30 Mar 2011 01:35:15 +0000 (01:35 +0000)]
Elementary elm_genlist.c: Indentation fix by manual.

Ecrustify indentation needs to be fixed for the lines behind comments.

SVN revision: 58191

13 years agoElementary elm_genlist.c: Code refactoring and indentation fix.
Daniel Juyung Seo [Tue, 29 Mar 2011 12:43:03 +0000 (12:43 +0000)]
Elementary elm_genlist.c: Code refactoring and indentation fix.

SVN revision: 58178

13 years agoElementary elm_genlist.c: Replaced unicode to ascii in genlist doxygen.
Daniel Juyung Seo [Tue, 29 Mar 2011 10:38:51 +0000 (10:38 +0000)]
Elementary elm_genlist.c: Replaced unicode to ascii in genlist doxygen.

SVN revision: 58176

13 years agowow! how did i miss that? ;++
Carsten Haitzler [Tue, 29 Mar 2011 09:31:01 +0000 (09:31 +0000)]
wow! how did i miss that? ;++

SVN revision: 58174

13 years agoFrom: Seunggyun Kim <sgyun.kim@samsung.com>
Seunggyun Kim [Tue, 29 Mar 2011 09:28:09 +0000 (09:28 +0000)]
From: Seunggyun Kim <sgyun.kim@samsung.com>
Subject: [E-devel] [Patch] elm_genlist - group index homogeneous mode
support

Current, genlist using group index can't use homogeneous mode.
So this is patch for support homogeneous mode when the genlist uses
group index.

SVN revision: 58173

13 years agoElementary test_genlist.c: Removed trailing white spaces.
Daniel Juyung Seo [Tue, 29 Mar 2011 00:51:56 +0000 (00:51 +0000)]
Elementary test_genlist.c: Removed trailing white spaces.

SVN revision: 58164

13 years agoElementary elm_colorselector.c: Fixed indentation and removed trailing
Daniel Juyung Seo [Mon, 28 Mar 2011 23:58:22 +0000 (23:58 +0000)]
Elementary elm_colorselector.c: Fixed indentation and removed trailing
whitespaces.

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

SVN revision: 58163

13 years agoElementary elm_transit.c: Fixed doxygen.
Daniel Juyung Seo [Mon, 28 Mar 2011 13:10:25 +0000 (13:10 +0000)]
Elementary elm_transit.c: Fixed doxygen.

SVN revision: 58153

13 years agoelementary/test_transit.c - removed white spaces
ChunEon Park [Mon, 28 Mar 2011 01:34:06 +0000 (01:34 +0000)]
elementary/test_transit.c - removed white spaces

SVN revision: 58140

13 years agoelementary/transit - fixed to repeat times provide infinite times actually.
ChunEon Park [Mon, 28 Mar 2011 01:23:38 +0000 (01:23 +0000)]
elementary/transit - fixed to repeat times provide infinite times actually.

SVN revision: 58137

13 years agoelementary/transit - updated doxygen
ChunEon Park [Mon, 28 Mar 2011 00:46:17 +0000 (00:46 +0000)]
elementary/transit - updated doxygen

SVN revision: 58136

13 years agoupdating french and italian translations
Massimo Maiurana [Sat, 26 Mar 2011 12:56:35 +0000 (12:56 +0000)]
updating french and italian translations

SVN revision: 58096

13 years agoelementary/transit - removed tailing whites.
ChunEon Park [Sat, 26 Mar 2011 12:42:43 +0000 (12:42 +0000)]
elementary/transit - removed tailing whites.

SVN revision: 58095

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