framework/uifw/elementary.git
12 years agoUpdate translations
Mike McCormack [Mon, 14 Nov 2011 08:20:05 +0000 (17:20 +0900)]
Update translations

12 years agoand now add custom access info for items too and clean up nicely.
raster [Wed, 24 Aug 2011 06:39:29 +0000 (06:39 +0000)]
and now add custom access info for items too and clean up nicely.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62734 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElementary: Remove set but unused static Elm_Module
kakaroto [Sat, 15 Oct 2011 09:30:39 +0000 (09:30 +0000)]
Elementary: Remove set but unused static Elm_Module

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64087 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm: Removed trailing whitespaces.
seoz [Wed, 24 Aug 2011 08:11:58 +0000 (08:11 +0000)]
elm: Removed trailing whitespaces.

Raster finished accessibility. So I fixed it too.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62737 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoand now do toolbar - showing how to add access stuff to items in a
raster [Wed, 24 Aug 2011 06:29:13 +0000 (06:29 +0000)]
and now do toolbar - showing how to add access stuff to items in a
widget

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62733 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoand hide hilight on mouse out
raster [Tue, 23 Aug 2011 08:48:56 +0000 (08:48 +0000)]
and hide hilight on mouse out

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62715 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agomake access hilight follow object around and vanish it target is
raster [Tue, 23 Aug 2011 08:46:01 +0000 (08:46 +0000)]
make access hilight follow object around and vanish it target is
hidden or deleted.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62714 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoadd visual feedback on accessibility mouseover too
raster [Tue, 23 Aug 2011 07:44:49 +0000 (07:44 +0000)]
add visual feedback on accessibility mouseover too

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62713 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm: Removed trailing whitespaces.
seoz [Fri, 19 Aug 2011 15:26:04 +0000 (15:26 +0000)]
elm: Removed trailing whitespaces.

I always try to maintain elm with no trailing whitespaces. Please do not commit trailing whitespaces anymore.
I think maintaining a library clean is a good job. Once it gets mess, it's hard to fix them all at once.
1. Removing trailing whitespaces.
2. Fixing indentations.
3. Removing build errors and warnings.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62595 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoand start on allowing modified behavior when in access mode. ie turn
raster [Fri, 19 Aug 2011 14:39:27 +0000 (14:39 +0000)]
and start on allowing modified behavior when in access mode. ie turn
it on and off. just settable by env var and config file for now.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62591 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoand now add a "clicked" say... when u click.
raster [Fri, 19 Aug 2011 11:47:30 +0000 (11:47 +0000)]
and now add a "clicked" say... when u click.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62587 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[accessability] Initial merge
raster [Fri, 19 Aug 2011 11:07:42 +0000 (11:07 +0000)]
[accessability] Initial merge

this is... the beginning of accessibility supportin elm. it's direct
as in elm manages it itself - all it needs is a module to send text
to. one is provided here that just execs espeak and handles a stream
of things for it to say. this is only a start and is still being
fleshed out.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62585 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[access] Prepare to merge
Mike McCormack [Mon, 14 Nov 2011 07:41:54 +0000 (16:41 +0900)]
[access] Prepare to merge

12 years ago[multibuttonentry] Fix a warning
Mike McCormack [Mon, 14 Nov 2011 07:18:57 +0000 (16:18 +0900)]
[multibuttonentry] Fix a warning

elm_multibuttonentry.c: In function '_event_init':
elm_multibuttonentry.c:287:9: warning: passing argument 3 of 'evas_object_event_callback_add' from incompatible pointer type
/usr/include/evas-1/Evas.h:3829:49: note: expected 'Evas_Object_Event_Cb' but argument is of type 'void (*)(void *, struct Evas_Object *, void *)'

12 years ago[menu] Add missing docs & function
Mike McCormack [Mon, 14 Nov 2011 07:15:38 +0000 (16:15 +0900)]
[menu] Add missing docs & function

12 years agoelementary/bubble - applied missed content_set/get/unset APIs
hermet [Tue, 8 Nov 2011 01:05:01 +0000 (01:05 +0000)]
elementary/bubble - applied missed content_set/get/unset APIs

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64925 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[animator] remove
Mike McCormack [Mon, 14 Nov 2011 06:54:54 +0000 (15:54 +0900)]
[animator] remove

