framework/uifw/elementary.git
13 years ago[elm_datefield]fix hour range
Sohyun Kim [Thu, 2 Sep 2010 12:26:53 +0000 (21:26 +0900)]
[elm_datefield]fix hour range

13 years agoMerge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary
Sohyun Kim [Thu, 2 Sep 2010 12:22:24 +0000 (21:22 +0900)]
Merge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary

13 years ago[elm_datefield]add deleting all on backspace key, check inputted date range
Sohyun Kim [Thu, 2 Sep 2010 12:22:11 +0000 (21:22 +0900)]
[elm_datefield]add deleting all on backspace key, check inputted date range

13 years ago[src/lib/elm_button.c] Commented the callback emission for "unpressed" from "clicked...
Rajeev Ranjan [Thu, 2 Sep 2010 12:07:15 +0000 (21:07 +0900)]
[src/lib/elm_button.c] Commented the callback emission for "unpressed" from "clicked" signal handler which was added in open source version as safety measure. It has been commented to avoid double emission of "unpressed" signal.

13 years agonew API is added to elm_segment_control
sumanth.m [Thu, 2 Sep 2010 11:24:38 +0000 (16:54 +0530)]
new API is added to elm_segment_control

13 years ago[src/lib/elm_button.c] Commented the code for resettig text on events like click...
Rajeev Ranjan [Thu, 2 Sep 2010 10:58:48 +0000 (19:58 +0900)]
[src/lib/elm_button.c] Commented the code for resettig text on events like click, focus etc by calling _set_label. Also initialize the label text in elm_button_add API with NULL

13 years agorepackaging
jungwoohyun [Thu, 2 Sep 2010 09:58:05 +0000 (18:58 +0900)]
repackaging

13 years ago[searchbar] indentation
Hyoyoung Chang [Thu, 2 Sep 2010 06:27:35 +0000 (15:27 +0900)]
[searchbar] indentation

13 years agoMerge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary
Hyoyoung Chang [Thu, 2 Sep 2010 06:25:53 +0000 (15:25 +0900)]
Merge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary

13 years ago[label] refine multiline ellipsis
Hyoyoung Chang [Thu, 2 Sep 2010 06:25:36 +0000 (15:25 +0900)]
[label] refine multiline ellipsis

13 years ago[els_webview]modify changed WebKit API and set zoom range before setting zoom
Eunmi Lee [Thu, 2 Sep 2010 06:02:32 +0000 (15:02 +0900)]
[els_webview]modify changed WebKit API and set zoom range before setting zoom

13 years agoMerge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary
ChunEon Park [Thu, 2 Sep 2010 05:32:11 +0000 (14:32 +0900)]
Merge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary

13 years ago[elm_slidingdrawer.c] fixed critical bugs.
ChunEon Park [Thu, 2 Sep 2010 05:31:52 +0000 (14:31 +0900)]
[elm_slidingdrawer.c] fixed critical bugs.

13 years ago[els_webview]feed mouse_move event
Eunmi Lee [Thu, 2 Sep 2010 04:55:30 +0000 (13:55 +0900)]
[els_webview]feed mouse_move event

13 years agoMerge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary
Sohyun Kim [Wed, 1 Sep 2010 11:14:39 +0000 (20:14 +0900)]
Merge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary

13 years ago[elm_datefield]add date_format_set api
Sohyun Kim [Wed, 1 Sep 2010 11:14:31 +0000 (20:14 +0900)]
[elm_datefield]add date_format_set api

13 years ago[searchbar] remove unused codes
Hyoyoung Chang [Wed, 1 Sep 2010 08:47:25 +0000 (17:47 +0900)]
[searchbar] remove unused codes

13 years agoMerge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary
Hyoyoung Chang [Wed, 1 Sep 2010 08:37:11 +0000 (17:37 +0900)]
Merge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary

13 years ago[searchbar] adding searchsymbol event
Hyoyoung Chang [Wed, 1 Sep 2010 08:36:53 +0000 (17:36 +0900)]
[searchbar] adding searchsymbol event

13 years ago[Elementary.h.in] nothing changed.
ChunEon Park [Wed, 1 Sep 2010 05:49:11 +0000 (14:49 +0900)]
[Elementary.h.in] nothing changed.

