Commit Graph

5269 Commits

Author SHA1 Message Date
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
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 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 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
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 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
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
Gustavo Lima Chaves 1689f4cbd3 [Elm] Notify now a container.
SVN revision: 70747
2012-05-03 22:44:51 +00:00
Gustavo Lima Chaves 00eb6d944a [Elm] 1st direct realization of container class:
elm mapbuf.



SVN revision: 70746
2012-05-03 22:44:46 +00:00
Gustavo Lima Chaves bc06e63aa7 [Elm] Box ported to new class schema.
SVN revision: 70745
2012-05-03 22:44:41 +00:00
Gustavo Lima Chaves 6391d192df [Elm] Conformant now a layout.
SVN revision: 70744
2012-05-03 22:44:36 +00:00
Gustavo Lima Chaves 97622d3d34 [Elm] Colorselector now a layout.
SVN revision: 70743
2012-05-03 22:44:31 +00:00
Gustavo Lima Chaves 7abded1fb1 [Elm] File selector now a layout.
SVN revision: 70742
2012-05-03 22:44:26 +00:00
Gustavo Lima Chaves 643df97343 [Elm] Video and player now layouts, too.
SVN revision: 70741
2012-05-03 22:44:21 +00:00
Gustavo Lima Chaves a540eb404c [Elm] Elm web now a (new) elm_widget.
Later on we can think of exposing its internals more WRT inheritance.



SVN revision: 70740
2012-05-03 22:44:16 +00:00
Gustavo Lima Chaves 6db319d810 [Elm] Index now a layout.
SVN revision: 70739
2012-05-03 22:44:11 +00:00
Gustavo Lima Chaves 728c301be7 [Elm] Flip selector now a layout.
SVN revision: 70738
2012-05-03 22:44:06 +00:00
Gustavo Lima Chaves e8da7eb91d [Elm] File selector button now a button.
SVN revision: 70737
2012-05-03 22:44:01 +00:00
Gustavo Lima Chaves d947a91174 [Elm] Dayselector has nothing to do with
composing widgets.



SVN revision: 70736
2012-05-03 22:43:56 +00:00
Gustavo Lima Chaves d9b2d3919a [Elm] Dayselector now a layout.
SVN revision: 70735
2012-05-03 22:43:51 +00:00
Gustavo Lima Chaves df0afe2ba9 [Elm] Datetime now a layout
SVN revision: 70734
2012-05-03 22:43:47 +00:00
Gustavo Lima Chaves 542b73eb2e [Elm] Elm glview now an (new) elm_widget.
SVN revision: 70733
2012-05-03 22:43:42 +00:00