Commit Graph

2536 Commits

Author SHA1 Message Date
ChunEon Park f14c66d340 elementary/elm_object_item - modified for consistency (naming, macros)
SVN revision: 62050
2011-08-03 11:55:24 +00:00
Daniel Juyung Seo 2f2ebe1835 elm focus: Added elm_object_focus_set() API. Use this instead elm_object_focus/unfocus().
SVN revision: 62049
2011-08-03 11:46:23 +00:00
ChunEon Park 21d060dd09 elementary - trivial changes
SVN revision: 62048
2011-08-03 11:14:30 +00:00
ChunEon Park 1acea3d138 elementary/common - exported Elm_Object_Item type and a few common item APIs.
SVN revision: 62047
2011-08-03 09:34:00 +00:00
Tom Hacohen 8144ea2198 Elm entry: Added changed,user signal.
This signal indicates the entry was changed because of user interaction

SVN revision: 62045
2011-08-03 09:00:36 +00:00
Carsten Haitzler 5f84a1a170 indent fix
SVN revision: 62042
2011-08-03 07:16:20 +00:00
Hyoyoung Chang 92c35c1e5d 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
2011-08-03 05:39:13 +00:00
ChunEon Park d39921217d deprecated elm_ctxpopup_content_set/content_unset
but available them with elm_object_content_set/content_unset instead. 



SVN revision: 62036
2011-08-03 04:38:44 +00:00
Jonas M. Gastal 55db8db4b0 Elementary: elm_flip diagram.
SVN revision: 62022
2011-08-02 22:01:22 +00:00
Iván Briano 8ad60e5ce5 Example for the win
SVN revision: 62015
2011-08-02 16:44:48 +00:00
Iván Briano 2264f3e2e9 And it turns out this doesn't work that way, my
bad.



SVN revision: 62013
2011-08-02 16:44:41 +00:00
Carsten Haitzler 4f64dc8441 fix re-focusing of widgets once inlined window is focus. kind of
tricky requiring a 2nd shadowed parent.



SVN revision: 61989
2011-08-02 10:34:30 +00:00
Aharon Hillel cded968d4c Elm glayer: Improved docs.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 61987
2011-08-02 09:46:58 +00:00
Daniel Juyung Seo 48581ff328 elm genlist: Refactoring. Moved code for the readability.
SVN revision: 61983
2011-08-02 06:59:45 +00:00
Daniel Juyung Seo d77693c239 elm genlist: Added more guard code and moved some codes for the
readability.


SVN revision: 61981
2011-08-02 06:54:10 +00:00
Daniel Juyung Seo d01d8ba5e3 elm genlist: Fixed item addition routine for group child items.
SVN revision: 61980
2011-08-02 06:50:34 +00:00
Daniel Juyung Seo 1c6f5c265a elm genlist: Fixed comment typo.
SVN revision: 61979
2011-08-02 06:29:54 +00:00
Bruno Dilly 9caf36d821 Elementary: Mapbuf Documentation
SVN revision: 61968
2011-08-01 21:32:25 +00:00
Iván Briano 0fa864922d Let's return from Bizarro world. Things working backwards may be fun, but they are a bit confusing.
SVN revision: 61961
2011-08-01 19:41:56 +00:00
Rafael Antognolli 5286f7a506 elementary/thumb - Added explained example and some more doc.
SVN revision: 61960
2011-08-01 17:37:10 +00:00
Rafael Antognolli 05b42aa217 elementary/genlist - Make genlist preview use a tree view.
SVN revision: 61959
2011-08-01 17:36:50 +00:00
Bruno Dilly 85aa1ef9f2 Elementary: Toolbar Documentation
SVN revision: 61955
2011-08-01 14:51:18 +00:00
Aharon Hillel 06a87f2348 Elm glayer: Added n-long-tap gesture
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 61953
2011-08-01 13:09:05 +00:00
Jonas M. Gastal 58e5b0dc75 Elementary: removing swap file(should've never been
commited).



SVN revision: 61952
2011-08-01 13:06:24 +00:00
Carsten Haitzler 1de22e3806 min size of a win is NOT -1!!
SVN revision: 61948
2011-08-01 12:19:36 +00:00
Daniel Juyung Seo 90adda213d elm win: Refactoring. Removed unused local variable.
SVN revision: 61934
2011-08-01 06:49:58 +00:00
Daniel Juyung Seo 4879118510 elm: Removed trailing whitespaces before I work on.
SVN revision: 61933
2011-08-01 06:46:43 +00:00
Daniel Juyung Seo 14bb42183f elm Elementary.h.in: Fixed doxygen alignment.
SVN revision: 61931
2011-08-01 04:01:53 +00:00
Mike Blumenkrantz 977eae16c7 more tooltip calc fixes: if edje minw/minh is 0x0 from calc, use evas minw/minh so it's visible
SVN revision: 61926
2011-07-31 14:29:04 +00:00
Iván Briano 5e7fe97a1e warning about shadowing symbols! BEGONE!
SVN revision: 61919
2011-07-30 03:19:44 +00:00
Iván Briano 3319b7310f I don't know why this doesn't break anything, but let's call functions with the right object as parameters
SVN revision: 61918
2011-07-30 03:16:46 +00:00
Iván Briano 38248dc51a I don't care if the entry is not focused, update the cursor position anyway.
Returning at that point was making non focused entries, like say... the chat buffer in an IM client to not scroll properly when we tell it to do so.


