Commit Graph

2554 Commits

Author SHA1 Message Date
Carsten Haitzler ea4ac075fb add test4 for table
SVN revision: 59696
2011-05-26 08:45:20 +00:00
Daniel Juyung Seo 9005f95c62 Elementary: Removed trailing whitespaces except for some files that
raster is heavily working on recently.


SVN revision: 59683
2011-05-26 00:39:12 +00:00
Michael BOUCHAUD bff85e95bd elementary: add eio test with a genlist
SVN revision: 59675
2011-05-25 19:08:38 +00:00
Michael BOUCHAUD c89bde9986 elementary: thanks to the recent add of eina_inlist_sorted_insert add elm_genlist_item_sorted_insert
SVN revision: 59672
2011-05-25 14:58:39 +00:00
Bruno Dilly 775a8e32a3 Elementary grid: dont use evas_obj_table on wd->grd
wd->grd is an evas_object_grid, so children should be get
with evas_object_grid_children_get

Btw, I'm not testing this function, just saw it.


SVN revision: 59671
2011-05-25 14:52:28 +00:00
Bruno Dilly 97fa1a4051 Elementary grid: fix focus_next_hook
I supposed it was c&p from elm_table and it was trying
to access a wrong widget data member.


SVN revision: 59670
2011-05-25 14:36:55 +00:00
Carsten Haitzler 4300162074 elm grid -> handle focus chainy fun
SVN revision: 59665
2011-05-25 11:47:09 +00:00
Carsten Haitzler 66b0ee3cd3 add table test case.
SVN revision: 59664
2011-05-25 11:44:10 +00:00
Carsten Haitzler 9bd346b9c6 and... flip now does interactive flipping.. AND page curl flips...
woooo!



SVN revision: 59662
2011-05-25 10:20:49 +00:00
Carsten Haitzler aed4148c70 flip now supports the beginnings of interactive mode. - drag to flip
it in a direction.



SVN revision: 59660
2011-05-25 06:06:48 +00:00
Daniel Juyung Seo dbb3d5fb14 Elementary genlist: Fixed bug in single selection mode to prevent
multiple selection. Patch by Hyoyoung Chang <hyoyoung.chang@samsung.com>

On Tue, May 24, 2011 at 7:43 PM, Hyoyoung Chang
<hyoyoung.chang@samsung.com> wrote:
Dear Elementary developers.

I made a oneline patch.
It's about in single selection mode of elm_genlist.
In single selection mode, some multi touching can make multi selected items.

It can't easy reproduce at PC environment(like as mouse+keyboard), but if you have multi touching device you can easily reproduce.

Reproduce step is putting two pointing device on genlist.
1.      long pressing one pointer.
2.      Short press another one pointer.
3.      And repeat alternating press two device
Then you can find multi selected items in single selection mode.

So my approach is if a item is not selection and just only
highlighted, then make it with _item_unselection()


SVN revision: 59659
2011-05-25 03:01:51 +00:00
Daniel Juyung Seo 1e61a1731b Elementary calendar: Fixed warnings from -Wshadow option.
SVN revision: 59653
2011-05-24 12:57:44 +00:00
Daniel Juyung Seo a0ba6ba525 Elementary genlist: Refactoring. Separated _item_unhighlight() from
_item_unselect().

1. _item_select() and _item_highlight() are also separated. Each
function can be called separately. This will be introduced in later
commit.
2. 'unhighlight' sounds weird but there is no other good names.
3. Call _item_unhighlight() before _item_unselect() for selected items.


SVN revision: 59652
2011-05-24 11:41:00 +00:00
Carsten Haitzler bf18aa110e fix page to properly show front and back objects.
SVN revision: 59649
2011-05-24 11:11:10 +00:00
Daniel Juyung Seo 0321987096 Elementary genlist: Removed unnecessary height_for_width codes.
SVN revision: 59647
2011-05-24 10:51:26 +00:00
Carsten Haitzler 507574d6d0 cube up/down already handled.
SVN revision: 59641
2011-05-24 07:49:50 +00:00
Carsten Haitzler 356e7c1d4d fmting.
SVN revision: 59640
2011-05-24 07:49:37 +00:00
Carsten Haitzler db4dae275e fix odd # of slices in x and y axis
SVN revision: 59639
2011-05-24 07:49:11 +00:00
Carsten Haitzler 91561e60a6 and avoid the gl engine perspective stuff
SVN revision: 59636
2011-05-24 05:58:44 +00:00
Carsten Haitzler 0ec1786593 and reduce the amount of calculating we do. we did way too much.
SVN revision: 59635
2011-05-24 05:27:11 +00:00
ChunEon Park 6a49d2285b elementary/transit - removed white trailing.
SVN revision: 59634
2011-05-24 05:20:17 +00:00
ChunEon Park f430322e0a elementary / transit - fixed afterimage indirectly.
SVN revision: 59633
2011-05-24 04:50:29 +00:00
Carsten Haitzler bca08faf1b dont re-create proxy objects for map if we can avoid it.
SVN revision: 59629
2011-05-23 16:02:37 +00:00
Carsten Haitzler d5fc7633fb fix out of bounds check.
SVN revision: 59628
2011-05-23 13:12:35 +00:00
Carsten Haitzler 65c5ee4e18 and now it animates the "snap to position" either continuing the turn,
or snaps back to its orig posn.