12 years ago[multibuttonentry] Add consts to prototypes
Mike McCormack [Mon, 14 Nov 2011 06:52:39 +0000 (15:52 +0900)]
[multibuttonentry] Add consts to prototypes

12 years agoelm: Use appropriate add/del_full for evas event callbacks.
seoz [Mon, 31 Oct 2011 00:13:32 +0000 (00:13 +0000)]
elm: Use appropriate add/del_full for evas event callbacks.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64536 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoRelease 1.0.0+svn.61256slp2+build82 REBUILDD-ARMEL-68287 REBUILDD-I386-68288
Mike McCormack [Mon, 14 Nov 2011 05:43:46 +0000 (14:43 +0900)]
Release 1.0.0+svn.61256slp2+build82

12 years ago[entry] Fix a warning
Mike McCormack [Mon, 14 Nov 2011 05:34:55 +0000 (14:34 +0900)]
[entry] Fix a warning

elm_entry.c: In function '_layout_region_get':
elm_entry.c:1962:4: warning: suggest parentheses around assignment used as truth value
elm_entry.c: In function '_viewport_region_get':
elm_entry.c:1997:4: warning: suggest parentheses around assignment used as truth value

12 years agoSync docs
Mike McCormack [Mon, 14 Nov 2011 05:30:06 +0000 (14:30 +0900)]
Sync docs

12 years ago[menu] add docs for new functions
Mike McCormack [Mon, 14 Nov 2011 05:27:17 +0000 (14:27 +0900)]
[menu] add docs for new functions

12 years ago[menu] Add compatibility code
Mike McCormack [Mon, 14 Nov 2011 05:23:50 +0000 (14:23 +0900)]
[menu] Add compatibility code

Create extern inline functions so ELF objects will link to the new function
names, but the old functions are still available to old binaries.

12 years agoUpdate translations
Mike McCormack [Mon, 14 Nov 2011 05:16:59 +0000 (14:16 +0900)]
Update translations

12 years ago[menu] Fix up remaining WIDGET & VIEW uses
Mike McCormack [Mon, 14 Nov 2011 04:35:24 +0000 (13:35 +0900)]
[menu] Fix up remaining WIDGET & VIEW uses

12 years agodon't require "menu/" prefix for menu icons, fall back on regular icon name
discomfitor [Mon, 12 Sep 2011 03:14:53 +0000 (03:14 +0000)]
don't require "menu/" prefix for menu icons, fall back on regular icon name

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63335 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm: Removed trailing whitespaces before I work on.
seoz [Mon, 1 Aug 2011 06:46:43 +0000 (06:46 +0000)]
elm: Removed trailing whitespaces before I work on.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61933 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agounbreak elm_menu_item api
discomfitor [Fri, 29 Jul 2011 15:08:56 +0000 (15:08 +0000)]
unbreak elm_menu_item api

the following functions are now DEPRECATED and will be removed on 5 AUG 2011:
elm_menu_item_object_icon_get -> elm_menu_item_object_content_get
elm_menu_item_icon_get -> elm_menu_item_object_icon_name_get
elm_menu_item_icon_set -> elm_menu_item_object_icon_name_set

added the following NEW functions:
elm_menu_item_object_content_set
elm_menu_item_menu_get (this will probably be replaced by an eventual elm_object_item_owner_get() or whatever it gets named)

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61899 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agohelper function for menu item creation to deduplicate code
discomfitor [Fri, 29 Jul 2011 14:04:54 +0000 (14:04 +0000)]
helper function for menu item creation to deduplicate code

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61893 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago+elm_menu_item_index_get
discomfitor [Fri, 29 Jul 2011 14:00:31 +0000 (14:00 +0000)]
+elm_menu_item_index_get

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61892 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoradio buttons: GET IN MAH MENUS!!!!
discomfitor [Tue, 26 Jul 2011 01:17:09 +0000 (01:17 +0000)]
radio buttons: GET IN MAH MENUS!!!!

added elm_menu_item_add_object which allows a user to directly add an arbitrary evas_object to be swallowed as a menu item, added radio item as test

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61717 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix annoying but harmless safety check error with toolbar menus
discomfitor [Mon, 25 Jul 2011 04:05:58 +0000 (04:05 +0000)]
fix annoying but harmless safety check error with toolbar menus

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61663 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoyeah, using vague numbers instead of clearly named enum values! best choice!
discomfitor [Fri, 30 Sep 2011 03:44:46 +0000 (03:44 +0000)]
yeah, using vague numbers instead of clearly named enum values! best choice!
no wait...that's the OPPOSITE of the best choice.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63706 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[changelog] updated package version
Myungjae Lee [Fri, 11 Nov 2011 11:20:32 +0000 (20:20 +0900)]
[changelog] updated package version

