Commit Graph

3543 Commits

Author SHA1 Message Date
Carsten Haitzler feeb08e54d and beef up getting started with a longer example
SVN revision: 62287
2011-08-10 06:00:04 +00:00
Carsten Haitzler 3c6ec42179 strealine the getting started guide to have simpler autofoo.
SVN revision: 62286
2011-08-10 05:48:09 +00:00
Carsten Haitzler ea62544b88 fix @see
SVN revision: 62285
2011-08-10 05:02:40 +00:00
Carsten Haitzler 61cced99c2 fix language
SVN revision: 62284
2011-08-10 05:00:42 +00:00
Daniel Juyung Seo b8e186dcad elm: Refactoring. Removed trailing whitespaces and fixed indentation.
SVN revision: 62281
2011-08-10 04:35:31 +00:00
Carsten Haitzler d4bc8dc084 another param name missed.
SVN revision: 62276
2011-08-10 03:17:50 +00:00
Carsten Haitzler 28f78a7da7 someone missed the param name in docs.
SVN revision: 62275
2011-08-10 03:16:03 +00:00
Mike Blumenkrantz ff7adead47 actually deprecate deprecated apis
SVN revision: 62274
2011-08-10 03:03:32 +00:00
Daniel Juyung Seo 621d7803f1 elm: Fixed genlist/gengrid callback function pointer typedef name. Follow EFL's naming
convention. Elm_{widget}_{callback_name}_Cb. I will remove deprecated
typedefs a week later.

GridItemLabelGetFunc -> Elm_Gengrid_Item_Label_Get_Cb
GridItemIconGetFunc -> Elm_Gengrid_Item_Icon_Get_Cb
GridItemStateGetFunc -> Elm_Gengrid_Item_State_Get_Cb
GridItemDelFunc -> Elm_Gengrid_Item_Del_Cb

GenlistItemLabelGetFunc -> Elm_Genlist_Item_Label_Get_Cb
GenlistItemIconGetFunc -> Elm_Genlist_Item_Icon_Get_Cb
GenlistItemStateGetFunc -> Elm_Genlist_Item_State_Get_Cb
GenlistItemDelFunc -> Elm_Genlist_Item_Del_Cb


SVN revision: 62272
2011-08-10 02:20:40 +00:00
Daniel Juyung Seo 8a070d1cac elm: Fixed documentation.
SVN revision: 62263
2011-08-09 16:19:19 +00:00
Tom Hacohen ceef1ffabd Elm cnp: Use the existing ECORE_X_ATOM_SELECTION_CLIPBOARD.
No need to fetch it.

SVN revision: 62253
2011-08-09 11:55:00 +00:00
Tom Hacohen b8f738e034 Elm box: Respect alignment hints.
SVN revision: 62252
2011-08-09 11:54:36 +00:00
Carsten Haitzler a09693a633 hmm empty widget section -> remove
SVN revision: 62249
2011-08-09 09:41:20 +00:00
WooHyun Jung 0bbff85394 elementary/elm_win : focus restoring will be occured only when current
elm_win is unfocused.


SVN revision: 62247
2011-08-09 09:29:22 +00:00
Carsten Haitzler f21153d781 list, genlist, gengrid imho are not containers :)
SVN revision: 62242
2011-08-09 09:00:05 +00:00
WooHyun Jung bda792c39a elementary : elm_win didn't be focused/unfocused following the focus
state of its ecore_evas.


SVN revision: 62235
2011-08-09 08:36:02 +00:00
Carsten Haitzler 3a54142ba7 dont need no genscroller
SVN revision: 62231
2011-08-09 08:06:32 +00:00
Carsten Haitzler a2ffa3abab i think bg widfget should maybe have a solid wallpaper image as an
example.. not a transparent icon :)



SVN revision: 62230
2011-08-09 08:01:42 +00:00
Carsten Haitzler 34f146f464 remove references to elm animator!
SVN revision: 62229
2011-08-09 07:56:24 +00:00
Carsten Haitzler 092440e94e move getting started to header.
SVN revision: 62228
2011-08-09 07:46:12 +00:00
Carsten Haitzler 39c2a4aa6f dont need elementary.dox anymore - it's empty.
SVN revision: 62227
2011-08-09 07:16:43 +00:00
Daniel Juyung Seo 9f37ae411a elm test_photo.c: Fixed indentations. Applied coding conventions.
SVN revision: 62226
2011-08-09 06:43:09 +00:00
ChunEon Park d8e2ad11e9 elementary/elm_animator - removed it's example.
SVN revision: 62221
2011-08-09 03:37:07 +00:00
ChunEon Park 2ecbb858e2 elementary/elm_animator
Good bye my baby.



SVN revision: 62220
2011-08-09 03:26:39 +00:00
Carsten Haitzler 465ca66ed3 we really should focus when we release mouse AND on_hold is... NOT
set. happy happy joy joy.



