platform/upstream/elementary.git
13 years agoElm entry: Remove useless sizing evals.
Tom Hacohen [Mon, 16 May 2011 14:09:56 +0000 (14:09 +0000)]
Elm entry: Remove useless sizing evals.

We already change the entry which cause a sizing eval anyway, no need to
force more for no reason.

SVN revision: 59451

13 years agosome docs on how to use the shot engine.. and other engines for elm
Carsten Haitzler [Mon, 16 May 2011 02:48:39 +0000 (02:48 +0000)]
some docs on how to use the shot engine.. and other engines for elm
for testing.

SVN revision: 59435

13 years agoElm/Theme/Application/Content-Back: revert my commit that made elm.swallow.end rel2...
Stephen Houston [Mon, 16 May 2011 02:33:21 +0000 (02:33 +0000)]
Elm/Theme/Application/Content-Back: revert my commit that made elm.swallow.end rel2 vertically align with the back button and the title.  According to k-s, this should be done using size hints on the object swallow in elm.swallow.end. Tested that out and it works just fine.

SVN revision: 59434

13 years agodisable xrender engine and fix string type for 8bit x11 software
Carsten Haitzler [Mon, 16 May 2011 02:26:16 +0000 (02:26 +0000)]
disable xrender engine and fix string type for 8bit x11 software
rendering

SVN revision: 59433

13 years agoElementary map: Removed Eina.h include. Eina.h is already included in Elementary.h.
Daniel Juyung Seo [Sun, 15 May 2011 17:26:59 +0000 (17:26 +0000)]
Elementary map: Removed Eina.h include. Eina.h is already included in Elementary.h.

SVN revision: 59410

13 years agofix compilation on Windows
Vincent Torri [Sun, 15 May 2011 16:14:17 +0000 (16:14 +0000)]
fix compilation on Windows

SVN revision: 59409

13 years agoElm entry: changed elm_entry_text_set to set the text with an idler.
Tom Hacohen [Sun, 15 May 2011 16:02:03 +0000 (16:02 +0000)]
Elm entry: changed elm_entry_text_set to set the text with an idler.

The text is split to chunks and then appended from an idler. This makes
the entry very responsive and smooth even with very long texts.

SVN revision: 59408

13 years agoElementary calendar: fix min_max_year_set function
Bruno Dilly [Sat, 14 May 2011 19:47:54 +0000 (19:47 +0000)]
Elementary calendar: fix min_max_year_set function

Properly support negative value for max year.
In this case, it shouldn't try to set the selected time
to year -1.

SVN revision: 59390

13 years ago[elementary] We don't want a sentinel value in the set of real values.
Gustavo Lima Chaves [Sat, 14 May 2011 18:15:15 +0000 (18:15 +0000)]
[elementary] We don't want a sentinel value in the set of real values.

SVN revision: 59388

13 years agoElm/Theme/Application/Content-Back: elm.swallow.end rel2 needs to be vertical 0.0...
Stephen Houston [Sat, 14 May 2011 17:57:39 +0000 (17:57 +0000)]
Elm/Theme/Application/Content-Back: elm.swallow.end rel2 needs to be vertical 0.0 so it lines up with the back button and the title.. (I am pretty sure this was the intent anyway).. otherwise the content you put there is very skinny and stretches the whole length of the window.  I am pretty sure I am possibly the only one using this so it shouldn't mess anyone elses app up.. however if it does, feel free to revert it.

SVN revision: 59386

13 years agoElementary elm_layout.c: Removed unnecessary lines. Sorry I don't like
Daniel Juyung Seo [Sat, 14 May 2011 03:24:46 +0000 (03:24 +0000)]
Elementary elm_layout.c: Removed unnecessary lines. Sorry I don't like
you :)

SVN revision: 59373

13 years agoElementary elm_config.c: Removed trailing whitespaces.
Daniel Juyung Seo [Fri, 13 May 2011 16:55:24 +0000 (16:55 +0000)]
Elementary elm_config.c: Removed trailing whitespaces.

SVN revision: 59370

13 years agoElementary genlist: Fixed elm_genlist_compress_mode_set().
Daniel Juyung Seo [Fri, 13 May 2011 06:10:13 +0000 (06:10 +0000)]
Elementary genlist: Fixed elm_genlist_compress_mode_set().