13 years ago[elm_slidingdrawer.c] elm_slidingdrawer_content_set -> elm_slidindgdrawer_content_unset
ChunEon Park [Wed, 1 Sep 2010 05:40:17 +0000 (14:40 +0900)]
[elm_slidingdrawer.c] elm_slidingdrawer_content_set -> elm_slidindgdrawer_content_unset

13 years agoMerge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary
ChunEon Park [Wed, 1 Sep 2010 05:34:17 +0000 (14:34 +0900)]
Merge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary

13 years ago[Elementary.h.in]
ChunEon Park [Wed, 1 Sep 2010 05:33:25 +0000 (14:33 +0900)]
[Elementary.h.in]
[elm_slidingdrawer.c] added API - elm_slidingdrawer_max_drag_set

13 years ago[els_touch]add TOUCH_STATE_NONE to recognize two touch
Eunmi Lee [Wed, 1 Sep 2010 05:28:16 +0000 (14:28 +0900)]
[els_touch]add TOUCH_STATE_NONE to recognize two touch

13 years ago[els_touch]set flick's endtime as current time
Eunmi Lee [Wed, 1 Sep 2010 03:16:35 +0000 (12:16 +0900)]
[els_touch]set flick's endtime as current time

13 years ago[els_webview]add geolocation popup
Eunmi Lee [Wed, 1 Sep 2010 02:57:02 +0000 (11:57 +0900)]
[els_webview]add geolocation popup

13 years agoMerge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary
ChunEon Park [Wed, 1 Sep 2010 00:28:24 +0000 (09:28 +0900)]
Merge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary

13 years ago[Elementary.h.in] added elm_slidingdrawer_pos_set
ChunEon Park [Wed, 1 Sep 2010 00:27:31 +0000 (09:27 +0900)]
[Elementary.h.in] added elm_slidingdrawer_pos_set
[elm_slidindgdrawer.c] implemented pos set

13 years ago[Elementary.h.in] fix indentation
Jihoon Kim [Tue, 31 Aug 2010 23:29:37 +0000 (08:29 +0900)]
[Elementary.h.in] fix indentation

13 years ago[elm_genlist] Reverted edit_mode.
Daniel Juyung Seo [Tue, 31 Aug 2010 15:22:49 +0000 (00:22 +0900)]
[elm_genlist] Reverted edit_mode.

13 years agonew APIs are added to elm_segment_control
sumanth.m [Tue, 31 Aug 2010 13:15:37 +0000 (18:45 +0530)]
new APIs are added to elm_segment_control

13 years agoMerge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary
ChunEon Park [Tue, 31 Aug 2010 12:36:18 +0000 (21:36 +0900)]
Merge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary

13 years ago[elm_transit.c] image_animation - fixed inavlid memory read.
ChunEon Park [Tue, 31 Aug 2010 12:35:50 +0000 (21:35 +0900)]
[elm_transit.c] image_animation - fixed inavlid memory read.

13 years ago[elm_genlist] added rename item function in edit_mode
Seunggyun Kim [Tue, 31 Aug 2010 12:31:29 +0000 (21:31 +0900)]
[elm_genlist] added rename item function in edit_mode

13 years agoorientation set through data parameter and not hardcoded in popup.
shilpa singh [Tue, 31 Aug 2010 11:51:09 +0000 (20:51 +0900)]
orientation set through data parameter and not hardcoded in popup.

13 years ago[elm_animator.c] ANIMATOR_DOGTAG -> MAGIC_OBJ_ANIMATOR
ChunEon Park [Tue, 31 Aug 2010 09:05:05 +0000 (18:05 +0900)]
[elm_animator.c] ANIMATOR_DOGTAG -> MAGIC_OBJ_ANIMATOR

13 years ago[elm_animator.c] added dogtag field to certify memory reference.
ChunEon Park [Tue, 31 Aug 2010 08:30:59 +0000 (17:30 +0900)]
[elm_animator.c] added dogtag field to certify memory reference.

13 years agopermissions
shilpa singh [Tue, 31 Aug 2010 07:40:19 +0000 (16:40 +0900)]
permissions

13 years agoremoved back arrow from navibar.
shilpa singh [Tue, 31 Aug 2010 07:39:09 +0000 (16:39 +0900)]
removed back arrow from navibar.

