raster [Fri, 8 Apr 2011 05:52:13 +0000 (05:52 +0000)]
warn--
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58469
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 8 Apr 2011 05:51:13 +0000 (05:51 +0000)]
warn--
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58468
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Thu, 7 Apr 2011 16:55:10 +0000 (16:55 +0000)]
Elementary elementary.dox.in: Sync with AUTHORS.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58462
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Thu, 7 Apr 2011 16:44:54 +0000 (16:44 +0000)]
Elementary segment_control: Introduced new widget by Govindaraju and Prince.
Segment Control Widget is a horizontal control made of multiple segment items
together, each segment item is set to equal size, functioning similar to
discrete two state button. Only one segment item can be at selected state.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58461
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Thu, 7 Apr 2011 16:20:29 +0000 (16:20 +0000)]
Elementary genlist: Removed unnecessary blank lines.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58459
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Thu, 7 Apr 2011 16:16:01 +0000 (16:16 +0000)]
Elementary genlist: Removed unnecessary 'const'.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58458
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [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).
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58410
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [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.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58408
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 7 Apr 2011 05:34:11 +0000 (05:34 +0000)]
elementary/transit - added chain transit features.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58406
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [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.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58405
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [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.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58403
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Thu, 7 Apr 2011 00:58:29 +0000 (00:58 +0000)]
Elementary elm_genlist.c: Fixed formatting. Fits to ecrustify.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58401
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [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.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58393
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Wed, 6 Apr 2011 14:46:39 +0000 (14:46 +0000)]
elementary: allow to emit a signal to a genlist. Thanks to Mikael Sans
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58391
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Wed, 6 Apr 2011 13:57:42 +0000 (13:57 +0000)]
elementary: correct the homepath on windows from vtorri
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58390
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [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.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58383
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 6 Apr 2011 01:10:19 +0000 (01:10 +0000)]
Elementary test_list.c: Fixed formatting.
Use ecrustify and remove trailing whitespaces.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58369
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [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
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58347
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 5 Apr 2011 06:01:28 +0000 (06:01 +0000)]
elementary/genlist - updated signal callback list in doxygen
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58346
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 5 Apr 2011 05:53:56 +0000 (05:53 +0000)]
elementary / genlist - updated signal callback list in the doxygen
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58345
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 5 Apr 2011 04:46:38 +0000 (04:46 +0000)]
Elementary / genlist - updated signal callback list
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58344
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 5 Apr 2011 04:30:34 +0000 (04:30 +0000)]
Elementary elm_genlist.c: Fixed genlist doxygen.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58343
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [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
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58342
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [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 ...
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58335
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 4 Apr 2011 05:56:56 +0000 (05:56 +0000)]
elementray / transit - fixed typo
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58313
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [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)
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58312
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 4 Apr 2011 04:48:51 +0000 (04:48 +0000)]
Elementary/transit - void * -> Elm_Transit_Effect.
made the interface clear.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58311
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 4 Apr 2011 01:54:55 +0000 (01:54 +0000)]
elementary / transit - modified internal namings .
Elm_Transit_Effect -> Elm_Transit_Effect_Module
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58310
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Sun, 3 Apr 2011 16:35:19 +0000 (16:35 +0000)]
elementary / ctxpopup - modified doxygen smart object signal callbacks
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58307
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Sun, 3 Apr 2011 16:26:25 +0000 (16:26 +0000)]
elementary/flip - modified to use smart callbacks descriptions table
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58306
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Sun, 3 Apr 2011 16:06:06 +0000 (16:06 +0000)]
Elementary elm_gengrid.c: Fixed doxygen.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58303
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
billiob [Sun, 3 Apr 2011 11:55:56 +0000 (11:55 +0000)]
elementary: fix compilation
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58298
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [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.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58293
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [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.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58285
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Sun, 3 Apr 2011 05:48:00 +0000 (05:48 +0000)]
Elementary elm_widget.c: Removed ; after INTERNAL_ENTRY.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58284
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [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.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58283
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [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.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58267
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Fri, 1 Apr 2011 16:33:58 +0000 (16:33 +0000)]
Elementary elm_genlist.c: Fixed formatting.
Used ecrustify for formatting.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58263
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 1 Apr 2011 13:35:39 +0000 (13:35 +0000)]
more complete desktop entry mode support.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58259
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [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.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58258
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 1 Apr 2011 12:10:24 +0000 (12:10 +0000)]
right mouse pops up entry menu now too.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58255
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 1 Apr 2011 11:51:11 +0000 (11:51 +0000)]
elementary - fileselecto, actionslider, anchorview, fileselector_button, anchorblock, fileselector_entry, hoversel, scrolled_entry
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58254
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [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
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58253
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [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
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58252
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 1 Apr 2011 11:26:58 +0000 (11:26 +0000)]
elementary / menu, notify, list, panes, module, map, pager, panel, mapbuf - removed white spaces
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58251
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [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
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58250
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 1 Apr 2011 11:20:18 +0000 (11:20 +0000)]
elementary/theme, widget, win, toolbar, thumb, toggle, util, box - removed white spaces
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58249
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 1 Apr 2011 11:08:31 +0000 (11:08 +0000)]
elementary / cursor, scroller, icon - removed white spaces
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58248
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 1 Apr 2011 09:08:11 +0000 (09:08 +0000)]
elementary/ctxpopup - removed white space
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58247
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Fri, 1 Apr 2011 08:05:24 +0000 (08:05 +0000)]
Elementary elm_widget.h: Removed trailing whitespaces.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58246
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 1 Apr 2011 06:26:58 +0000 (06:26 +0000)]
elementary/anchorblock - removed white spaces
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58245
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 1 Apr 2011 06:17:11 +0000 (06:17 +0000)]
elementary/animator - removed white spaces
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58244
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 1 Apr 2011 06:09:18 +0000 (06:09 +0000)]
warning--
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58243
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [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.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58242
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 1 Apr 2011 05:03:38 +0000 (05:03 +0000)]
valgrind complaints--
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58241
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58229
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 31 Mar 2011 03:09:27 +0000 (03:09 +0000)]
elementary/ctxpopup - removed unuseful line.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58219
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Wed, 30 Mar 2011 20:25:25 +0000 (20:25 +0000)]
ELM: Transit: Remove unused variable.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58217
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 30 Mar 2011 12:24:37 +0000 (12:24 +0000)]
and use the new valign mojo for tb.. yay!
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58210
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 30 Mar 2011 09:12:57 +0000 (09:12 +0000)]
elementary/transit - modified to add same objects.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58196
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 30 Mar 2011 05:35:38 +0000 (05:35 +0000)]
elementary/transit - modified fade effect to be available applying only one object case
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58192
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [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.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58191
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 29 Mar 2011 12:43:03 +0000 (12:43 +0000)]
Elementary elm_genlist.c: Code refactoring and indentation fix.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58178
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 29 Mar 2011 10:38:51 +0000 (10:38 +0000)]
Elementary elm_genlist.c: Replaced unicode to ascii in genlist doxygen.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58176
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 29 Mar 2011 09:31:01 +0000 (09:31 +0000)]
wow! how did i miss that? ;++
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58174
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [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.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58173
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 29 Mar 2011 00:51:56 +0000 (00:51 +0000)]
Elementary test_genlist.c: Removed trailing white spaces.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58164
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [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>
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58163
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Mon, 28 Mar 2011 13:10:25 +0000 (13:10 +0000)]
Elementary elm_transit.c: Fixed doxygen.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58153
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 28 Mar 2011 01:34:06 +0000 (01:34 +0000)]
elementary/test_transit.c - removed white spaces
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58140
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 28 Mar 2011 01:23:38 +0000 (01:23 +0000)]
elementary/transit - fixed to repeat times provide infinite times actually.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58137
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 28 Mar 2011 00:46:17 +0000 (00:46 +0000)]
elementary/transit - updated doxygen
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58136
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
maxerba [Sat, 26 Mar 2011 12:56:35 +0000 (12:56 +0000)]
updating french and italian translations
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58096
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Sat, 26 Mar 2011 12:42:43 +0000 (12:42 +0000)]
elementary/transit - removed tailing whites.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58095
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Sat, 26 Mar 2011 12:39:47 +0000 (12:39 +0000)]
elementary / transit - fixed typo.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58094
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [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 :) )
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58085
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [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
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58084
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [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~
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58083
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [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.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58082
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [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.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58081
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 24 Mar 2011 15:49:46 +0000 (15:49 +0000)]
elementary/ctxpopup - fixed indentation
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58070
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [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.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58063
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 24 Mar 2011 02:17:34 +0000 (02:17 +0000)]
elementary/ctxpopup - removed white trailing
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58052
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 24 Mar 2011 02:14:22 +0000 (02:14 +0000)]
elementary/ctxpopup - removed fingersize completely.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58051
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 23 Mar 2011 15:26:57 +0000 (15:26 +0000)]
Elementary ko_KR.po: Updated Korean translations.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58034
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 23 Mar 2011 13:29:26 +0000 (13:29 +0000)]
listen to move events and track on override-redirect windows.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58032
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 23 Mar 2011 10:57:51 +0000 (10:57 +0000)]
elementary/default.edc - fixed typo (ctxpopup)
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58030
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 23 Mar 2011 10:53:09 +0000 (10:53 +0000)]
elementary/default.edc - modified ctxpopup arrow position to be more closed to box
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58029
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 23 Mar 2011 10:52:18 +0000 (10:52 +0000)]
elementary/ctxpopup - modified fingersize to half one
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58028
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 23 Mar 2011 10:44:55 +0000 (10:44 +0000)]
oops - missed theme part of menu patch
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58027
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [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>
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58015
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [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>
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58007
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 22 Mar 2011 22:12:33 +0000 (22:12 +0000)]
Elementary elm_widget.c: Used API_ENTRY, INTERNAL_ENTRY macros. Prevented segv.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58001
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [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.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@57992
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 22 Mar 2011 07:54:24 +0000 (07:54 +0000)]
Elementary elm_genlist.c: Formatting with ecrustify.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@57963
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 22 Mar 2011 07:51:17 +0000 (07:51 +0000)]
fixed white trailing
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@57962
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [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.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@57959
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [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
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@57957
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 22 Mar 2011 02:12:27 +0000 (02:12 +0000)]
warning--
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@57955
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 22 Mar 2011 02:08:38 +0000 (02:08 +0000)]
menu api was the wrong name..
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@57954
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33