If compress mode is false, homogeneous mode needs to be false too.

SVN revision: 59361

13 years agoelementary/win - just removed white space
ChunEon Park [Fri, 13 May 2011 02:50:00 +0000 (02:50 +0000)]
elementary/win - just removed white space

SVN revision: 59357

13 years agoElementary map: fix pinch zoom resolution & zoom timing issue
Sangho Park [Thu, 12 May 2011 01:54:01 +0000 (01:54 +0000)]
Elementary map: fix pinch zoom resolution & zoom timing issue

SVN revision: 59335

13 years agoElementary map: remove redundancy of list traverse
Sangho Park [Wed, 11 May 2011 15:23:35 +0000 (15:23 +0000)]
Elementary map: remove redundancy of list traverse

SVN revision: 59333

13 years agoelm can now set vsync for gl windows/clients
Carsten Haitzler [Wed, 11 May 2011 09:06:59 +0000 (09:06 +0000)]
elm can now set vsync for gl windows/clients

SVN revision: 59321

13 years agoElementary map: warn-- & fix pinch zoom-out resolution
Sangho Park [Wed, 11 May 2011 07:27:48 +0000 (07:27 +0000)]
Elementary map: warn-- & fix pinch zoom-out resolution

SVN revision: 59318

13 years agoElementary map: fix bugs of pinch zoom
Sangho Park [Wed, 11 May 2011 05:30:27 +0000 (05:30 +0000)]
Elementary map: fix bugs of pinch zoom

SVN revision: 59315

13 years agoElementary: fix make distcheck
Bruno Dilly [Wed, 11 May 2011 02:27:18 +0000 (02:27 +0000)]
Elementary: fix make distcheck

Some images were forgotten.

SVN revision: 59312

13 years agoElementary slideshow: Fixed warnings. Removed unnecessary line.
Daniel Juyung Seo [Tue, 10 May 2011 12:59:57 +0000 (12:59 +0000)]
Elementary slideshow: Fixed warnings. Removed unnecessary line.

SVN revision: 59309

13 years agoelementary: add 2 method to slideshow item_nth_get and count_get
Michael BOUCHAUD [Tue, 10 May 2011 09:06:51 +0000 (09:06 +0000)]
elementary: add 2 method to slideshow item_nth_get and count_get

SVN revision: 59308

13 years agoelementary: fix slideshow with loop attribute set to false
Michael BOUCHAUD [Tue, 10 May 2011 08:38:02 +0000 (08:38 +0000)]
elementary: fix slideshow with loop attribute set to false

SVN revision: 59307

13 years agoElementary map: reduce grid num for speed
Sangho Park [Mon, 9 May 2011 14:30:29 +0000 (14:30 +0000)]
Elementary map: reduce grid num for speed

SVN revision: 59298

13 years agoElm toggle: wd->hidden is already toggled within _toggle_panel.
Tom Hacohen [Sun, 8 May 2011 12:50:16 +0000 (12:50 +0000)]
Elm toggle: wd->hidden is already toggled within _toggle_panel.

Patch by Jérémy Zurcher

SVN revision: 59278

13 years agoElementary .gitignore: Added Elementary.h to .gitignore.
Daniel Juyung Seo [Sun, 8 May 2011 07:54:24 +0000 (07:54 +0000)]
Elementary .gitignore: Added Elementary.h to .gitignore.

SVN revision: 59267

13 years agoElementary: Moved doxy to header.
Daniel Juyung Seo [Sun, 8 May 2011 05:44:18 +0000 (05:44 +0000)]
Elementary: Moved doxy to header.

SVN revision: 59263

13 years agoElementary map: fix blink bug at zoom-in
Sangho Park [Sat, 7 May 2011 13:55:30 +0000 (13:55 +0000)]
Elementary map: fix blink bug at zoom-in

SVN revision: 59262

13 years agoElementary map:
Sangho Park [Sat, 7 May 2011 13:37:31 +0000 (13:37 +0000)]
Elementary map:
  > fix zoom-out animation bug
  > increase drawing grid number for rotate

SVN revision: 59261