13 years ago[changelog] repackaging.
ChunEon Park [Tue, 31 Aug 2010 06:20:38 +0000 (15:20 +0900)]
[changelog] repackaging.
[elm_ctxpopup] updated for indicator

13 years agoMerge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary
WooHyun Jung [Tue, 31 Aug 2010 02:09:26 +0000 (11:09 +0900)]
Merge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary

13 years ago[dialoguegroup] modify for supporting elm_object_style_set
WooHyun Jung [Tue, 31 Aug 2010 02:09:00 +0000 (11:09 +0900)]
[dialoguegroup] modify for supporting elm_object_style_set

13 years ago[searchbar] modifying changed signal callback
Hyoyoung Chang [Tue, 31 Aug 2010 00:33:49 +0000 (09:33 +0900)]
[searchbar] modifying changed signal callback

13 years ago[elm_stackedicon] fix the bug that icons is not shown.
Hyunsil Park [Mon, 30 Aug 2010 15:55:08 +0000 (00:55 +0900)]
[elm_stackedicon] fix the bug that icons is not shown.

13 years ago[multibuttonentry] clean source
Hyunsil Park [Mon, 30 Aug 2010 14:36:50 +0000 (23:36 +0900)]
[multibuttonentry] clean source

13 years agoMerge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary
Hyunsil Park [Mon, 30 Aug 2010 14:29:13 +0000 (23:29 +0900)]
Merge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary

13 years ago[elm_multibuttonentry] change to add new button when the other button is clicked...
Hyunsil Park [Mon, 30 Aug 2010 14:28:29 +0000 (23:28 +0900)]
[elm_multibuttonentry] change to add new button when the other button is clicked if there are data in entry

13 years ago[changelog] repackaging
ChunEon Park [Mon, 30 Aug 2010 14:15:11 +0000 (23:15 +0900)]
[changelog] repackaging

13 years ago[elm_ctxpopup.c]
ChunEon Park [Mon, 30 Aug 2010 14:00:31 +0000 (23:00 +0900)]
[elm_ctxpopup.c]
[elm_slidingdrawer.c]

13 years ago[searchbar] remove unused codes
Hyoyoung Chang [Mon, 30 Aug 2010 13:15:14 +0000 (22:15 +0900)]
[searchbar] remove unused codes

13 years agoMerge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary
Hyoyoung Chang [Mon, 30 Aug 2010 13:14:33 +0000 (22:14 +0900)]
Merge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary

13 years ago[searchbar] adjusting for new edc theme
Hyoyoung Chang [Mon, 30 Aug 2010 13:13:52 +0000 (22:13 +0900)]
[searchbar] adjusting for new edc theme

13 years ago[elm_stackedicon] stackedicon added
Hyunsil Park [Mon, 30 Aug 2010 07:51:20 +0000 (16:51 +0900)]
[elm_stackedicon] stackedicon added

13 years agoMerge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary
MyounWoon Roy Kim [Mon, 30 Aug 2010 06:04:56 +0000 (15:04 +0900)]
Merge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary

13 years ago[Image Slider] Idler and Timer bug fixed.
MyounWoon Roy Kim [Mon, 30 Aug 2010 06:03:52 +0000 (15:03 +0900)]
[Image Slider] Idler and Timer bug fixed.

13 years agorepackaging
WooHyun Jung [Mon, 30 Aug 2010 04:05:57 +0000 (13:05 +0900)]
repackaging

13 years agopermissions
shilpa singh [Mon, 30 Aug 2010 03:45:02 +0000 (12:45 +0900)]
permissions

13 years agoremoved icon only style
shilpa singh [Mon, 30 Aug 2010 03:44:14 +0000 (12:44 +0900)]
removed icon only style

13 years ago[els_webview]set USE_MAX_TUC_20MB - by KwangHyuk Kim
Eunmi Lee [Mon, 30 Aug 2010 03:38:13 +0000 (12:38 +0900)]
[els_webview]set USE_MAX_TUC_20MB - by KwangHyuk Kim

13 years ago[els_touch]enable STOP_DURING_DRAG
Eunmi Lee [Mon, 30 Aug 2010 03:22:05 +0000 (12:22 +0900)]
[els_touch]enable STOP_DURING_DRAG

