Commit Graph

6867 Commits

Author SHA1 Message Date
Daniel Juyung Seo 1388bbb3f3 elm elc_popup.c: Remove sub object del callback before deleting sub objects.
SVN revision: 79667
2012-11-26 06:10:53 +00:00
Daniel Juyung Seo 1ccf353ee5 elm elm_win.h: Added missing smart callbacks descriptions.
SVN revision: 79655
2012-11-25 17:00:40 +00:00
ChunEon Park 65ce400db9 elementary/naviframe - free the text parts when it's item is deleted.x
SVN revision: 79633
2012-11-24 12:43:31 +00:00
Daniel Juyung Seo 96f3ede314 elm naviframe.edc: Fixed name -> alias spotted by Jehoon Park <jehoon.park@h9works.com>
SVN revision: 79624
2012-11-24 05:39:15 +00:00
Carsten Haitzler d80fd2131d no - i meant that expand hint. :)
SVN revision: 79554
2012-11-23 02:27:35 +00:00
Daniel Juyung Seo 97d5555626 elm test_index.c: Fixed wrong button size.
SVN revision: 79553
2012-11-23 02:19:14 +00:00
Carsten Haitzler cf12b52a99 modify index test to test autohide disable before items added and..
make index packed into a table cell that occupies only part of the
screen.



SVN revision: 79551
2012-11-22 23:59:10 +00:00
Daniel Juyung Seo 9701f4988a elm NEWS/ChangeLog for r79545.
SVN revision: 79547
2012-11-22 15:37:46 +00:00
Daniel Juyung Seo 19401ad202 elm elm_entry.c: Fixed 1. Removed duplicated have_selection check. 2. enable have_selection only when a text is actually selected. Patch by Thiep Ha <thiep.ha@samsung.com>
On Mon, Nov 19, 2012 at 9:33 PM, thiep ha <thiep.ha@samsung.com> wrote:

    Dear All,

    I have seen that if there is no selection in an entry, the copy/cut menus are still shown in entry.
    (Example: double click at the end of entry or on an empty entry).
    I modified source code to not show copy/cut menus in above scenario.
    I also removed the redundant checking condition for showing copy/cut menus.
    Please review this patch.

    Best Regards,
    Thiep Ha

SVN revision: 79545
2012-11-22 15:15:55 +00:00
ChunEon Park ebdd689cec elementary/naviframe - Clear the title contents when it's naviframe item is deleted.
Signed-Off-By: Shilpa Singh(shilap.singh@samsung.com)



SVN revision: 79544
2012-11-22 15:15:26 +00:00
Daniel Juyung Seo f003597989 elm elm_conform.c: Set conformant as an evas object data to elm_win when conformant is created as a trick. Use a special characters as a key. This can be needed in some special apps.
SVN revision: 79543
2012-11-22 14:52:32 +00:00
ChunEon Park 4da8a4df3f elementary/naviframe - backport 79541
SVN revision: 79542
2012-11-22 14:51:27 +00:00
ChunEon Park c6fc9dcb51 elementary/naviframe - let's remove contents which are preserved on set if the naviframe is deleted.
SVN revision: 79541
2012-11-22 14:47:08 +00:00
WooHyun Jung 5a4de3b062 [elementary/elm_layout] When elm_layout(or a widget inherits elm_layout) is deleted,
it doesn't need to call _smart_sizing_eval in itself.
Currently, _smart_sizing_eval is called by _elm_layout_smart_sub_object_del when elm_layout is deleted.
I think this is called unnecessarily.


