Commit Graph

5804 Commits

Author SHA1 Message Date
Christopher Michael 22eda0e4f0 Elm (wayland): Fix elm not drawing frames in Wayland. Fix setting a
window to alpha also.



SVN revision: 71124
2012-05-15 14:48:30 +00:00
WooHyun Jung 6ca169273b elementary/elm_grid : Add focus_direction.
SVN revision: 71103
2012-05-15 10:39:07 +00:00
Jaehwan Kim cd3281329b The elm_toolbar_iteams_count have to return only the number of manually added items.
SVN revision: 71096
2012-05-15 07:00:47 +00:00
Jaehwan Kim c5fcdbb59c When the separators exist in toolbar and the toolbar shrinks by resizing window,
sometimes the only separators are shown even though the items are hidden.
So the separator's visibility is desided by it's previous item.


SVN revision: 71093
2012-05-15 06:30:17 +00:00
ChunEon Park 9d048f4f72 elementary/datetime - removed unnecessary call
SVN revision: 71090
2012-05-15 04:55:12 +00:00
WooHyun Jung 18a24203bd elementary/datetime : Fix a bug. elm_layout_content_set can delete
existing object which will be swallowed again in another part.


SVN revision: 71089
2012-05-15 04:44:14 +00:00
Gustavo Lima Chaves d9788a6249 [Elm] Spinner now a layout.
SVN revision: 71087
2012-05-14 21:52:06 +00:00
Gustavo Lima Chaves 714205a7e6 [Elm] Make box to resize itself again, so that ctxpopup
behaves.
Containers like boxes should not be resizing themselves, but flagging
desireable sizes via size hints to parent widgets.

Let it be that way for now, though. Ctxpopup is giving me A LOT OF
HEADACHE to port to the new schema without having to rewrite it :(.
It has the craziest code flow on sizing things, and of course that
code is uber fragile to borks.



SVN revision: 71085
2012-05-14 21:43:20 +00:00
Tom Hacohen 96a8fd040c Elm hoversel: remove stupid printfs.
I'm glad to see someone is excited about hovers being created and deleted.
I'm not.

SVN revision: 71002
2012-05-14 14:20:18 +00:00
Tom Hacohen 1800ff86c7 Elm popup: Fixed usage of textblock in the theme.
Patch by Kim Shinwoo.

SVN revision: 70994
2012-05-14 10:41:31 +00:00
WooHyun Jung 8e7e66416f elementary/slider : Just change number to Eina_Bool.
SVN revision: 70991
2012-05-14 08:21:48 +00:00
Cedric BAIL 7f0a986f8f elementary: forgotten header.
SVN revision: 70986
2012-05-14 06:16:26 +00:00
WooHyun Jung 68555430a3 elementary/elm_layout : Sync with old elm_layout. elm_widget_sub_object_add
should be called prior to edje_object_part_swallow. This is because
evas-callback function(about EVAS_CALLBACK_CHANGED_SIZE_HINTS) which is
registered by _smart_sub_object_add should be called after the one
registered by edje_object_part_swallow.


SVN revision: 70985
2012-05-14 06:13:47 +00:00
ChunEon Park 9dc4f71db4 elementary/menu - [E-devel] [Patch][elm_menu] remove crash issue on improper usage of elm_menu_item_separator_add(), [test_menu] fill the hole.
Hi! All,

[test_menu]
I have added test code for following APIs, even though Elementary 1.0 is
released. :-)
- elm_menu_close()
- elm_menu_item_icon_name_set()
- elm_menu_item_is_separator()
- elm_menu_item_selected_set()
- elm_menu_parent_set()

Then, please review those patches and keep on the upstream.

Sincerely,
Shinwoo Kim.



