platform/upstream/elementary.git
11 years agoelementary/mapbuf - trivial changes
ChunEon Park [Tue, 27 Nov 2012 07:48:16 +0000 (07:48 +0000)]
elementary/mapbuf - trivial changes

SVN revision: 79735

11 years agoFix for Wayland. Sorry, bad merge occurred some time
Daniel Zaoui [Tue, 27 Nov 2012 05:35:48 +0000 (05:35 +0000)]
Fix for Wayland. Sorry, bad merge occurred some time

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 79733

11 years agoAdded missing descriptions for Eo defines whose functions hadn't descriptions at...
Daniel Zaoui [Tue, 27 Nov 2012 05:35:43 +0000 (05:35 +0000)]
Added missing descriptions for Eo defines whose functions hadn't descriptions at all. Needed in language bindings.

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 79732

11 years agoelm: add ingroup GLView for some enums
Jihoon Kim [Mon, 26 Nov 2012 23:58:23 +0000 (23:58 +0000)]
elm: add ingroup GLView for some enums

SVN revision: 79729

11 years agoelm test_clock.c: Fixed a typo.
Daniel Juyung Seo [Mon, 26 Nov 2012 11:51:53 +0000 (11:51 +0000)]
elm test_clock.c: Fixed a typo.

SVN revision: 79700

11 years agoelm test_genlist.c: Corrected the frame title.
Daniel Juyung Seo [Mon, 26 Nov 2012 11:51:49 +0000 (11:51 +0000)]
elm test_genlist.c: Corrected the frame title.

SVN revision: 79699

11 years ago[radio] add smart_activate();
Shinwoo Kim [Mon, 26 Nov 2012 11:18:04 +0000 (11:18 +0000)]
[radio] add smart_activate();

SVN revision: 79696

11 years ago[spinner] enhance access feature
Shinwoo Kim [Mon, 26 Nov 2012 10:59:00 +0000 (10:59 +0000)]
[spinner] enhance access feature

  1. unregister access object from edje part object.
  2. add access acitviate callback to increase, decrease.
  3. remove unnecessary variables from elm_widget_spinner.h

SVN revision: 79694

11 years agoCleaning: removed include Eo.h in widgets because it was indirectly included by Eleme...
Daniel Zaoui [Mon, 26 Nov 2012 09:29:01 +0000 (09:29 +0000)]
Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 79682

11 years agoelm elc_popup.c: Removed _on_content_del cb in smart del not in sub object del.
Daniel Juyung Seo [Mon, 26 Nov 2012 07:09:53 +0000 (07:09 +0000)]
elm elc_popup.c: Removed _on_content_del cb in smart del not in sub object del.

SVN revision: 79672

11 years agoAdd ChangeLog entry for Eo porting
Daniel Zaoui [Mon, 26 Nov 2012 06:54:57 +0000 (06:54 +0000)]
Add ChangeLog entry for Eo porting

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 79671

11 years agoWe have ported to Eo all the widgets of elementary. We didn't change the inheritance...
Yakov Goldberg [Mon, 26 Nov 2012 06:32:53 +0000 (06:32 +0000)]
We have ported to Eo all the widgets of elementary. We didn't change the inheritance itself, only the mechanism, as done previously in Evas, Ecore and Edje. We removed totally the previous inheritance mechanism.

Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 79668

11 years agoelm elc_popup.c: Remove sub object del callback before deleting sub objects.
Daniel Juyung Seo [Mon, 26 Nov 2012 06:10:53 +0000 (06:10 +0000)]
elm elc_popup.c: Remove sub object del callback before deleting sub objects.

SVN revision: 79667

11 years agoelm elm_win.h: Added missing smart callbacks descriptions.
Daniel Juyung Seo [Sun, 25 Nov 2012 17:00:40 +0000 (17:00 +0000)]
elm elm_win.h: Added missing smart callbacks descriptions.

SVN revision: 79655

11 years agoelementary/naviframe - free the text parts when it's item is deleted.x
ChunEon Park [Sat, 24 Nov 2012 12:43:31 +0000 (12:43 +0000)]
elementary/naviframe - free the text parts when it's item is deleted.x