13 years ago[els_touch]add STOP_DURING_DRAG without enabling
Eunmi Lee [Mon, 30 Aug 2010 03:03:48 +0000 (12:03 +0900)]
[els_touch]add STOP_DURING_DRAG without enabling

13 years ago[els_touch]modify flick algorithm - by SangSeok Lim
Eunmi Lee [Mon, 30 Aug 2010 01:43:12 +0000 (10:43 +0900)]
[els_touch]modify flick algorithm - by SangSeok Lim

13 years agoFixed Elementary header
sanghoon80.cho [Mon, 30 Aug 2010 01:17:57 +0000 (10:17 +0900)]
Fixed Elementary header

13 years agoremove the default label, add signals(deleted, expanded, contracted), fix the buf...
Hyunsil Park [Sun, 29 Aug 2010 12:47:17 +0000 (21:47 +0900)]
remove the default label, add signals(deleted, expanded, contracted), fix the buf og showing objects in multibuttonentry, fix the bug of sizing eval

13 years ago[els_webview]add zoom bouncing animation
Eunmi Lee [Sun, 29 Aug 2010 09:28:42 +0000 (18:28 +0900)]
[els_webview]add zoom bouncing animation

13 years ago[els_webview]enable use_zoom_bouncing
Eunmi Lee [Fri, 27 Aug 2010 13:41:57 +0000 (22:41 +0900)]
[els_webview]enable use_zoom_bouncing

13 years ago[els_webview]update_min_zoom_rate when contents,size,resized and set initial min...
Eunmi Lee [Fri, 27 Aug 2010 13:33:49 +0000 (22:33 +0900)]
[els_webview]update_min_zoom_rate when contents,size,resized and set initial min/max zoom and scalable for mobile url sites

13 years ago[els_webview]add mobile url checking code
Eunmi Lee [Fri, 27 Aug 2010 12:39:58 +0000 (21:39 +0900)]
[els_webview]add mobile url checking code

13 years ago[elm_webview]apply karol's patch to fix crash in double open webview
Ryuan Choi [Fri, 27 Aug 2010 11:16:34 +0000 (20:16 +0900)]
[elm_webview]apply karol's patch to fix crash in double open webview

13 years ago[els_webview]add zoom bouncing code but it is not enabled
Eunmi Lee [Fri, 27 Aug 2010 11:10:24 +0000 (20:10 +0900)]
[els_webview]add zoom bouncing code but it is not enabled

13 years agorepackaging for webview
WooHyun Jung [Fri, 27 Aug 2010 07:27:02 +0000 (16:27 +0900)]
repackaging for webview

13 years ago[els_webview]remove discpicker code
Eunmi Lee [Fri, 27 Aug 2010 06:57:40 +0000 (15:57 +0900)]
[els_webview]remove discpicker code

13 years ago[els_webview]add move and resize jobs and do not do layout change when width is not...
Eunmi Lee [Fri, 27 Aug 2010 06:55:37 +0000 (15:55 +0900)]
[els_webview]add move and resize jobs and do not do layout change when width is not changed

13 years ago[elm_tickernoti] added elm_tickernoti
Inho Oh [Fri, 27 Aug 2010 06:40:07 +0000 (15:40 +0900)]
[elm_tickernoti] added elm_tickernoti

13 years agoFixed Header file
sanghoon80.cho [Fri, 27 Aug 2010 05:39:28 +0000 (14:39 +0900)]
Fixed Header file

13 years agoFixed header file
sanghoon80.cho [Fri, 27 Aug 2010 05:37:33 +0000 (14:37 +0900)]
Fixed header file

13 years agoReverting to the previous state
sumanth.m [Fri, 27 Aug 2010 04:31:46 +0000 (10:01 +0530)]
Reverting to the previous state

13 years agoRemoved elm_calendar
sanghoon80.cho [Fri, 27 Aug 2010 02:50:54 +0000 (11:50 +0900)]
Removed elm_calendar

13 years agoModified calendar API.
sanghoon80.cho [Fri, 27 Aug 2010 02:47:06 +0000 (11:47 +0900)]
Modified calendar API.

13 years ago[Elementary.h.in] fix indentation
Jihoon Kim [Fri, 27 Aug 2010 01:09:09 +0000 (10:09 +0900)]
[Elementary.h.in] fix indentation

13 years agocomments
sumanth.m [Thu, 26 Aug 2010 13:39:06 +0000 (19:09 +0530)]
comments

