framework/uifw/elementary.git
12 years agoUpdate translations
Mike McCormack [Mon, 21 Nov 2011 09:14:39 +0000 (18:14 +0900)]
Update translations

12 years agoelm: change elm_object_content_part_set/get/unset to elm_object_part_content_set...
billiob [Thu, 17 Nov 2011 21:02:31 +0000 (21:02 +0000)]
elm: change elm_object_content_part_set/get/unset to elm_object_part_content_set/get/unset

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

12 years agoelementary - modified content_set/get/unset part names to be simple names.
hermet [Wed, 16 Nov 2011 12:51:53 +0000 (12:51 +0000)]
elementary - modified content_set/get/unset part names to be simple names.

Previous part names are just the swallow part names
but in modified version, the part names chaned to simpler meaning names to use.

i.e for button

elm_object_content_part_set(button, "elm.swallow.icon", icon);
-> elm_object_content_part_set(button, "icon", icon);

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

12 years agoelm_object_text_part_set -> elm_object_part_text_set
Mike McCormack [Mon, 21 Nov 2011 08:29:06 +0000 (17:29 +0900)]
elm_object_text_part_set -> elm_object_part_text_set

12 years agoelm: elm_object_text_part_set/get() is deprecated
billiob [Wed, 16 Nov 2011 20:17:25 +0000 (20:17 +0000)]
elm: elm_object_text_part_set/get() is deprecated

use elm_object_part_text_set/get().
This change is done so that it matches
edje_object_part_text_set/get().

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

12 years ago[changelog] updated package version
Myungjae Lee [Mon, 21 Nov 2011 08:46:56 +0000 (17:46 +0900)]
[changelog] updated package version

12 years agopanes - merged partially.
ChunEon Park [Mon, 21 Nov 2011 06:46:51 +0000 (15:46 +0900)]
panes - merged partially.

12 years agoRe-patch '[entry] added feature - getting intersection region of viewport objects'
Myungjae Lee [Mon, 21 Nov 2011 05:47:27 +0000 (14:47 +0900)]
Re-patch '[entry] added feature - getting intersection region of viewport objects'

12 years agoMerge "Revert "[entry] added feature - getting intersection region of viewport objects""
Mike McCormack [Mon, 21 Nov 2011 01:08:14 +0000 (10:08 +0900)]
Merge "Revert "[entry] added feature - getting intersection region of viewport objects""

12 years agoRevert "[entry] added feature - getting intersection region of viewport objects"
Mike McCormack [Mon, 21 Nov 2011 00:53:36 +0000 (09:53 +0900)]
Revert "[entry] added feature - getting intersection region of viewport objects"

This reverts commit 40b5267dacce2f02b048df7e046ad7b5761e44f0.

Doesn't build! Should be submitted upstream first!

  CC     libelementary_la-elm_entry.lo