SVN revision: 79633

11 years agoelm naviframe.edc: Fixed name -> alias spotted by Jehoon Park <jehoon.park@h9works...
Daniel Juyung Seo [Sat, 24 Nov 2012 05:39:15 +0000 (05:39 +0000)]
elm naviframe.edc: Fixed name -> alias spotted by Jehoon Park <jehoon.park@h9works.com>

SVN revision: 79624

11 years agono - i meant that expand hint. :)
Carsten Haitzler [Fri, 23 Nov 2012 02:27:35 +0000 (02:27 +0000)]
no - i meant that expand hint. :)

SVN revision: 79554

11 years agoelm test_index.c: Fixed wrong button size.
Daniel Juyung Seo [Fri, 23 Nov 2012 02:19:14 +0000 (02:19 +0000)]
elm test_index.c: Fixed wrong button size.

SVN revision: 79553

11 years agomodify index test to test autohide disable before items added and..
Carsten Haitzler [Thu, 22 Nov 2012 23:59:10 +0000 (23:59 +0000)]
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

11 years agoelm NEWS/ChangeLog for r79545.
Daniel Juyung Seo [Thu, 22 Nov 2012 15:37:46 +0000 (15:37 +0000)]
elm NEWS/ChangeLog for r79545.

SVN revision: 79547

11 years agoelm elm_entry.c: Fixed 1. Removed duplicated have_selection check. 2. enable have_sel...
Daniel Juyung Seo [Thu, 22 Nov 2012 15:15:55 +0000 (15:15 +0000)]
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

11 years agoelementary/naviframe - Clear the title contents when it's naviframe item is deleted.
ChunEon Park [Thu, 22 Nov 2012 15:15:26 +0000 (15:15 +0000)]
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

11 years agoelm elm_conform.c: Set conformant as an evas object data to elm_win when conformant...
Daniel Juyung Seo [Thu, 22 Nov 2012 14:52:32 +0000 (14:52 +0000)]
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

11 years agoelementary/naviframe - backport 79541
ChunEon Park [Thu, 22 Nov 2012 14:51:27 +0000 (14:51 +0000)]
elementary/naviframe - backport 79541

SVN revision: 79542

11 years agoelementary/naviframe - let's remove contents which are preserved on set if the navifr...
ChunEon Park [Thu, 22 Nov 2012 14:47:08 +0000 (14:47 +0000)]
elementary/naviframe - let's remove contents which are preserved on set if the naviframe is deleted.

SVN revision: 79541

