Commit Graph

8465 Commits

Author SHA1 Message Date
Chris Michael 873cd93da4 No need for a cast here as 'obj' is already Eo when passed in.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2013-09-17 07:43:39 +01:00
Chris Michael ae9392ab09 Remove __UNUSED__ from function declaration where parameter is
actually used.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2013-09-17 07:43:39 +01:00
Daniel Juyung Seo abcb183534 elm_list.c: disable edje_object_parts_extends_calc in _item_fix.
This fixed T179 but introduced T286. T286 is bigger and more important issue than T179.
So temporarily disable these lines until it gets fixed correctly.
2013-09-17 01:10:46 +09:00
Michaël Bouchaud (yoz) 62ce625dfc elementary: allow custom text part on item list 2013-09-16 12:19:46 +02:00
Daniel Juyung Seo 244eb99691 elm_spinner.c: consider style name starting with "vertical" is a vertical spinner.
I think it's better to introduce elm_spinner_vertical_set() API to explicitly show the vertical mode but I will keep this new code for the backward compatibility.
2013-09-16 02:51:42 +09:00
Daniel Juyung Seo d01af793a9 ChangeLog: fixed formatting.
No tabs.
2013-09-16 00:22:41 +09:00
Daniel Juyung Seo df396c02f7 elm_flip.c: set focus to the flip's content object when flip go to is called. 2013-09-16 00:22:30 +09:00
Daniel Juyung Seo 4db8363208 test_launcher.c: use elm_layout_signal_emit instead of edje_object_signal_emit + elm_layout_edje_get for elm_layout object. 2013-09-15 22:19:41 +09:00
Boris Faure f9b116fe4d _close() exists on windows (patch by vtorri) 2013-09-14 19:21:14 +02:00
Boris Faure 115518ddb4 fix EAPI definition on Windows (patch by vtorri) 2013-09-14 19:18:19 +02:00
Daniel Juyung Seo 1a3660fd8e elm_spinner.c: fixed spinner arrow key bug.
Consider the spinner direction for the arrow key events.
2013-09-14 02:55:00 +09:00
Stefan Schmidt d12ad3fbf1 mailmaip: Add .mailmap file to fixup various git author entries.
This is an attempt to unify the various spellings and email addresses people
use in the git author line. This simple matching rules clean these up and show
them as one single author. Which in turn makes statistics with e.g. git
shortlog much nicer.

 I only fixed these up for the top 50 committer in efl. If your entry is missing
or wrong feel free to add or change it. This changes alone brings down the
unique author count to 179 from 198.
2013-09-13 14:02:55 +01:00
ChunEon Park a7b11a4c56 elementary/genlist,gengrid - should be cancel the track object before item view is removed. 2013-09-13 16:20:40 +09:00
ChunEon Park f426e08982 elementary/elm_object_item - delete the track objects when genlist/gengrid items are unrealized. 2013-09-13 14:19:41 +09:00
U. Artie Eoff 8982c267a9 elm/examples: port 265eff94bb6274c284e8e111192f9922906990ac
"Autodetect engine on the glview example"

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
2013-09-12 19:54:13 -07:00
U. Artie Eoff 47cdc87bac examples: Fixed Makefile regression of rELM1dcd32068
https://phab.enlightenment.org/T366

make - Circular dependency dropped

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
2013-09-12 19:28:28 -07:00
ChunEon Park 248ca7a17a elementary/elm_object_item - removed white trailings. 2013-09-12 23:48:54 +09:00
ChunEon Park ebe767bf51 elementary - Actually this code is useless. there track object will be always NULL. 2013-09-12 23:37:00 +09:00
ChunEon Park ef23dda65e elementary - oops missed example adding. 2013-09-12 23:30:23 +09:00
ChunEon Park 5957b118de elementary - introduces 3 apis elm_object_item_track/untrack/track_get(). 2013-09-12 23:24:02 +09:00
Ryuan Choi 5a6f5b770b fileselector: Added "selected,invalid" signal for wrong path on the path_entry.
If user typed wrong path on the path entry,
"selected,invalid" will be emitted with "selected" for legacy.

In addition, send "selected" signal when folder is changed in only folder mode.
It's regression of 74f308df9.