13 years agoElementary: Removed trailing whitespaces.
Daniel Juyung Seo [Sat, 7 May 2011 08:37:47 +0000 (08:37 +0000)]
Elementary: Removed trailing whitespaces.

SVN revision: 59260

13 years agoElementary map:
Sangho Park [Sat, 7 May 2011 06:32:34 +0000 (06:32 +0000)]
Elementary map:
  > fix ZOOM_AUTO_FILL, FIT bug
  > fix wheel bug  when paused is set

SVN revision: 59257

13 years agoElementary genlist: Added "swipe" signal to doxygen.
Daniel Juyung Seo [Sat, 7 May 2011 00:31:17 +0000 (00:31 +0000)]
Elementary genlist: Added "swipe" signal to doxygen.

SVN revision: 59256

13 years agoElementary genlist: Use signal callback table.
Daniel Juyung Seo [Sat, 7 May 2011 00:30:39 +0000 (00:30 +0000)]
Elementary genlist: Use signal callback table.

SVN revision: 59255

13 years agoElementary slideshow: Fixed doxygen typo.
Daniel Juyung Seo [Fri, 6 May 2011 23:29:55 +0000 (23:29 +0000)]
Elementary slideshow: Fixed doxygen typo.

SVN revision: 59254

13 years agoelementary: reduce error noise.
Cedric BAIL [Fri, 6 May 2011 16:14:04 +0000 (16:14 +0000)]
elementary: reduce error noise.

SVN revision: 59243

13 years agoElementary map: fix wheel zoom bug
Sangho Park [Fri, 6 May 2011 10:52:20 +0000 (10:52 +0000)]
Elementary map: fix wheel zoom bug

SVN revision: 59240

13 years agoelementary: add item_sorted_insert in slideshow
Michael BOUCHAUD [Fri, 6 May 2011 10:22:32 +0000 (10:22 +0000)]
elementary: add item_sorted_insert in slideshow

SVN revision: 59239

13 years agoElementary genlist: Fixed item disabled set bug more and fixed my
Daniel Juyung Seo [Fri, 6 May 2011 02:59:49 +0000 (02:59 +0000)]
Elementary genlist: Fixed item disabled set bug more and fixed my
previous commit.

SVN revision: 59229

13 years agoElementary genlist: Fixed item disabled set bug and disabled swallow
Daniel Juyung Seo [Fri, 6 May 2011 02:07:00 +0000 (02:07 +0000)]
Elementary genlist: Fixed item disabled set bug and disabled swallow
objects as well.

SVN revision: 59228

13 years agoElementary map:
Sangho Park [Thu, 5 May 2011 15:15:43 +0000 (15:15 +0000)]
Elementary map:
   > --bug of zoom
   > API change (double elm_map_zoom_get() -> int elm_map_zoom_get())

SVN revision: 59216

13 years agofix undef ref on Mac OS X. Patch by Dave Ray
Vincent Torri [Thu, 5 May 2011 08:28:16 +0000 (08:28 +0000)]
fix undef ref on Mac OS X. Patch by Dave Ray

SVN revision: 59199

13 years agoElementary map: remove warnings of test_map
Sangho Park [Thu, 5 May 2011 07:42:12 +0000 (07:42 +0000)]
Elementary map: remove warnings of test_map

SVN revision: 59198

13 years agowrn--
Carsten Haitzler [Wed, 4 May 2011 21:27:34 +0000 (21:27 +0000)]
wrn--

SVN revision: 59197

13 years agoElementary map: add elm_menu to test_map
Sangho Park [Wed, 4 May 2011 15:01:07 +0000 (15:01 +0000)]
Elementary map: add elm_menu to test_map

SVN revision: 59193

13 years agoelementary: fix aspect ratio of thumbnail.
Cedric BAIL [Wed, 4 May 2011 14:11:12 +0000 (14:11 +0000)]
elementary: fix aspect ratio of thumbnail.

SVN revision: 59192

13 years agoallow elm to auto-screenshot and save windows all by itself just with
Carsten Haitzler [Wed, 4 May 2011 10:09:59 +0000 (10:09 +0000)]
allow elm to auto-screenshot and save windows all by itself just with
a special elm_engine var - great way to auto-generate screenies from
apps and change config/theme and everything automatically (via scripts
etc.)