SVN revision: 59623
2011-05-23 12:22:59 +00:00
Daniel Juyung Seo c0fa29eccc Elementary genlist: Removed unnecessary/deprecated codes due to
internal changes.


SVN revision: 59622
2011-05-23 12:19:42 +00:00
Carsten Haitzler 228003ed04 and allow flipping in 4 directions! woots!
SVN revision: 59621
2011-05-23 11:22:41 +00:00
Boris Faure 954dc1d645 elementary: make test flipselector more natural
SVN revision: 59617
2011-05-23 10:03:13 +00:00
Carsten Haitzler 8791c3a409 and flip now does shading nicely. rather hacky, but works well.
SVN revision: 59606
2011-05-23 04:28:33 +00:00
Carsten Haitzler 3a0f6adfe1 dont add to win resize objs if alread one
SVN revision: 59605
2011-05-23 01:24:43 +00:00
Carsten Haitzler 6180b94884 start on light src shading
SVN revision: 59574
2011-05-22 05:28:33 +00:00
Carsten Haitzler 4b708d9155 improve flip some more.
SVN revision: 59573
2011-05-22 04:02:17 +00:00
Carsten Haitzler cf6d98a064 much better flip
SVN revision: 59572
2011-05-22 02:24:54 +00:00
Daniel Juyung Seo 1822602e24 Elementary test_flip_page.c: Removed trailing whitespaces. Spank raster!
SVN revision: 59571
2011-05-22 02:16:01 +00:00
Sangho Park aefa4bc2b7 Elementary Map: remove ZOOM_MAX macro because it is not constant.
it'll be decided after all map source are loaded.


SVN revision: 59565
2011-05-21 13:13:53 +00:00
Sangho Park 38c4a57de6 Elementary map: fix doxygen
SVN revision: 59564
2011-05-21 12:09:55 +00:00
Sangho Park 0203bfdb0e Elementary Map: --warns (-Wshadow)
SVN revision: 59562
2011-05-21 08:59:19 +00:00
Daniel Juyung Seo b388a21bfd Elementary elm_transit.c: Fixed warnings.
SVN revision: 59561
2011-05-21 06:28:25 +00:00
Carsten Haitzler 3c83656d70 move test code further down out of the way.
SVN revision: 59558
2011-05-21 01:38:51 +00:00
Carsten Haitzler 16ecf697ff clean up flip code a bit. working on an eventual clean bit of code +
algorithm.