12 years ago[changelog] updated package version
Myungjae Lee [Fri, 11 Nov 2011 11:18:46 +0000 (20:18 +0900)]
[changelog] updated package version

12 years ago[copy&paste] improved selection handler feature
Myungjae Lee [Fri, 11 Nov 2011 11:06:17 +0000 (20:06 +0900)]
[copy&paste] improved selection handler feature

12 years agoMerge "Fixed Prevent issues:18071,18926,18925"
ChunEon Park [Fri, 11 Nov 2011 08:33:03 +0000 (17:33 +0900)]
Merge "Fixed Prevent issues:18071,18926,18925"

12 years agoRelease 1.0.0+svn.61256slp2+build79 REBUILDD-ARMEL-68185 REBUILDD-I386-68186
Mike McCormack [Fri, 11 Nov 2011 08:05:51 +0000 (17:05 +0900)]
Release 1.0.0+svn.61256slp2+build79

12 years agoUpdate translations
Mike McCormack [Fri, 11 Nov 2011 08:04:05 +0000 (17:04 +0900)]
Update translations

12 years ago[store] Fix a warning
Mike McCormack [Fri, 11 Nov 2011 07:02:19 +0000 (16:02 +0900)]
[store] Fix a warning

elm_store.c: In function '_item_job_add':
elm_store.c:1185:4: warning: passing argument 1 of 'ecore_job_add' from incompatible pointer type
/usr/include/ecore-1/Ecore.h:2298:1: note: expected 'Ecore_Cb' but argument is of type 'void (*)(struct Elm_Store_Item *)'

12 years ago[popup] Fix a warning
Mike McCormack [Fri, 11 Nov 2011 06:59:10 +0000 (15:59 +0900)]
[popup] Fix a warning

elm_popup.c: In function 'response_cb':
elm_popup.c:263:17: warning: initialization makes integer from pointer without a cast

12 years agoFix a warning
Mike McCormack [Fri, 11 Nov 2011 06:50:49 +0000 (15:50 +0900)]
Fix a warning

elm_entry.c: In function '_viewport_obj_get':
elm_entry.c:1960:4: warning: suggest parentheses around assignment used as truth value

12 years agoRemove dead code
Mike McCormack [Fri, 11 Nov 2011 06:44:59 +0000 (15:44 +0900)]
Remove dead code

12 years agoSync back to old tooltip API
Mike McCormack [Fri, 11 Nov 2011 06:43:32 +0000 (15:43 +0900)]
Sync back to old tooltip API

12 years agoFixed Prevent issues:18071,18926,18925
Rajeev Ranjan [Sat, 15 Oct 2011 09:25:39 +0000 (14:55 +0530)]
Fixed Prevent issues:18071,18926,18925

Change-Id: Ie35a53376e8f416d22bf3a9f9f2e62ee560cdc0f

12 years agoicon_get -> content_get
Mike McCormack [Fri, 11 Nov 2011 06:38:06 +0000 (15:38 +0900)]
icon_get -> content_get

12 years agoFix a warning
Mike McCormack [Fri, 11 Nov 2011 06:26:04 +0000 (15:26 +0900)]
Fix a warning

  CC     libelementary_la-elm_controlbar.lo
elm_controlbar.c: In function '_move_evas_object':
elm_controlbar.c:333:13: warning: assignment discards qualifiers from pointer target type
elm_controlbar.c: In function '_ctxpopup_cb':
elm_controlbar.c:1182:15: warning: assignment discards qualifiers from pointer target type

12 years agoexplicitly hide tooltip content before deleting in case object is not able to be...
discomfitor [Sun, 24 Jul 2011 22:05:02 +0000 (22:05 +0000)]
explicitly hide tooltip content before deleting in case object is not able to be deleted (prevents giant tooltip image from getting stuck on canvas)

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61661 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[toolbar] Add missing pieces
Mike McCormack [Thu, 10 Nov 2011 08:52:00 +0000 (17:52 +0900)]
[toolbar] Add missing pieces