SVN revision: 59185

13 years agoElementary map: elm_map source patch
Sangho Park [Wed, 4 May 2011 09:44:53 +0000 (09:44 +0000)]
Elementary map: elm_map source patch

i removed all custom enum & url callback of elm_map.
(ELM_MAP_SOURCE_CUSTOM_1, ELM_MAP_SOURCE_CUSTOM_2, ..., _custom1_url_cb, _custom2_url_cb, ... etc)
instead of those, i made sources list.
changed APIs are almost internal APIs...
but some APIs were changed for intuitive usage of map source.
user can make map module instead of setting custom APIs.

another change is "elm_module -> eina_module".
the reason of this change, is that elm_module uses environment value (i.e getenv, setenv.. ELM_MODULES)
i don't want to have a environment value dependency.

SVN revision: 59184

13 years agoElementary entry: Shouldn't set max width for single line.
Tom Hacohen [Wed, 4 May 2011 07:11:21 +0000 (07:11 +0000)]
Elementary entry: Shouldn't set max width for single line.

SVN revision: 59174

13 years agooops test resize there. remove.
Carsten Haitzler [Wed, 4 May 2011 06:30:05 +0000 (06:30 +0000)]
oops test resize there. remove.

SVN revision: 59170

13 years agoElementary: Changed homogenous to homogeneous.
Daniel Juyung Seo [Wed, 4 May 2011 04:53:39 +0000 (04:53 +0000)]
Elementary: Changed homogenous to homogeneous.

Deprecated existing APIs but not removed them. They will be removed
sometime later or when elm 1.0 is released. And added new APIs.
I fixed box, table and toolbar. I will modify other codes in trunk soon.

SVN revision: 59160

13 years agohomogeneous table test.
Carsten Haitzler [Wed, 4 May 2011 02:28:47 +0000 (02:28 +0000)]
homogeneous table test.

SVN revision: 59159

13 years agoElementary: po update.
Daniel Juyung Seo [Tue, 3 May 2011 17:55:48 +0000 (17:55 +0000)]
Elementary: po update.

SVN revision: 59155

13 years agoElementary genlist: Fixed warning. Spank raster.
Daniel Juyung Seo [Tue, 3 May 2011 17:32:18 +0000 (17:32 +0000)]
Elementary genlist: Fixed warning. Spank raster.

SVN revision: 59154

13 years agowe don't need norender anymore since i changed the processing to use
Carsten Haitzler [Tue, 3 May 2011 11:25:33 +0000 (11:25 +0000)]
we don't need norender anymore since i changed the processing to use
an idle enterer.

SVN revision: 59147

13 years agoElementary entry: Added mixedwrap theme groups and use them.
Tom Hacohen [Mon, 2 May 2011 11:08:35 +0000 (11:08 +0000)]
Elementary entry: Added mixedwrap theme groups and use them.

SVN revision: 59116

13 years agoElementary: Use an enum for selecting line-wrap method.
Tom Hacohen [Mon, 2 May 2011 10:56:16 +0000 (10:56 +0000)]
Elementary: Use an enum for selecting line-wrap method.

BREAKS API - discussed in ML before.

SVN revision: 59115

13 years agoelementary: make elm_thumb never lock your app.
Cedric BAIL [Mon, 2 May 2011 10:20:25 +0000 (10:20 +0000)]
elementary: make elm_thumb never lock your app.

SVN revision: 59113

13 years agoelementary: don't trigger eina warning with empty hash.
Cedric BAIL [Mon, 2 May 2011 10:16:18 +0000 (10:16 +0000)]
elementary: don't trigger eina warning with empty hash.

SVN revision: 59111

13 years agoelementary: fix segv when exiting elementary_config.
Cedric BAIL [Mon, 2 May 2011 10:11:38 +0000 (10:11 +0000)]
elementary: fix segv when exiting elementary_config.

SVN revision: 59110

13 years agoFrom: Jaehwan Kim <jae.hwan.kim@samsung.com>
Jaehwan Kim [Mon, 2 May 2011 09:22:50 +0000 (09:22 +0000)]
From: Jaehwan Kim <jae.hwan.kim@samsung.com>
Subject: [E-devel] [Patch] els_scroller bug patch.

