Commit Graph

2394 Commits

Author SHA1 Message Date
ChunEon Park 76a75e6fa6 elementary/anchorblock - removed white spaces
SVN revision: 58245
2011-04-01 06:26:58 +00:00
ChunEon Park 34b4d44248 elementary/animator - removed white spaces
SVN revision: 58244
2011-04-01 06:17:11 +00:00
Carsten Haitzler 2e0bf619e8 warning--
SVN revision: 58243
2011-04-01 06:09:18 +00:00
Carsten Haitzler f74c18a02e make all widgets use a standard setup macro. cuts code down and
handles null parent errors, null wd alloc, null obj create errors etc.



SVN revision: 58242
2011-04-01 06:08:02 +00:00
Carsten Haitzler fc74c7867c valgrind complaints--
SVN revision: 58241
2011-04-01 05:03:38 +00:00
Brett Nash 3c51f2f14c Elm: DragNDrop: Don't check extensions on drags
Patch from 장효영 (Hyoyoung Chang).  Basically checking extensions is silly,
      and some real life use shows it just breaks things.  Especially since we
      aren't liberal enough with the extensions we check.

I also cleaned up some whitespace and weird indentation at the edges.

SVN revision: 58229
2011-03-31 12:29:20 +00:00
ChunEon Park 1a1a04685d elementary/ctxpopup - removed unuseful line.
SVN revision: 58219
2011-03-31 03:09:27 +00:00
Christopher Michael 26080e07b0 ELM: Transit: Remove unused variable.
SVN revision: 58217
2011-03-30 20:25:25 +00:00
Carsten Haitzler 413e9c4d7d and use the new valign mojo for tb.. yay!
SVN revision: 58210
2011-03-30 12:24:37 +00:00
ChunEon Park 5f00bff556 elementary/transit - modified to add same objects.
SVN revision: 58196
2011-03-30 09:12:57 +00:00
ChunEon Park 0fa4bf9111 elementary/transit - modified fade effect to be available applying only one object case
SVN revision: 58192
2011-03-30 05:35:38 +00:00
Daniel Juyung Seo 0046369651 Elementary elm_genlist.c: Indentation fix by manual.
Ecrustify indentation needs to be fixed for the lines behind comments.


SVN revision: 58191
2011-03-30 01:35:15 +00:00
Daniel Juyung Seo d0fa2c13ad Elementary elm_genlist.c: Code refactoring and indentation fix.
SVN revision: 58178
2011-03-29 12:43:03 +00:00
Daniel Juyung Seo 9f7b0fe79a Elementary elm_genlist.c: Replaced unicode to ascii in genlist doxygen.
SVN revision: 58176
2011-03-29 10:38:51 +00:00
Carsten Haitzler 219eb32845 wow! how did i miss that? ;++
SVN revision: 58174
2011-03-29 09:31:01 +00:00
Seunggyun Kim 589a33d94a From: Seunggyun Kim <sgyun.kim@samsung.com>
Subject: [E-devel] [Patch] elm_genlist - group index homogeneous mode
support

Current, genlist using group index can't use homogeneous mode.
So this is patch for support homogeneous mode when the genlist uses
group index.



SVN revision: 58173
2011-03-29 09:28:09 +00:00
Daniel Juyung Seo d6f2e4c45f Elementary test_genlist.c: Removed trailing white spaces.
SVN revision: 58164
2011-03-29 00:51:56 +00:00
Daniel Juyung Seo bdea9a4cec Elementary elm_colorselector.c: Fixed indentation and removed trailing
whitespaces.

Patch by Jihoon Kim <jihoon48.kim@samsung.com>


