Commit Graph

5448 Commits

Author SHA1 Message Date
Daniel Juyung Seo 7908a77ad8 elm: Fixed formatting.
SVN revision: 69700
2012-03-28 09:02:22 +00:00
Daniel Juyung Seo 9d2fb4b4b5 elm examples: Adjust directory names.
SVN revision: 69699
2012-03-28 08:42:24 +00:00
Daniel Juyung Seo 2b6a854d1b elm examples: I removed __UNUSED__ and config header inclusion. This code is an example for other developers so we don't need that extra macros. But how can I ignore this warning while building elementary?
SVN revision: 69698
2012-03-28 08:42:20 +00:00
Daniel Juyung Seo d71a77419a elm elc_player.c: Fixed slider usage.
SVN revision: 69697
2012-03-28 08:42:13 +00:00
Daniel Juyung Seo 939ee710a9 elm thumb_example_01.c: Revert wrong #if 0, #endif. Why this was added?
SVN revision: 69695
2012-03-28 07:17:46 +00:00
Daniel Juyung Seo 7d68758bdc elm slider_example.c: Use proper callback declarations according to elm API change.
SVN revision: 69694
2012-03-28 07:17:43 +00:00
Daniel Juyung Seo c613f40a8c elm slider: Changed format function callback's const char * to char *.
The string will be freed in application's callback later. So 'const' is
not appropriate.
In elm_slider_indicator_format_function_set and
elm_slider_units_format_function_set.

SVN revision: 69692
2012-03-28 07:04:14 +00:00
Daniel Juyung Seo 09e15ebe04 elm genlist: Fixed tree effect bug. Patch by Chanwook Jung
<jchanwook@gmail.com>

On Wed, Mar 28, 2012 at 3:06 PM, chanwook jung <jchanwook@gmail.com>
wrote:
> Dear all,
>
> I added one line to fix the bug at tree effect. If the item is equal
to
> expanded_next_item, expanded_next_item set to NULL in _item_del
>
> Thanks,
> Joey

SVN revision: 69691
2012-03-28 06:23:18 +00:00
Daniel Juyung Seo 7a4ed3f94f elm examples: Use standard way of elementary applications. EAPI_MAIN, elm_shutdown, ELM_MAIN()
SVN revision: 69690
2012-03-28 06:04:36 +00:00
Daniel Juyung Seo 24637aff41 elm examples: Fixed most of shadow variable warnings and unused warnings.
SVN revision: 69682
2012-03-28 00:52:09 +00:00
Daniel Juyung Seo 7553652230 elm calendar_example_06.c: Fixed tm structure initialization. By the
way, is this correct? I had build warnings before.

menu_example_01.c: In function ‘_del_it’:
menu_example_01.c:17:6: warning: assignment discards qualifiers from
pointer target type

SVN revision: 69681
2012-03-28 00:52:05 +00:00
Daniel Juyung Seo d50b73d22e elm examples: Fixed some meaningful build warnings.
SVN revision: 69680
2012-03-28 00:52:02 +00:00
Daniel Juyung Seo dc89723cc7 elm: Updated .gitignore.
SVN revision: 69679
2012-03-28 00:51:59 +00:00
Daniel Juyung Seo a654866ee2 elm examples: Define __UNUSED__ when HAVE_CONFIG_H is not defined.
SVN revision: 69678
2012-03-28 00:51:57 +00:00
Daniel Juyung Seo a1888419bd elm genlist_example_04.c: Use proper group item style, content get, and label get callbacks.
SVN revision: 69677
2012-03-28 00:51:53 +00:00
Daniel Juyung Seo a21205642b elm examples: Fixed build warnings.
SVN revision: 69676
2012-03-28 00:51:49 +00:00
ChunEon Park 91645dc502 elementary/naviframe - add blending effect to overlap style
SVN revision: 69668
2012-03-27 13:49:10 +00:00
ShilpaOnkar Singh caced4ec35 elementary/colorselector - padding between color items non scalable bug fix.
Signed-Off-By: ShilpaOnkar Singh <shilpa.singh@samsung.com>



SVN revision: 69667
2012-03-27 13:15:36 +00:00
ChunEon Park 43dcac275d elementary/naviframe - added overlap style and updated test case.
SVN revision: 69666
2012-03-27 13:11:13 +00:00
ChunEon Park 60af8342c5 elementary/pager - farewell pager. you was the best widget ever I know.
SVN revision: 69662
2012-03-27 08:35:56 +00:00
ChunEon Park e2b55715f2 elemenatary/panel - modified to use recommended parents.
SVN revision: 69654
2012-03-27 06:47:07 +00:00
ChunEon Park 2b80722f60 elementary/panel - buggy position!!
SVN revision: 69653
2012-03-27 06:43:50 +00:00
ChunEon Park 2cb08ee53c elementary/naviframe - fixed to an object has a focus even if insert_after APIs is called.
SVN revision: 69652
2012-03-27 06:06:50 +00:00
ChunEon Park 3743154b48 elementary/naviframe - modified content unfocusable.
The contents will be unfocusable only when they are being pushed or popped.