I and Seoz found some problem about
_elm_smart_scroller_wanted_region_set in els_scroller.
While genlist items are appended, momentum animation in scroller
cannot operate.
It's why _elm_smart_Scroller_wanted_region_set is called continually.
It's the problem which Seoz told you. and I fixed this problem.
Please check the attached patch file.

If you want to check the problem.
Set the "Thumb scroll friction" in elementary_config to 2~3.
Change the file "test_genlist.c" in elementary/src/bin like below.

SVN revision: 59105

13 years agoelementry/box - 0 -> EINA_FALSE
ChunEon Park [Mon, 2 May 2011 01:20:11 +0000 (01:20 +0000)]
elementry/box - 0 -> EINA_FALSE

SVN revision: 59091

13 years agoElementary els_scroller: Merge region_show and region_bring_in codes.
Tom Hacohen [Sun, 1 May 2011 09:40:30 +0000 (09:40 +0000)]
Elementary els_scroller: Merge region_show and region_bring_in codes.

They are 99.99% the same, no reason why not to merge them.

SVN revision: 59077

13 years agoElementary els_scroller: Fixed not moving when position is shown.
Tom Hacohen [Sun, 1 May 2011 09:40:28 +0000 (09:40 +0000)]
Elementary els_scroller: Fixed not moving when position is shown.

The scroller shouldn't move when the position requested is already
shown. There were two problems:
1. It was assumed that the cw/ch == requsted w/h which is not true, for
example with entry, we sometimes request to show the cursor which way
smaller.
2. We want to check the bounds *after* making sure we are not showing
"dead space" i.e places that the child does not populate.

SVN revision: 59076

13 years agoElementary entry: Fix hint_min setting to work with scroller.
Tom Hacohen [Sun, 1 May 2011 09:40:19 +0000 (09:40 +0000)]
Elementary entry: Fix hint_min setting to work with scroller.

SVN revision: 59075

13 years agoelementary / transit - added one exception handling.
ChunEon Park [Sun, 1 May 2011 07:49:24 +0000 (07:49 +0000)]
elementary / transit - added one exception handling.

SVN revision: 59074

13 years agoElementary thumb: Fixed warnings.
Daniel Juyung Seo [Fri, 29 Apr 2011 12:40:47 +0000 (12:40 +0000)]
Elementary thumb: Fixed warnings.

SVN revision: 59037

13 years agoElementary map: Fixed warning.
Daniel Juyung Seo [Fri, 29 Apr 2011 12:37:31 +0000 (12:37 +0000)]
Elementary map: Fixed warning.

SVN revision: 59036

13 years agoElementary layout: Removed 'const' from elm_layout_content_get() API.
Daniel Juyung Seo [Fri, 29 Apr 2011 12:33:36 +0000 (12:33 +0000)]
Elementary layout: Removed 'const' from elm_layout_content_get() API.

This API callers can handle layout content. ex)
evas_object_del(content);

SVN revision: 59035

13 years agoElementary gengrid: Fixed bug. Patch by Jeonghyun Yun
Daniel Juyung Seo [Fri, 29 Apr 2011 10:50:55 +0000 (10:50 +0000)]
Elementary gengrid: Fixed bug. Patch by Jeonghyun Yun
<hj0506.yun@smasung.com>

From Jeonghyun Yun.
Hello.

I attached the patch file for calc_job bug.

I found ecore_magic_fail problem when ecore_job_del(wd->calc_job).
wd->calc_job should also to be NULL when pan_smart's cvw and cvh is 0 in
calc_job().

Please check about this patch.

Thanks.

SVN revision: 59034

13 years agoElementary table: Fixed wrong API name. Patch by Lionel Orry
Daniel Juyung Seo [Fri, 29 Apr 2011 09:04:48 +0000 (09:04 +0000)]
Elementary table: Fixed wrong API name. Patch by Lionel Orry
<lionel.orry@gmail.com>

From Lionel Orry:
Hi devs,

while working on the ffi-efl Ruby bindings for the EFL, I noticed a
wrong declaration in Elementary.h:
s/elm_table_homogeneous_get/elm_table_homogenous_get/.

The patch can be found here: http://pastie.org/1846490