SVN revision: 58163
2011-03-28 23:58:22 +00:00
Daniel Juyung Seo d738eda9c8 Elementary elm_transit.c: Fixed doxygen.
SVN revision: 58153
2011-03-28 13:10:25 +00:00
ChunEon Park dca970917a elementary/test_transit.c - removed white spaces
SVN revision: 58140
2011-03-28 01:34:06 +00:00
ChunEon Park a6bfb1c929 elementary/transit - fixed to repeat times provide infinite times actually.
SVN revision: 58137
2011-03-28 01:23:38 +00:00
ChunEon Park 6a1324a0fe elementary/transit - updated doxygen
SVN revision: 58136
2011-03-28 00:46:17 +00:00
Massimo Maiurana f19ecf0ecb updating french and italian translations
SVN revision: 58096
2011-03-26 12:56:35 +00:00
ChunEon Park 6c4e3a266d elementary/transit - removed tailing whites.
SVN revision: 58095
2011-03-26 12:42:43 +00:00
ChunEon Park a5eb6bebde elementary / transit - fixed typo.
SVN revision: 58094
2011-03-26 12:39:47 +00:00
WooHyun Jung fc6a5a24b9 From: WooHyun Jung <wh0705.jung@samsung.com>
Subject: [E-devel] [Patch] for Gettext /I18N

Mr. Govi in SISO made a patch for following description. 

Detail Description:

1. If EFL/Elementary Application has i18n String with its own PO file,
then Elementary will end up looking for internal Strings at application
PO files. Passing PACKAGE name in the Elementary String Look up macro
eliminates this issue and looks for internal String from Elm.po files.

2. Macro E_(str) is used, to differentiate the elementary Strings from
commonly used #define _(str) in the applications. ( Just E ed :) )
 


SVN revision: 58085
2011-03-25 04:49:49 +00:00
Tristan Lelong ab35bb5667 From: Tristan Lelong <tristan.lelong@blunderer.org>
Subject: [E-devel] [PATCH]: keyboard navigation in menus

I was using elementary on a target that only has a keyboard, and I add
to do several modification on the elm_menu to handle keyboard
navigation.
- patch 1: discard a menu from C source code
- patch 2: add accessors for menu items and add the ability to handle
selected item from C source code



SVN revision: 58084
2011-03-25 04:42:12 +00:00
suxia li 58508d43d3 From: suxia li <suxia.li@samsung.com>
Subject: [E-devel] Patch for photocam elm_photocam_file_set

hello, i made a patch for photocam, because i found a bug that
sometimes grid_clearall is done after image preload process, but it
should be done before image preload process, otherwise, only low
quality image is loaded.
Please have a check, thanks~



SVN revision: 58083
2011-03-25 04:33:51 +00:00
Seunggyun Kim c8eb346a08 From: Seunggyun Kim <sgyun.kim@samsung.com>
Subject: [E-devel]  elm_genlist - bug fix about _update_job

I found one bug in _update_job.

Now, when the elm_genlist_item_update is called, all realized items have
been updated.

In _update_job logic, item block is recalculated if it->minw and
itminw is
not same.
But before comparing that, itminw value is saved it->w. 
And it->minw value is saved in _item_realzie function.
Then there are different between it->minw and itminw value.

So the item block is recalculated and _item_block_position is called.

After applying below patch, elm_genlist_item_update api updates only one
item.



SVN revision: 58082
2011-03-25 04:27:47 +00:00
Jihoon Kim d7ad29248d From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] Patch to give focus to the content in
elm_notify

lm_notify has not handled the focus movement.
Even though a button widget is contained in an notify widget and notify
widget is shown,  button widget could not be focused.
Therefore, button couldn't process any key event such as space and enter key.
This patch will solve this problem.



SVN revision: 58081
2011-03-25 04:13:10 +00:00
ChunEon Park ef71827092 elementary/ctxpopup - fixed indentation
SVN revision: 58070
2011-03-24 15:49:46 +00:00
Jae Hwan Kim 9e506fc581 From: Jae Hwan Kim <jae.hwan.kim@samsung.com>
If the scroller is stopped and set the freeze push while bounce
animation is running, it will stop bouncing in a moment. Even if the scroller
is set the freeze pop again, the scroller don't finish the bouncing. I think
that it should finish the bouncing when it is set the freeze pop.