12 years agoelementary: deprecate elm_toolbar_orientation_set and elm_toolbar_orientation_get...
yoz [Mon, 31 Oct 2011 14:36:49 +0000 (14:36 +0000)]
elementary: deprecate elm_toolbar_orientation_set and elm_toolbar_orientation_get to match and be conformant with the rest of api

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64562 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoAdd remaining VIEW and WIDGET macros
Mike McCormack [Thu, 10 Nov 2011 07:56:30 +0000 (16:56 +0900)]
Add remaining VIEW and WIDGET macros

12 years agoadd double click and longpress smart callbacks for toolbar items
discomfitor [Tue, 11 Oct 2011 22:09:14 +0000 (22:09 +0000)]
add double click and longpress smart callbacks for toolbar items

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63996 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agohmm need more caffeine to set proper buffer sizes today I guess
discomfitor [Tue, 11 Oct 2011 21:05:32 +0000 (21:05 +0000)]
hmm need more caffeine to set proper buffer sizes today I guess

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63992 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoadd repeater/filter in toolbar for mouse clicks with button > 1
discomfitor [Tue, 11 Oct 2011 20:14:52 +0000 (20:14 +0000)]
add repeater/filter in toolbar for mouse clicks with button > 1

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63990 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agosome toolbar menu fixes to go with r63756
discomfitor [Mon, 3 Oct 2011 03:47:52 +0000 (03:47 +0000)]
some toolbar menu fixes to go with r63756

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63760 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix fixme in elm_toolbar_item_menu_get: no longer modifies a toolbar item
discomfitor [Mon, 3 Oct 2011 02:25:30 +0000 (02:25 +0000)]
fix fixme in elm_toolbar_item_menu_get: no longer modifies a toolbar item

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63756 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm_toolbar_item_object_get()
discomfitor [Fri, 30 Sep 2011 04:26:58 +0000 (04:26 +0000)]
elm_toolbar_item_object_get()

elm_object_item_object_get() should probably be implemented at some point, but that is definitely one of the dumbest function names I have ever heard

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63711 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoshould probably apply theme hook to toolbar items at some point I guess
discomfitor [Thu, 29 Sep 2011 05:07:50 +0000 (05:07 +0000)]
should probably apply theme hook to toolbar items at some point I guess

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63650 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoSync to upstream change
Mike McCormack [Thu, 10 Nov 2011 06:53:28 +0000 (15:53 +0900)]
Sync to upstream change

12 years ago+elm_toolbar_item_icon_memfile_set
discomfitor [Wed, 28 Sep 2011 23:07:18 +0000 (23:07 +0000)]
+elm_toolbar_item_icon_memfile_set

we should probably move towards an elm_object(_item)_icon_set api soon...

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63645 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago+elm_icon_memfile_set
discomfitor [Fri, 22 Jul 2011 23:03:46 +0000 (23:03 +0000)]
+elm_icon_memfile_set

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61603 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agonew toolbar mode: always_select
discomfitor [Thu, 29 Sep 2011 23:46:55 +0000 (23:46 +0000)]
new toolbar mode: always_select

when this mode is enabled, a toolbar item will always be selected. if the selected item is deleted, the next item will be selected. if there is no next item, the first item will be selected. if there is no next or first item, you can go <expletive deleted> yourself.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63691 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoclicking a toolbar item is now a toggle:
discomfitor [Mon, 12 Sep 2011 02:05:30 +0000 (02:05 +0000)]
clicking a toolbar item is now a toggle:

clicking an unselected item -> item is selected
clicking a selected item -> item is unselected

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63333 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary: Privide a new api to elm_photo : elm_photo_thumb_set.
captainigloo [Thu, 1 Sep 2011 19:14:32 +0000 (19:14 +0000)]
elementary: Privide a new  api to elm_photo : elm_photo_thumb_set.
It works like elm_icon_thumb_set : it generates the thumb of the file passed as argument.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63063 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoRemove duplicated declaration
Mike McCormack [Thu, 10 Nov 2011 06:31:58 +0000 (15:31 +0900)]
Remove duplicated declaration

12 years ago[genlist] fix expandable effect performance : CQH0100136562
Jaehwan Kim [Thu, 10 Nov 2011 11:42:58 +0000 (20:42 +0900)]
[genlist] fix expandable effect performance : CQH0100136562