SVN revision: 59557
2011-05-21 01:38:02 +00:00
ChunEon Park 69b27be5f7 elementary / transit - removed unused variables.
SVN revision: 59551
2011-05-20 06:56:31 +00:00
ChunEon Park 53058197aa elementary / transit - modifed to be available to add same object to multiple transits. (for chain transit)
SVN revision: 59550
2011-05-20 06:51:05 +00:00
Sangho Park 1a547f902f Elementary map: split route & track (watchwolf's suggestion)
SVN revision: 59548
2011-05-20 05:55:15 +00:00
Daniel Juyung Seo 694d5bff78 Elementary test_flip_page.c: Fixed warnings.
SVN revision: 59545
2011-05-20 00:46:09 +00:00
Daniel Juyung Seo c94f5ac6a6 Elementary: Removed trailing whitespaces.
/me spanks raster. Raster has begun to like whitespaces recently.


SVN revision: 59544
2011-05-20 00:43:05 +00:00
Michael BOUCHAUD 179252f378 elementary: add object_get to elm_image
SVN revision: 59543
2011-05-19 20:02:16 +00:00
Tom Hacohen 2d88066300 Elm entry: strndup is not portable, use memcpy.
Thanks to vtorri for the notice.

SVN revision: 59540
2011-05-19 13:27:46 +00:00
Carsten Haitzler 79470ac11f and make sure smooht is off!
SVN revision: 59538
2011-05-19 13:07:50 +00:00
Carsten Haitzler fed6752372 add page curl test. right now its code in test. will eventually become
widget when refined. right nhow its a test that has been kikcing proxy
around so its in svn.



SVN revision: 59537
2011-05-19 13:03:48 +00:00
Daniel Juyung Seo 46ee160b3f Elementary conform: Patch by Prince for virtual keypad support and
adding a new API.

1. Virtual Keypad Support.
2. New API "elm_conformant_content_area_get" added.
- Reviewed by Rasterman and I just fixed warnings.


SVN revision: 59528
2011-05-19 10:58:16 +00:00
ChunEon Park 585cf56101 elementary/transit - modified to use eina_inlist instead of eina_list
SVN revision: 59525
2011-05-19 09:34:26 +00:00
Vincent Torri d35990ebbc elm_conform.c : MIN and MAX not always defined
SVN revision: 59514
2011-05-18 16:49:20 +00:00
Tom Hacohen 9cfb487605 Elm entry: Set show region only when cursor changes.
This lets us scroll away from our content and resize the entry without
any unwanted jumps.

SVN revision: 59501
2011-05-18 11:48:38 +00:00
Carsten Haitzler 3caf7e40e1 oops lost the elm widget sub ob add call. fixed.
SVN revision: 59484
2011-05-18 07:29:32 +00:00
Carsten Haitzler 72fca358dd elm grid obj++
SVN revision: 59483
2011-05-18 07:15:36 +00:00
Carsten Haitzler ace5df4a3f fix elm table clear to remove elm widget usb obj entries!
SVN revision: 59482
2011-05-18 07:04:51 +00:00
Tom Hacohen 992133a640 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
2011-05-16 14:09:56 +00:00
Carsten Haitzler d0c2e7f982 some docs on how to use the shot engine.. and other engines for elm
for testing.



SVN revision: 59435
2011-05-16 02:48:39 +00:00
Carsten Haitzler 4bf9689385 disable xrender engine and fix string type for 8bit x11 software
rendering



SVN revision: 59433
2011-05-16 02:26:16 +00:00
Daniel Juyung Seo c89634749a Elementary map: Removed Eina.h include. Eina.h is already included in Elementary.h.
SVN revision: 59410
2011-05-15 17:26:59 +00:00
Vincent Torri dfb8e2683c fix compilation on Windows
SVN revision: 59409
2011-05-15 16:14:17 +00:00
Tom Hacohen d288b45eca 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
2011-05-15 16:02:03 +00:00
Bruno Dilly 4b5bf38db6 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
2011-05-14 19:47:54 +00:00
Gustavo Lima Chaves 14a634d0a3 [elementary] We don't want a sentinel value in the set of real values.
SVN revision: 59388
2011-05-14 18:15:15 +00:00
Daniel Juyung Seo d770d6f74d Elementary elm_layout.c: Removed unnecessary lines. Sorry I don't like
you :)


SVN revision: 59373
2011-05-14 03:24:46 +00:00
Daniel Juyung Seo fa6b6ca83b Elementary elm_config.c: Removed trailing whitespaces.
SVN revision: 59370
2011-05-13 16:55:24 +00:00
Daniel Juyung Seo f1313a5458 Elementary genlist: Fixed elm_genlist_compress_mode_set().
If compress mode is false, homogeneous mode needs to be false too.


SVN revision: 59361
2011-05-13 06:10:13 +00:00
ChunEon Park 0c8d182135 elementary/win - just removed white space
SVN revision: 59357
2011-05-13 02:50:00 +00:00
Sangho Park f28e056f58 Elementary map: fix pinch zoom resolution & zoom timing issue
SVN revision: 59335
2011-05-12 01:54:01 +00:00
Sangho Park c1be6dd566 Elementary map: remove redundancy of list traverse
SVN revision: 59333
2011-05-11 15:23:35 +00:00
Carsten Haitzler 4d8465f5f1 elm can now set vsync for gl windows/clients
SVN revision: 59321
2011-05-11 09:06:59 +00:00
Sangho Park 1f0bddcbae Elementary map: warn-- & fix pinch zoom-out resolution
SVN revision: 59318
2011-05-11 07:27:48 +00:00
Sangho Park 299fb99c62 Elementary map: fix bugs of pinch zoom
SVN revision: 59315
2011-05-11 05:30:27 +00:00
Daniel Juyung Seo 5aaefc4e46 Elementary slideshow: Fixed warnings. Removed unnecessary line.
SVN revision: 59309
2011-05-10 12:59:57 +00:00
Michael BOUCHAUD 874f8d098e elementary: add 2 method to slideshow item_nth_get and count_get
SVN revision: 59308
2011-05-10 09:06:51 +00:00
Michael BOUCHAUD c3ce0db67a elementary: fix slideshow with loop attribute set to false
SVN revision: 59307
2011-05-10 08:38:02 +00:00
Sangho Park 909d4028da Elementary map: reduce grid num for speed
SVN revision: 59298
2011-05-09 14:30:29 +00:00
Tom Hacohen 99215c4a53 Elm toggle: wd->hidden is already toggled within _toggle_panel.
Patch by Jérémy Zurcher