See more information from
http://sourceforge.net/mailarchive/message.php?msg_id=31394571
2013-09-12 22:37:10 +09:00
ChunEon Park 9f34119498 elementary - revert ddc3cf80ce0a50a9161fcb212d3414f5d7b5898c
We have a plan to add more proper API.
2013-09-12 14:13:59 +09:00
Daniel Juyung Seo 4a4ff6eb9f test_progressbar.c: refactoring. moved code to the better place. 2013-09-12 01:18:26 +09:00
Daniel Juyung Seo a5ca313305 elm_flip.c: Added support for flip focus direction. 2013-09-12 01:16:58 +09:00
Daniel Juyung Seo 11abbe5df0 ChangeLog/NEWS: fixed ChangeLog and NEWS. 2013-09-12 01:15:48 +09:00
Daniel Juyung Seo bed7dbb624 elm_layout.c: fixed typo. 2013-09-11 22:38:49 +09:00
Daniel Juyung Seo bef52cfd6c test_progressbar.c: Do not use global variable for progressbar structure. That will be interrupted by another windows' progressbar test. 2013-09-11 22:38:49 +09:00
Daniel Juyung Seo bff0166805 elm_widget_progressbgar.h: subtle formatting fix. 2013-09-11 22:38:49 +09:00
Chris Michael 9c638defed Tell evas to use a frame object here.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2013-09-11 14:11:08 +01:00
Ryuan Choi 743042501b elc_fileselector: Do not send "selected" signal when anchor was clicked.
Because anchor on path_entry just changes current path,
we don't need to send "selected" signal
2013-09-11 20:40:55 +09:00
Ryuan Choi 119ebdcabe Fixed wrong indentation and missing break in 74f308df9 2013-09-11 17:07:10 +09:00
Ryuan Choi 5a23edace4 config: Remove unnecessary alloc/free in _profile_fetch_from_conf() 2013-09-11 08:45:44 +09:00
José Roberto de Souza 0afa6fc580 Missing ChangeLog and News about new elm_table api 2013-09-10 17:48:16 -03:00
Chris Michael fd7bd29b34 Tweak adjustment of setting opaque region.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2013-09-10 14:29:18 +01:00
Michaël Bouchaud (yoz) bde54b0e16 elementary: del image_preload signal callback on elm_thumb when needed 2013-09-10 12:52:11 +02:00
Ryuan Choi 87f58fb5c3 elc_fileselector : Select path which user typed on path_entry.
Summary:
In fileselector, user can write directory path or file path which they want.
If then, fileselector navigates path when directory path is given,
but just send a "selected" signal without real selection when file path or wrong path is given.

With this path,
- fileselector will navigate (if needed) and select file with signal when file path is given.
- no action when wrong path is given.
2013-09-10 19:11:43 +09:00
Carsten Haitzler 81f15c1086 panel - really should support finger size for the open/close tab! add! 2013-09-10 18:49:12 +09:00
Carsten Haitzler a86577f051 elm map - let's use some neautral colors for map items by default. 2013-09-10 18:49:12 +09:00
Niraj Kumar c11c7b5041 progressbar: Support second progress.
This can be used by video/audio streaming such as youtube.
2013-09-10 16:22:06 +09:00
Daniel Juyung Seo 11699bb4fa elm_menu.c: chagned menu item object from edje_object to elm_layout for further focus support. 2013-09-10 14:28:30 +09:00
Shinwoo Kim 3359ff5be5 [access] unfocusable object could have highlight 2013-09-10 14:22:21 +09:00
Shinwoo Kim 34de4d619d [access] enhancement - refine function name to _elm_access_auto_highlight_set from _elm_access_read_mode_set 2013-09-10 14:01:50 +09:00
Daniel Juyung Seo c301e67153 elm_table: clean up newly added function elm_table_child_get.
- moved function position.
- added const to the first parameter.
2013-09-10 13:46:37 +09:00
Daniel Juyung Seo 0cf13cac1b test_menu.c: code cleanup.
- removed unnecessary global variable.
- removed unnecessary function.
- fixed formatting.
- set widget parent correctly.
- added label to show the usage.
2013-09-10 12:51:31 +09:00
José Roberto de Souza e9103fffb2 Add elm_table_child_get() 2013-09-09 18:57:43 -03:00
Daniel Juyung Seo 38e651dee1 elc_popup.c: theck elm_layout_theme_set() return value.
- Handle successive code accordingly.
- This fixes coverity CID 1086781 and 1086782.
2013-09-09 19:16:27 +09:00
Michaël Bouchaud (yoz) 9271fc7e0f elementary: don't send unrealized item signal on item update 2013-09-09 12:00:58 +02:00
Michaël Bouchaud (yoz) 742abe65e1 elementary: avoid some glitter on gengrid item creation 2013-09-09 11:53:47 +02:00
Daniel Zaoui 9cb42442f8 Genlist: fix memory not freed when item is expanded.
Thanks to TaeHwan Kim for the fix.
2013-09-09 10:14:14 +03:00
Yakov Goldberg 2031bf3b06 thumb: wrong Eo sub_id was used 2013-09-08 18:30:53 +03:00