platform/upstream/elementary.git
13 years agogenlist -> improve performance by adding lots of freezes and thaws. :)
Carsten Haitzler [Fri, 27 May 2011 10:30:56 +0000 (10:30 +0000)]
genlist -> improve performance by adding lots of freezes and thaws. :)

SVN revision: 59729

13 years agofix hover doc -> no html tags. breaks latex docs.
Carsten Haitzler [Fri, 27 May 2011 05:42:27 +0000 (05:42 +0000)]
fix hover doc -> no html tags. breaks latex docs.

SVN revision: 59726

13 years agoelementary/transit - fixed indentation
ChunEon Park [Fri, 27 May 2011 04:36:33 +0000 (04:36 +0000)]
elementary/transit - fixed indentation

SVN revision: 59725

13 years agoelementary/transit - fixed hash map usage error
ChunEon Park [Fri, 27 May 2011 04:32:28 +0000 (04:32 +0000)]
elementary/transit - fixed hash map usage error

SVN revision: 59724

13 years agoelementary/transit - removed unnecessary codes and fixed a minors for preventing...
ChunEon Park [Fri, 27 May 2011 02:22:29 +0000 (02:22 +0000)]
elementary/transit - removed unnecessary codes and fixed a minors for preventing exceptions.

SVN revision: 59721

13 years agoelementary / transit - updated sample code
ChunEon Park [Fri, 27 May 2011 02:00:46 +0000 (02:00 +0000)]
elementary / transit - updated sample code

SVN revision: 59719

13 years agoElementary genlist: Fixed warnings and removed unnecessary lines.
Daniel Juyung Seo [Fri, 27 May 2011 01:02:16 +0000 (01:02 +0000)]
Elementary genlist: Fixed warnings and removed unnecessary lines.

SVN revision: 59707

13 years agoElementary map: add APIs for setting min,max zoom level
Sangho Park [Thu, 26 May 2011 12:40:29 +0000 (12:40 +0000)]
Elementary map: add APIs for setting min,max zoom level

SVN revision: 59704

13 years agodont set padding of 1000 pls. :)
Carsten Haitzler [Thu, 26 May 2011 09:27:30 +0000 (09:27 +0000)]
dont set padding of 1000 pls. :)

SVN revision: 59700

13 years agoelm box -> use padding!
Carsten Haitzler [Thu, 26 May 2011 09:22:43 +0000 (09:22 +0000)]
elm box -> use padding!

SVN revision: 59699

13 years agoflip drag -> set and respect hold!
Carsten Haitzler [Thu, 26 May 2011 09:02:00 +0000 (09:02 +0000)]
flip drag -> set and respect hold!

SVN revision: 59698

13 years agoadd last test case - lots of rows/cols
Carsten Haitzler [Thu, 26 May 2011 08:49:57 +0000 (08:49 +0000)]
add last test case - lots of rows/cols

SVN revision: 59697

13 years agoadd test4 for table
Carsten Haitzler [Thu, 26 May 2011 08:45:20 +0000 (08:45 +0000)]
add test4 for table

SVN revision: 59696

13 years agoElementary: Removed trailing whitespaces except for some files that
Daniel Juyung Seo [Thu, 26 May 2011 00:39:12 +0000 (00:39 +0000)]
Elementary: Removed trailing whitespaces except for some files that
raster is heavily working on recently.

SVN revision: 59683

13 years agoelementary: add eio test with a genlist
Michael BOUCHAUD [Wed, 25 May 2011 19:08:38 +0000 (19:08 +0000)]
elementary: add eio test with a genlist

SVN revision: 59675

13 years agoelementary: thanks to the recent add of eina_inlist_sorted_insert add elm_genlist_ite...
Michael BOUCHAUD [Wed, 25 May 2011 14:58:39 +0000 (14:58 +0000)]
elementary: thanks to the recent add of eina_inlist_sorted_insert add elm_genlist_item_sorted_insert

SVN revision: 59672