elm_entry.c: In function '_move':
elm_entry.c:1076:25: warning: unused variable 'ret_rect'
elm_entry.c: In function '_matchlist_show':
elm_entry.c:1764:17: warning: implicit declaration of function 'strcasestr'
elm_entry.c:1764:28: warning: assignment makes pointer from integer without a cast
elm_entry.c: In function '_matchlist_list_clicked':
elm_entry.c:1840:14: warning: passing argument 1 of 'free' discards qualifiers from pointer target type
/usr/include/stdlib.h:488:13: note: expected 'void *' but argument is of type 'const char *'
elm_entry.c: In function '_elm_win_region_get_job':
elm_entry.c:2050:9: error: incompatible type for argument 3 of 'edje_object_part_text_viewport_region_set'
/usr/include/edje-1/Edje.h:2970:46: note: expected 'Evas_Coord_Rectangle' but argument is of type 'Evas_Coord'
elm_entry.c:2050:9: error: too many arguments to function 'edje_object_part_text_viewport_region_set'
/usr/include/edje-1/Edje.h:2970:46: note: declared here
elm_entry.c:2052:9: error: incompatible type for argument 3 of 'edje_object_part_text_layout_region_set'
/usr/include/edje-1/Edje.h:2980:46: note: expected 'Evas_Coord_Rectangle' but argument is of type 'Evas_Coord'
elm_entry.c:2052:9: error: too many arguments to function 'edje_object_part_text_layout_region_set'
/usr/include/edje-1/Edje.h:2980:46: note: declared here
elm_entry.c: In function '_elm_entry_text_get':
elm_entry.c:2884:14: warning: passing argument 1 of 'free' discards qualifiers from pointer target type
/usr/include/stdlib.h:488:13: note: expected 'void *' but argument is of type 'const char *'
elm_entry.c: In function 'elm_entry_add':
elm_entry.c:2934:4: warning: implicit declaration of function 'elm_smart_scroller_propagate_events_set'
elm_entry.c:2973:36: warning: passing argument 4 of 'edje_object_signal_callback_add' from incompatible pointer type
/usr/include/edje-1/Edje.h:1930:46: note: expected 'Edje_Signal_Cb' but argument is of type 'Eina_Bool (*)(void *)'
elm_entry.c:3013:9: warning: implicit declaration of function 'edje_object_part_text_copy_paste_disabled_set'
elm_entry.c:3014:9: error: incompatible type for argument 3 of 'edje_object_part_text_viewport_region_set'
/usr/include/edje-1/Edje.h:2970:46: note: expected 'Evas_Coord_Rectangle' but argument is of type 'int'
elm_entry.c:3014:9: error: too many arguments to function 'edje_object_part_text_viewport_region_set'
/usr/include/edje-1/Edje.h:2970:46: note: declared here
elm_entry.c:3015:9: error: incompatible type for argument 3 of 'edje_object_part_text_layout_region_set'
/usr/include/edje-1/Edje.h:2980:46: note: expected 'Evas_Coord_Rectangle' but argument is of type 'int'
elm_entry.c:3015:9: error: too many arguments to function 'edje_object_part_text_layout_region_set'
/usr/include/edje-1/Edje.h:2980:46: note: declared here
make[4]: *** [libelementary_la-elm_entry.lo] Error 1

12 years agoMerge "[*][elm_widget] merge with 65399 & 65400 for fixing focus problem"
WooHyun Jung [Mon, 21 Nov 2011 00:48:13 +0000 (09:48 +0900)]
Merge "[*][elm_widget] merge with 65399 & 65400 for fixing focus problem"

12 years agowrong merge
ChunEon Park [Fri, 18 Nov 2011 12:59:55 +0000 (21:59 +0900)]
wrong merge

Change-Id: If3af01d20805409983776ba008211f36762c91e1

12 years ago[*][elm_widget] merge with 65399 & 65400 for fixing focus problem
WooHyun Jung [Sat, 19 Nov 2011 04:34:04 +0000 (13:34 +0900)]
[*][elm_widget] merge with 65399 & 65400 for fixing focus problem

12 years agoMerge "[elc_naviframe]: macros for control bar show/hide added."
Shilpa Singh [Fri, 18 Nov 2011 12:40:03 +0000 (21:40 +0900)]
Merge "[elc_naviframe]: macros for control bar show/hide added."

12 years agoMerge "Revert "[*][conformant] change elm_widget_show_region_set to be called by...
Jaehwan Kim [Fri, 18 Nov 2011 12:08:10 +0000 (21:08 +0900)]
Merge "Revert "[*][conformant] change elm_widget_show_region_set to be called by ecore_job" It will be upload again after merging with reviewed code."

12 years ago[elc_naviframe]: macros for control bar show/hide added.
Shilpa Singh [Fri, 18 Nov 2011 11:13:16 +0000 (16:43 +0530)]
[elc_naviframe]: macros for control bar show/hide added.

Change-Id: I031cbbe9d059eb3e205f72d26fd77c357ca05e11