To apply:

cd <path/to/elementary>
wget -O - http://pastie.org/pastes/1846490/download | patch -p0

Thanks in advance,
Lionel

SVN revision: 59033

13 years agoElementary entry: Fixed bug with jumping scroller when editing text.
Tom Hacohen [Thu, 28 Apr 2011 17:50:26 +0000 (17:50 +0000)]
Elementary entry: Fixed bug with jumping scroller when editing text.

Get cursor position only when needed, don't get it in advance, cache and
then find out it's not correct because we already moved the entry 10
10 times since :)

SVN revision: 59020

13 years agoElementary map: change evas_object_line (route) to evas_object_polygon
Sangho Park [Thu, 28 Apr 2011 16:52:52 +0000 (16:52 +0000)]
Elementary map: change evas_object_line (route) to evas_object_polygon

SVN revision: 59016

13 years agoelementary: proper fix for thumbnail race condition.
Cedric BAIL [Thu, 28 Apr 2011 15:53:19 +0000 (15:53 +0000)]
elementary: proper fix for thumbnail race condition.

NOTE: evas is able to load corrupted file in some case.
Without proper detection of this corrupted file, we will always end
up with some error when doing thumbnail of the same file in parallele.

SVN revision: 59013

13 years agoElementary entry: Fix min size calculation.
Tom Hacohen [Thu, 28 Apr 2011 15:47:01 +0000 (15:47 +0000)]
Elementary entry: Fix min size calculation.

SVN revision: 59012

13 years agoElementary test.c: Fixed doxygen typo.
Daniel Juyung Seo [Thu, 28 Apr 2011 15:45:32 +0000 (15:45 +0000)]
Elementary test.c: Fixed doxygen typo.

SVN revision: 59011

13 years agoElementary main: Fixed doxygen typo.
Daniel Juyung Seo [Thu, 28 Apr 2011 15:25:16 +0000 (15:25 +0000)]
Elementary main: Fixed doxygen typo.

SVN revision: 59009

13 years agoElementary map: Use !! to Eina_Bool substitution in EAPIs.
Daniel Juyung Seo [Thu, 28 Apr 2011 15:12:28 +0000 (15:12 +0000)]
Elementary map: Use !! to Eina_Bool substitution in EAPIs.

SVN revision: 59008

13 years agoElementary: Fixed formatting.
Daniel Juyung Seo [Thu, 28 Apr 2011 15:10:25 +0000 (15:10 +0000)]
Elementary: Fixed formatting.

Removed trailing white spaces. Fixed indentation.

SVN revision: 59007

13 years agoelementary: reduce possibility of reading thumbnail in the middle of its generation.
Cedric BAIL [Thu, 28 Apr 2011 14:04:00 +0000 (14:04 +0000)]
elementary: reduce possibility of reading thumbnail in the middle of its generation.

SVN revision: 59005

13 years agoelementary: fix race condition in elm_thumb.
Cedric BAIL [Thu, 28 Apr 2011 13:24:18 +0000 (13:24 +0000)]
elementary: fix race condition in elm_thumb.

SVN revision: 59003

13 years agoElementary icon: Fixed doxygen typo.
Daniel Juyung Seo [Thu, 28 Apr 2011 08:10:34 +0000 (08:10 +0000)]
Elementary icon: Fixed doxygen typo.

SVN revision: 58990

13 years agoElementary map: fix zoom animation bug
Sangho Park [Thu, 28 Apr 2011 07:51:46 +0000 (07:51 +0000)]
Elementary map: fix zoom animation bug

SVN revision: 58989

13 years agoElementary map: Added ELM_CHECK_WIDTYPE to EAPIs.
Sangho Park [Thu, 28 Apr 2011 05:40:48 +0000 (05:40 +0000)]
Elementary map: Added ELM_CHECK_WIDTYPE to EAPIs.

SVN revision: 58987

13 years agoElementary map: Added wd vadidation check routine to EAPIs.
Daniel Juyung Seo [Thu, 28 Apr 2011 04:16:00 +0000 (04:16 +0000)]
Elementary map: Added wd vadidation check routine to EAPIs.

SVN revision: 58986