SVN revision: 59278
2011-05-08 12:50:16 +00:00
Daniel Juyung Seo d750e947dc Elementary: Moved doxy to header.
SVN revision: 59263
2011-05-08 05:44:18 +00:00
Sangho Park 1a366624f2 Elementary map: fix blink bug at zoom-in
SVN revision: 59262
2011-05-07 13:55:30 +00:00
Sangho Park 585f131e28 Elementary map:
> fix zoom-out animation bug
  > increase drawing grid number for rotate


SVN revision: 59261
2011-05-07 13:37:31 +00:00
Daniel Juyung Seo 94cce60218 Elementary: Removed trailing whitespaces.
SVN revision: 59260
2011-05-07 08:37:47 +00:00
Sangho Park 2c7fc83f40 Elementary map:
> fix ZOOM_AUTO_FILL, FIT bug
  > fix wheel bug  when paused is set


SVN revision: 59257
2011-05-07 06:32:34 +00:00
Daniel Juyung Seo f85948d76e Elementary genlist: Added "swipe" signal to doxygen.
SVN revision: 59256
2011-05-07 00:31:17 +00:00
Daniel Juyung Seo 46f6247b9c Elementary genlist: Use signal callback table.
SVN revision: 59255
2011-05-07 00:30:39 +00:00
Daniel Juyung Seo 742c6189bb Elementary slideshow: Fixed doxygen typo.
SVN revision: 59254
2011-05-06 23:29:55 +00:00
Cedric BAIL 132c22db16 elementary: reduce error noise.
SVN revision: 59243
2011-05-06 16:14:04 +00:00
Sangho Park a5630930e8 Elementary map: fix wheel zoom bug
SVN revision: 59240
2011-05-06 10:52:20 +00:00
Michael BOUCHAUD 9647cbcdd6 elementary: add item_sorted_insert in slideshow
SVN revision: 59239
2011-05-06 10:22:32 +00:00
Daniel Juyung Seo 90990ed63e Elementary genlist: Fixed item disabled set bug more and fixed my
previous commit.


SVN revision: 59229
2011-05-06 02:59:49 +00:00
Daniel Juyung Seo c7e8085c9f Elementary genlist: Fixed item disabled set bug and disabled swallow
objects as well.


SVN revision: 59228
2011-05-06 02:07:00 +00:00
Sangho Park 0a07dc8225 Elementary map:
> --bug of zoom
   > API change (double elm_map_zoom_get() -> int elm_map_zoom_get())


SVN revision: 59216
2011-05-05 15:15:43 +00:00
Vincent Torri 33e734bb7a fix undef ref on Mac OS X. Patch by Dave Ray
SVN revision: 59199
2011-05-05 08:28:16 +00:00
Sangho Park 2afcbf5d44 Elementary map: remove warnings of test_map
SVN revision: 59198
2011-05-05 07:42:12 +00:00
Carsten Haitzler 79a3a14102 wrn--
SVN revision: 59197
2011-05-04 21:27:34 +00:00
Sangho Park cb2a485477 Elementary map: add elm_menu to test_map
SVN revision: 59193
2011-05-04 15:01:07 +00:00
Cedric BAIL b795bd3985 elementary: fix aspect ratio of thumbnail.
SVN revision: 59192
2011-05-04 14:11:12 +00:00
Carsten Haitzler 6fe1fd61a7 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
2011-05-04 10:09:59 +00:00
Sangho Park b4830b8e84 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
2011-05-04 09:44:53 +00:00
Tom Hacohen 7a247bc2a9 Elementary entry: Shouldn't set max width for single line.
SVN revision: 59174
2011-05-04 07:11:21 +00:00
Carsten Haitzler 7aec7b6cd9 oops test resize there. remove.
SVN revision: 59170
2011-05-04 06:30:05 +00:00
Daniel Juyung Seo 04b491da11 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
2011-05-04 04:53:39 +00:00
Carsten Haitzler a1cb0189c3 homogeneous table test.
SVN revision: 59159
2011-05-04 02:28:47 +00:00
Daniel Juyung Seo 366265ee6f Elementary genlist: Fixed warning. Spank raster.
SVN revision: 59154
2011-05-03 17:32:18 +00:00
Carsten Haitzler bfc20e11a9 we don't need norender anymore since i changed the processing to use
an idle enterer.