12 years agoreverted naviframe macro. it should not be removed this time.
ChunEon Park [Fri, 18 Nov 2011 10:10:03 +0000 (19:10 +0900)]
reverted naviframe macro. it should not be removed this time.

Change-Id: Ic3fab3384548dcfaa6870e7f2ce9a6c0a73acc39

12 years ago[entry] added feature - getting intersection region of viewport objects
Myungjae Lee [Fri, 18 Nov 2011 09:11:13 +0000 (18:11 +0900)]
[entry] added feature - getting intersection region of viewport objects

12 years agoMerge "[genlist] disable previous item focus"
Hyoyoung Chang [Fri, 18 Nov 2011 08:21:50 +0000 (17:21 +0900)]
Merge "[genlist] disable previous item focus"

12 years agoRevert "[*][conformant] change elm_widget_show_region_set to be called by ecore_job"
Jaehwan Kim [Fri, 18 Nov 2011 08:16:13 +0000 (17:16 +0900)]
Revert "[*][conformant] change elm_widget_show_region_set to be called by ecore_job"
It will be upload again after merging with reviewed code.

This reverts commit bb94f810c944f44ec92af82af2ba2e93b0e602a7.

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

12 years ago[genlist] disable previous item focus
Hyoyoung Chang [Fri, 18 Nov 2011 06:22:30 +0000 (15:22 +0900)]
[genlist] disable previous item focus

Change-Id: I74bd69a62fffcc00b950728597ef91f86f0b7acf

12 years ago[naviframe] sync test
Mike McCormack [Fri, 18 Nov 2011 06:46:20 +0000 (15:46 +0900)]
[naviframe] sync test

12 years agoelementary - modified content_set/get/unset part names to be simple names.
hermet [Wed, 16 Nov 2011 12:51:53 +0000 (12:51 +0000)]
elementary - modified content_set/get/unset part names to be simple names.

Previous part names are just the swallow part names
but in modified version, the part names chaned to simpler meaning names to use.

i.e for button

elm_object_content_part_set(button, "elm.swallow.icon", icon);
-> elm_object_content_part_set(button, "icon", icon);

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

12 years agoelementary/panes - content_part_set/get/unset
hermet [Sun, 30 Oct 2011 15:50:14 +0000 (15:50 +0000)]
elementary/panes - content_part_set/get/unset

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

12 years agorearrange tests into categories using frames and buttons.
raster [Wed, 9 Nov 2011 12:06:12 +0000 (12:06 +0000)]
rearrange tests into categories using frames and buttons.

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

12 years agoElm glayer: Added "Gesture Layer 2" test.
tasn [Wed, 9 Nov 2011 10:46:04 +0000 (10:46 +0000)]
Elm glayer: Added "Gesture Layer 2" test.

This test tests all of the available gestures.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64980 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElementary Cursor Test: add layout tests
bdilly [Tue, 1 Nov 2011 21:13:04 +0000 (21:13 +0000)]
Elementary Cursor Test: add layout tests

Looks like some stuff is broken regarding layout cursors.

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

12 years agoremove all use of elm_toggle_ api
discomfitor [Thu, 20 Oct 2011 21:27:15 +0000 (21:27 +0000)]
remove all use of elm_toggle_ api

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

12 years agoelementary: oups missing test add
yoz [Fri, 9 Sep 2011 12:49:54 +0000 (12:49 +0000)]
elementary: oups missing test add

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

12 years agoelm test_genlist.c: I introduce "Genlist Textblock" test case into
seoz [Thu, 8 Sep 2011 10:21:04 +0000 (10:21 +0000)]
elm test_genlist.c: I introduce "Genlist Textblock" test case into
elementary_test. This will help test textblock with genlist. Enjoy it!

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