SVN revision: 79540
2012-11-22 14:46:45 +00:00
Michael BOUCHAUD cfa6a0ae75 elementary: fill NEWS and Changelog
SVN revision: 79537
2012-11-22 11:11:05 +00:00
Michael BOUCHAUD e6b83eadc8 elementary: fix flip, who show the two faces at same time
SVN revision: 79535
2012-11-22 11:00:09 +00:00
Michael BOUCHAUD 923765d6ba elementary: update the min size hint on elm_label after a text set
SVN revision: 79517
2012-11-21 17:09:44 +00:00
Shinwoo Kim 4c4b54c993 [naviframe] enhance access feature
1. add title icon to focus chain, title icon would be an widget
     such as segment control which is able to get focus.
  2. add smart_access(); to register, unregister access object.
  3. call _item_text_set_hook(); if item_new() has title_label,
     previously the _item_text_set_hook() is called even though
     the title_label is NULL.
  4. remove unnecessary variables from elm_widget_naviframe.h
  5. add _access_focus_set() to give focus propery. 


SVN revision: 79511
2012-11-21 13:41:03 +00:00
ChunEon Park 977adcb127 elementary/win - Dont be allow under -320 to be passed thorough.
babieri, you still read the commits!

Anyway thanks for reporting.



SVN revision: 79510
2012-11-21 12:50:17 +00:00
ChunEon Park d5e5c03b69 elementary/win - ahh. there are 2 APIs to set rotation.
SVN revision: 79509
2012-11-21 11:48:02 +00:00
ChunEon Park eacbb4bc33 elementary/win - more reasonable exception handling
Thanks GArik__ for reporting



SVN revision: 79508
2012-11-21 11:42:52 +00:00
Daniel Juyung Seo dddfb6585a elm test_gengrid.c: Added a 'GenGrid Item Styles' sample to check all the gengrid item styles.
SVN revision: 79502
2012-11-21 07:16:51 +00:00
Daniel Juyung Seo a96f0f2a13 elm elm_gengrid.h: Added more description to gengrid documentation.
SVN revision: 79501
2012-11-21 07:16:48 +00:00
Daniel Juyung Seo bb5968c6c3 elm test_gengrid.c: Refactoring. Removed unnecessary box.
SVN revision: 79500
2012-11-21 07:16:45 +00:00
Daniel Juyung Seo 03fd631751 elm gengrid.edc: Added comments to gengrid item styles.
SVN revision: 79498
2012-11-21 07:16:39 +00:00
Daniel Juyung Seo 4f5fafea18 elm gengrid.edc: Now gengrid 'default_style' item style supports reorder effect.
SVN revision: 79497
2012-11-21 07:16:25 +00:00
ChunEon Park 56913bba3f elementary/naviframe - unnecessary job stuff.
I don't know why this code are here. But these are definetly removed.

I guess this job stuff was in at shilpa's patch.



SVN revision: 79496
2012-11-21 05:55:25 +00:00
Rafael Antognolli 1000855abe elm/wayland: Let elementary handle the frame by itself.
Elementary based programs composed of widgets and containers. This means
that every widget will be inside a container, or will be the base
container, usually set as a resize object of the window.

Taking advantage of this structure, we can leave the frame area
calculation be done by elementary, not relying anymore on the framespace
available from Evas.

This commit fixes the problems related to the wayland framespace on
Elementary, while the final implementation of the said framespace is not
done yet on Ecore and Evas. Later it can be easily changed to use the
available infrastructure.

SVN revision: 79491
2012-11-21 04:21:24 +00:00
Massimo Maiurana 761b0ca653 updating various translations
SVN revision: 79483
2012-11-20 23:30:36 +00:00
Daniel Juyung Seo 7ac10c9dcb elm test_gesture_layer2.c: Added a check for the first long tap.
SVN revision: 79470
2012-11-20 12:02:59 +00:00
Daniel Juyung Seo a10ee57b4e elm elc_popup.c: Fixed the popup focus next infinite loop issue. Popup and notify had a circular focus dependency issue. Yes, popup needs a rewrite so this is a temporary fix. Special Thanks to Woohyun.
SVN revision: 79467
2012-11-20 09:59:24 +00:00
Daniel Juyung Seo 4c9edafed8 elm elm_widget.c: Added more internal function description.
SVN revision: 79466
2012-11-20 09:59:21 +00:00
ChunEon Park 8cc92d351d elementary/conformant - fixed typo and avoid duplicated.
SVN revision: 79462
2012-11-20 01:49:28 +00:00
Jiyoun Park 53f84c93d8 readd elm_window's function to deal with
property change


