Commit Graph

5946 Commits

Author SHA1 Message Date
Jihoon Kim b98b438dd6 elm_intro.h: fix @version from 0.8.0 to 1.0.0
SVN revision: 71726
2012-06-06 02:50:32 +00:00
Gustavo Lima Chaves ccaa32d72a [elm] Welcome pretty widget hierarchy images on docs.
The Makefile rule building that is commented out -- meant to be run
locally once in a while (when changes on overall widget tree happen)
and changed images commited.



SVN revision: 71721
2012-06-05 22:41:21 +00:00
Gustavo Lima Chaves ae6c0aa717 [elm] Separate win-inwin properly.
SVN revision: 71720
2012-06-05 22:39:59 +00:00
Gustavo Lima Chaves 65dd2b8b12 [elm] Put some order on widget preview programs
generation
and also on widget preview images generation.



SVN revision: 71719
2012-06-05 22:27:15 +00:00
Gustavo Lima Chaves bd18613580 [elm] The name of the widget is conformant.
SVN revision: 71718
2012-06-05 22:27:09 +00:00
Jihoon Kim d947694d72 Elementary.h.in: it's time to remove 'OK' mark
SVN revision: 71693
2012-06-04 23:34:58 +00:00
Gustavo Lima Chaves 52b78dd239 [elm] And commit the damn new file.
SVN revision: 71688
2012-06-04 17:37:46 +00:00
Gustavo Lima Chaves ba73332345 [elm] Give a dedicated file for inwin widget.
Thus facilitating hierarchy tree generation.



SVN revision: 71687
2012-06-04 17:36:01 +00:00
Gustavo Lima Chaves a348f6a8f2 [elm] Revive file=NULL path on elm_photo_file_set().
Thanks, Tom, for pointing this out.



SVN revision: 71686
2012-06-04 16:23:31 +00:00
Cedric BAIL 842d711f3b elementary: show case the use of VIRTUAL part.
SVN revision: 71676
2012-06-04 02:58:44 +00:00
Cedric BAIL c512652e70 elementary: Don't try to restore table part that the job of Edje.
NOTE: wondering if all that code shouldn't just be removed.


SVN revision: 71675
2012-06-04 02:58:08 +00:00
Davide Andreoli 6fc4582b44 fix in doxy
SVN revision: 71668
2012-06-03 18:36:06 +00:00
Jihoon Kim 16cb3c8ba4 elm: fix the name and title of window in some elementary test
SVN revision: 71641
2012-06-02 08:18:32 +00:00
Gustavo Lima Chaves 83d85fe5bd [elm] Naviframe now ported.
Man, this one was tough (though there are toughers). Please help me
test it in the real, wild, world.



SVN revision: 71635
2012-06-01 21:56:09 +00:00
Mike Blumenkrantz c08f0989ce forgot to update changelog last time
SVN revision: 71619
2012-06-01 10:15:41 +00:00
Mike Blumenkrantz 2fd275daa4 sanitize bool param, prevent unnecessary ui recalc when mirror mode is not changed
SVN revision: 71617
2012-06-01 09:55:44 +00:00
Daniel Juyung Seo 92aad7f156 elm elm_widget.h elm_widget_layout.h: Fixed typo.
SVN revision: 71611
2012-05-31 23:02:54 +00:00
Daniel Juyung Seo 741ada7b0b elm headers: Fixed typo.
SVN revision: 71589
2012-05-31 17:55:07 +00:00
Gustavo Lima Chaves cb2aba8dd8 [elm] Simplify and comment 71573's work.
Let's use the smart data fetching macro whenever possible.



SVN revision: 71587
2012-05-31 16:23:19 +00:00
Mike Blumenkrantz bac04b5da3 fix item min height in tree
SVN revision: 71576
2012-05-31 08:56:30 +00:00
WooHyun Jung 5f0750f863 elementary : child_can_focus should be EINA_FALSE only when all
children in the object tree were not focusable.


SVN revision: 71573
2012-05-31 07:15:28 +00:00
Jihoon Kim bdeb7e7b07 test_entry.c: fix formatting
SVN revision: 71568
2012-05-30 23:59:08 +00:00
Gustavo Lima Chaves 5f7bf01397 [elm] item del, not free, on index.
SVN revision: 71564
2012-05-30 17:42:26 +00:00
Gustavo Lima Chaves 448b23eff9 [elm] Fix index example.
note to self: were on drugs here?



SVN revision: 71563
2012-05-30 17:41:48 +00:00
thiep ha 06f5dda19b From: thiep ha <thiep.ha@samsung.com>
Subject: Re: [E-devel] [Patch] [elm_entry] New APIs for user style

Thank you for your comments.
I would like to send you the modified patch.
Followings are my modification:
- Add my part to ChangeLog, AUTHORS files as Raster's comment.
- Add const to the parameter of elm_entry_text_style_user_peek and
example for pop and peek to test_entry_style_user as Daniel's comment.