13 years agoPackage
jaehwan [Thu, 26 Aug 2010 13:20:16 +0000 (22:20 +0900)]
Package

13 years agoMerge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary
Sohyun Kim [Thu, 26 Aug 2010 13:07:44 +0000 (22:07 +0900)]
Merge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary

13 years ago[elm_bubble]support beat GUI
Sohyun Kim [Thu, 26 Aug 2010 13:07:38 +0000 (22:07 +0900)]
[elm_bubble]support beat GUI

13 years ago[genlist] fix block item move bug in edit mode
winvirus [Thu, 26 Aug 2010 11:47:40 +0000 (20:47 +0900)]
[genlist] fix block item move bug in edit mode

13 years ago[changelog] package upload beat-winset-test_0.1.1-40
ChunEon Park [Thu, 26 Aug 2010 10:27:37 +0000 (19:27 +0900)]
[changelog] package upload
[elm_ctxpopup.c] modified to hide when window rotation happens

13 years agoelm_popup_add_with_buttons added with EINA_DEPRECATED
shilpa singh [Thu, 26 Aug 2010 09:43:47 +0000 (18:43 +0900)]
elm_popup_add_with_buttons added with EINA_DEPRECATED

13 years agoMerge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary
ChunEon Park [Thu, 26 Aug 2010 07:58:55 +0000 (16:58 +0900)]
Merge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary

13 years ago[Elementary.h.in] __attribute__((deprecated)) -> EINA_DEPRECATED
ChunEon Park [Thu, 26 Aug 2010 07:58:15 +0000 (16:58 +0900)]
[Elementary.h.in] __attribute__((deprecated)) -> EINA_DEPRECATED

13 years ago[els_webview] showing NOT_FOUND_PAGE in not found frame instead of main frame.
Kamil Blank [Thu, 26 Aug 2010 06:57:02 +0000 (08:57 +0200)]
[els_webview] showing NOT_FOUND_PAGE in not found frame instead of main frame.

Reviewed by M. Szymanski

13 years agopermissions
shilpa singh [Thu, 26 Aug 2010 05:14:31 +0000 (14:14 +0900)]
permissions

13 years agoMade popup when main window passed as Evas_object and api changed to elm_popup_with_b...
shilpa singh [Thu, 26 Aug 2010 05:13:40 +0000 (14:13 +0900)]
Made popup when main window passed as Evas_object and api changed to elm_popup_with_buttons_add

13 years ago[elm_webview]add elm_webview_default_layout_width_set API
Eunmi Lee [Thu, 26 Aug 2010 05:00:52 +0000 (14:00 +0900)]
[elm_webview]add elm_webview_default_layout_width_set API

13 years agoMerge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary
Daniel Juyung Seo [Thu, 26 Aug 2010 03:03:00 +0000 (12:03 +0900)]
Merge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary

13 years ago[genlist] Code refactoring.
Daniel Juyung Seo [Thu, 26 Aug 2010 03:02:46 +0000 (12:02 +0900)]
[genlist] Code refactoring.

13 years ago[box] make extended box min size unset in the layout function
Myungjae Lee [Thu, 26 Aug 2010 03:00:07 +0000 (12:00 +0900)]
[box] make extended box min size unset in the layout function

13 years ago[Elementary.h.in]
ChunEon Park [Thu, 26 Aug 2010 02:08:51 +0000 (11:08 +0900)]
[Elementary.h.in]
[elm_dayselector.c] added new API elm_dayselector_check_state_set

13 years ago[elm_animatedicon] elm_animatedicon.c was removed.
ChunEon Park [Thu, 26 Aug 2010 01:16:14 +0000 (10:16 +0900)]
[elm_animatedicon] elm_animatedicon.c was removed.

[buttonpicker]
[timepicker3]
[datepicker2]
[datepicker3]
[viewflipper]
[coverflow]
[cabinet]
[discpicker]

these widgets were deprecated.

13 years agoMerge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary
ChunEon Park [Wed, 25 Aug 2010 23:59:54 +0000 (08:59 +0900)]
Merge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary

13 years ago[els_touch]disable one_drag_mode
Eunmi Lee [Wed, 25 Aug 2010 12:44:33 +0000 (21:44 +0900)]
[els_touch]disable one_drag_mode