SVN revision: 79453
2012-11-19 16:51:44 +00:00
Shinwoo Kim 3ff4a96fdc [list] enhance access feature - add access activate callback
*note: this commit - callback behavior - would be disputable as genlist becuase list has
       "clicked,double", "selected" and "activated" signal and smart callback also.
       but the access acitvate callback works as the item is selected.



SVN revision: 79451
2012-11-19 13:40:24 +00:00
Shinwoo Kim f81147a18e [access] enhance access feature
1. add _elm_access_object_unregister(); api.
  2. unregister access object properly when unregister widget item.
  3. modify improper access object check.
  4. [list] add smart_access(); lines to provide run time register, unregister.
  5. [genlist] unregister access object when genlist item is unrealized.



SVN revision: 79444
2012-11-19 13:08:54 +00:00
ChunEon Park 0483d05865 elementary/conformant - try connect for land/port correctly since timer has one 1 sec delayed.
SVN revision: 79443
2012-11-19 12:52:11 +00:00
ChunEon Park 6d1126be3c elementary/win, conform - dont accept negative degree.
SVN revision: 79442
2012-11-19 11:56:54 +00:00
ChunEon Park 2d776b49bb elementary/conform - more optimal code
SVN revision: 79441
2012-11-19 08:17:49 +00:00
Rui Seabra 093da48a43 The previous commit was a slight fix on the efl spec for an error I made, its comment applies to this commit: adapt rpm specs to the new efl dependency instead of several independent dependencies.
SVN revision: 79419
2012-11-18 11:27:12 +00:00
Massimo Maiurana 2978816168 updating spanish and galician translations
SVN revision: 79404
2012-11-16 22:30:00 +00:00
Daniel Juyung Seo d0a90625cf elm genlist: Trigger item unhighlight on item unselect automatically. This fixes 1. longpressed item highlighted bug and 2. reorder mode item highlighted bug.
SVN revision: 79397
2012-11-16 14:26:12 +00:00
Daniel Juyung Seo 383eab67b9 elm gengrid: Refactoring. Use simpler code.
SVN revision: 79396
2012-11-16 14:26:10 +00:00
Daniel Juyung Seo 939e024fb4 elm gengrid/genlist: Refactoring. Now genlist/gengrid item new functions look similar.
SVN revision: 79395
2012-11-16 14:26:07 +00:00
Daniel Juyung Seo ea644c1552 elm genlist/gengrid: Refactoring.
SVN revision: 79394
2012-11-16 14:26:04 +00:00
Daniel Juyung Seo 090417500a elm win: Refactoring. Use shorter/cleaner code.
SVN revision: 79393
2012-11-16 14:26:01 +00:00
Daniel Juyung Seo 7c3b90dc72 elm gengrid: Removed unnecessary duplicated calls.
SVN revision: 79392
2012-11-16 14:25:46 +00:00
Shinwoo Kim a9fc112932 [check] add remote activate callback which is called by elm_widget_activate();
SVN revision: 79371
2012-11-16 10:00:24 +00:00
Shinwoo Kim e7b69398d1 [access][genlist] enhance access feature - add access activate callback.
*note: this commit - callback behavior - would be disputable, becuase genlist has
       "clicked,double", "selected" and "activated" signal and smart callback also.
       but the access acitvate callback works as the item is selected.



SVN revision: 79369
2012-11-16 09:17:56 +00:00
Jihoon Kim 2f25639ceb elementary: move Elm_Focus_Direction into Focus group
SVN revision: 79358
2012-11-16 05:58:20 +00:00