13 years agoElementary grid: dont use evas_obj_table on wd->grd
Bruno Dilly [Wed, 25 May 2011 14:52:28 +0000 (14:52 +0000)]
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

13 years agoElementary grid: fix focus_next_hook
Bruno Dilly [Wed, 25 May 2011 14:36:55 +0000 (14:36 +0000)]
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

13 years agoelm grid -> handle focus chainy fun
Carsten Haitzler [Wed, 25 May 2011 11:47:09 +0000 (11:47 +0000)]
elm grid -> handle focus chainy fun

SVN revision: 59665

13 years agoadd table test case.
Carsten Haitzler [Wed, 25 May 2011 11:44:10 +0000 (11:44 +0000)]
add table test case.

SVN revision: 59664

13 years agoand... flip now does interactive flipping.. AND page curl flips...
Carsten Haitzler [Wed, 25 May 2011 10:20:49 +0000 (10:20 +0000)]
and... flip now does interactive flipping.. AND page curl flips...
woooo!

SVN revision: 59662

13 years agoflip now supports the beginnings of interactive mode. - drag to flip
Carsten Haitzler [Wed, 25 May 2011 06:06:48 +0000 (06:06 +0000)]
flip now supports the beginnings of interactive mode. - drag to flip
it in a direction.

SVN revision: 59660

13 years agoElementary genlist: Fixed bug in single selection mode to prevent
Daniel Juyung Seo [Wed, 25 May 2011 03:01:51 +0000 (03:01 +0000)]
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

13 years agoElementary calendar: Fixed warnings from -Wshadow option.
Daniel Juyung Seo [Tue, 24 May 2011 12:57:44 +0000 (12:57 +0000)]
Elementary calendar: Fixed warnings from -Wshadow option.

SVN revision: 59653

13 years agoElementary genlist: Refactoring. Separated _item_unhighlight() from
Daniel Juyung Seo [Tue, 24 May 2011 11:41:00 +0000 (11:41 +0000)]
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

13 years agofix page to properly show front and back objects.
Carsten Haitzler [Tue, 24 May 2011 11:11:10 +0000 (11:11 +0000)]
fix page to properly show front and back objects.

SVN revision: 59649

13 years agoElementary genlist: Removed unnecessary height_for_width codes.
Daniel Juyung Seo [Tue, 24 May 2011 10:51:26 +0000 (10:51 +0000)]
Elementary genlist: Removed unnecessary height_for_width codes.

SVN revision: 59647

13 years agocube up/down already handled.
Carsten Haitzler [Tue, 24 May 2011 07:49:50 +0000 (07:49 +0000)]
cube up/down already handled.

SVN revision: 59641

13 years agofmting.
Carsten Haitzler [Tue, 24 May 2011 07:49:37 +0000 (07:49 +0000)]
fmting.

SVN revision: 59640

13 years agofix odd # of slices in x and y axis
Carsten Haitzler [Tue, 24 May 2011 07:49:11 +0000 (07:49 +0000)]
fix odd # of slices in x and y axis

SVN revision: 59639

13 years agoand avoid the gl engine perspective stuff
Carsten Haitzler [Tue, 24 May 2011 05:58:44 +0000 (05:58 +0000)]
and avoid the gl engine perspective stuff

SVN revision: 59636

13 years agoand reduce the amount of calculating we do. we did way too much.
Carsten Haitzler [Tue, 24 May 2011 05:27:11 +0000 (05:27 +0000)]
and reduce the amount of calculating we do. we did way too much.

SVN revision: 59635

13 years agoelementary/transit - removed white trailing.
ChunEon Park [Tue, 24 May 2011 05:20:17 +0000 (05:20 +0000)]
elementary/transit - removed white trailing.

SVN revision: 59634

13 years agoelementary / transit - fixed afterimage indirectly.
ChunEon Park [Tue, 24 May 2011 04:50:29 +0000 (04:50 +0000)]
elementary / transit - fixed afterimage indirectly.

SVN revision: 59633