SVN revision: 59147
2011-05-03 11:25:33 +00:00
Tom Hacohen b51ae15d2e Elementary entry: Added mixedwrap theme groups and use them.
SVN revision: 59116
2011-05-02 11:08:35 +00:00
Tom Hacohen 9466cbcea3 Elementary: Use an enum for selecting line-wrap method.
BREAKS API - discussed in ML before.

SVN revision: 59115
2011-05-02 10:56:16 +00:00
Cedric BAIL 728b6f153a elementary: make elm_thumb never lock your app.
SVN revision: 59113
2011-05-02 10:20:25 +00:00
Cedric BAIL 07b6140c10 elementary: don't trigger eina warning with empty hash.
SVN revision: 59111
2011-05-02 10:16:18 +00:00
Cedric BAIL 8a93d10cb0 elementary: fix segv when exiting elementary_config.
SVN revision: 59110
2011-05-02 10:11:38 +00:00
Jaehwan Kim a356004af9 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
2011-05-02 09:22:50 +00:00
ChunEon Park 4a6aa80103 elementry/box - 0 -> EINA_FALSE
SVN revision: 59091
2011-05-02 01:20:11 +00:00
Tom Hacohen 25e4d80217 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
2011-05-01 09:40:30 +00:00
Tom Hacohen f93bfb1222 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
2011-05-01 09:40:28 +00:00
Tom Hacohen 9fce89e7bb Elementary entry: Fix hint_min setting to work with scroller.
SVN revision: 59075
2011-05-01 09:40:19 +00:00
ChunEon Park b1631578e7 elementary / transit - added one exception handling.
SVN revision: 59074
2011-05-01 07:49:24 +00:00
Daniel Juyung Seo e6a05d7bb2 Elementary thumb: Fixed warnings.
SVN revision: 59037
2011-04-29 12:40:47 +00:00
Daniel Juyung Seo a66af23825 Elementary map: Fixed warning.
SVN revision: 59036
2011-04-29 12:37:31 +00:00
Daniel Juyung Seo 72f19bf5c1 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
2011-04-29 12:33:36 +00:00
Daniel Juyung Seo 4f6017e25e 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
2011-04-29 10:50:55 +00:00
Daniel Juyung Seo 492f4af0a0 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
2011-04-29 09:04:48 +00:00
Tom Hacohen ec3d7792e2 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
2011-04-28 17:50:26 +00:00
Sangho Park 524096648e Elementary map: change evas_object_line (route) to evas_object_polygon
SVN revision: 59016
2011-04-28 16:52:52 +00:00
Cedric BAIL 97febc0a94 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
2011-04-28 15:53:19 +00:00
Tom Hacohen b11300ed97 Elementary entry: Fix min size calculation.
SVN revision: 59012
2011-04-28 15:47:01 +00:00
Daniel Juyung Seo 4f9e54e674 Elementary test.c: Fixed doxygen typo.
SVN revision: 59011
2011-04-28 15:45:32 +00:00
Daniel Juyung Seo dc81b520aa Elementary main: Fixed doxygen typo.
SVN revision: 59009
2011-04-28 15:25:16 +00:00
Daniel Juyung Seo 670d2df7aa Elementary map: Use !! to Eina_Bool substitution in EAPIs.
SVN revision: 59008
2011-04-28 15:12:28 +00:00
Daniel Juyung Seo 297d4b4bb4 Elementary: Fixed formatting.
Removed trailing white spaces. Fixed indentation.


