Carsten Haitzler [Wed, 10 Aug 2011 03:16:03 +0000 (03:16 +0000)]
someone missed the param name in docs.
SVN revision: 62275
Mike Blumenkrantz [Wed, 10 Aug 2011 03:03:32 +0000 (03:03 +0000)]
actually deprecate deprecated apis
SVN revision: 62274
Daniel Juyung Seo [Wed, 10 Aug 2011 02:20:40 +0000 (02:20 +0000)]
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
Daniel Juyung Seo [Tue, 9 Aug 2011 16:19:19 +0000 (16:19 +0000)]
elm: Fixed documentation.
SVN revision: 62263
Tom Hacohen [Tue, 9 Aug 2011 11:55:00 +0000 (11:55 +0000)]
Elm cnp: Use the existing ECORE_X_ATOM_SELECTION_CLIPBOARD.
No need to fetch it.
SVN revision: 62253
Tom Hacohen [Tue, 9 Aug 2011 11:54:36 +0000 (11:54 +0000)]
Elm box: Respect alignment hints.
SVN revision: 62252
Carsten Haitzler [Tue, 9 Aug 2011 09:41:20 +0000 (09:41 +0000)]
hmm empty widget section -> remove
SVN revision: 62249
WooHyun Jung [Tue, 9 Aug 2011 09:29:22 +0000 (09:29 +0000)]
elementary/elm_win : focus restoring will be occured only when current
elm_win is unfocused.
SVN revision: 62247
Carsten Haitzler [Tue, 9 Aug 2011 09:00:05 +0000 (09:00 +0000)]
list, genlist, gengrid imho are not containers :)
SVN revision: 62242
WooHyun Jung [Tue, 9 Aug 2011 08:36:02 +0000 (08:36 +0000)]
elementary : elm_win didn't be focused/unfocused following the focus
state of its ecore_evas.
SVN revision: 62235
Carsten Haitzler [Tue, 9 Aug 2011 08:06:32 +0000 (08:06 +0000)]
dont need no genscroller
SVN revision: 62231
Carsten Haitzler [Tue, 9 Aug 2011 08:01:42 +0000 (08:01 +0000)]
i think bg widfget should maybe have a solid wallpaper image as an
example.. not a transparent icon :)
SVN revision: 62230
Carsten Haitzler [Tue, 9 Aug 2011 07:56:24 +0000 (07:56 +0000)]
remove references to elm animator!
SVN revision: 62229
Carsten Haitzler [Tue, 9 Aug 2011 07:46:12 +0000 (07:46 +0000)]
move getting started to header.
SVN revision: 62228
Carsten Haitzler [Tue, 9 Aug 2011 07:16:43 +0000 (07:16 +0000)]
dont need elementary.dox anymore - it's empty.
SVN revision: 62227
Daniel Juyung Seo [Tue, 9 Aug 2011 06:43:09 +0000 (06:43 +0000)]
elm test_photo.c: Fixed indentations. Applied coding conventions.
SVN revision: 62226
ChunEon Park [Tue, 9 Aug 2011 03:37:07 +0000 (03:37 +0000)]
elementary/elm_animator - removed it's example.
SVN revision: 62221
ChunEon Park [Tue, 9 Aug 2011 03:26:39 +0000 (03:26 +0000)]
elementary/elm_animator
Good bye my baby.
SVN revision: 62220
Carsten Haitzler [Mon, 8 Aug 2011 10:32:32 +0000 (10:32 +0000)]
we really should focus when we release mouse AND on_hold is... NOT
set. happy happy joy joy.
SVN revision: 62197
Tom Hacohen [Mon, 8 Aug 2011 07:51:02 +0000 (07:51 +0000)]
Elm entry: Fixed 'Paste' to only show if there clipboard isn't empty.
SVN revision: 62193
Daniel Juyung Seo [Mon, 8 Aug 2011 05:42:29 +0000 (05:42 +0000)]
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
Tom Hacohen [Sun, 7 Aug 2011 12:13:47 +0000 (12:13 +0000)]
Elm util: Fixed a bug in _elm_util_mkup_to_text.
SVN revision: 62180
Mike Blumenkrantz [Sun, 7 Aug 2011 03:54:23 +0000 (03:54 +0000)]
damn inconsistent safety check macros
SVN revision: 62173
Mike Blumenkrantz [Sun, 7 Aug 2011 03:43:33 +0000 (03:43 +0000)]
whoops forgot to remove my debug printfs
SVN revision: 62172
Mike Blumenkrantz [Sun, 7 Aug 2011 03:42:28 +0000 (03:42 +0000)]
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
Tom Hacohen [Sat, 6 Aug 2011 08:38:50 +0000 (08:38 +0000)]
Elm bubble: Updated docs. Thanks to JaMa.
SVN revision: 62169
WooHyun Jung [Sat, 6 Aug 2011 07:39:31 +0000 (07:39 +0000)]
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
Carsten Haitzler [Sat, 6 Aug 2011 02:34:27 +0000 (02:34 +0000)]
clang -> shhhhhhh
SVN revision: 62166
Carsten Haitzler [Sat, 6 Aug 2011 02:29:35 +0000 (02:29 +0000)]
tvi never used - remove.
SVN revision: 62165
Mike Blumenkrantz [Fri, 5 Aug 2011 23:16:40 +0000 (23:16 +0000)]
it's the subtle null derefs that'll get you
SVN revision: 62159
Mike Blumenkrantz [Fri, 5 Aug 2011 23:14:17 +0000 (23:14 +0000)]
I can't think of any more clever names so we'll go with the old standard: really?
SVN revision: 62158
Mike Blumenkrantz [Fri, 5 Aug 2011 23:13:16 +0000 (23:13 +0000)]
alloc checks wooooooooooooo
SVN revision: 62157
Mike Blumenkrantz [Fri, 5 Aug 2011 23:11:28 +0000 (23:11 +0000)]
really? part 3: the rereturn of really?
SVN revision: 62156
Mike Blumenkrantz [Fri, 5 Aug 2011 23:07:18 +0000 (23:07 +0000)]
really? part 2: really? with a vengeance.
SVN revision: 62155
Mike Blumenkrantz [Fri, 5 Aug 2011 23:06:11 +0000 (23:06 +0000)]
really?
SVN revision: 62154
Hyoyoung Chang [Fri, 5 Aug 2011 23:03:55 +0000 (23:03 +0000)]
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
Mike Blumenkrantz [Fri, 5 Aug 2011 19:40:14 +0000 (19:40 +0000)]
as promised, deprecated menu api functions have now been removed
SVN revision: 62149
Jonas M. Gastal [Fri, 5 Aug 2011 16:24:31 +0000 (16:24 +0000)]
Elementary: adding some missing widget previews for pdf.
SVN revision: 62144
Carsten Haitzler [Fri, 5 Aug 2011 13:22:03 +0000 (13:22 +0000)]
notes
SVN revision: 62134
Carsten Haitzler [Fri, 5 Aug 2011 12:25:43 +0000 (12:25 +0000)]
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
Carsten Haitzler [Fri, 5 Aug 2011 11:15:03 +0000 (11:15 +0000)]
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
WooHyun Jung [Fri, 5 Aug 2011 08:31:25 +0000 (08:31 +0000)]
elementary/elm_scroller : Modified event_hook function. Now arrow keys
will move focus among scroller's child objects.
SVN revision: 62126
WooHyun Jung [Fri, 5 Aug 2011 08:25:07 +0000 (08:25 +0000)]
elementary : Focus movement is possible with arrow keys. You can check
this feature in elementary_test -> focus.
SVN revision: 62125
Carsten Haitzler [Fri, 5 Aug 2011 07:45:45 +0000 (07:45 +0000)]
elm factory... in, genscroller out.
SVN revision: 62124
Carsten Haitzler [Fri, 5 Aug 2011 05:59:53 +0000 (05:59 +0000)]
we dont need no steenkine genscroller... i had an ephipany! we need
something entirely different...
SVN revision: 62123
Daniel Juyung Seo [Fri, 5 Aug 2011 01:24:21 +0000 (01:24 +0000)]
elm widget_preview_gengrid.c: Fixed sample code.
SVN revision: 62118
Daniel Juyung Seo [Fri, 5 Aug 2011 01:21:56 +0000 (01:21 +0000)]
elm genlist: Added elm_genlist_horizontal_set/get() APIs. Deprecated
elm_genlist_horizontal_mode_set/get() for API name consistency. Use
new APIs.
SVN revision: 62117
Bruno Dilly [Thu, 4 Aug 2011 22:35:12 +0000 (22:35 +0000)]
Elementary: Map examples
SVN revision: 62115
Bruno Dilly [Thu, 4 Aug 2011 22:34:51 +0000 (22:34 +0000)]
Elementary: Improve some documentation images
Changes made by Marina Proni.
SVN revision: 62114
Rafael Antognolli [Thu, 4 Aug 2011 21:05:31 +0000 (21:05 +0000)]
elementary/genlist - Adding genlist mode documentation.
SVN revision: 62107
ChunEon Park [Thu, 4 Aug 2011 17:10:17 +0000 (17:10 +0000)]
elementary/elm_widget - patched by hyoyoung.chang@samsung.com
[E-devel] [patch] elm_widget - elm_widget_type_unregister
Dear developers.
This patch is adding a api to elm_widget.
In elm_widget, there is an api to register widget type to elementary's own
list.
However it doesn't provide unregister api.
So I made this patch.
Most of case, it's not needed. But in some case, it's useful.
(such as elm objects in DSO, if a DSO unloaded, registered widtype is
invalidated)
Thank you
SVN revision: 62099
ChunEon Park [Thu, 4 Aug 2011 16:52:39 +0000 (16:52 +0000)]
elementary/naviframe - modified to use elm_object_item common apis.
Need to consider about another parts name case.
It will be hard work to support the case - non-default parts name is passed
How could the widgets cover those cases automatically?
SVN revision: 62098
ChunEon Park [Thu, 4 Aug 2011 16:37:36 +0000 (16:37 +0000)]
elementary/elm_naviframe - modified to use elm_object_item common_apis
SVN revision: 62097
ChunEon Park [Thu, 4 Aug 2011 15:37:34 +0000 (15:37 +0000)]
elementary/elm_widget - removed white space.
SVN revision: 62096
ChunEon Park [Thu, 4 Aug 2011 15:15:40 +0000 (15:15 +0000)]
elementary/elm_widget - implemented elm_wiget_item_content_set_hook_set series.
SVN revision: 62095
Daniel Juyung Seo [Thu, 4 Aug 2011 09:55:00 +0000 (09:55 +0000)]
elm po: Updated po files.
SVN revision: 62088
Tom Hacohen [Thu, 4 Aug 2011 09:39:25 +0000 (09:39 +0000)]
Elm toolbar: Fixed item_separator_set.
SVN revision: 62087
ChunEon Park [Thu, 4 Aug 2011 08:58:35 +0000 (08:58 +0000)]
elementary/naviframe - modified to use ELM_OBJ_ITEM_CHECK macro
SVN revision: 62085
ChunEon Park [Thu, 4 Aug 2011 08:52:49 +0000 (08:52 +0000)]
elementary/elm_widget - oops. recorvered a missing struct and added a macro to verify elm_object_item
SVN revision: 62084
ChunEon Park [Thu, 4 Aug 2011 08:17:30 +0000 (08:17 +0000)]
elementary/naviframe - is updating according to elm_object_item.
SVN revision: 62083
ChunEon Park [Thu, 4 Aug 2011 08:15:12 +0000 (08:15 +0000)]
elementary/elm_widget - added a casting macro
SVN revision: 62082
ChunEon Park [Thu, 4 Aug 2011 05:06:02 +0000 (05:06 +0000)]
elementary/elm_widget_item - wrapped the elm_widget_item with elm_object_item
But wonder, is it really needed the auto casting macros?
Why user not just use the elm_widget_item directly
and make their item data structures dangled to elm_widget_item just like smart object?
SVN revision: 62079
Jonas M. Gastal [Wed, 3 Aug 2011 22:03:39 +0000 (22:03 +0000)]
Elementary: reorganizing main page and modules list.
SVN revision: 62078
Jonas M. Gastal [Wed, 3 Aug 2011 21:06:56 +0000 (21:06 +0000)]
Elementary: removing author list from main page.
SVN revision: 62075
Bruno Dilly [Wed, 3 Aug 2011 21:05:20 +0000 (21:05 +0000)]
Elementary: Map Documentation
SVN revision: 62074
Jonas M. Gastal [Wed, 3 Aug 2011 19:07:43 +0000 (19:07 +0000)]
Elementary: A ton of random doc fixes.
SVN revision: 62066
Daniel Juyung Seo [Wed, 3 Aug 2011 15:01:39 +0000 (15:01 +0000)]
elm src/bin: Applied elm_object_focus API change. Changed it to elm_object_focus_set.
SVN revision: 62062
Iván Briano [Wed, 3 Aug 2011 14:41:53 +0000 (14:41 +0000)]
Use the right image, and also include preview for latex generated docs
SVN revision: 62059
ChunEon Park [Wed, 3 Aug 2011 12:27:57 +0000 (12:27 +0000)]
elementary - just renamed paramenter names for consistency.
SVN revision: 62053
ChunEon Park [Wed, 3 Aug 2011 11:55:24 +0000 (11:55 +0000)]
elementary/elm_object_item - modified for consistency (naming, macros)
SVN revision: 62050
Daniel Juyung Seo [Wed, 3 Aug 2011 11:46:23 +0000 (11:46 +0000)]
elm focus: Added elm_object_focus_set() API. Use this instead elm_object_focus/unfocus().
SVN revision: 62049
ChunEon Park [Wed, 3 Aug 2011 11:14:30 +0000 (11:14 +0000)]
elementary - trivial changes
SVN revision: 62048
ChunEon Park [Wed, 3 Aug 2011 09:34:00 +0000 (09:34 +0000)]
elementary/common - exported Elm_Object_Item type and a few common item APIs.
SVN revision: 62047
ChunEon Park [Wed, 3 Aug 2011 09:32:15 +0000 (09:32 +0000)]
elementary/ctxpopup - modified to use elm_object_content_set
SVN revision: 62046
Tom Hacohen [Wed, 3 Aug 2011 09:00:36 +0000 (09:00 +0000)]
Elm entry: Added changed,user signal.
This signal indicates the entry was changed because of user interaction
SVN revision: 62045
Carsten Haitzler [Wed, 3 Aug 2011 07:16:20 +0000 (07:16 +0000)]
indent fix
SVN revision: 62042
Hyoyoung Chang [Wed, 3 Aug 2011 05:39:13 +0000 (05:39 +0000)]
From: Hyoyoung Chang <hyoyoung.chang@samsung.com>
Subject: [E-devel] [patch] elm_genlist - bugfix evas_object_del at
selected callback
This patch is about elm_genlist.
When a user delete genlist object at selected callback,
Genlist don't proper handle it.
Before genlist clearing, genlist delete its widget data.
So sometimes, it's crashed.
I made two point diffs
1. add genlist clearning at _del_hook
2. checking at _item_select, whether it's deleted or not.
SVN revision: 62040
ChunEon Park [Wed, 3 Aug 2011 04:38:44 +0000 (04:38 +0000)]
deprecated elm_ctxpopup_content_set/content_unset
but available them with elm_object_content_set/content_unset instead.
SVN revision: 62036
ChunEon Park [Wed, 3 Aug 2011 04:27:47 +0000 (04:27 +0000)]
warning--
but why don't u use Eina_Bool?
SVN revision: 62035
Daniel Juyung Seo [Wed, 3 Aug 2011 01:26:09 +0000 (01:26 +0000)]
elm: Refactoring. Removed trailing whitespaces.
SVN revision: 62028
Iván Briano [Wed, 3 Aug 2011 00:36:02 +0000 (00:36 +0000)]
fuck everything
SVN revision: 62026
Iván Briano [Wed, 3 Aug 2011 00:17:03 +0000 (00:17 +0000)]
More DSO stuff... anyone knows how to trigger these on systems that don't do it by default?
SVN revision: 62024
Jonas M. Gastal [Tue, 2 Aug 2011 22:01:22 +0000 (22:01 +0000)]
Elementary: elm_flip diagram.
SVN revision: 62022
Iván Briano [Tue, 2 Aug 2011 16:44:48 +0000 (16:44 +0000)]
Example for the win
SVN revision: 62015
Iván Briano [Tue, 2 Aug 2011 16:44:41 +0000 (16:44 +0000)]
And it turns out this doesn't work that way, my
bad.
SVN revision: 62013
Tom Hacohen [Tue, 2 Aug 2011 14:07:53 +0000 (14:07 +0000)]
Elementary theme: Edit theme's formatting. Vim Magic.
Since I already moved everything around which means no patches will apply
anyway, now is a good time to also fix formatting.
Many thanks to Vim for being so awesome and magical.
SVN revision: 62000
Carsten Haitzler [Tue, 2 Aug 2011 10:34:30 +0000 (10:34 +0000)]
fix re-focusing of widgets once inlined window is focus. kind of
tricky requiring a 2nd shadowed parent.
SVN revision: 61989
Tom Hacohen [Tue, 2 Aug 2011 09:47:05 +0000 (09:47 +0000)]
Elementary theme: Split default.edc to a file per widget.
According to raster it should break edje_decc for some people, I tested
it for as much as I could, but I couldn't find anything wrong with it.
Please let me know if it breaks for you.
SVN revision: 61988
Aharon Hillel [Tue, 2 Aug 2011 09:46:58 +0000 (09:46 +0000)]
Elm glayer: Improved docs.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 61987
Daniel Juyung Seo [Tue, 2 Aug 2011 06:59:45 +0000 (06:59 +0000)]
elm genlist: Refactoring. Moved code for the readability.
SVN revision: 61983
Rui Seabra [Tue, 2 Aug 2011 06:54:55 +0000 (06:54 +0000)]
These libraries where being put in the wrong package.
SVN revision: 61982
Daniel Juyung Seo [Tue, 2 Aug 2011 06:54:10 +0000 (06:54 +0000)]
elm genlist: Added more guard code and moved some codes for the
readability.
SVN revision: 61981
Daniel Juyung Seo [Tue, 2 Aug 2011 06:50:34 +0000 (06:50 +0000)]
elm genlist: Fixed item addition routine for group child items.
SVN revision: 61980
Daniel Juyung Seo [Tue, 2 Aug 2011 06:29:54 +0000 (06:29 +0000)]
elm genlist: Fixed comment typo.
SVN revision: 61979
Carsten Haitzler [Tue, 2 Aug 2011 04:13:33 +0000 (04:13 +0000)]
that's it - remove autom4te.cache dirs again... - keep having to many
problems about it storing invalid config when the same build trees are
shared between multiple architectures and machines. :( better we
build right than build fast.
SVN revision: 61974
Bruno Dilly [Mon, 1 Aug 2011 21:32:25 +0000 (21:32 +0000)]
Elementary: Mapbuf Documentation
SVN revision: 61968
Iván Briano [Mon, 1 Aug 2011 19:41:56 +0000 (19:41 +0000)]
Let's return from Bizarro world. Things working backwards may be fun, but they are a bit confusing.
SVN revision: 61961
Rafael Antognolli [Mon, 1 Aug 2011 17:37:10 +0000 (17:37 +0000)]
elementary/thumb - Added explained example and some more doc.
SVN revision: 61960
Rafael Antognolli [Mon, 1 Aug 2011 17:36:50 +0000 (17:36 +0000)]
elementary/genlist - Make genlist preview use a tree view.
SVN revision: 61959
Rafael Antognolli [Mon, 1 Aug 2011 16:52:26 +0000 (16:52 +0000)]
elementary/layout - Add missing picture exemplifying colspan.
SVN revision: 61958