Earlier this month, there was a svn commit
(http://trac.enlightenment.org/e/changeset/62496) which added a few
page-related APIs to the elm scroller. These should probably also be
added to gengrid, genlist and maybe even grid and list. Right now,
though, I need them for gengrid. So I propose thi
>Hello,
>This looks ok to me.
>
>1. Can you attach the diff file to this mail instead of pasting diff
>into the email contents?
>2. Can you add any sample code either elementary test or src/examples?
>
>Thanks.
>Daniel Juyung Seo (SeoZ)
Patch is attached, with
a) example usage as part of elemental
I am submitting a new version of this patch that conforms to the
whitespace rules for e17, as per a suggestion from Daniel.
PS: In this patch is also a small cosmetic change which publishes an
extant gengrid "longpress" event that never got documented.
On Thu, Sep 1, 2011 at 6:34 PM
gengrid already emits "longpressed" signals, but it is not currently
documented nor demonstrated in the examples. See the attached patch,
please.
Index: elementary/src/lib/elm_gengrid.c
===
--- elementary/src/lib/elm_gengrid.c (revisi
Slowly but surely
This version of the gengrid page APIs patch has the following changes:
1. fixed spacing issues
2. add const where needed
3. submitted a gengrid longpressed change in a separate patch
I really want to try to squeak this in the upcoming release if at all
possible. If I have an
I have am using map rotation of images in my edje script. My image,
which is a png with alpha, when rotated on the z-axis, looks like one
or two pixel colums from the right are wrapped to the left and a
couple of rows at the bottom are wrapped up to the top. Very odd.
Check out my attached .edj f
Right now, signals coming from the gengrid's internal edje object are
propagated up to the gengrid object.
This patch enables the other direction as well: you can use the functions
elm_object_signal_callback_add(grid, ...)
elm_object_signal_callback_del(grid, ...)
to signal the gengrid's inte
This patch fixes a type-o bug in a recent gengrid commit that causes
incorrect horizontal item positioning on horizontal gengrids. The
problem is only visible when items are not square.
I have observed that it fixes a problem I was having.
Please review, thanks.
Ben
gengrid-item-size.patch
Des