11 years ago[elementary/elm_layout] When elm_layout(or a widget inherits elm_layout) is deleted,
WooHyun Jung [Thu, 22 Nov 2012 14:46:45 +0000 (14:46 +0000)]
[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

11 years agoelementary: fill NEWS and Changelog
Michael BOUCHAUD [Thu, 22 Nov 2012 11:11:05 +0000 (11:11 +0000)]
elementary: fill NEWS and Changelog

SVN revision: 79537

11 years agoelementary: fix flip, who show the two faces at same time
Michael BOUCHAUD [Thu, 22 Nov 2012 11:00:09 +0000 (11:00 +0000)]
elementary: fix flip, who show the two faces at same time

SVN revision: 79535

11 years agoelementary: update the min size hint on elm_label after a text set
Michael BOUCHAUD [Wed, 21 Nov 2012 17:09:44 +0000 (17:09 +0000)]
elementary: update the min size hint on elm_label after a text set

SVN revision: 79517

11 years ago[naviframe] enhance access feature
Shinwoo Kim [Wed, 21 Nov 2012 13:41:03 +0000 (13:41 +0000)]
[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

11 years agoelementary/win - Dont be allow under -320 to be passed thorough.
ChunEon Park [Wed, 21 Nov 2012 12:50:17 +0000 (12:50 +0000)]
elementary/win - Dont be allow under -320 to be passed thorough.

babieri, you still read the commits!

Anyway thanks for reporting.

SVN revision: 79510

11 years agoelementary/win - ahh. there are 2 APIs to set rotation.
ChunEon Park [Wed, 21 Nov 2012 11:48:02 +0000 (11:48 +0000)]
elementary/win - ahh. there are 2 APIs to set rotation.

SVN revision: 79509

11 years agoelementary/win - more reasonable exception handling
ChunEon Park [Wed, 21 Nov 2012 11:42:52 +0000 (11:42 +0000)]
elementary/win - more reasonable exception handling

Thanks GArik__ for reporting

SVN revision: 79508

11 years agoelm test_gengrid.c: Added a 'GenGrid Item Styles' sample to check all the gengrid...
Daniel Juyung Seo [Wed, 21 Nov 2012 07:16:51 +0000 (07:16 +0000)]
elm test_gengrid.c: Added a 'GenGrid Item Styles' sample to check all the gengrid item styles.

SVN revision: 79502

11 years agoelm elm_gengrid.h: Added more description to gengrid documentation.
Daniel Juyung Seo [Wed, 21 Nov 2012 07:16:48 +0000 (07:16 +0000)]
elm elm_gengrid.h: Added more description to gengrid documentation.

SVN revision: 79501

11 years agoelm test_gengrid.c: Refactoring. Removed unnecessary box.
Daniel Juyung Seo [Wed, 21 Nov 2012 07:16:45 +0000 (07:16 +0000)]
elm test_gengrid.c: Refactoring. Removed unnecessary box.

SVN revision: 79500

11 years agoelm gengrid.edc: Added comments to gengrid item styles.
Daniel Juyung Seo [Wed, 21 Nov 2012 07:16:39 +0000 (07:16 +0000)]
elm gengrid.edc: Added comments to gengrid item styles.

SVN revision: 79498

11 years agoelm gengrid.edc: Now gengrid 'default_style' item style supports reorder effect.
Daniel Juyung Seo [Wed, 21 Nov 2012 07:16:25 +0000 (07:16 +0000)]
elm gengrid.edc: Now gengrid 'default_style' item style supports reorder effect.

SVN revision: 79497

11 years agoelementary/naviframe - unnecessary job stuff.
ChunEon Park [Wed, 21 Nov 2012 05:55:25 +0000 (05:55 +0000)]
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

11 years agoelm/wayland: Let elementary handle the frame by itself.
Rafael Antognolli [Wed, 21 Nov 2012 04:21:24 +0000 (04:21 +0000)]
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

11 years agoupdating various translations
Massimo Maiurana [Tue, 20 Nov 2012 23:30:36 +0000 (23:30 +0000)]
updating various translations

SVN revision: 79483

11 years agoelm test_gesture_layer2.c: Added a check for the first long tap.
Daniel Juyung Seo [Tue, 20 Nov 2012 12:02:59 +0000 (12:02 +0000)]
elm test_gesture_layer2.c: Added a check for the first long tap.

SVN revision: 79470

11 years agoelm elc_popup.c: Fixed the popup focus next infinite loop issue. Popup and notify...
Daniel Juyung Seo [Tue, 20 Nov 2012 09:59:24 +0000 (09:59 +0000)]
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

11 years agoelm elm_widget.c: Added more internal function description.
Daniel Juyung Seo [Tue, 20 Nov 2012 09:59:21 +0000 (09:59 +0000)]
elm elm_widget.c: Added more internal function description.

SVN revision: 79466

11 years agoelementary/conformant - fixed typo and avoid duplicated.
ChunEon Park [Tue, 20 Nov 2012 01:49:28 +0000 (01:49 +0000)]
elementary/conformant - fixed typo and avoid duplicated.

SVN revision: 79462

11 years agoreadd elm_window's function to deal with
Jiyoun Park [Mon, 19 Nov 2012 16:51:44 +0000 (16:51 +0000)]
readd elm_window's function to deal with
property change

SVN revision: 79453

11 years ago[list] enhance access feature - add access activate callback
Shinwoo Kim [Mon, 19 Nov 2012 13:40:24 +0000 (13:40 +0000)]
[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

11 years ago[access] enhance access feature
Shinwoo Kim [Mon, 19 Nov 2012 13:08:54 +0000 (13:08 +0000)]
[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

11 years agoelementary/conformant - try connect for land/port correctly since timer has one 1...
ChunEon Park [Mon, 19 Nov 2012 12:52:11 +0000 (12:52 +0000)]
elementary/conformant - try connect for land/port correctly since timer has one 1 sec delayed.

SVN revision: 79443

11 years agoelementary/win, conform - dont accept negative degree.
ChunEon Park [Mon, 19 Nov 2012 11:56:54 +0000 (11:56 +0000)]
elementary/win, conform - dont accept negative degree.

SVN revision: 79442

11 years agoelementary/conform - more optimal code
ChunEon Park [Mon, 19 Nov 2012 08:17:49 +0000 (08:17 +0000)]
elementary/conform - more optimal code

SVN revision: 79441

11 years agoThe previous commit was a slight fix on the efl spec for an error I made, its comment...
Rui Seabra [Sun, 18 Nov 2012 11:27:12 +0000 (11:27 +0000)]
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

11 years agoupdating spanish and galician translations
Massimo Maiurana [Fri, 16 Nov 2012 22:30:00 +0000 (22:30 +0000)]
updating spanish and galician translations

SVN revision: 79404

11 years agoelm genlist: Trigger item unhighlight on item unselect automatically. This fixes...
Daniel Juyung Seo [Fri, 16 Nov 2012 14:26:12 +0000 (14:26 +0000)]
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

11 years agoelm gengrid: Refactoring. Use simpler code.
Daniel Juyung Seo [Fri, 16 Nov 2012 14:26:10 +0000 (14:26 +0000)]
elm gengrid: Refactoring. Use simpler code.

SVN revision: 79396

11 years agoelm gengrid/genlist: Refactoring. Now genlist/gengrid item new functions look similar.
Daniel Juyung Seo [Fri, 16 Nov 2012 14:26:07 +0000 (14:26 +0000)]
elm gengrid/genlist: Refactoring. Now genlist/gengrid item new functions look similar.

SVN revision: 79395

11 years agoelm genlist/gengrid: Refactoring.
Daniel Juyung Seo [Fri, 16 Nov 2012 14:26:04 +0000 (14:26 +0000)]
elm genlist/gengrid: Refactoring.

SVN revision: 79394

11 years agoelm win: Refactoring. Use shorter/cleaner code.
Daniel Juyung Seo [Fri, 16 Nov 2012 14:26:01 +0000 (14:26 +0000)]
elm win: Refactoring. Use shorter/cleaner code.

SVN revision: 79393

11 years agoelm gengrid: Removed unnecessary duplicated calls.
Daniel Juyung Seo [Fri, 16 Nov 2012 14:25:46 +0000 (14:25 +0000)]
elm gengrid: Removed unnecessary duplicated calls.

SVN revision: 79392

11 years ago[check] add remote activate callback which is called by elm_widget_activate();
Shinwoo Kim [Fri, 16 Nov 2012 10:00:24 +0000 (10:00 +0000)]
[check] add remote activate callback which is called by elm_widget_activate();

SVN revision: 79371

11 years ago[access][genlist] enhance access feature - add access activate callback.
Shinwoo Kim [Fri, 16 Nov 2012 09:17:56 +0000 (09:17 +0000)]
[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

11 years agoelementary: move Elm_Focus_Direction into Focus group
Jihoon Kim [Fri, 16 Nov 2012 05:58:20 +0000 (05:58 +0000)]
elementary: move Elm_Focus_Direction into Focus group

SVN revision: 79358

11 years ago[elementary/datetime] Fixed module codes. The parent of ctxpopup should be a datetime.
WooHyun Jung [Fri, 16 Nov 2012 02:17:24 +0000 (02:17 +0000)]
[elementary/datetime] Fixed module codes. The parent of ctxpopup should be a datetime.
And its location and size should be calculated with the top parent.

SVN revision: 79355

11 years agoSupport elm_conformant deal with indicator service.
Jiyoun Park [Thu, 15 Nov 2012 10:43:26 +0000 (10:43 +0000)]
Support elm_conformant deal with indicator service.
  if some app run indicator service using ecore,
  elm_conformant can deal with these kind of service automatically

SVN revision: 79334

11 years agoChange the parameter of the elm_toolbar_item_show/bring_in. Add the scroll type.
Jaehwan Kim [Thu, 15 Nov 2012 10:27:46 +0000 (10:27 +0000)]
Change the parameter of the elm_toolbar_item_show/bring_in. Add the scroll type.

SVN revision: 79333

11 years agoelementary: Remove warnings introduced with the Toolbar 9 test.
Stefan Schmidt [Thu, 15 Nov 2012 09:58:28 +0000 (09:58 +0000)]
elementary: Remove warnings introduced with the Toolbar 9 test.

SVN revision: 79329

11 years agouse evas_object_event_callback_del_full() instead of evas_object_event_callback_del().
Shinwoo Kim [Thu, 15 Nov 2012 05:45:44 +0000 (05:45 +0000)]
use evas_object_event_callback_del_full() instead of evas_object_event_callback_del().
because target object could have different gesture callback with different gesture object.
after _callbacks_unregister() is called, only one callback remains.

SVN revision: 79317

11 years agoelmentary: add elm_gengrid_nth_item_get
Michael BOUCHAUD [Wed, 14 Nov 2012 16:34:33 +0000 (16:34 +0000)]
elmentary: add elm_gengrid_nth_item_get

SVN revision: 79296

11 years agoelmentary: add elm_genlist_nth_item_get
Michael BOUCHAUD [Wed, 14 Nov 2012 15:46:14 +0000 (15:46 +0000)]
elmentary: add elm_genlist_nth_item_get

SVN revision: 79295

11 years agoAdds information about supported Elm_Map_Overlay_Type types in elm_map_overlay_color_...
Jonas M. Gastal [Wed, 14 Nov 2012 12:59:34 +0000 (12:59 +0000)]
Adds information about supported Elm_Map_Overlay_Type types in elm_map_overlay_color_set() function.

Author: KoziarekBeata b.koziarek@samsung.com

SVN revision: 79293

11 years agoelm elm_toolbar.c: Use correct callback function.
Daniel Juyung Seo [Wed, 14 Nov 2012 10:49:59 +0000 (10:49 +0000)]
elm elm_toolbar.c: Use correct callback function.

SVN revision: 79286

11 years agoelm elm_photo.c: Use longpress_timeout configuration for the longpress time out.
Daniel Juyung Seo [Wed, 14 Nov 2012 10:49:57 +0000 (10:49 +0000)]
elm elm_photo.c: Use longpress_timeout configuration for the longpress time out.

SVN revision: 79285

11 years agoelm image, photo, plug, segment_control, thumb: Check button type and on_hold flag...
Daniel Juyung Seo [Wed, 14 Nov 2012 10:49:54 +0000 (10:49 +0000)]
elm image, photo, plug, segment_control, thumb: Check button type and on_hold flag on mouse_down/up.

SVN revision: 79284

11 years agoelm test_photo.c: Added clicked smart callback example for photo widget.
Daniel Juyung Seo [Wed, 14 Nov 2012 10:49:51 +0000 (10:49 +0000)]
elm test_photo.c: Added clicked smart callback example for photo widget.

SVN revision: 79283

11 years agoelm test_index.c: 1. do not need to call elm_list_selected_item_get(). event_info...
Daniel Juyung Seo [Wed, 14 Nov 2012 10:49:49 +0000 (10:49 +0000)]
elm test_index.c: 1. do not need to call elm_list_selected_item_get(). event_info is a selected item. 2. check index item before using it.

SVN revision: 79282

11 years agoelm test: Correct elm_win_resize_object_set() usage. Call evas_object_size_hint_weigh...
Daniel Juyung Seo [Wed, 14 Nov 2012 10:49:45 +0000 (10:49 +0000)]
elm test: Correct elm_win_resize_object_set() usage. Call evas_object_size_hint_weight_set() before calling elm_win_resize_object_set().

SVN revision: 79281

11 years agoelm conform: Use Evas_Smart_Cb_Description for smart callbacks.
Daniel Juyung Seo [Wed, 14 Nov 2012 10:49:22 +0000 (10:49 +0000)]
elm conform: Use Evas_Smart_Cb_Description for smart callbacks.

SVN revision: 79280

11 years agoSupport the theme change about "base" in Toolbar.
Jaehwan Kim [Wed, 14 Nov 2012 08:18:02 +0000 (08:18 +0000)]
Support the theme change about "base" in Toolbar.

SVN revision: 79270

11 years agoFrom: Bluezery <ohpowel@gmail.com>
Bluezery [Wed, 14 Nov 2012 07:10:24 +0000 (07:10 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [E-Devel][Patch][Elementary]Map: Remove delayed job

This patch removes delayed jobs in elm_map.
Previously delayed job is used for queuing the zooming & zoom mode
changing & overlay_showing API requests. Queued jobs are all executed
when pan is calculated.
But actually queued jobs are not needed to be  executed. Just last
jobs are needed to be executed per pan calculation.
So I removed delayed jobs and fill calc job functions to be executed
while calculation is executed.

SVN revision: 79269

11 years agoWhen toolbar is expand mode and scrolled, it's scrolled as a item.
Jaehwan Kim [Wed, 14 Nov 2012 05:55:43 +0000 (05:55 +0000)]
When toolbar is expand mode and scrolled, it's scrolled as a item.

SVN revision: 79265

11 years agoAdd the Toolbar 9. It's expand mode using "item_centered" style.
Jaehwan Kim [Wed, 14 Nov 2012 05:14:32 +0000 (05:14 +0000)]
Add the Toolbar 9. It's expand mode using "item_centered" style.
If the sum of item min values is larger than the length of window,
the scroll of toolbar works. And if the length of window is larger
than the sum of item min values, items are expanded.

SVN revision: 79263

11 years ago[toolbar] enhance access feature - add smart_activate() to access object
Shinwoo Kim [Wed, 14 Nov 2012 04:08:25 +0000 (04:08 +0000)]
[toolbar] enhance access feature -  add smart_activate() to access object
*note: the toolbar item which has menu would need access feature of menu.

SVN revision: 79262

11 years agoFix the elm_image which is made up of a edje object can call a callback function
Jaehwan Kim [Wed, 14 Nov 2012 03:27:15 +0000 (03:27 +0000)]
Fix the elm_image which is made up of a edje object can call a callback function

SVN revision: 79261

11 years agoelementary: revert
Sebastian Dransfeld [Tue, 13 Nov 2012 21:57:49 +0000 (21:57 +0000)]
elementary: revert

This breaks terminology by adding a black bar at the top.

SVN revision: 79248

11 years agoelm elm_object.h: Fixed documentation and added more description.
Daniel Juyung Seo [Tue, 13 Nov 2012 18:25:40 +0000 (18:25 +0000)]
elm elm_object.h: Fixed documentation and added more description.

SVN revision: 79240

11 years agoSupport elm_conformant deal with indicator service.
Jiyoun Park [Tue, 13 Nov 2012 17:27:39 +0000 (17:27 +0000)]
Support elm_conformant deal with indicator service.
if some app run indicator service using ecore,
elm_conformant can deal with these kind of service automatically

SVN revision: 79237

11 years agosince 1.8 => @since 1.8 in doc
Jaehwan Kim [Tue, 13 Nov 2012 07:56:10 +0000 (07:56 +0000)]
since 1.8 => @since 1.8 in doc

SVN revision: 79204

11 years ago[access] enhance access features
Shinwoo Kim [Tue, 13 Nov 2012 05:50:08 +0000 (05:50 +0000)]
[access] enhance access features

  1. add smart_activate(); to access object.
  2. add an API _elm_access_activate_callback_set();
    - this callback is called when user wants to activate access object
      which would represent widget item or edje part object.
  3. add owner referece to the Elm_Access_Info for access object.
  4. clock: use _elm_access_activate_callback_set();

SVN revision: 79199

11 years agoelementary: add missing selected in elm_index, when we use elm_index_item_selected_set
Michael BOUCHAUD [Mon, 12 Nov 2012 17:56:13 +0000 (17:56 +0000)]
elementary: add missing selected in elm_index, when we use elm_index_item_selected_set

SVN revision: 79186

11 years agoGotta love those leftovers.
Gustavo Lima Chaves [Mon, 12 Nov 2012 12:56:21 +0000 (12:56 +0000)]
Gotta love those leftovers.

SVN revision: 79156

11 years agoAdd elm_toolbar_item_show/bring_in. It show or bring a specific item, when the toolba...
Jaehwan Kim [Mon, 12 Nov 2012 07:29:17 +0000 (07:29 +0000)]
Add elm_toolbar_item_show/bring_in. It show or bring a specific item, when the toolbar can be scrolled.

SVN revision: 79134

11 years agoelementary/conformant - support state change callbacks for comformant.
ChunEon Park [Mon, 12 Nov 2012 05:53:16 +0000 (05:53 +0000)]
elementary/conformant - support state change callbacks for comformant.

"virtualkeypad,state,on",
"virtualkeypad,state,off",
"clipboard,state,on",
"clipboard,state,off"

SVN revision: 79133

11 years agoelementary/elc_fileselector_entry - [E-devel] E-devel] [PATCH] [ELEMENTARY] elm_file...
ChunEon Park [Sat, 10 Nov 2012 09:21:25 +0000 (09:21 +0000)]
elementary/elc_fileselector_entry -  [E-devel] E-devel] [PATCH] [ELEMENTARY] elm_fileselector_entry_inwin_mode_set doc fix

Hi all,

I had prepare some doc fix for elm_fileselector_entry_inwin_mode_set.

By mistake docs said it returns EINA TRUE in both cases.

Please verify attached file.

Regards,

Patrick

Signed-Off-By: Patryk Kaczmarek<patryk.k@samsung.com>
SVN revision: 79089

11 years agoelementary: update news file
Michael BOUCHAUD [Fri, 9 Nov 2012 15:45:35 +0000 (15:45 +0000)]
elementary: update news file

SVN revision: 79030

11 years agoelm default.edc: Separate access.edc and focus_highlight.edc from default.edc.
Daniel Juyung Seo [Fri, 9 Nov 2012 08:35:42 +0000 (08:35 +0000)]
elm default.edc: Separate access.edc and focus_highlight.edc from default.edc.

SVN revision: 79014

11 years agoelm access: Use less memory. Use Eina_Bool for access_mode.
Daniel Juyung Seo [Thu, 8 Nov 2012 23:01:37 +0000 (23:01 +0000)]
elm access: Use less memory. Use Eina_Bool for access_mode.

SVN revision: 79005

11 years agoupdating spanish translations
Massimo Maiurana [Thu, 8 Nov 2012 16:23:08 +0000 (16:23 +0000)]
updating spanish translations

SVN revision: 79000

11 years agodear all, hello.
Shinwoo Kim [Thu, 8 Nov 2012 09:20:37 +0000 (09:20 +0000)]
dear all, hello.

i would like to add access enhancement to the toolbar.
please review the attached. if there are no objections, I will commit it.

cordially,
shinwoo kim.

SVN revision: 78995

11 years ago[clock] add access features
Shinwoo Kim [Thu, 8 Nov 2012 09:10:13 +0000 (09:10 +0000)]
[clock] add access features
  1. register object and edit part
  2. add mart_focus_next(); on access mode
  3. add smart_ ccess(); for runtime - enable and disalbe handling

SVN revision: 78994

11 years agoelm access: Rename access hook name according to elm refactoring.
Daniel Juyung Seo [Thu, 8 Nov 2012 08:33:26 +0000 (08:33 +0000)]
elm access: Rename access hook name according to elm refactoring.

SVN revision: 78993