12 years agoelm test.c: Removed wrong warnings. Fixed indentation and removed
seoz [Mon, 29 Aug 2011 04:00:17 +0000 (04:00 +0000)]
elm test.c: Removed wrong warnings. Fixed indentation and removed
trailing whitespaces.

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

12 years agodont create main test win at all if test win only mode.
raster [Fri, 26 Aug 2011 07:40:51 +0000 (07:40 +0000)]
dont create main test win at all if test win only mode.

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

12 years agodont make index active - oops. debugging.
raster [Thu, 25 Aug 2011 14:06:27 +0000 (14:06 +0000)]
dont make index active - oops. debugging.

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

12 years agoif you activate index without it being clicked, the indicator bit is
raster [Thu, 25 Aug 2011 10:20:47 +0000 (10:20 +0000)]
if you activate index without it being clicked, the indicator bit is
visible but empty - dont show this until someone actually clicks.

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

12 years agoFrom: Jiyoun Park <jy0703.park@samsung.com>
raster [Thu, 11 Aug 2011 06:05:05 +0000 (06:05 +0000)]
From: Jiyoun Park <jy0703.park@samsung.com>
Subject: RE: [E-devel] [Patch] Animation gif feature patch

animated image support in elm icon - from jy.

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

12 years agofactory.... working on it. but up and kicking. it's a little unhappy
raster [Fri, 5 Aug 2011 11:15:03 +0000 (11:15 +0000)]
factory.... working on it. but up and kicking. it's a little unhappy
with the 102 million buttons i have in the scroller right now...  when
you scroll along, but... i'll work at it to make it work better.

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

12 years agoelementary: Ooops, I made a mistake. Return to the original test
yoz [Mon, 31 Oct 2011 16:01:29 +0000 (16:01 +0000)]
elementary: Ooops, I made a mistake. Return to the original test

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

12 years agoelementary: switch to elm_toolbar_horizontal_set in test
yoz [Mon, 31 Oct 2011 14:50:00 +0000 (14:50 +0000)]
elementary: switch to elm_toolbar_horizontal_set in test

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

12 years agoFrom: Jérémy Zurcher <jeremy@asynk.ch>
raster [Thu, 25 Aug 2011 10:01:59 +0000 (10:01 +0000)]
From: Jérémy Zurcher <jeremy@asynk.ch>
Subject: [E-devel] patch : eina_prefix + elementary_test

please find attached a small patch for eina_prefix

it prevent segfault when for instance
no elm_app_compile_*_dir_set is called prior to elm_app_info_set

and another one for elementary/src/bin/test*.c which tends to replace
usage of PACKAGE_DATA_DIR with elm_app_data_dir_get

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

12 years ago[toolbar] Sync with upstream @65285
Mike McCormack [Fri, 18 Nov 2011 05:23:40 +0000 (14:23 +0900)]
[toolbar] Sync with upstream @65285

12 years agoelementary: Remove casts
mike_m [Wed, 16 Nov 2011 06:18:45 +0000 (06:18 +0000)]
elementary: Remove casts

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@65285 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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 agoelm toolbar: Fixed toolbar access function. Thanks to Gustavo Barbieri.
seoz [Wed, 24 Aug 2011 16:13:13 +0000 (16:13 +0000)]
elm toolbar: Fixed toolbar access function. Thanks to Gustavo Barbieri.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62751 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 agoelm toolbar: Fixed build warnings.
seoz [Wed, 24 Aug 2011 08:10:48 +0000 (08:10 +0000)]
elm toolbar: Fixed build warnings.

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