SVN revision: 58063
2011-03-24 07:34:23 +00:00
ChunEon Park a6a182f7b6 elementary/ctxpopup - removed white trailing
SVN revision: 58052
2011-03-24 02:17:34 +00:00
ChunEon Park 29bdbfe36f elementary/ctxpopup - removed fingersize completely.
SVN revision: 58051
2011-03-24 02:14:22 +00:00
Daniel Juyung Seo 7071c0352a Elementary ko_KR.po: Updated Korean translations.
SVN revision: 58034
2011-03-23 15:26:57 +00:00
Carsten Haitzler 2fda5e577f listen to move events and track on override-redirect windows.
SVN revision: 58032
2011-03-23 13:29:26 +00:00
ChunEon Park 646cfe83d8 elementary/default.edc - fixed typo (ctxpopup)
SVN revision: 58030
2011-03-23 10:57:51 +00:00
ChunEon Park 03a276fbe0 elementary/default.edc - modified ctxpopup arrow position to be more closed to box
SVN revision: 58029
2011-03-23 10:53:09 +00:00
ChunEon Park a92abbf562 elementary/ctxpopup - modified fingersize to half one
SVN revision: 58028
2011-03-23 10:52:18 +00:00
Carsten Haitzler 7365b3ea66 oops - missed theme part of menu patch
SVN revision: 58027
2011-03-23 10:44:55 +00:00
Daniel Juyung Seo 65a8f97f30 Elementary elm_widget.c: Modification of last change in
elm_widget_show_region_set function.

Patch by WooHyun Jung <wh0705.jung@samsung.com>



SVN revision: 58015
2011-03-23 07:15:01 +00:00
Daniel Juyung Seo 11033734f3 Elementary doxygen: Fixed for the consistency with the other widget's
document format.

Patch by Jihoon Kim <jihoon48.kim@samsung.com>


SVN revision: 58007
2011-03-23 00:40:47 +00:00
Daniel Juyung Seo 08bde06005 Elementary elm_widget.c: Used API_ENTRY, INTERNAL_ENTRY macros. Prevented segv.
SVN revision: 58001
2011-03-22 22:12:33 +00:00
Christopher Michael a0a33a0191 Elementary: Patch from Jihoon Kim to add missing window types.
Elementary was missing window types for dropdown_menu, popup_menu,
tooltip, notification, combo, and dnd. This patch adds the missing
types into the enum and elm_win code.



SVN revision: 57992
2011-03-22 15:46:52 +00:00
Daniel Juyung Seo af08009a99 Elementary elm_genlist.c: Formatting with ecrustify.
SVN revision: 57963
2011-03-22 07:54:24 +00:00
ChunEon Park 11365c7445 fixed white trailing
SVN revision: 57962
2011-03-22 07:51:17 +00:00
WooHyun Jung a180e3d30c From: WooHyun Jung <wh0705.jung@samsung.com>
Subject: [E-devel] [Patch] Small patch for elm_slider (scrolling pop +
push)

I made small patch for elm_slider. 

I think scrolling should be freezed (not held) when dragging is
started. 

This is because scrolling can go on with elm_widget_scroll_hold_push. 



SVN revision: 57959
2011-03-22 02:59:06 +00:00
Tristan Lelong 23b7dd8b8b From: Tristan Lelong <tristan.lelong@blunderer.org>
>>> Hello,
>>>
>>> I was using elementary on a target that only has a keyboard, and I add
>>> to do several modification on the elm_menu to handle keyboard
>>> navigation.
>>> - patch 2: add accessors for menu items and add the ability to handle
>>> selected item from C source code



SVN revision: 57957
2011-03-22 02:29:26 +00:00
Carsten Haitzler daff42bd02 warning--
SVN revision: 57955
2011-03-22 02:12:27 +00:00
Carsten Haitzler 551bbe375d menu api was the wrong name..
SVN revision: 57954
2011-03-22 02:08:38 +00:00