SVN revision: 70983
2012-05-14 05:20:19 +00:00
ChunEon Park d8f1c8014b elementary/menu - fixed crash problem when non-parent item is passed to the elm_menu_seprator_item_add()
SVN revision: 70982
2012-05-14 05:13:12 +00:00
ChunEon Park 5f9bd3a8ae elementary/config - more detailed documentation
SVN revision: 70979
2012-05-14 00:12:17 +00:00
Davide Andreoli 21495c9d9b uff, why AUTHORS doesnt got in in previous commit?? :/
SVN revision: 70966
2012-05-13 13:16:31 +00:00
Davide Andreoli be531ba2af * Fileselector: honor folder_only when using EIO
* Fileselector test: add a check to enable/disable buttons

 Updated Changelog and NEW, also add myself as authors...

 btw: the EIO code in the Fileselector is crazy-complex, about 200 
 lines of code just to have the list of files ina dir...  :/



SVN revision: 70965
2012-05-13 12:23:39 +00:00
Tom Hacohen 6d47da0101 Elm: Don't ui-mirror if app has no translation.
SVN revision: 70963
2012-05-13 11:24:28 +00:00
Tom Hacohen cf09d45c3b Elm ctxpopup: remove useless code until we actually support mirroring.
Currently there's semi-ready code (1 liner) that does nothing. Hermet, you
promised you'll add ui-mirroring support AGES ago when this widget got in.

SVN revision: 70960
2012-05-13 08:37:09 +00:00
Tom Hacohen f5df97e869 Elm: Fixed warnings when emotion is not available.
SVN revision: 70959
2012-05-13 08:37:06 +00:00
Tom Hacohen e014b0c75b Elm entry: Updated docs to explain changing entry style.
Elm's docs don't build here, so I can't test, but it should be fine.

SVN revision: 70958
2012-05-13 07:46:36 +00:00
Hannes Janetzek 82fee2aff2 most probably this should have been EINA_FALSE
SVN revision: 70935
2012-05-11 19:20:31 +00:00
ChunEon Park 9b13ef9117 elementary/change - revert the Cedric's log and described the last one more detail
SVN revision: 70927
2012-05-11 07:48:21 +00:00
ChunEon Park aed5e0aa15 elementary - and updated changelog
SVN revision: 70926
2012-05-11 07:27:08 +00:00
ChunEon Park a49270e385 elementary/colorselector - event hook opensource patch
Elm_colorselector: _elm_colorselector_smart_event function added.
  
Thanks & Regards
Shilpa Singh 

Signed-Off-By:ShilpaOnkar Singh <shilpa.singh@samsung.com>




SVN revision: 70925
2012-05-11 07:25:07 +00:00
Tom Hacohen a2abcee06d Elementary entry: Fixed valgrind errors introduced in elm rework.
SVN revision: 70909
2012-05-10 14:24:16 +00:00
Tom Hacohen 2bb86a906e Elm glayer: Hopefully fixed some issue with hold_events=true.
Thanks a lot to Eunmi Lee for reporting this issue.

SVN revision: 70908
2012-05-10 11:16:13 +00:00
Tom Hacohen 1e973cc732 Elm: Fixed Aharon's contact info.
SVN revision: 70907
2012-05-10 10:32:48 +00:00
WooHyun Jung 9c04507771 elementary/elm_bubble : Fix a bug. Should return EINA_FALSE when no
content exists.


SVN revision: 70904
2012-05-10 07:21:26 +00:00
Hyoyoung Chang 87e7198049 elementary/genlist: pan calculate if blocks changed at _item_block_del
SVN revision: 70903
2012-05-10 06:30:49 +00:00
Tom Hacohen 73530fca57 Elm glayer: Fixed GLayer test1.
SVN revision: 70896
2012-05-09 14:47:11 +00:00
Cedric BAIL a666de6518 elementary: reload theme when it change on disk.
NOTE: This is not very robust yet. But that's not related to this patch.
You can see the issue when switching between two different theme in
elementary_config. At some point elementary_test start to loose information.