Change-Id: I422dfa779477a7e03416f029d146f26a33683d88

12 years ago[*][conformant] change elm_widget_show_region_set to be called by ecore_job
Jaehwan Kim [Fri, 4 Nov 2011 09:49:21 +0000 (18:49 +0900)]
[*][conformant] change elm_widget_show_region_set to be called by ecore_job

Change-Id: I0addc8a5e3bf2131dd6f154a8a111c24fdc6b017

12 years agoRevert "[*][Genlist] Fixed show region problem for scrolling propagation when the...
Jaehwan Kim [Fri, 4 Nov 2011 09:47:56 +0000 (18:47 +0900)]
Revert "[*][Genlist] Fixed show region problem for scrolling propagation when the component have another object"

This reverts commit 282bb1a2c65d2fd802d4c1d7f6da01a806c3050a.

12 years agoRevert "[*][Genlist] Fixed show hook event of smart scroller position received by...
Jaehwan Kim [Fri, 4 Nov 2011 09:47:19 +0000 (18:47 +0900)]
Revert "[*][Genlist] Fixed show hook event of smart scroller position received by entry was focused and smart pan resized"

This reverts commit e22b7b94188072a2a98bec213ed5d51b438b37bd.

12 years agoMerge "[genlist] do not emit unselect if item's renamed"
WooHyun Jung [Fri, 11 Nov 2011 02:41:24 +0000 (11:41 +0900)]
Merge "[genlist] do not emit unselect if item's renamed"

12 years ago[genlist] do not emit unselect if item's renamed
Hyoyoung Chang [Fri, 11 Nov 2011 02:14:22 +0000 (11:14 +0900)]
[genlist] do not emit unselect if item's renamed

12 years agoEnable ecore_con_init()/ecore_con_url_init()
Tae-Hwan Kim [Thu, 10 Nov 2011 11:07:33 +0000 (20:07 +0900)]
Enable ecore_con_init()/ecore_con_url_init()

12 years agoRelease 1.0.0+svn.61256slp2+build78 REBUILDD-ARMEL-68010 REBUILDD-I386-68011 REL_F_I9200_20111111_1 REL_I9200_20111111_1
Mike McCormack [Thu, 10 Nov 2011 06:28:00 +0000 (15:28 +0900)]
Release 1.0.0+svn.61256slp2+build78

12 years ago[store] Remove whitespace differences
Mike McCormack [Thu, 10 Nov 2011 06:21:33 +0000 (15:21 +0900)]
[store] Remove whitespace differences

12 years ago[tooltip] Remove pointless differences with upstream
Mike McCormack [Thu, 10 Nov 2011 06:18:23 +0000 (15:18 +0900)]
[tooltip] Remove pointless differences with upstream

12 years ago[scroller] remove whitespace diff
Mike McCormack [Thu, 10 Nov 2011 06:12:21 +0000 (15:12 +0900)]
[scroller] remove whitespace diff

12 years agochange the way elm_main() must be declared (fix bug on Windows).
caro [Sat, 27 Aug 2011 07:54:49 +0000 (07:54 +0000)]
change the way elm_main() must be declared (fix bug on Windows).

Instead of EAPI elm_main(***), it must be EAPI_MAIN elm_main(***) so that
it also work on Windows.

If someone knows sed a bit, can he also change all the examples ?

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62885 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElementary: Do not build modules if dlopen is not available on the system
kakaroto [Sat, 15 Oct 2011 09:48:50 +0000 (09:48 +0000)]
Elementary: Do not build modules if dlopen is not available on the system

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64094 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElementary: Quicklaunch support depends on dlopen, which is now non-mandatory
kakaroto [Sat, 15 Oct 2011 09:48:42 +0000 (09:48 +0000)]
Elementary: Quicklaunch support depends on dlopen, which is now non-mandatory

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64093 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[eio] Sync with upstream
Mike McCormack [Thu, 10 Nov 2011 01:58:14 +0000 (10:58 +0900)]
[eio] Sync with upstream

12 years agoAnd if we found Emap and it wasn't disabled, we may as well not break the build.
sachiel [Tue, 26 Jul 2011 21:36:14 +0000 (21:36 +0000)]
And if we found Emap and it wasn't disabled, we may as well not break the build.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61780 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFix a warning
Mike McCormack [Thu, 10 Nov 2011 01:41:29 +0000 (10:41 +0900)]
Fix a warning