13 years agodont re-create proxy objects for map if we can avoid it.
Carsten Haitzler [Mon, 23 May 2011 16:02:37 +0000 (16:02 +0000)]
dont re-create proxy objects for map if we can avoid it.

SVN revision: 59629

13 years agofix out of bounds check.
Carsten Haitzler [Mon, 23 May 2011 13:12:35 +0000 (13:12 +0000)]
fix out of bounds check.

SVN revision: 59628

13 years agoand now it animates the "snap to position" either continuing the turn,
Carsten Haitzler [Mon, 23 May 2011 12:22:59 +0000 (12:22 +0000)]
and now it animates the "snap to position" either continuing the turn,
or snaps back to its orig posn.

SVN revision: 59623

13 years agoElementary genlist: Removed unnecessary/deprecated codes due to
Daniel Juyung Seo [Mon, 23 May 2011 12:19:42 +0000 (12:19 +0000)]
Elementary genlist: Removed unnecessary/deprecated codes due to
internal changes.

SVN revision: 59622

13 years agoand allow flipping in 4 directions! woots!
Carsten Haitzler [Mon, 23 May 2011 11:22:41 +0000 (11:22 +0000)]
and allow flipping in 4 directions! woots!

SVN revision: 59621

13 years agoelementary: make test flipselector more natural
Boris Faure [Mon, 23 May 2011 10:03:13 +0000 (10:03 +0000)]
elementary: make test flipselector more natural

SVN revision: 59617

13 years agoand flip now does shading nicely. rather hacky, but works well.
Carsten Haitzler [Mon, 23 May 2011 04:28:33 +0000 (04:28 +0000)]
and flip now does shading nicely. rather hacky, but works well.

SVN revision: 59606

13 years agodont add to win resize objs if alread one
Carsten Haitzler [Mon, 23 May 2011 01:24:43 +0000 (01:24 +0000)]
dont add to win resize objs if alread one

SVN revision: 59605

13 years agostart on light src shading
Carsten Haitzler [Sun, 22 May 2011 05:28:33 +0000 (05:28 +0000)]
start on light src shading

SVN revision: 59574

13 years agoimprove flip some more.
Carsten Haitzler [Sun, 22 May 2011 04:02:17 +0000 (04:02 +0000)]
improve flip some more.

SVN revision: 59573

13 years agomuch better flip
Carsten Haitzler [Sun, 22 May 2011 02:24:54 +0000 (02:24 +0000)]
much better flip

SVN revision: 59572

13 years agoElementary test_flip_page.c: Removed trailing whitespaces. Spank raster!
Daniel Juyung Seo [Sun, 22 May 2011 02:16:01 +0000 (02:16 +0000)]
Elementary test_flip_page.c: Removed trailing whitespaces. Spank raster!

SVN revision: 59571

13 years agoElementary Map: remove ZOOM_MAX macro because it is not constant.
Sangho Park [Sat, 21 May 2011 13:13:53 +0000 (13:13 +0000)]
Elementary Map: remove ZOOM_MAX macro because it is not constant.
it'll be decided after all map source are loaded.

SVN revision: 59565

13 years agoElementary map: fix doxygen
Sangho Park [Sat, 21 May 2011 12:09:55 +0000 (12:09 +0000)]
Elementary map: fix doxygen

SVN revision: 59564

13 years agoElementary Map: --warns (-Wshadow)
Sangho Park [Sat, 21 May 2011 08:59:19 +0000 (08:59 +0000)]
Elementary Map: --warns (-Wshadow)

SVN revision: 59562

13 years agoElementary elm_transit.c: Fixed warnings.
Daniel Juyung Seo [Sat, 21 May 2011 06:28:25 +0000 (06:28 +0000)]
Elementary elm_transit.c: Fixed warnings.

SVN revision: 59561

13 years agomove test code further down out of the way.
Carsten Haitzler [Sat, 21 May 2011 01:38:51 +0000 (01:38 +0000)]
move test code further down out of the way.

SVN revision: 59558

