Commit Graph

3538 Commits

Author SHA1 Message Date
Michael BOUCHAUD 17748b5a0f elementary: welcome to group in gengrid. Still need some work with reorder...
SVN revision: 63306
2011-09-09 12:43:34 +00:00
Daniel Juyung Seo 783b313aba elm po: Updated po files.
SVN revision: 63292
2011-09-08 10:28:49 +00:00
Daniel Juyung Seo d59325d285 elm test_genlist.c: I introduce "Genlist Textblock" test case into
elementary_test. This will help test textblock with genlist. Enjoy it!


SVN revision: 63291
2011-09-08 10:21:04 +00:00
Aharon Hillel 072c0193f8 Elm Glayer: Updated documentation
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 63290
2011-09-08 10:10:45 +00:00
Tom Hacohen eec24e2394 Elm_glayer: Reset ZOOM, ROTATE to function as before continues.
SVN revision: 63289
2011-09-08 10:10:41 +00:00
Aharon Hillel 1845f63703 Elm glayer: Moved is_mirrored definition and added comment.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 63288
2011-09-08 10:10:38 +00:00
Aharon Hillel 429c050b46 Elm glayer: Added glayer_continues_enable setting to elm-config-file.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 63287
2011-09-08 10:10:34 +00:00
Aharon Hillel cd4e0fe936 Elm glayer: Cleaned elm_gesture_layer.c.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 63286
2011-09-08 10:10:30 +00:00
Aharon Hillel 510b663a4d Elm glayer: Added Continues-gesture-feature of Line, Flick, Zoom, Rotate.
TODO: Clean code (added this version to have easy way of review), and maybe add pref-var of enabling disabline continues gestures

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 63285
2011-09-08 10:10:27 +00:00
Daniel Juyung Seo 299d0f4106 elm diskselector: Fixed elm_diskselector_item_selected_set() hanging bug. Patch by Hyoyoung Chang <hyoyoung.chang@samsung.com>
On Wed, Sep 7, 2011 at 6:51 PM, Hyoyoung Chang <hyoyoung.chang@samsung.com> wrote:
> Dear developers.
>
> This patch is fixing - hangs after using elm_diskselector_item_selected_set.
> Elm_diskselector add a idler and remove in _move_scroller with checking
> wd->idler
> But in elm_diskselector_item_selected_set, it's not use wd->idler.
> So idler is called infinite.
>
> It also registered in ticket ( http://trac.enlightenment.org/e/ticket/854 )
>
> Thank you

On Wed, Sep 7, 2011 at 7:00 PM, Hyoyoung Chang <hyoyoung.chang@samsung.com> wrote:
> I omitted about credit.
> With cnook, I can easily find this bug.
> Thanks to cnook


SVN revision: 63269
2011-09-07 15:02:27 +00:00
WooHyun Jung d20294db8e elementary : Elementary focus can be controlled only when top window's
canvas gets focus. If elementary's focus control is tried with
unfocused canvas, newest_focus_count is only updated.


SVN revision: 63245
2011-09-07 06:15:55 +00:00
WooHyun Jung 52b792ce75 elementary/elm_win : Elementary's focus control should be started
after the canvas gets focus. There can be a case that the canvas doesn't get
focus when elm_win is shown. 


SVN revision: 63240
2011-09-07 01:41:19 +00:00
Cedric BAIL 8cd01e8068 elementary: use sorted state to improve gengrid and genlist.
SVN revision: 63217
2011-09-05 20:31:51 +00:00
Cedric BAIL ba60ba6ebe elementary: fix ordering bug in fileselector.
SVN revision: 63216
2011-09-05 20:30:12 +00:00
Cedric BAIL 71bc2bd8da elementary: forgotten patch that cleanup callback.
SVN revision: 63212
2011-09-05 20:09:02 +00:00
Daniel Juyung Seo 2ec5417dfb elm genlist: Fixed reordering mode bug.
1. Fixed floating item bug while reordering.
2. Fixed moving an item out of range bug while reordering.


SVN revision: 63195
2011-09-05 12:16:36 +00:00
Daniel Juyung Seo b72f454618 elm genlist: Fixed formatting.
SVN revision: 63194
2011-09-05 12:14:20 +00:00
Carsten Haitzler 9d5ecb4a98 fix COPYING to say 2011.
SVN revision: 63187
2011-09-05 07:15:41 +00:00
Daniel Juyung Seo 34e96893eb elm Elementary.h.in: Fixed typo.
SVN revision: 63149
2011-09-04 04:28:02 +00:00
Rui Seabra 0d3d91c384 Adjust spec to existing modules.
SVN revision: 63130
2011-09-03 17:57:36 +00:00
Nicolas Aguirre 4e4775a9f0 Elementary: fix typo
SVN revision: 63114
2011-09-03 09:42:37 +00:00
Sanjeev BA a70a14fda4 From: Sanjeev BA <as2902.b@samsung.com>
Subject: [E-devel] [PATCH] Add new API elm_diskfileselector_item_num_get()

Kindly review and provide your comments on this patch, that adds new API 
elm_diskfileselector_item_num_get().

Add elm_diskselector_display_item_num_get() API.
Added required documentation in docx and Elementary.h.in files.
Updated test programs to print number of items set - as a verification.
Make input param as const. Thanks SeoZ.



SVN revision: 63107
2011-09-03 05:13:25 +00:00
Nicolas Aguirre 5c82959127 Elementary: 16px is a common value for icons size.
SVN revision: 63091
2011-09-02 16:19:22 +00:00
Daniel Juyung Seo 8d9360dea6 elm scroller: Added 'const' to the first Evas_Object parameter of
getters.


SVN revision: 63085
2011-09-02 04:53:48 +00:00
Daniel Juyung Seo c11701e85a elm els_scroller.c: Fixed formatting.
Fixed indentation. Fixed spacing.


SVN revision: 63084
2011-09-02 04:52:18 +00:00
Daniel Juyung Seo a817b43d33 elm: Removed all trailing whitespaces.
Why they are added even I'm removing them arbitrarily.


SVN revision: 63083
2011-09-02 04:09:17 +00:00
Nicolas Aguirre a644a29aee elementary: Privide a new api to elm_photo : elm_photo_thumb_set.
It works like elm_icon_thumb_set : it generates the thumb of the file passed as argument.


SVN revision: 63063
2011-09-01 19:14:32 +00:00
ChunEon Park 068b50962c elementary/ctxpopup - trivial changes.
SVN revision: 63036
2011-08-31 15:33:54 +00:00
Tom Hacohen 76d6b9d1f8 Elm entry: Reparent the smart scroller correctly.
SVN revision: 63023
2011-08-31 10:51:04 +00:00
Daniel Juyung Seo d1225c2382 elm Elementary.h.in: Removed duplicated callback description.
SVN revision: 63016
2011-08-31 08:34:43 +00:00
Tom Hacohen e40ca43d68 Elm default theme: Fix segment control's theme.
It was very hackish/broken and it broke when gustavo fixed some stuff in
edje. I merged all the different padding items to one padding frame,
and corrected some of the things that were wrong, and tada, now everything
works.

SVN revision: 62983
2011-08-30 11:05:04 +00:00
Daniel Juyung Seo 9e23119e41 elm: Refactoring. Modified elm_{widget}_scroller_policy_set() API.
SVN revision: 62957
2011-08-29 16:30:14 +00:00
Daniel Juyung Seo 12f074553c elm list: Fixed elm_list_scroller_policy_set(). Closed ticket #842.
SVN revision: 62956
2011-08-29 16:13:35 +00:00
ChunEon Park 0dad9657af elementary/ctxpopup - just renamed hover_parent -> parent
SVN revision: 62954
2011-08-29 16:05:24 +00:00
ChunEon Park dde6f281e1 elementary/ctxpopup - join parent to separated hover parent.
SVN revision: 62953
2011-08-29 15:59:56 +00:00
ChunEon Park 870357e25d elementary/ctxpopup - removed unuseful support.
SVN revision: 62952
2011-08-29 15:35:48 +00:00
ChunEon Park 0cff2922f8 elementary/ctxpopup - added missing stuff.
when parent is changed, then ctxpopup should be updated.



SVN revision: 62951
2011-08-29 15:28:05 +00:00
Daniel Juyung Seo 56c76c6919 elm Elementary.h.in: Fixed typo.
SVN revision: 62950
2011-08-29 15:15:39 +00:00
Carsten Haitzler c739e60ab0 working on factory - fix fixme in box while i'm at it.
SVN revision: 62946
2011-08-29 12:52:41 +00:00
Carsten Haitzler ae7a70bc77 handle case where child obj resizes WHILe bouncing/scrolling around
AND we are at or beyond a limit.



SVN revision: 62945
2011-08-29 12:48:00 +00:00
Tom Hacohen bc6ea747d1 Elm tooltip: Remove the checks if object passed is an elm widget.
This kinda reverts 62919, still kept the useful new macro/func.

SVN revision: 62943
2011-08-29 11:55:25 +00:00
Daniel Juyung Seo 954d3e31cf elm list: Fixed elm_list_item_disabled_set() API. Closed trac #844.
SVN revision: 62932
2011-08-29 05:10:20 +00:00
Daniel Juyung Seo ecc8034ddb elm src/examples: Applied caro's r62885 changes to examples.
Changed EAPI -> EAPI_MAIN in applications. http://trac.enlightenment.org/e/changeset/62885


SVN revision: 62931
2011-08-29 04:16:18 +00:00
Daniel Juyung Seo 136a0f7dfd elm els_tooltip.c: Fixed warings.
SVN revision: 62930
2011-08-29 04:00:37 +00:00
Daniel Juyung Seo 925715983a elm test.c: Removed wrong warnings. Fixed indentation and removed
trailing whitespaces.


SVN revision: 62929
2011-08-29 04:00:17 +00:00
Tom Hacohen e36e207812 Elm tooltip: Added checks if the object passed is an elm object.
SVN revision: 62919
2011-08-28 14:12:38 +00:00
ChunEon Park b80a338147 elementary/slideshow - removed white space and shadow var. fixed indentation
SVN revision: 62909
2011-08-28 07:18:28 +00:00
ChunEon Park 35a7d0f544 elementry/ctxpopup - updated test code for checking elm_ctxpopup_direction_get API.
SVN revision: 62906
2011-08-28 07:13:04 +00:00
ChunEon Park aa8a6128c3 elementary/ctxpopup - added elm_ctxpopup_direction_get API
SVN revision: 62905
2011-08-28 07:12:16 +00:00
ChunEon Park 9f4b151ad3 elementry/ctxpopup - added event_hook, focus_hook
also enable the focus when ctxpopup shows up.



SVN revision: 62892
2011-08-28 02:38:48 +00:00