SVN revision: 59007
2011-04-28 15:10:25 +00:00
Cedric BAIL 833b17ee4c elementary: reduce possibility of reading thumbnail in the middle of its generation.
SVN revision: 59005
2011-04-28 14:04:00 +00:00
Cedric BAIL 53d904d493 elementary: fix race condition in elm_thumb.
SVN revision: 59003
2011-04-28 13:24:18 +00:00
Daniel Juyung Seo c615cd9276 Elementary icon: Fixed doxygen typo.
SVN revision: 58990
2011-04-28 08:10:34 +00:00
Sangho Park 7221666342 Elementary map: fix zoom animation bug
SVN revision: 58989
2011-04-28 07:51:46 +00:00
Sangho Park 8dc7bff272 Elementary map: Added ELM_CHECK_WIDTYPE to EAPIs.
SVN revision: 58987
2011-04-28 05:40:48 +00:00
Daniel Juyung Seo 3a664b92cf Elementary map: Added wd vadidation check routine to EAPIs.
SVN revision: 58986
2011-04-28 04:16:00 +00:00
Sangho Park 2bf6702d02 elm_map: add default wheel control for zoom in/out
SVN revision: 58985
2011-04-28 02:47:12 +00:00
Sangho Park fc0054e855 els_scroller: add apis for enable/disable default wheel control
SVN revision: 58984
2011-04-28 02:34:00 +00:00
Daniel Juyung Seo 71fe32df77 Elementary test_thumb.c: Fixed formatting.
SVN revision: 58983
2011-04-28 02:05:08 +00:00
Daniel Juyung Seo a42dba4f42 Elementary thumb: Added ethumb check routine.
SVN revision: 58982
2011-04-28 02:01:13 +00:00
Daniel Juyung Seo 4fc323297f Elementary thumb: Fixed warning.
SVN revision: 58981
2011-04-28 00:33:46 +00:00
Cedric BAIL 0502444c42 elementary: use new ethumb async exists API.
SVN revision: 58978
2011-04-27 18:07:18 +00:00
Daniel Juyung Seo 8c7b5da537 Elementary elm_widget: Use Eina_Bool instead of int for boolean type.
SVN revision: 58969
2011-04-27 16:12:56 +00:00
Daniel Juyung Seo 22aeea6acf Elementary: Use !! to Eina_Bool substitution in EAPIs.
SVN revision: 58968
2011-04-27 16:06:11 +00:00
Sangho Park 052b0b6828 elm_map: fix zomming bug
SVN revision: 58967
2011-04-27 16:01:47 +00:00
Daniel Juyung Seo fa81dba991 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
2011-04-27 15:31:31 +00:00
Daniel Juyung Seo d8bf2f9623 Elementary elm_conform.c: Fixed warnings.
SVN revision: 58960
2011-04-27 13:53:25 +00:00
ChunEon Park 88d0fb25a5 elementary/ctxpopup - added minor exceptions.
SVN revision: 58959
2011-04-27 13:09:37 +00:00
ChunEon Park 81be5a9401 elementar / ctxpopup - not important changes but ready for refactoring.
SVN revision: 58956
2011-04-27 11:39:28 +00:00
Carsten Haitzler a45f22567d back to 2000 items in test.
SVN revision: 58952
2011-04-27 10:18:08 +00:00
Carsten Haitzler 071c5747bf fix genlist processing items in idle time... idle entere instead :)
SVN revision: 58951
2011-04-27 10:17:26 +00:00
Tom Hacohen 5dc8b2be5e Elementary gettext: Don't set default textdomain, elm is a lib...
SVN revision: 58949
2011-04-27 07:41:06 +00:00
govi.sm 3432414a79 From: govi.sm@samsung.com
Subject: Conformant Widget Code refactoring patch

Can you please review the attached patch for elm_conformant.

Change Log: 1.  On Theme change, swallowing Parts again. Swallowing
parts done in separate function.
2.  Conformant parts size set  is repeated in two places, moved to a
function.
3. Conformant Object Move/Resize is handled to realign the Visible
content area. 
 


SVN revision: 58948
2011-04-27 06:33:34 +00:00
Sangho Park cfc655445f elementary: sort Makefile.am for compiling sequence
SVN revision: 58947
2011-04-27 06:20:23 +00:00
Sangho Park daacf8fd7b elm_map: fix pinch zoom bug
SVN revision: 58946
2011-04-27 06:04:04 +00:00
Daniel Juyung Seo 2893d8692e Elementary: Removed trailing whitespaces.
SVN revision: 58944
2011-04-27 02:42:50 +00:00
Daniel Juyung Seo e8a7ed8159 Elementary genlist: Moved signal doxygen to header file.
This is a first action of doxygen movement. All doxygen will be moved to
headers after all.