13 years agoclean up flip code a bit. working on an eventual clean bit of code +
Carsten Haitzler [Sat, 21 May 2011 01:38:02 +0000 (01:38 +0000)]
clean up flip code a bit. working on an eventual clean bit of code +
algorithm.

SVN revision: 59557

13 years agoelementary / transit - removed unused variables.
ChunEon Park [Fri, 20 May 2011 06:56:31 +0000 (06:56 +0000)]
elementary / transit - removed unused variables.

SVN revision: 59551

13 years agoelementary / transit - modifed to be available to add same object to multiple transit...
ChunEon Park [Fri, 20 May 2011 06:51:05 +0000 (06:51 +0000)]
elementary / transit - modifed to be available to add same object to multiple transits. (for chain transit)

SVN revision: 59550

13 years agoElementary map: split route & track (watchwolf's suggestion)
Sangho Park [Fri, 20 May 2011 05:55:15 +0000 (05:55 +0000)]
Elementary map: split route & track (watchwolf's suggestion)

SVN revision: 59548

13 years agoElementary test_flip_page.c: Fixed warnings.
Daniel Juyung Seo [Fri, 20 May 2011 00:46:09 +0000 (00:46 +0000)]
Elementary test_flip_page.c: Fixed warnings.

SVN revision: 59545

13 years agoElementary: Removed trailing whitespaces.
Daniel Juyung Seo [Fri, 20 May 2011 00:43:05 +0000 (00:43 +0000)]
Elementary: Removed trailing whitespaces.

/me spanks raster. Raster has begun to like whitespaces recently.

SVN revision: 59544

13 years agoelementary: add object_get to elm_image
Michael BOUCHAUD [Thu, 19 May 2011 20:02:16 +0000 (20:02 +0000)]
elementary: add object_get to elm_image

SVN revision: 59543

13 years agoElm entry: strndup is not portable, use memcpy.
Tom Hacohen [Thu, 19 May 2011 13:27:46 +0000 (13:27 +0000)]
Elm entry: strndup is not portable, use memcpy.

Thanks to vtorri for the notice.

SVN revision: 59540

13 years agoand make sure smooht is off!
Carsten Haitzler [Thu, 19 May 2011 13:07:50 +0000 (13:07 +0000)]
and make sure smooht is off!

SVN revision: 59538

13 years agoadd page curl test. right now its code in test. will eventually become
Carsten Haitzler [Thu, 19 May 2011 13:03:48 +0000 (13:03 +0000)]
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

13 years agoElementary conform: Patch by Prince for virtual keypad support and
Daniel Juyung Seo [Thu, 19 May 2011 10:58:16 +0000 (10:58 +0000)]
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

13 years agoelementary/transit - modified to use eina_inlist instead of eina_list
ChunEon Park [Thu, 19 May 2011 09:34:26 +0000 (09:34 +0000)]
elementary/transit - modified to use eina_inlist instead of eina_list

SVN revision: 59525

13 years agoelm_conform.c : MIN and MAX not always defined
Vincent Torri [Wed, 18 May 2011 16:49:20 +0000 (16:49 +0000)]
elm_conform.c : MIN and MAX not always defined

SVN revision: 59514

13 years agoElm entry: Set show region only when cursor changes.
Tom Hacohen [Wed, 18 May 2011 11:48:38 +0000 (11:48 +0000)]
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

13 years agooops lost the elm widget sub ob add call. fixed.
Carsten Haitzler [Wed, 18 May 2011 07:29:32 +0000 (07:29 +0000)]
oops lost the elm widget sub ob add call. fixed.

SVN revision: 59484

13 years agoelm grid obj++
Carsten Haitzler [Wed, 18 May 2011 07:15:36 +0000 (07:15 +0000)]
elm grid obj++

SVN revision: 59483

13 years agofix elm table clear to remove elm widget usb obj entries!
Carsten Haitzler [Wed, 18 May 2011 07:04:51 +0000 (07:04 +0000)]
fix elm table clear to remove elm widget usb obj entries!

SVN revision: 59482

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