SVN revision: 71557
2012-05-30 12:18:48 +00:00
Mike Blumenkrantz 9d8f93b568 also fix selected item scrolling when item prepended to the genlist is offscreen
SVN revision: 71554
2012-05-30 10:44:59 +00:00
Carsten Haitzler db43622992 This is a small change, so I won't changelog it (or backport), but
make _shutdown() funcs across efl complain and be unhappy if you
shutdown to < 0 shutdowns and not pull init count below 0.



SVN revision: 71548
2012-05-30 10:08:41 +00:00
Mike Blumenkrantz 858244d77c fix genlist item signals on prepend
SVN revision: 71547
2012-05-30 09:14:45 +00:00
Hyoyoung Chang 1919ee907a elementary/genlist: clean up codes
SVN revision: 71541
2012-05-30 08:09:09 +00:00
Daniel Juyung Seo 0b28098b21 elm genlist: Fixed formatting. Added more braces.
SVN revision: 71539
2012-05-30 07:27:05 +00:00
Daniel Juyung Seo f12d4cc336 elm genlist: Cut off long lines.
SVN revision: 71533
2012-05-30 06:40:46 +00:00
Daniel Juyung Seo 7ee2903275 elm win: Place ifdef to a proper place. Initialize variable.
SVN revision: 71529
2012-05-30 04:57:31 +00:00
Daniel Juyung Seo 2f1dfc108e elm genlist: Use EINA_SAFETY_ON_TRUE_RETURN for nicely warn user.
SVN revision: 71528
2012-05-30 04:57:29 +00:00
Cedric BAIL 10ac173c00 elementary: oops, this should have never got in.
SVN revision: 71521
2012-05-30 01:06:07 +00:00
Cedric BAIL bad9efd8f7 elementary: make expand effect faster.
This a team work, half of the borkage by zmike and half by me. I hope we succeed.

NOTE: It is better to do one smart object that you apply map on it, that to apply
map on it's 10 childs separately.


SVN revision: 71520
2012-05-30 00:52:18 +00:00
Gustavo Lima Chaves ae78dd96c9 [elm] Better logic for elm bubble's text set call.
SVN revision: 71516
2012-05-29 21:02:01 +00:00
Gustavo Lima Chaves 134606eb2b [elm] Better logic for elm_box_unpack.
SVN revision: 71515
2012-05-29 21:01:55 +00:00
Jonas M. Gastal adee14cfa6 Removing meaningless '*' from documentation output.
SVN revision: 71514
2012-05-29 20:20:33 +00:00
Gustavo Lima Chaves f61af030b6 [elm] Fixing typo, sorry.
SVN revision: 71511
2012-05-29 19:38:24 +00:00
Mike Blumenkrantz 5c725cf60c genlist tree items now animate their collapse properly when there are fewer items than the maximum size of the viewport allows
SVN revision: 71508
2012-05-29 15:00:17 +00:00
Mike Blumenkrantz b9f0a6d736 genlist prepends no longer cause selected items to be autoscrolled out of the viewport
SVN revision: 71500
2012-05-29 10:25:55 +00:00
Mike Blumenkrantz 47dc963983 fix case where user can specify item block size < 1; this also reveals an api error since the param here should obviously be a uint.
SVN revision: 71498
2012-05-29 09:04:42 +00:00
Mike Blumenkrantz 40a5fd42aa better clean up for build files
SVN revision: 71497
2012-05-29 09:04:37 +00:00
Mike Blumenkrantz e89088bde6 simplify item block deletion merging
SVN revision: 71496
2012-05-29 09:04:16 +00:00
Jihoon Kim 3c4c227601 elm/examples.dox: fix lots of typos
SVN revision: 71492
2012-05-29 06:38:16 +00:00
Cedric BAIL de165727bb elementary: improve doc.
Patch by Jérôme Pinot <ngc891@gmail.com>.

- #link on the beginning of a new line does give ugly output:
http://ngc891.blogdns.net/pub/projects/debug/doxygen-formating-eww.png
- some typos
- some missing @c
- in elm_web, convert remaining @li parameter lists to @param
- minor random fixes


SVN revision: 71486
2012-05-29 03:09:06 +00:00
Daniel Juyung Seo 074e28cd4e elm ChangeLog: Use tab.
SVN revision: 71483
2012-05-29 01:28:19 +00:00
Daniel Juyung Seo ca4d614887 elm elm_bg.c: Fixed formatting.
SVN revision: 71482
2012-05-29 01:28:15 +00:00
Carsten Haitzler f01fc7471a be generous about focus setting in elm.
SVN revision: 71481
2012-05-29 00:31:38 +00:00
Gustavo Lima Chaves bbf0a4345e [elm] And now remove deprecated calls usage (WRT
icon/image thing).



SVN revision: 71473
2012-05-28 21:50:11 +00:00