12 years agomore useless elm stuff: vertical toolbar orientation (by cedric's request) along...
discomfitor [Sun, 7 Aug 2011 03:42:28 +0000 (03:42 +0000)]
more useless elm stuff: vertical toolbar orientation (by cedric's request) along with toolbar test 6 as a demo. still pretty buggy but I'm tired and don't know when/if I'll get around to fixing it up. play with the toolbar weight in the test to find more bugs!

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

12 years agoRemove comment differences
Mike McCormack [Fri, 18 Nov 2011 04:52:20 +0000 (13:52 +0900)]
Remove comment differences

12 years agoRevert unnecessary difference with upstream
Mike McCormack [Fri, 18 Nov 2011 03:11:30 +0000 (12:11 +0900)]
Revert unnecessary difference with upstream

12 years agoMerge "[genlist] re-add item select & item update changes"
Hyoyoung Chang [Fri, 18 Nov 2011 05:03:23 +0000 (14:03 +0900)]
Merge "[genlist] re-add item select & item update changes"

12 years agoUpdate translations
Mike McCormack [Fri, 18 Nov 2011 03:06:16 +0000 (12:06 +0900)]
Update translations

12 years agoElementary: Add support for the PSL1GHT engine
kakaroto [Sat, 5 Nov 2011 17:50:09 +0000 (17:50 +0000)]
Elementary: Add support for the PSL1GHT engine

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

12 years agoElementary: Use eina_lock in elm_store
kakaroto [Sat, 5 Nov 2011 17:49:11 +0000 (17:49 +0000)]
Elementary: Use eina_lock in elm_store

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

12 years agoelementary: Add ecore_cocoa backend to elementary
captainigloo [Wed, 2 Nov 2011 19:26:29 +0000 (19:26 +0000)]
elementary: Add ecore_cocoa backend to elementary

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

12 years agoElementary: do not enter po/ if --disable-nls is passed to configure
caro [Fri, 21 Oct 2011 21:20:12 +0000 (21:20 +0000)]
Elementary: do not enter po/ if --disable-nls is passed to configure

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

12 years agoit's time we moved to elm 0.8
raster [Thu, 20 Oct 2011 08:52:27 +0000 (08:52 +0000)]
it's time we moved to elm 0.8

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

12 years agoElementary: Oups, typo, need to test for second statement
kakaroto [Sat, 15 Oct 2011 09:51:26 +0000 (09:51 +0000)]
Elementary: Oups, typo, need to test for second statement

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

12 years agoElementary: untabify configure.ac
kakaroto [Sat, 15 Oct 2011 09:48:56 +0000 (09:48 +0000)]
Elementary: untabify configure.ac

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

12 years agoElementary: Check for PATH_MAX define availability
kakaroto [Sat, 15 Oct 2011 09:30:52 +0000 (09:30 +0000)]
Elementary: Check for PATH_MAX define availability

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

12 years agoand lets stick to ewebkit? there is no web_client (at least not from
raster [Fri, 30 Sep 2011 08:47:19 +0000 (08:47 +0000)]
and lets stick to ewebkit? there is no web_client (at least not from
webkit)

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

12 years agobump gettext version
caro [Tue, 27 Sep 2011 21:39:49 +0000 (21:39 +0000)]
bump gettext version

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

12 years agodont need elementary.dox anymore - it's empty.
raster [Tue, 9 Aug 2011 07:16:43 +0000 (07:16 +0000)]
dont need elementary.dox anymore - it's empty.

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

12 years agomake ecore_con a default requirement for elm.
raster [Wed, 27 Jul 2011 05:59:01 +0000 (05:59 +0000)]
make ecore_con a default requirement for elm.

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

12 years agoElementary : add an option to disable video support (enabled by default)
caro [Fri, 15 Jul 2011 06:06:03 +0000 (06:06 +0000)]
Elementary : add an option to disable video support (enabled by default)

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

12 years agoElementary theme: Split default.edc to a file per widget.
tasn [Tue, 2 Aug 2011 09:47:05 +0000 (09:47 +0000)]
Elementary theme: Split default.edc to a file per widget.

According to raster it should break  edje_decc for some people, I tested
it for as much as I could, but I couldn't find anything wrong with it.
Please let me know if it breaks for you.

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

12 years ago[genlist] re-add item select & item update changes
Hyoyoung Chang [Fri, 18 Nov 2011 02:21:28 +0000 (11:21 +0900)]
[genlist] re-add item select & item update changes

12 years agoPartial merge with @65218
Mike McCormack [Fri, 18 Nov 2011 02:19:35 +0000 (11:19 +0900)]
Partial merge with @65218

12 years agoPackage upload REL_F_I9500_20111118_2 REL_I9500_20111118_1
WooHyun Jung [Fri, 18 Nov 2011 01:16:35 +0000 (10:16 +0900)]
Package upload

12 years ago[*][genlist] rollback to previous package for fixing lockup
WooHyun Jung [Fri, 18 Nov 2011 00:50:00 +0000 (09:50 +0900)]
[*][genlist] rollback to previous package for fixing lockup

12 years agoupdate changelog REL_F_I9500_20111118_1
Hyoyoung Chang [Thu, 17 Nov 2011 11:43:29 +0000 (20:43 +0900)]
update changelog

12 years ago[genlist] removing item update when item data set
Hyoyoung Chang [Thu, 17 Nov 2011 02:31:36 +0000 (11:31 +0900)]
[genlist] removing item update when item data set

12 years ago[genlist] add to check selected condition at _item_unselect
Hyoyoung Chang [Tue, 15 Nov 2011 05:34:35 +0000 (14:34 +0900)]
[genlist] add to check selected condition at _item_unselect

Change-Id: Ib640f1934ce7cacea34110cb2cc27b0eb82113d4

12 years ago[entry] remove double pos set in cursor_end_set
Hyoyoung Chang [Mon, 14 Nov 2011 08:18:35 +0000 (17:18 +0900)]
[entry] remove double pos set in cursor_end_set

Change-Id: I72e142198884b97403b1601e2fc712dd5a297ddb

12 years ago[genlist] delete and create last selected item's childs
Hyoyoung Chang [Fri, 11 Nov 2011 09:39:42 +0000 (18:39 +0900)]
[genlist] delete and create last selected item's childs

Change-Id: I311e4492262a11e6fd4de7d7212ed24b7d1dabb4

12 years ago[*][entry] merged with 65225 for fixing filter problem
WooHyun Jung [Tue, 15 Nov 2011 08:59:02 +0000 (17:59 +0900)]
[*][entry] merged with 65225 for fixing filter problem

12 years agoRelease 1.0.0+svn.61256slp2+build86 REBUILDD-ARMEL-68411 REBUILDD-I386-68412
Mike McCormack [Tue, 15 Nov 2011 07:52:04 +0000 (16:52 +0900)]
Release 1.0.0+svn.61256slp2+build86

12 years agoRelease 1.0.0+svn.61256slp2+build85
Mike McCormack [Tue, 15 Nov 2011 07:52:04 +0000 (16:52 +0900)]
Release 1.0.0+svn.61256slp2+build85

12 years agoUpdate translations
Mike McCormack [Tue, 15 Nov 2011 06:50:33 +0000 (15:50 +0900)]
Update translations

12 years agoAdd ABI compatibility code for the toggle control
Mike McCormack [Tue, 15 Nov 2011 05:53:11 +0000 (14:53 +0900)]
Add ABI compatibility code for the toggle control

12 years agoelementary/check - content_set/get/unset
hermet [Fri, 28 Oct 2011 08:57:33 +0000 (08:57 +0000)]
elementary/check - content_set/get/unset

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

12 years agoElementary Toggle: Don't use deprecated functions
bdilly [Mon, 24 Oct 2011 23:41:11 +0000 (23:41 +0000)]
Elementary Toggle: Don't use deprecated functions

If we need to add functions born deprecated because it will
make other developers life easier, ok. But using these
deprecated functions inside our project isn't nice.

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

12 years agouse correct functions here
discomfitor [Thu, 20 Oct 2011 21:15:06 +0000 (21:15 +0000)]
use correct functions here

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

12 years agoand really move all toggle stuff over to check.
raster [Fri, 21 Oct 2011 04:36:25 +0000 (04:36 +0000)]
and really move all toggle stuff over to check.

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

12 years agowhitespace--
discomfitor [Fri, 21 Oct 2011 00:24:15 +0000 (00:24 +0000)]
whitespace--

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

12 years agomake toggle just a feature of check - on/off state and a togle style.
raster [Thu, 20 Oct 2011 12:30:04 +0000 (12:30 +0000)]
make toggle just a feature of check - on/off state and a togle style.
keep toggle api (wrapped around check) and deprecate it. it will
eventually go.

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

12 years agoelementary : indentation and some small changes
woohyun [Fri, 26 Aug 2011 02:02:15 +0000 (02:02 +0000)]
elementary : indentation and some small changes

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62845 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 agoMerge "[Copy&paste module] hide CBHM menu when CBHM doesn't have any items"
deasung.kim [Tue, 15 Nov 2011 06:04:03 +0000 (15:04 +0900)]
Merge "[Copy&paste module] hide CBHM menu when CBHM doesn't have any items"

12 years agofix bug i created - i broke check adding accessibility. fix fix fix!
raster [Thu, 25 Aug 2011 05:02:23 +0000 (05:02 +0000)]
fix bug i created - i broke check adding accessibility. fix fix fix!

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

12 years agoRevert "reverted elm_check. it doesn't work. donno."
Mike McCormack [Tue, 15 Nov 2011 03:29:38 +0000 (12:29 +0900)]
Revert "reverted elm_check. it doesn't work. donno."

This reverts commit 89d95197ae7bda7baf0f803ac745f181e91ef1ca.

12 years agoreverted elm_check. it doesn't work. donno. REL_I9200_20111115_1
ChunEon Park [Tue, 15 Nov 2011 02:22:29 +0000 (11:22 +0900)]
reverted elm_check. it doesn't work. donno.

12 years ago[Copy&paste module] hide CBHM menu when CBHM doesn't have any items
deasung.kim [Mon, 14 Nov 2011 14:31:21 +0000 (23:31 +0900)]
[Copy&paste module] hide CBHM menu when CBHM doesn't have any items

12 years agochangelog - repackaging REL_F_I9200_20111115_1
ChunEon Park [Mon, 14 Nov 2011 11:57:26 +0000 (20:57 +0900)]
changelog - repackaging

12 years agonaviframe - reverted freeze events
ChunEon Park [Mon, 14 Nov 2011 11:53:22 +0000 (20:53 +0900)]
naviframe - reverted freeze events

12 years agoMerge "naviframe -"
WooHyun Jung [Mon, 14 Nov 2011 11:16:33 +0000 (20:16 +0900)]
Merge "naviframe -"

12 years agonaviframe -
ChunEon Park [Mon, 14 Nov 2011 10:30:28 +0000 (19:30 +0900)]
naviframe -

1. removed rectangle which is for the block the events instead it applies evas_object_event_freeze_set/get
2. to be processed the signals right away when the item push and pop case.

12 years agoRelease 1.0.0+svn.61256slp2+build83 REBUILDD-ARMEL-68329 REBUILDD-I386-68330
Mike McCormack [Mon, 14 Nov 2011 09:17:33 +0000 (18:17 +0900)]
Release 1.0.0+svn.61256slp2+build83

12 years agoelementary/player - fixed build error
hermet [Mon, 31 Oct 2011 04:49:56 +0000 (04:49 +0000)]
elementary/player - fixed build error

sorry :p

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

12 years agoelementary/player - applied content_set/get/unset
hermet [Mon, 31 Oct 2011 03:58:44 +0000 (03:58 +0000)]
elementary/player - applied content_set/get/unset

finally, done!

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

12 years agoelementary: turn on priority when it make sense.
cedric [Mon, 3 Oct 2011 10:33:31 +0000 (10:33 +0000)]
elementary: turn on priority when it make sense.

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