SVN revision: 58943
2011-04-27 02:41:11 +00:00
Daniel Juyung Seo b856a808ec Elementary notify: Fixed formatting. Removed unnecessary blank lines.
SVN revision: 58942
2011-04-27 00:53:52 +00:00
Daniel Juyung Seo c8d878a852 Elementary notify: Fixed documentation.
SVN revision: 58941
2011-04-27 00:51:31 +00:00
Daniel Juyung Seo 2c0b0050e5 Elementary test_map.c: Fixed formatting.
Fixed indentation. Put a space between if/for and (. Removed unnecessary blank lines.


SVN revision: 58937
2011-04-26 16:19:58 +00:00
ChunEon Park cd7ac1511f elementary / ctxpopup - just removed a empty line
SVN revision: 58919
2011-04-26 06:53:52 +00:00
ChunEon Park ef4eddd61b elementary / ctxpopup - just changed lines.
SVN revision: 58916
2011-04-26 04:35:27 +00:00
ChunEon Park 8b08119b14 elementary / ctxpopup - fixed logic error.
SVN revision: 58915
2011-04-26 04:31:23 +00:00
cnook dfe1ec50a7 From: cnook <kimcinoo@gmail.com>
I have attached patch for elm_diskselector.
This patch is setting the width of elm_diskselector using its parent width
size, if there is no mention in the theme file.



SVN revision: 58895
2011-04-25 09:04:23 +00:00
Sangho Park 83c895afef change zoom_animation using evas_map
SVN revision: 58891
2011-04-25 08:11:46 +00:00
Sangho Park 46b61c812a fix doxygen
SVN revision: 58885
2011-04-25 02:41:37 +00:00
Carsten Haitzler 858a6567be elm config also do it. need to actually USe the prefix stuiff.. no
more package_data_dir use int he code.. needs to go.



SVN revision: 58864
2011-04-24 09:52:31 +00:00
Carsten Haitzler 6bb5c38ea6 and now actuallty start using and supporting per-app prefix finding.
SVN revision: 58863
2011-04-24 09:51:48 +00:00
Carsten Haitzler 1cd4e44b23 use new eina prefix fun
SVN revision: 58855
2011-04-24 08:18:00 +00:00
Cedric BAIL 90a70f1080 elementary: correctly fix scale on items.
SVN revision: 58831
2011-04-22 17:13:59 +00:00
Cedric BAIL 2ce921ba26 elementary: oops, merge mistake, only one assert header is needed.
SVN revision: 58830
2011-04-22 14:37:43 +00:00
Cedric BAIL b86180520d elementary: fix refactoring and assert.
SVN revision: 58828
2011-04-22 13:20:06 +00:00
Daniel Juyung Seo d49218d308 Elementary genlist: Fixed indentation.
Use space instead of tab.


SVN revision: 58827
2011-04-22 12:22:57 +00:00
Daniel Juyung Seo 929052b111 Elementary slideshow: Fixed warnings, fixed spacing and removed unnecessary blank lines.
SVN revision: 58826
2011-04-22 12:06:00 +00:00
Daniel Juyung Seo 71bc736a6f Elementary genlist: Fixed implicit declaration warning.
SVN revision: 58825
2011-04-22 11:54:29 +00:00
Cedric BAIL 97341eaa1f elementary: factorise code.
SVN revision: 58823
2011-04-22 09:56:49 +00:00
Cedric BAIL ac341c9687 elementary: elm_genlist now use edje signal for even/odd state.
NOTE: if you want to implement even/odd in your theme you know
need to listen to both signal :
	- elm,state,odd from elm
	- elm,state,even from elm
If you set data of "stacking_even" to "above" of you item group
it will raise the even object above the odd one (that's the default
behaviour).
You could also explicitly active/deactivate the stacking by setting
data of "stacking" to "no". Default is "yes".



SVN revision: 58822
2011-04-22 09:56:22 +00:00
Michael BOUCHAUD f58b34afea elementary: add the possibility to set the amount of cached items in a slideshow
SVN revision: 58821
2011-04-22 09:19:25 +00:00
Daniel Juyung Seo 7712efaf1b Elementary entry: Fixed indentation. Patch by Jihoon Kim
<jihoon48.kim@samsung.com>


SVN revision: 58819
2011-04-22 02:29:54 +00:00
ChunEon Park 628d558cde elementary/gengrid - made to use signal callback descriptions table.
SVN revision: 58817
2011-04-22 00:57:15 +00:00
ChunEon Park 9420b44918 elementary/segment_control, panes, photocam, photo, win, toolbar, thumb, slideshow, spinner - updated signal callbacks.
made them use signal callbacks description table. 
removed never-called signals
updated doxygen. 




SVN revision: 58816
2011-04-22 00:42:32 +00:00
ChunEon Park d45f0154cf elementary / menu, list, index, pager - modified to use signal callback table.
SVN revision: 58807
2011-04-21 15:57:03 +00:00
Tom Hacohen e4720e5643 Elementary util: Fix possible invalid read in _elm_util_mkup_to_text.
Patch by WooHyun Jung.

SVN revision: 58795
2011-04-21 12:09:43 +00:00
Daniel Juyung Seo 45507ae70f Elementary genlist: Removed unnecesssary code.
SVN revision: 58794
2011-04-21 12:07:31 +00:00
Daniel Juyung Seo 3edeab7cb8 Elementary genlist: Refactoring for structure packing.
SVN revision: 58793
2011-04-21 12:05:02 +00:00
Daniel Juyung Seo 5229aed40b Elementary genlist: Added genlist mode feature.
I introduce a new concept to genlist.
I named it "genlist mode" after I discussed it with raster.
Using this feature, one can activate/deactivate any mode(effect) to an item.
The mode is defined in genlist item edc.

You can watch a sample video on youtube.
http://www.youtube.com/watch?v=ZPbwpzwwiS8
I created two sample mode: Slide and Rotate.

[Feature Description]
 - One can activate a specific mode to an item.
 - One item is activated at one time while others are deactivated.
 - Genlist handles deactivating other items when one item is activated.
 - There are two different view: before activated, after activated.
 - Genlist creates the second view when the first view is activated. Usually the first view is animated.
 - Genlist destroys the second view when the item finishes deactivating.
 - Creating/Destroying the second view on the fly gives performance enhancement because there is no reason to hold all objects in two views all the time.
 - Mode is defined in genlist edc so one can easily add it more.
 - Mode edc style is separated from normal genlist styles. One can combine any genlist style with mode edc style.

[API]
 - EAPI void elm_genlist_item_mode_set(Elm_Genlist_Item *it, const char *mode_type, Eina_Bool mode_set) EINA_ARG_NONNULL(1, 2);
   Activate/Deactivate a mode to an item.
 - EAPI const char *elm_genlist_mode_get(const Evas_Object *obj) EINA_ARG_NONNULL(1);
   Get activated mode name.
 - EAPI const Elm_Genlist_Item *elm_genlist_mode_item_get(const Evas_Object *obj) EINA_ARG_NONNULL(1);
   Get activated item.
      
[Structure]
 - Elm_Genlist_Item 
   Added const char *mode_item_style;
	     
[Usage]
 - Set mode style name to genlist item class.
   itc.mode_item_style = "mode";
 - Activated mode to an item whenever you want.
   elm_genlist_item_mode_set(it, "slide", EINA_TRUE);


SVN revision: 58791
2011-04-21 11:47:36 +00:00
Sangho Park 6bc4670615 - add rotate feature
- pinch zoom improvement


SVN revision: 58784
2011-04-21 08:55:02 +00:00
Daniel Juyung Seo a7a234a3e3 Elementary test_actionslider.c: Fixed wrong variable names.
Magnet slider(ms) is an old name of actionslider. So I changed ms to as.


SVN revision: 58764
2011-04-20 17:20:15 +00:00
Daniel Juyung Seo b1c1993845 Elementary: Removed trailing whitespaces.
SVN revision: 58754
2011-04-20 14:16:51 +00:00
Cedric BAIL 213f07730d elementary: only parse mail file and prevent segv.
SVN revision: 58733
2011-04-19 16:59:23 +00:00
Cedric BAIL b4dd37cceb elementary: fix scale on genlist.
SVN revision: 58731
2011-04-19 13:40:25 +00:00
Daniel Juyung Seo 95b2697f0f Elementary conform: Fixing indentation, coding guideline. Patch by
Prince <prince.dubey@samsung.com>


SVN revision: 58730
2011-04-19 07:31:59 +00:00
Carsten Haitzler 3a8ae11c9b fix window posotioning when inlined
SVN revision: 58722
2011-04-19 01:53:19 +00:00
Daniel Juyung Seo 415b221632 Elementary gengrid: Fixed a warning.
SVN revision: 58721
2011-04-19 00:58:39 +00:00
Michael BOUCHAUD 97dee1c433 elementary: add page relative, item size and horizontal controls to external gengrid
SVN revision: 58706
2011-04-18 10:59:45 +00:00
Michael BOUCHAUD 0642a6c1cc elementary: add page_relative and horizontal getters to gengrid
SVN revision: 58705
2011-04-18 10:54:25 +00:00
Daniel Juyung Seo 12598eb6e6 Elementary map: Fixed doxygen, removed trailing whitespaces.
SVN revision: 58704
2011-04-18 07:37:49 +00:00
Sangho Park fe580b2fdb This is a patch for elm_map name(address) feature.
I added some APIs for name to elm_map.c and added some test code to test_map.c

I used nominatim OSM service. (http://http://nominatim.openstreetmap.org/)
as i felt, it's response time was very good to use.


SVN revision: 58703
2011-04-18 06:42:47 +00:00
ChunEon Park ef3bc9a48d elementary / image, icon - added missing lines about signal callback table.
SVN revision: 58694
2011-04-15 17:08:04 +00:00
ChunEon Park 89787877e8 elementary/image, icon - updated signal callback table
SVN revision: 58693
2011-04-15 17:05:34 +00:00
ChunEon Park 86df49c4da elementary / actionslider, calendar, colorselector, bubble, hoversel, clock
- updated them for using common signal callback table.




SVN revision: 58692
2011-04-15 17:01:39 +00:00