elm_photocam.c: In function 'grid_create':
elm_photocam.c:292:12: warning: 'return' with no value, in function returning non-void

12 years ago[radio] Fix merge error
Mike McCormack [Thu, 10 Nov 2011 01:40:56 +0000 (10:40 +0900)]
[radio] Fix merge error

12 years agoDisable the web control
Mike McCormack [Thu, 10 Nov 2011 01:31:06 +0000 (10:31 +0900)]
Disable the web control

12 years agoPeople from Earth: Welcome Elm_Web
sachiel [Thu, 29 Sep 2011 20:58:22 +0000 (20:58 +0000)]
People from Earth: Welcome Elm_Web

Started by glima as a thin wrapper around ewk_view to make webkit
work better integrated with Elementary, then grew up as a more complete
widget thanks to k-s' magic fingers, and now I screwed it up but it looks
like it works, so there..

Build WebKit-EFL, rebuild Elementary and enjoy elm_web.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63676 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[ctxpopup] remove differences with upstream
Mike McCormack [Thu, 10 Nov 2011 01:07:09 +0000 (10:07 +0900)]
[ctxpopup] remove differences with upstream

12 years ago[ctxpopup] remove differences with upstream
Mike McCormack [Thu, 10 Nov 2011 01:03:51 +0000 (10:03 +0900)]
[ctxpopup] remove differences with upstream

12 years agoFix a warning
Mike McCormack [Thu, 10 Nov 2011 01:35:10 +0000 (10:35 +0900)]
Fix a warning

12 years agoFix a warning
Mike McCormack [Thu, 10 Nov 2011 00:56:12 +0000 (09:56 +0900)]
Fix a warning

elm_controlbar.c: In function '_sub_del':
elm_controlbar.c:306:17: warning: unused variable 'sub'

12 years agoMerge "[stackicon] remove trailing whitespaces"
WooHyun Jung [Thu, 10 Nov 2011 01:08:54 +0000 (10:08 +0900)]
Merge "[stackicon] remove trailing whitespaces"

12 years agoRemove duplicated code
Mike McCormack [Thu, 10 Nov 2011 00:38:22 +0000 (09:38 +0900)]
Remove duplicated code

12 years agoelementary : Elementary focus can be controlled only when top window's
woohyun [Wed, 7 Sep 2011 06:15:55 +0000 (06:15 +0000)]
elementary : Elementary focus can be controlled only when top window's
canvas gets focus. If elementary's focus control is tried with
unfocused canvas, newest_focus_count is only updated.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63245 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm src/bin: Applied elm_object_focus API change. Changed it to elm_object_focus_set.
seoz [Wed, 3 Aug 2011 15:01:39 +0000 (15:01 +0000)]
elm src/bin: Applied elm_object_focus API change. Changed it to elm_object_focus_set.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62062 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm focus: Added elm_object_focus_set() API. Use this instead elm_object_focus/unfocus().
seoz [Wed, 3 Aug 2011 11:46:23 +0000 (11:46 +0000)]
elm focus: Added elm_object_focus_set() API. Use this instead elm_object_focus/unfocus().

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62049 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFix a warning
Mike McCormack [Wed, 9 Nov 2011 09:04:44 +0000 (18:04 +0900)]
Fix a warning

12 years agoRemove genscroller
Mike McCormack [Wed, 9 Nov 2011 09:00:41 +0000 (18:00 +0900)]
Remove genscroller

12 years agoFix warning
Mike McCormack [Wed, 9 Nov 2011 08:50:10 +0000 (17:50 +0900)]
Fix warning

  CC     libelementary_la-elm_actionslider.lo
elm_actionslider.c:37:13: warning: '_sub_del' declared 'static' but never defined

12 years agoElementary - removed the EINA_DEPRECATED. it should not be merged yet.
ChunEon Park [Wed, 9 Nov 2011 10:32:55 +0000 (19:32 +0900)]
Elementary - removed the EINA_DEPRECATED. it should not be merged yet.

Change-Id: I87661d47c48c626e87ffe872736311346df75c5a

12 years agorepackaging - elementary_1.0.0+svn.61256slp2+build76
ChunEon Park [Wed, 9 Nov 2011 10:20:02 +0000 (19:20 +0900)]
repackaging - elementary_1.0.0+svn.61256slp2+build76