SVN revision: 62197
2011-08-08 10:32:32 +00:00
Tom Hacohen 6c47d15666 Elm entry: Fixed 'Paste' to only show if there clipboard isn't empty.
SVN revision: 62193
2011-08-08 07:51:02 +00:00
Daniel Juyung Seo cd80368508 elm genlist: Modified genlist object reference checking.
On Thu, Aug 4, 2011 at 7:11 PM, Hyoyoung Chang
<hyoyoung.chang@samsung.com> wrote:
> Yeah, you're right.
> Could review improve version of previous patch?
> I attached it.


SVN revision: 62190
2011-08-08 05:42:29 +00:00
Tom Hacohen eb039ddbda Elm util: Fixed a bug in _elm_util_mkup_to_text.
SVN revision: 62180
2011-08-07 12:13:47 +00:00
Mike Blumenkrantz ef51692042 damn inconsistent safety check macros
SVN revision: 62173
2011-08-07 03:54:23 +00:00
Mike Blumenkrantz 3e27658e51 whoops forgot to remove my debug printfs
SVN revision: 62172
2011-08-07 03:43:33 +00:00
Mike Blumenkrantz cf033a8c7a more useless elm stuff: vertical toolbar orientation (by cedric's request) along with toolbar test 6 as a demo. still pretty buggy but I'm tired and don't know when/if I'll get around to fixing it up. play with the toolbar weight in the test to find more bugs!
SVN revision: 62171
2011-08-07 03:42:28 +00:00
Tom Hacohen d3a9510403 Elm bubble: Updated docs. Thanks to JaMa.
SVN revision: 62169
2011-08-06 08:38:50 +00:00
WooHyun Jung cf9f98b706 elementary : Partly rollback for about the feature "focus movement by
arrow keys". There is a better way to support this feature, so
implementing it now.


SVN revision: 62168
2011-08-06 07:39:31 +00:00
Carsten Haitzler ad320ca015 clang -> shhhhhhh
SVN revision: 62166
2011-08-06 02:34:27 +00:00
Carsten Haitzler 7cf0ef4e0e tvi never used - remove.
SVN revision: 62165
2011-08-06 02:29:35 +00:00
Mike Blumenkrantz 44fc45de8b it's the subtle null derefs that'll get you
SVN revision: 62159
2011-08-05 23:16:40 +00:00
Mike Blumenkrantz 1dd49971d1 I can't think of any more clever names so we'll go with the old standard: really?
SVN revision: 62158
2011-08-05 23:14:17 +00:00
Mike Blumenkrantz bd9b5e6f36 alloc checks wooooooooooooo
SVN revision: 62157
2011-08-05 23:13:16 +00:00
Mike Blumenkrantz d4da47741f really? part 3: the rereturn of really?
SVN revision: 62156
2011-08-05 23:11:28 +00:00
Mike Blumenkrantz 342330e063 really? part 2: really? with a vengeance.
SVN revision: 62155
2011-08-05 23:07:18 +00:00
Mike Blumenkrantz efa8f3a3b1 really?
SVN revision: 62154
2011-08-05 23:06:11 +00:00
Hyoyoung Chang 79dfcb5d6a From: Hyoyoung Chang <hyoyoung.chang@samsung.com>
Subject: [E-devel] [patch] elm_cnp_helper - adding paragraph separator(<ps>) handling
Date: Fri, 05 Aug 2011 13:09:41 +0900

Dear developers.

This patch is about elm_cnp_helper.
When using elm_entry, sometimes newline isn't copied.
That's because <ps> tag. It's represent of 'paragraph separator'.
(Other case is using <br>. It works well)
I just adding <ps> handling for separated paragraph.


SVN revision: 62153
2011-08-05 23:03:55 +00:00
Mike Blumenkrantz 7460ae79e8 as promised, deprecated menu api functions have now been removed
SVN revision: 62149
2011-08-05 19:40:14 +00:00
Jonas M. Gastal 48f0daab95 Elementary: adding some missing widget previews for pdf.
SVN revision: 62144
2011-08-05 16:24:31 +00:00
Carsten Haitzler df38e28eea notes
SVN revision: 62134
2011-08-05 13:22:03 +00:00
Carsten Haitzler 95dc824db0 ok demo is a bit better now. less ambitious. only 33million buttons.
but it scrolls fine now. using homogenous boxen now in groups of 32 (5
levels of 32 - ie 32 ^ 5 == 33mil or so)



SVN revision: 62132
2011-08-05 12:25:43 +00:00
Carsten Haitzler 43f8bd98fe factory.... working on it. but up and kicking. it's a little unhappy
with the 102 million buttons i have in the scroller right now...  when
you scroll along, but... i'll work at it to make it work better.



SVN revision: 62130
2011-08-05 11:15:03 +00:00
WooHyun Jung 9778bd956d elementary/elm_scroller : Modified event_hook function. Now arrow keys
will move focus among scroller's child objects.


SVN revision: 62126
2011-08-05 08:31:25 +00:00
WooHyun Jung 85351c10c5 elementary : Focus movement is possible with arrow keys. You can check
this feature in elementary_test -> focus. 


SVN revision: 62125
2011-08-05 08:25:07 +00:00
Carsten Haitzler 813e805e28 elm factory... in, genscroller out.
SVN revision: 62124
2011-08-05 07:45:45 +00:00