SVN revision: 70895
2012-05-09 10:46:14 +00:00
Hyoyoung Chang b52e855c5a elementary/genlist: add to check items at focus_hook
SVN revision: 70893
2012-05-09 10:43:35 +00:00
Hyoyoung Chang 7216eade28 elementary/cnp: fix minor indentation
SVN revision: 70889
2012-05-09 08:43:45 +00:00
ChunEon Park d358fa5afe elementary/config - more error info
SVN revision: 70878
2012-05-09 06:22:09 +00:00
ChunEon Park 63ef69e2a6 elementary/colorselector - elm_colorselector sizing related theme buf fix patch
Hi Mr. Park,

Please find attached theme bug fix patch of elm_colorselector.
Bug: 
1. Colorselector spreading its size to whole window.
2. Colorselector size not adjusting properly when shifted in between different modes. 

Change Log: Color selector Theme fixed to adjust size properly based on mode and demo
application appropriately fixed with proper size.

Signed-Off-By : Shilpa Singh<shilpa.singh@samsung.com>

Thanks & Regards
Shilpa Singh



SVN revision: 70869
2012-05-08 08:51:09 +00:00
ChunEon Park 08dab30e7b elementary/config - just modified text class descriptions.
now it describes just widget names.



SVN revision: 70868
2012-05-08 07:26:48 +00:00
Vincent Torri 3ab54eaedc Elementary: Windows fixes: link of test_entry module and compilation of Eio test
SVN revision: 70862
2012-05-08 05:01:38 +00:00
Vincent Torri 3cb22f6b00 Elementary: check availability of sys/times.h
SVN revision: 70859
2012-05-07 21:28:01 +00:00
Vincent Torri 9c3a678b87 Elementary: link against libintl
SVN revision: 70857
2012-05-07 19:33:18 +00:00
Vincent Torri d141786fbc Elementary: include langinfo.h only if it exists
SVN revision: 70856
2012-05-07 19:32:13 +00:00
ChunEon Park cd2202140d elementary/genlist - genlist patch
Please find attached updated patch. 

Change log: Genlist - crash fix (if itc parameter is passed as NULL ) 

Signed-off by: Shilpa Singh<shilpa.singh@samsung.com>

Thanks & Regards 

Shilpa 



SVN revision: 70833
2012-05-07 02:05:35 +00:00
Tom Hacohen d5545306f1 Elm glayer: (Hopefully) fixed docs.
"make doc" fails here for elementary, I don't know why, but I believe my
changes are fine.

SVN revision: 70801
2012-05-06 13:57:04 +00:00
Leandro Pereira d1d9a5e4ce elm: Fix icon not appearing in default Genlist theme
SVN revision: 70764
2012-05-04 21:54:15 +00:00
Gustavo Lima Chaves 3ff8824e0c [elm] Missing images for doc.
SVN revision: 70761
2012-05-04 18:22:22 +00:00
Shinwoo Kim 355365d4a8 [E-devel] [Patch][elementary] elm_menu, fix improper indentation.
Hi!

I have just modified the elm_menu.c because there are some improper
indentation.
That's it... Thanks.

Sincerely,
Shinwoo Kim.

Signed-Off-By: Shinwoo Kim <kimcinoo@gmail.com>



SVN revision: 70758
2012-05-04 12:04:27 +00:00
Daniel Juyung Seo 649d06bf5d elm elm_web.c: Fixed build warning when HAVE_ELEMENTARY_WEB is not defined.
SVN revision: 70750
2012-05-04 01:51:19 +00:00
Gustavo Lima Chaves 6a18b15a1b [elm] Fix booboos for people not having eio,
ewebkit or emotion.



SVN revision: 70749
2012-05-03 22:45:01 +00:00
Gustavo Lima Chaves aeb08688b7 [Elm] Not very fancy solution, but... now hover
won't ruin elementary_config
when used by elm_menu.



SVN revision: 70748
2012-05-03 22:44:56 +00:00