SVN revision: 61917
2011-07-30 03:15:43 +00:00
Jonas M. Gastal 22ea003fdd Elementary: elm_menu documentation.
SVN revision: 61910
2011-07-29 21:40:54 +00:00
Jonas M. Gastal cffdab0796 Elementary: fix typos.
SVN revision: 61909
2011-07-29 20:17:21 +00:00
Iván Briano 0962f528e1 Add preview for window
SVN revision: 61908
2011-07-29 19:58:07 +00:00
Iván Briano 6ecda508cc Elm_Win for normal human beings
SVN revision: 61907
2011-07-29 19:57:57 +00:00
Cedric BAIL e9b0c2b458 elementary: fix genlist sorted insert to not loose track of subitem.
SVN revision: 61901
2011-07-29 16:07:10 +00:00
Mike Blumenkrantz 506710c9d1 unbreak elm_menu_item api
the following functions are now DEPRECATED and will be removed on 5 AUG 2011:
elm_menu_item_object_icon_get -> elm_menu_item_object_content_get
elm_menu_item_icon_get -> elm_menu_item_object_icon_name_get
elm_menu_item_icon_set -> elm_menu_item_object_icon_name_set

added the following NEW functions:
elm_menu_item_object_content_set
elm_menu_item_menu_get (this will probably be replaced by an eventual elm_object_item_owner_get() or whatever it gets named)


SVN revision: 61899
2011-07-29 15:08:56 +00:00
Rafael Antognolli 574201f1a9 elementary/genlist - Add a small explanation to the 3rd example.
SVN revision: 61898
2011-07-29 14:59:45 +00:00
ChunEon Park c28fd3012e elm_win - patchec by kimcinoo@gmail.com
Hi All,

If ecore_evas_[not_software_x11]_new(); returns NULL while elm_win_add(); is
called,
then ecore_evas_software_x11_new(); is used instead of other engines.
(FALLBACK_TRY)
But the configuration value for engine is not changed. This makes improper
result.

After FALLBACK_TRY, the elm_win works with different configuration value.
In this case, win->xwin (_elm_win_xwindow_get()) gives NULL.
and elm_win_xsinodow_get() returns 0 also.

Please refer to attached patch. Thanks a lot

Sincerely,
Shinwoo Kim.



SVN revision: 61894
2011-07-29 14:28:33 +00:00
Mike Blumenkrantz a801e3f3fe helper function for menu item creation to deduplicate code
SVN revision: 61893
2011-07-29 14:04:54 +00:00
Mike Blumenkrantz 5db3d88170 +elm_menu_item_index_get
SVN revision: 61892
2011-07-29 14:00:31 +00:00
Mike Blumenkrantz 6139715778 remove const from return of some menu item_get functions
SVN revision: 61891
2011-07-29 13:29:04 +00:00
Carsten Haitzler 99a6dcc101 spacing fix.
SVN revision: 61888
2011-07-29 11:21:43 +00:00
cnook 22188b780d From: cnook <kimcinoo@gmail.com>
Subject: [E-devel] [Patch] elm_diskselector

I have attached elm_diskselector patch for resolving dynamic theme
change issue.
Previously, the item label did not display when them theme had changed
while elm_diskselector displayed.

also with fixes from me to not do silly things with parent geometry.



SVN revision: 61883
2011-07-29 06:47:45 +00:00
Carsten Haitzler 5eeb449427 fix get of filesel is save
SVN revision: 61882
2011-07-29 06:47:33 +00:00
Cedric BAIL 1cd4c15305 elementary: oops, thanks Rafael Antognolli.
SVN revision: 61873
2011-07-28 22:14:32 +00:00
Bruno Dilly 0e631b4a06 Elementary: Segment Control Documentation
SVN revision: 61872
2011-07-28 21:51:02 +00:00
Rafael Antognolli 62017b8695 elementary/genlist - Adding previews to index and docs.
SVN revision: 61871
2011-07-28 21:27:48 +00:00
Rafael Antognolli 330c8a01fd elementary/genlist - Examples 04 and 05 explained.
SVN revision: 61869
2011-07-28 21:27:32 +00:00