13 years agoelm_map: add default wheel control for zoom in/out
Sangho Park [Thu, 28 Apr 2011 02:47:12 +0000 (02:47 +0000)]
elm_map: add default wheel control for zoom in/out

SVN revision: 58985

13 years agoels_scroller: add apis for enable/disable default wheel control
Sangho Park [Thu, 28 Apr 2011 02:34:00 +0000 (02:34 +0000)]
els_scroller: add apis for enable/disable default wheel control

SVN revision: 58984

13 years agoElementary test_thumb.c: Fixed formatting.
Daniel Juyung Seo [Thu, 28 Apr 2011 02:05:08 +0000 (02:05 +0000)]
Elementary test_thumb.c: Fixed formatting.

SVN revision: 58983

13 years agoElementary thumb: Added ethumb check routine.
Daniel Juyung Seo [Thu, 28 Apr 2011 02:01:13 +0000 (02:01 +0000)]
Elementary thumb: Added ethumb check routine.

SVN revision: 58982

13 years agoElementary thumb: Fixed warning.
Daniel Juyung Seo [Thu, 28 Apr 2011 00:33:46 +0000 (00:33 +0000)]
Elementary thumb: Fixed warning.

SVN revision: 58981

13 years agoelementary: use new ethumb async exists API.
Cedric BAIL [Wed, 27 Apr 2011 18:07:18 +0000 (18:07 +0000)]
elementary: use new ethumb async exists API.

SVN revision: 58978

13 years agoElementary elm_widget: Use Eina_Bool instead of int for boolean type.
Daniel Juyung Seo [Wed, 27 Apr 2011 16:12:56 +0000 (16:12 +0000)]
Elementary elm_widget: Use Eina_Bool instead of int for boolean type.

SVN revision: 58969

13 years agoElementary: Use !! to Eina_Bool substitution in EAPIs.
Daniel Juyung Seo [Wed, 27 Apr 2011 16:06:11 +0000 (16:06 +0000)]
Elementary: Use !! to Eina_Bool substitution in EAPIs.

SVN revision: 58968

13 years agoelm_map: fix zomming bug
Sangho Park [Wed, 27 Apr 2011 16:01:47 +0000 (16:01 +0000)]
elm_map: fix zomming bug

SVN revision: 58967

13 years agoElementary els_scroller.c: Refactored code.
Daniel Juyung Seo [Wed, 27 Apr 2011 15:31:31 +0000 (15:31 +0000)]
Elementary els_scroller.c: Refactored code.

Changed unsigned char to Eina_Bool. Changed 0 to EINA_FALSE for Eina_Bool type variables. Removed unnecessary blank line. Added braces in if statements.

SVN revision: 58964

13 years agoElementary default.edc: Removed unnecessary blank lines and trailing whitespaces.
Daniel Juyung Seo [Wed, 27 Apr 2011 14:54:31 +0000 (14:54 +0000)]
Elementary default.edc: Removed unnecessary blank lines and trailing whitespaces.

SVN revision: 58962

13 years agoElementary elm_conform.c: Fixed warnings.
Daniel Juyung Seo [Wed, 27 Apr 2011 13:53:25 +0000 (13:53 +0000)]
Elementary elm_conform.c: Fixed warnings.

SVN revision: 58960

13 years agoelementary/ctxpopup - added minor exceptions.
ChunEon Park [Wed, 27 Apr 2011 13:09:37 +0000 (13:09 +0000)]
elementary/ctxpopup - added minor exceptions.

SVN revision: 58959

13 years agoelementary / default theme - fixed identation and removed white spaces for ctxpopup
ChunEon Park [Wed, 27 Apr 2011 11:44:20 +0000 (11:44 +0000)]
elementary / default theme - fixed identation and removed white spaces for ctxpopup

SVN revision: 58957

13 years agoelementar / ctxpopup - not important changes but ready for refactoring.
ChunEon Park [Wed, 27 Apr 2011 11:39:28 +0000 (11:39 +0000)]
elementar / ctxpopup - not important changes but ready for refactoring.

SVN revision: 58956

13 years agoback to 2000 items in test.
Carsten Haitzler [Wed, 27 Apr 2011 10:18:08 +0000 (10:18 +0000)]
back to 2000 items in test.

SVN revision: 58952