Commit Graph

6125 Commits

Author SHA1 Message Date
ChunEon Park 2d776b49bb elementary/conform - more optimal code
SVN revision: 79441
2012-11-19 08:17:49 +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
WooHyun Jung 14a1f9b507 [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
2012-11-16 02:17:24 +00:00
Jiyoun Park b22a43701e 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
2012-11-15 10:43:26 +00:00
Jaehwan Kim add19e4e4f Change the parameter of the elm_toolbar_item_show/bring_in. Add the scroll type.
SVN revision: 79333
2012-11-15 10:27:46 +00:00
Stefan Schmidt 71b1ebfea8 elementary: Remove warnings introduced with the Toolbar 9 test.
SVN revision: 79329
2012-11-15 09:58:28 +00:00
Shinwoo Kim 673efad150 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
2012-11-15 05:45:44 +00:00
Michael BOUCHAUD 2a4c76ddeb elmentary: add elm_gengrid_nth_item_get
SVN revision: 79296
2012-11-14 16:34:33 +00:00
Michael BOUCHAUD a74c497ffb elmentary: add elm_genlist_nth_item_get
SVN revision: 79295
2012-11-14 15:46:14 +00:00
Jonas M. Gastal 45cce4ba03 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
2012-11-14 12:59:34 +00:00
Daniel Juyung Seo 06e4578483 elm elm_toolbar.c: Use correct callback function.
SVN revision: 79286
2012-11-14 10:49:59 +00:00
Daniel Juyung Seo 4cd319f194 elm elm_photo.c: Use longpress_timeout configuration for the longpress time out.
SVN revision: 79285
2012-11-14 10:49:57 +00:00
Daniel Juyung Seo f05a7001f1 elm image, photo, plug, segment_control, thumb: Check button type and on_hold flag on mouse_down/up.
SVN revision: 79284
2012-11-14 10:49:54 +00:00
Daniel Juyung Seo e23406a6c0 elm test_photo.c: Added clicked smart callback example for photo widget.
SVN revision: 79283
2012-11-14 10:49:51 +00:00
Daniel Juyung Seo 56fce12f77 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
2012-11-14 10:49:49 +00:00
Daniel Juyung Seo 264bbe0d8f 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
2012-11-14 10:49:45 +00:00
Daniel Juyung Seo cae7b0e9f6 elm conform: Use Evas_Smart_Cb_Description for smart callbacks.
SVN revision: 79280
2012-11-14 10:49:22 +00:00
Jaehwan Kim 7d98e7db8d Support the theme change about "base" in Toolbar.
SVN revision: 79270
2012-11-14 08:18:02 +00:00
Bluezery c1db5c3bd2 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
2012-11-14 07:10:24 +00:00
Jaehwan Kim af3ceeccfd When toolbar is expand mode and scrolled, it's scrolled as a item.
SVN revision: 79265
2012-11-14 05:55:43 +00:00
Jaehwan Kim d8ac3c0872 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
2012-11-14 05:14:32 +00:00
Shinwoo Kim 2c018f252e [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
2012-11-14 04:08:25 +00:00
Jaehwan Kim 869f71a514 Fix the elm_image which is made up of a edje object can call a callback function
SVN revision: 79261
2012-11-14 03:27:15 +00:00
Sebastian Dransfeld 0d2e33b544 elementary: revert
This breaks terminology by adding a black bar at the top.

SVN revision: 79248
2012-11-13 21:57:49 +00:00
Daniel Juyung Seo af712e4369 elm elm_object.h: Fixed documentation and added more description.
SVN revision: 79240
2012-11-13 18:25:40 +00:00
Jiyoun Park 996c397afd 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
2012-11-13 17:27:39 +00:00
Jaehwan Kim 47beb7b815 since 1.8 => @since 1.8 in doc
SVN revision: 79204
2012-11-13 07:56:10 +00:00
Shinwoo Kim 58e25b3c43 [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
2012-11-13 05:50:08 +00:00
Michael BOUCHAUD 17d5be23ff elementary: add missing selected in elm_index, when we use elm_index_item_selected_set
SVN revision: 79186
2012-11-12 17:56:13 +00:00
Gustavo Lima Chaves 5e1126935a Gotta love those leftovers.
SVN revision: 79156
2012-11-12 12:56:21 +00:00
Jaehwan Kim 7cfe5d503e Add elm_toolbar_item_show/bring_in. It show or bring a specific item, when the toolbar can be scrolled.
SVN revision: 79134
2012-11-12 07:29:17 +00:00
ChunEon Park 29c1236341 elementary/conformant - support state change callbacks for comformant.
"virtualkeypad,state,on",
"virtualkeypad,state,off",
"clipboard,state,on",
"clipboard,state,off"



SVN revision: 79133
2012-11-12 05:53:16 +00:00
ChunEon Park 577f90e9a4 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
2012-11-10 09:21:25 +00:00
Daniel Juyung Seo 54b23893b1 elm access: Use less memory. Use Eina_Bool for access_mode.
SVN revision: 79005
2012-11-08 23:01:37 +00:00
Shinwoo Kim a19e32528f 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
2012-11-08 09:20:37 +00:00
Shinwoo Kim c7012af41c [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
2012-11-08 09:10:13 +00:00
Daniel Juyung Seo adc7416fcb elm access: Rename access hook name according to elm refactoring.
SVN revision: 78993
2012-11-08 08:33:26 +00:00
Daniel Juyung Seo 71d832404a elm access: Create access object only when access mode is enabled.
SVN revision: 78992
2012-11-08 08:02:12 +00:00
Daniel Juyung Seo a128399b3a elm elm_widget_gengrid.h: Fixed gengrid documentation. Patch by Rajeev Ranjan <rajeev.r@samsung.com>
On Thu, Nov 8, 2012 at 12:42 PM, Rajeev Ranjan <rajeev.r@samsung.com> wrote:

    Hi,
       Attached is a patch to update documentation for gengrid related to changing longpress_timeout value in gengrid.
    Signed-off by: Rajeev Ranjan <rajeev.r@samsung.com>

    Thank you.
    Regards,
    Rajeev

SVN revision: 78990
2012-11-08 03:58:48 +00:00
Gustavo Lima Chaves 04ced4384a [elm] Fix typo on notify example.
SVN revision: 78975
2012-11-07 18:28:48 +00:00
Vincent Torri 5d85176597 Elm: fix quicklaunch on cygwin
Patch by Yaakov Selkowitz


SVN revision: 78974
2012-11-07 17:58:09 +00:00
Daniel Juyung Seo 2c10ffddc3 elm elm_win.c/h: Made documentation more explicit.
SVN revision: 78963
2012-11-07 08:49:37 +00:00