SVN revision: 69651
2012-03-27 05:48:41 +00:00
ChunEon Park ef68d86554 elementary/transit - more simple code.
SVN revision: 69650
2012-03-27 03:16:42 +00:00
Daniel Juyung Seo 5ce88a8544 elm genlist: Updated moved/moved,after/moved,before signal documentation.
SVN revision: 69649
2012-03-27 02:39:27 +00:00
Daniel Juyung Seo bff724ddb4 elm genlist: Fixed documentation.
SVN revision: 69648
2012-03-27 02:39:14 +00:00
Daniel Juyung Seo 6be717ba94 elm examples: Fixed some build warnings.
SVN revision: 69642
2012-03-26 23:46:53 +00:00
ChunEon Park 9f68d68965 elementary/transit - don't be over the alpha value.
SVN revision: 69633
2012-03-26 10:40:03 +00:00
Daniel Juyung Seo e2d8aeb859 elm els_scroller: Added horizontal scroll feature by Shift + Wheel for discomfitor.
SVN revision: 69632
2012-03-26 10:28:47 +00:00
Jaehwan Kim 6b5589687f When the scroller is holded and scrolled, it can be jump.
The squence is hold push -> mouse down -> mouse move -> hold pop -> mouse move continuously.
After upper sequence, the scroller will jump. So I fixed this issue.


SVN revision: 69631
2012-03-26 10:05:26 +00:00
ChunEon Park 5d4a35e117 elementary/transit - covered flipped image object
SVN revision: 69630
2012-03-26 09:22:15 +00:00
Daniel Juyung Seo 728ecc1b32 elm multibuttonentry: Deprecated elm_multibuttonentry_item_data_get/set. Use elm_object_item_data_get/set instead.
SVN revision: 69622
2012-03-26 00:07:28 +00:00
Daniel Juyung Seo 84edf10d93 elm multibuttonentry: Refactoring. Use more descriptive name for variable. current -> selected_it.
SVN revision: 69621
2012-03-26 00:07:14 +00:00
Daniel Juyung Seo 346aec5ad5 elm multibuttonentry: Fixed formatting.
SVN revision: 69607
2012-03-25 08:51:12 +00:00
Carsten Haitzler e11614a052 update configure/readme for 1.0 alpha
SVN revision: 69599
2012-03-24 11:14:41 +00:00
Hyoyoung Chang f406fbbadf From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_genlist - add merging edc strings list

I add like a routine in previous patch.
It add merging routines to realize functions.
also i removed "elm_widget_stringlist_free(cons)"
because all of it is freed at item_unrealize.



SVN revision: 69598
2012-03-24 11:14:20 +00:00
Carsten Haitzler f614a75a2e update po's?
SVN revision: 69594
2012-03-24 02:53:31 +00:00
Sanjeev BA 710d49b9fd Fix related zoom
Author : Bluezery <ohpowel@gmail.com>

SVN revision: 69590
2012-03-23 11:15:01 +00:00
GoUn Lee b655b831d3 From: GoUn Lee <gouni.lee@samsung.com>
Subject: [E-devel] [?Patch]elm_?multibutto?nentry bug fix

I've attached patch to fix bug in multibuttonentry.
When this widget is unfocused, there's no code for making unfocused
entry in multibuttonentry.
Because of that, when multibuttonentry got focus again, entry couldn't
get focus normally.
so I've added  code to fix this issue. when it's unfocused.

Also I removed unused value in resize_button() which is 'padding_inner'
 


SVN revision: 69583
2012-03-23 07:49:14 +00:00
chanwook jung a0ce8512b7 From: chanwook jung <jchanwook@gmail.com>
Subject: [E-devel] [Patch][Genlist] Tree effect bug fix

I found some bugs in tree effect. flickering, emit signal to unrealize
item... so I fix it.



SVN revision: 69582
2012-03-23 07:47:03 +00:00
Carsten Haitzler 20f3049d40 fix other bring in bug leif found.
SVN revision: 69581
2012-03-23 07:33:15 +00:00
Vincent Torri 91f8728bb4 Elm examples: add win32 thread examples, remove some whitespaces in the corresponding pthread code, and rework a bit Makefile.am
SVN revision: 69580
2012-03-23 07:23:26 +00:00
Sanjeev BA f1c642d3d0 Callback parameter should be Widget_Data, not Evas_Object.
Author : Bluezery <ohpowel@gmail.com>

SVN revision: 69577
2012-03-23 05:36:11 +00:00
Daniel Juyung Seo a40e45f37c elm map: Removed unused codes. Patch by Bluezery <ohpowel@gmail.com>
On Thu, Mar 22, 2012 at 9:38 PM, Bluezery <ohpowel@gmail.com> wrote:
> Hello,
>
> Now, Elm_Map_Marker, Elm_Map_Marker_Class, Elm_Map_Group_Class,
> Marker_Bubble are not used anymore.  So I removed all things related
> those in elm_map.
> Please review this patch.
> Thanks
>

SVN revision: 69571
2012-03-23 01:29:32 +00:00
Gustavo Lima Chaves 36ebfc9972 [Elm] Fix wrong info on focus test.
SVN revision: 69570
2012-03-22 19:25:40 +00:00
Carsten Haitzler bb5d9f35ff update po.
SVN revision: 69564
2012-03-22 10:59:45 +00:00
Carsten Haitzler 61692b56ae pass distcheck
SVN revision: 69563
2012-03-22 10:59:37 +00:00
Bluezery 9e3b73137b From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][elm_map] Add line, polygon, circle, scale
overlay

This patch adds new overlay APIs (line, polygon, circle, scale) for elm_map.
These overlays are adhered to map even though zooming, panning.
You can test these by doing "elementary_test --> click mouse right -->
overlay"



SVN revision: 69562
2012-03-22 10:40:04 +00:00
cnook 047fcff3c3 From: cnook <kimcinoo@gmail.com>
Subject: [E-devel] [Patch][elementary] elc_ctxpopup using elm_list
internally.

The patch is for using elm_list as a item controller of elc_ctxpopup.
I have learned that there was an opinion to change the internal
structure
of ctxpopup using the list.
It would be able to match up to your expectation. but it is just a draft
version of using list in ctxpopup.
So, It would be pretty good to me if you give any feedback on this.
Thanks.




SVN revision: 69561
2012-03-22 10:14:58 +00:00