platform/upstream/elementary.git
9 years agogenlist: Added internal functions _view_create and _view_style_update
Daniel Juyung Seo [Sun, 27 Jul 2014 04:44:51 +0000 (21:44 -0700)]
genlist: Added internal functions _view_create and _view_style_update
for the commonly used codes.

9 years agogenlist: Unbreak double click smart callback.
Daniel Juyung Seo [Thu, 21 Aug 2014 18:41:52 +0000 (03:41 +0900)]
genlist: Unbreak double click smart callback.

Fixed a typo in my commit adb976e.

9 years agogengrid, list: Use newly introduced macros internally.
Daniel Juyung Seo [Thu, 21 Aug 2014 18:09:10 +0000 (03:09 +0900)]
gengrid, list: Use newly introduced macros internally.

ELM_GENGRID_DATA_GET_FROM_ITEM and ELM_LIST_DATA_GET_FROM_ITEM.

9 years agolist: Fixed ELM_OBJECT_SELECT_MODE_NONE codes and added more DISPLAY_ONLY check.
Daniel Juyung Seo [Thu, 21 Aug 2014 17:57:57 +0000 (02:57 +0900)]
list: Fixed ELM_OBJECT_SELECT_MODE_NONE codes and added more DISPLAY_ONLY check.

Also made an internal function to check it easily.

@fix

9 years agogengrid: Fixed ELM_OBJECT_SELECT_MODE_NONE codes and added more DISPLAY_ONLY check.
Daniel Juyung Seo [Thu, 21 Aug 2014 17:48:29 +0000 (02:48 +0900)]
gengrid: Fixed ELM_OBJECT_SELECT_MODE_NONE codes and added more DISPLAY_ONLY check.

Also made an internal function to check it easily.

@fix

9 years agogenlist: Fixed ELM_OBJECT_SELECT_MODE_NONE codes and added more DISPLAY_ONLY check.
Daniel Juyung Seo [Thu, 21 Aug 2014 17:47:24 +0000 (02:47 +0900)]
genlist: Fixed ELM_OBJECT_SELECT_MODE_NONE codes and added more DISPLAY_ONLY check.

Also made an internal function to check it easily.

@fix

9 years agogengrid: Fixed _item_unselect to check select value not highlight value.
Daniel Juyung Seo [Thu, 21 Aug 2014 16:10:07 +0000 (01:10 +0900)]
gengrid: Fixed _item_unselect to check select value not highlight value.

This caused infinite loop in a DISPLAY_ONLY mode on clicking an item.

@fix

9 years agogengrid, genlist, list, toolbar: Fixed DISPLAY_ONLY select mode for an object.
Daniel Juyung Seo [Thu, 21 Aug 2014 15:12:40 +0000 (00:12 +0900)]
gengrid, genlist, list, toolbar: Fixed DISPLAY_ONLY select mode for an object.

DISPLAY_ONLY select mode for elm_xxx_item_select_mode_set works fine but
elm_xxx_select_mode_set was broken.

@fix

9 years agoelm: Added more documentation about the select_mode enum.
Daniel Juyung Seo [Thu, 21 Aug 2014 15:04:12 +0000 (00:04 +0900)]
elm: Added more documentation about the select_mode enum.

9 years agogengrid, genlist, list: Changed %c to @p for parameters in the documentation.
Daniel Juyung Seo [Thu, 21 Aug 2014 14:51:10 +0000 (23:51 +0900)]
gengrid, genlist, list: Changed %c to @p for parameters in the documentation.

9 years agogenlist: Fixed item select logic when item select mode is ALWAYS.
Jae Yong Hwang [Thu, 21 Aug 2014 13:49:36 +0000 (22:49 +0900)]
genlist: Fixed item select logic when item select mode is ALWAYS.

Summary:
ELM_OBJECT_SELECT_MODE_ALWAYS mode for elm_genlist_item_select_mode
was broken. In the item select routine, item mode(it->mode) was not
checked. So, I added the check routine there.

@fix

Test Plan: I revised the elementary_test code and tested with that.

Reviewers: raster, seoz

Reviewed By: seoz

Subscribers: SanghyeonLee, bluezery

Differential Revision: https://phab.enlightenment.org/D1347

9 years agonotify: fix notify to keep the consistency even that was wrongly implemented.
Daniel Juyung Seo [Thu, 21 Aug 2014 13:45:01 +0000 (22:45 +0900)]
notify: fix notify to keep the consistency even that was wrongly implemented.

According to hermet's review comments, let's keep the consistency even
if it was wrongly implemented.

9 years agoRevert "Revert "elm_notify: fixing style applying""
Daniel Juyung Seo [Thu, 21 Aug 2014 13:38:39 +0000 (22:38 +0900)]
Revert "Revert "elm_notify: fixing style applying""

This reverts commit 2e2d003efeded27955cc9301279cd3a0d362f548.

Revert this patch to leave the credit to Andrii Kroitor.
I will fix this correctly in the next commit.
Sorry Andrii for the wrong review comments that can break compatibility.
But actually it was not documented at all so there was no problem.
Just to please hermet, let's not do more.

9 years agoRevert "elm_notify: fixing style applying"
ChunEon Park [Thu, 21 Aug 2014 11:13:17 +0000 (20:13 +0900)]
Revert "elm_notify: fixing style applying"

This reverts commit 0ca13c33cd1e89c85793b1d3f5245d86459e051c.

Sorry this can't be pushed cause of compatibility break.

9 years agoRevert "notify: changed internal formatting for readability."
ChunEon Park [Thu, 21 Aug 2014 11:09:58 +0000 (20:09 +0900)]
Revert "notify: changed internal formatting for readability."

This reverts commit a2afbe91e851f3d943736d2a1aae9e2721d1a0d5.

definitely this will break compatibility.
and as i mentioned, we should prevent as possible that
until there are other methods.

9 years agoEfl inerfaces: Merge initial efl interfaces work.
Tom Hacohen [Thu, 21 Aug 2014 10:05:11 +0000 (11:05 +0100)]
Efl inerfaces: Merge initial efl interfaces work.

This includes the efl interfaces changes as mentioned in:
https://phab.enlightenment.org/w/efl_interfaces/

This is still work in progress, but stable enough to be
used.

9 years agoWin: Add an animator,tick event (not currently implemented).
Tom Hacohen [Wed, 6 Aug 2014 09:02:03 +0000 (10:02 +0100)]
Win: Add an animator,tick event (not currently implemented).

This event will be used to replace ecore_animator.

9 years agoPrefs: Use file interface.
Tom Hacohen [Fri, 25 Jul 2014 12:40:32 +0000 (13:40 +0100)]
Prefs: Use file interface.

9 years agoImage: Use image interface.
Tom Hacohen [Wed, 23 Jul 2014 16:19:26 +0000 (17:19 +0100)]
Image: Use image interface.

9 years agoVideo: Use file interface.
Tom Hacohen [Tue, 22 Jul 2014 15:37:57 +0000 (16:37 +0100)]
Video: Use file interface.

9 years agoLayout: Use file interface.
Tom Hacohen [Tue, 22 Jul 2014 15:29:37 +0000 (16:29 +0100)]
Layout: Use file interface.

9 years agoThumb: Use file interface.
Tom Hacohen [Tue, 22 Jul 2014 15:25:39 +0000 (16:25 +0100)]
Thumb: Use file interface.

9 years agoPhoto: Use file interface.
Tom Hacohen [Tue, 22 Jul 2014 15:20:31 +0000 (16:20 +0100)]
Photo: Use file interface.

9 years agoBg: Use file interface
Tom Hacohen [Tue, 22 Jul 2014 14:44:52 +0000 (15:44 +0100)]
Bg: Use file interface

9 years agoImage: Use file interface.
Tom Hacohen [Tue, 22 Jul 2014 14:38:33 +0000 (15:38 +0100)]
Image: Use file interface.

9 years agoConfigure: Add libefl's .eo file in eolian include path.
Tom Hacohen [Tue, 22 Jul 2014 14:29:33 +0000 (15:29 +0100)]
Configure: Add libefl's .eo file in eolian include path.

9 years agoAdjust functions to use the new efl interfaces.
Tom Hacohen [Mon, 21 Jul 2014 11:07:42 +0000 (12:07 +0100)]
Adjust functions to use the new efl interfaces.

9 years agoupdate according to Eolian syntax changes
Daniel Kolesa [Mon, 11 Aug 2014 14:46:11 +0000 (15:46 +0100)]
update according to Eolian syntax changes

9 years agoNEWS: keep the convention with other lines.
Daniel Juyung Seo [Wed, 20 Aug 2014 16:19:58 +0000 (01:19 +0900)]
NEWS: keep the convention with other lines.

9 years agonotify: changed internal formatting for readability.
Daniel Juyung Seo [Wed, 20 Aug 2014 16:19:11 +0000 (01:19 +0900)]
notify: changed internal formatting for readability.

9 years agoelm_notify: fixing style applying
Andrii Kroitor [Wed, 20 Aug 2014 15:40:07 +0000 (00:40 +0900)]
elm_notify: fixing style applying

Summary:
added support of bottom_left, bottom_right, top_left, top_right styles
of notify that are present in default theme

@fix

Reviewers: cedric, seoz, Hermet

Subscribers: reutskiy.v.v

Differential Revision: https://phab.enlightenment.org/D1329

9 years agoconfigure: Switch to dev mode again and set version to .99
Stefan Schmidt [Wed, 20 Aug 2014 16:00:12 +0000 (18:00 +0200)]
configure: Switch to dev mode again and set version to .99

Merge window for 1.12 is open.

9 years agorelease: Update NEWS and bump version for 1.11.0 release v1.11.0
Stefan Schmidt [Wed, 20 Aug 2014 15:40:39 +0000 (17:40 +0200)]
release: Update NEWS and bump version for 1.11.0 release

9 years agoNEWS: cleaned up new file for the 1.11 release.
Daniel Juyung Seo [Wed, 20 Aug 2014 15:08:35 +0000 (00:08 +0900)]
NEWS: cleaned up new file for the 1.11 release.

9 years agomap: added missing since tag for a new api.
Daniel Juyung Seo [Wed, 20 Aug 2014 14:48:25 +0000 (23:48 +0900)]
map: added missing since tag for a new api.

9 years agoREADME: fix typo.
ChunEon Park [Wed, 20 Aug 2014 14:22:02 +0000 (23:22 +0900)]
README: fix typo.

9 years agoe theme - screen suspend/locl/resume etc, make black rect on noeffect
Carsten Haitzler (Rasterman) [Mon, 18 Aug 2014 02:47:42 +0000 (11:47 +0900)]
e theme - screen suspend/locl/resume etc, make black rect on noeffect

this makes the black rect etc. appear instantly even if no effects are
selected for comp - this should cover up lockscreen and other stuff on
suspend/shutdown/resume etc. like fading does. this should fix T1498

9 years agomy 1.11 NEWS updates
Mike Blumenkrantz [Fri, 15 Aug 2014 12:36:09 +0000 (08:36 -0400)]
my 1.11 NEWS updates

9 years agotests: Ship elm_test_helper.h in dist tarball
Stefan Schmidt [Fri, 15 Aug 2014 10:02:10 +0000 (12:02 +0200)]
tests: Ship elm_test_helper.h in dist tarball

This is a first step to run elm make check during distcheck.

9 years agoslider: update documentation on elm_slider_step_set/get (since 1.8)
Boris Faure [Fri, 15 Aug 2014 09:01:14 +0000 (11:01 +0200)]
slider: update documentation on elm_slider_step_set/get (since 1.8)

9 years agoentry: fix clearing selection region problem while it's already selected.
ChunEon Park [Fri, 15 Aug 2014 08:44:13 +0000 (17:44 +0900)]
entry: fix clearing selection region problem while it's already selected.

if entry has selection, it would be cleared if selection region set is requested again.
because entry cancel the selection area after it reset the selection area.
unfortunately, the selection area is new selection so selection area is gone.

this patch prevent clearing selection and keep the new selection.

@fix

9 years agoREADME: Cosmetic change to align underline with two digit version number
Stefan Schmidt [Thu, 14 Aug 2014 09:31:13 +0000 (11:31 +0200)]
README: Cosmetic change to align underline with two digit version number

9 years agopo/ko: updated Korean translation.
Daniel Juyung Seo [Wed, 13 Aug 2014 15:50:59 +0000 (00:50 +0900)]
po/ko: updated Korean translation.

9 years agopo: update po due to string changes.
Daniel Juyung Seo [Wed, 13 Aug 2014 15:49:13 +0000 (00:49 +0900)]
po: update po due to string changes.

9 years agodoc: removed @ from @since if it needs to be inlined the documentation.
Daniel Juyung Seo [Wed, 13 Aug 2014 15:42:43 +0000 (00:42 +0900)]
doc: removed @ from @since if it needs to be inlined the documentation.

9 years agopanel: changed wrong term - drawer - in panel.
Daniel Juyung Seo [Wed, 13 Aug 2014 15:32:31 +0000 (00:32 +0900)]
panel: changed wrong term - drawer - in panel.

drawer is not an official terminology in panel.

9 years agoradio: added quotes for smart callback name in the documentation.
Daniel Juyung Seo [Wed, 13 Aug 2014 15:22:49 +0000 (00:22 +0900)]
radio: added quotes for smart callback name in the documentation.

9 years agoautotools: Renamed --disable-c++11 to --disable-cxx-bindings.
Savio Sena [Wed, 13 Aug 2014 14:36:17 +0000 (11:36 -0300)]
autotools: Renamed --disable-c++11 to --disable-cxx-bindings.

The name was misleading.

9 years agoelm++: Update C++ examples to use the new API.
Savio Sena [Wed, 13 Aug 2014 14:28:46 +0000 (11:28 -0300)]
elm++: Update C++ examples to use the new API.

9 years agoUpdating italian translation
maxerba [Wed, 13 Aug 2014 12:16:26 +0000 (14:16 +0200)]
Updating italian translation

9 years agodoc: added @c for eina bool in the documentation.
Daniel Juyung Seo [Wed, 13 Aug 2014 10:50:38 +0000 (19:50 +0900)]
doc: added @c for eina bool in the documentation.

9 years agobutton: fix hoversel and button fixed: 1 1 warning in the same way.
Daniel Juyung Seo [Tue, 12 Aug 2014 18:11:00 +0000 (03:11 +0900)]
button: fix hoversel and button fixed: 1 1 warning in the same way.

Now both hoversel and button are usable.
This is easiest way to fix the bug. But why it didn't work well even
hoversel inherit button default style?

Revert "button: revert this patch because this patch just broke hoversel."

This reverts commit 3238c8787511aaf69b755760b24f1aa518477d75.

9 years agobutton: revert this patch because this patch just broke hoversel.
Daniel Juyung Seo [Tue, 12 Aug 2014 16:28:06 +0000 (01:28 +0900)]
button: revert this patch because this patch just broke hoversel.

hoversel is now usable. let's fix the button warning message with more
considerations.

Revert "button: add fixed 1 1 in case that text is not used."

This reverts commit efd33ddb5ba51dccaee2734e8a7add18801d9285.

9 years agoforce desklock theme min sizing on text
Mike Blumenkrantz [Tue, 12 Aug 2014 00:24:14 +0000 (20:24 -0400)]
force desklock theme min sizing on text

fix T1468

9 years agobutton: add fixed 1 1 in case that text is not used.
ChunEon Park [Mon, 11 Aug 2014 12:51:25 +0000 (21:51 +0900)]
button: add fixed 1 1 in case that text is not used.

If only icon is used in a button, it prints error message regarding fixed 1 1;

This resolved the problem.

9 years agopanes: add fixed error message.
ChunEon Park [Mon, 11 Aug 2014 12:38:38 +0000 (21:38 +0900)]
panes: add fixed error message.

Draggable area could be zero size if user set the panes content size
with elm_panes_xxx_size_set().

In this case, it prints fixed messages.

now, it's gone and i tested with various cases for any side effects.

9 years agorelease: Update NEWS and bump version for 1.11.0-beta2 release v1.11.0-beta2
Stefan Schmidt [Mon, 11 Aug 2014 10:54:59 +0000 (12:54 +0200)]
release: Update NEWS and bump version for 1.11.0-beta2 release

9 years agoelm - do not do x11 main/config stuff without DISPLAY set
Carsten Haitzler (Rasterman) [Sun, 10 Aug 2014 23:21:03 +0000 (08:21 +0900)]
elm - do not do x11 main/config stuff without DISPLAY set

the engine checks are also broken - but that's a much bigger change,
so this fixes elm config and main code to not do their x11 work if no
DISPLAY env var is set. this is right for a wayland world where you
don't want DISPLAY but WAYLAND_DISPLAY set and used. this fixes
several ERRs that should never have hapapned in this setup.

9 years agoelm win - fix invalid use of elm engine config per window
Carsten Haitzler (Rasterman) [Sun, 10 Aug 2014 22:59:45 +0000 (07:59 +0900)]
elm win - fix invalid use of elm engine config per window

lots of code unsing ENGINE_COMPARE where it should get the engine from
the ecore_evas directly - it happened to work as we happened to have
apps that have windows only for x11, or wayland etc, but not both in
an app. this was wrong, so remove the engine compare macro and do it
properly. no laziness.

9 years agogengrid once again selects items using keyboard when no item was previously selected
zmike [Sun, 10 Aug 2014 18:28:16 +0000 (14:28 -0400)]
gengrid once again selects items using keyboard when no item was previously selected

this was yet another thing broken by the mostly-unreviewed and untested widget item focus feature. it's still not completely fixed, since the reorder modes are broken, but at least it works for the general case again

@fix

9 years agoGenlist: do not segv if the user clear the list on item double-click
davemds [Sat, 9 Aug 2014 15:53:46 +0000 (17:53 +0200)]
Genlist: do not segv if the user clear the list on item double-click

@fix
moved the user callbacks call at the end of the function, so the user
is able to modify the list without making the code below the call to
fail miserably.

Also improved the Genlist Del test to also include this case.

9 years agoblank line --
davemds [Sat, 9 Aug 2014 13:59:39 +0000 (15:59 +0200)]
blank line --

Remove an unwanted blank line from my previous commit

9 years agoGengrid: fix position calculation
davemds [Sat, 9 Aug 2014 13:47:59 +0000 (15:47 +0200)]
Gengrid: fix position calculation

@fix
To calc the position in a table you need to make the modulo of the col/row size, not the modulo on the x/y value

This unbreak the elm_gengrid_item_pos_get() function that was reporting wrong values

9 years agodoc: sync changes made in efl
davemds [Fri, 8 Aug 2014 16:10:52 +0000 (18:10 +0200)]
doc: sync changes made in efl

* show footer with usefull info
* nested lists are more compact
* avoid packed effect on bullet lists
* @since colored and on a single line

9 years agoconfigure: Use the same default CFLAGS/LDFLAGS as we do for EFL
Stefan Schmidt [Fri, 8 Aug 2014 14:01:45 +0000 (16:01 +0200)]
configure: Use the same default CFLAGS/LDFLAGS as we do for EFL

Especially the -fvisibility=hidden would be needed here for our EAPI handling.
I never realised we miss this here but Lukasz Stanislawski pointed me to it
when we wondered why it linked ofr him with missing EAPI but not for me.

I'v compiling and releasing elm like this for a long time now so I don't
expect any trouble but if something strange comes up we can still revert it
before 1.11 final.

9 years agoatspi: remove EAPI from elm_atspi_text_text_attribute_free
Lukasz Stanislawski [Fri, 8 Aug 2014 09:05:18 +0000 (11:05 +0200)]
atspi: remove EAPI from elm_atspi_text_text_attribute_free

Issue reported by Stefan Schmidt. Above atspi function had EAPI attribute
defined in implementation file, however this symbol should not be public in
elementary 1.11.

9 years agoelm cnp - remove usless check/code according to CID 1193248
Carsten Haitzler (Rasterman) [Fri, 8 Aug 2014 07:45:28 +0000 (16:45 +0900)]
elm cnp - remove usless check/code according to CID 1193248

9 years agoelm gengrid - fix CID 1222464
Carsten Haitzler (Rasterman) [Fri, 8 Aug 2014 07:23:10 +0000 (16:23 +0900)]
elm gengrid - fix CID 1222464

it's possible to have a NULL item in this code - also missing a valid
return at the end (though code path never gets there).

9 years agoelm entry - fix CID 1194480 in coverity
Carsten Haitzler (Rasterman) [Fri, 8 Aug 2014 07:16:42 +0000 (16:16 +0900)]
elm entry - fix CID 1194480 in coverity

if sd->append_text_left was still set, free it - in case it was and
idler was not set.

9 years agoautotools: install .pc files to the correct directory on FreeBSD
q66 [Thu, 7 Aug 2014 21:49:09 +0000 (22:49 +0100)]
autotools: install .pc files to the correct directory on FreeBSD

9 years agowidget: added warnings to internal headers.
Daniel Juyung Seo [Thu, 7 Aug 2014 16:26:47 +0000 (01:26 +0900)]
widget: added warnings to internal headers.

These headers are installed in the system but not officially supported
as they are considered as internal headers.
The reason why they still need to be installed is that
   - they were exposed even in the previous releases.
   - they are needed for widget customization (unofficially)
   - or it will break ewe.

Special thanks to Stefan for the reporting.

9 years agogengrid: Fix since version for new elm_gengrid_reorder_type_set()
Stefan Schmidt [Thu, 7 Aug 2014 14:01:40 +0000 (16:01 +0200)]
gengrid: Fix since version for new elm_gengrid_reorder_type_set()

Looks like it was developed in the 1.10 timeframe but only made it into the
repo after the 1.10 release. Will be part of 1.11 so adjust it.

9 years agophotocam should reset its preload when a new file is loaded
zmike [Thu, 7 Aug 2014 14:35:52 +0000 (10:35 -0400)]
photocam should reset its preload when a new file is loaded

this prevents infinite busy animations

@fix

9 years agowin: Don't call ecore_x_screensaver APIs if elm win doesn't have X11 window
Gwanglim Lee [Thu, 7 Aug 2014 14:19:24 +0000 (10:19 -0400)]
win: Don't call ecore_x_screensaver APIs if elm win doesn't have X11 window

Summary:
Elementary application crashes on startup when it is running with
wayland engine. This crash problem happens while ecore_x_screensaver API
is being called from _win_noblank_eval funcion. Thus we should not call
ecore_x_screensaver APIs if elm win doesn't have X11 window.

Test Plan:
1. build efl and elementary to support x11 and also wayland
1. run weston without xwayland
2. run elementary_test on the weston

Reviewers: raster, seoz, stefan_schmidt, devilhorns

Differential Revision: https://phab.enlightenment.org/D1293

9 years agoelementary: Handle case where ELM_ENGINE environment variable is
Chris Michael [Thu, 7 Aug 2014 14:10:45 +0000 (10:10 -0400)]
elementary: Handle case where ELM_ENGINE environment variable is
misspelled.

In case someone exports the ELM_ENGINE to be wayland-shm or
wayland-egl, let's handle That case also. Typically it is set to
wayland_shm or wayland_egl but since we check variants of spelling for
other engines also, then let's check it for the wayland engines too.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoshot.sh: Set ELM_DISPLAY to bring the elm shot engine back to life
Stefan Schmidt [Thu, 7 Aug 2014 07:18:50 +0000 (09:18 +0200)]
shot.sh: Set ELM_DISPLAY to bring the elm shot engine back to life

As a small fallout from e7dbe063c9c044f072bacafd31ab872f6210788b we now
need to set ELM_DISPLAY with our system has something like $DISPLAY or
$WAYLAND_DISPLAY set. Elm uses that now to find out which window system
to use.

In the case of daing make doc we want it forced to shot even if we run
under X. With ELM_DISPLAY we do that. Thanks goes to raster for the
explanantion and git bisect for pinning it down.

9 years agoelm win - only auto choose x11/wl based on envvar if ELM_ENGINE unset
Carsten Haitzler (Rasterman) [Thu, 7 Aug 2014 07:21:30 +0000 (16:21 +0900)]
elm win - only auto choose x11/wl based on envvar if ELM_ENGINE unset

9 years agoelm config - fix leak on shutdown of config struct memmebers
Carsten Haitzler (Rasterman) [Thu, 7 Aug 2014 06:30:43 +0000 (15:30 +0900)]
elm config - fix leak on shutdown of config struct memmebers

9 years agoelm - fix data leak if config version bad in property.
Carsten Haitzler (Rasterman) [Thu, 7 Aug 2014 04:56:03 +0000 (13:56 +0900)]
elm - fix data leak if config version bad in property.

9 years agobuild: Make sure we don't redefine SCREENSHOTS but append to it
Stefan Schmidt [Wed, 6 Aug 2014 08:59:49 +0000 (10:59 +0200)]
build: Make sure we don't redefine SCREENSHOTS but append to it

In 540741dd48d0720876a5e68b2aa4aa7a9d79b8a3 one screenshot was
moved into HAVE_CXX_11 guards to allow building with cxx11 disabled.

But in the case of cxx11 enabled we want all screenshots plus this
one so append here instead of redefine.

9 years agoGenlist: Fixed indentation.
Chinmaya [Wed, 6 Aug 2014 04:58:51 +0000 (13:58 +0900)]
Genlist: Fixed indentation.

Summary: Fixed indentation.

Test Plan: -NA-

Reviewers: seoz, raster

Subscribers: seoz

Differential Revision: https://phab.enlightenment.org/D1269

9 years agogenlist: removed unnecessary EINA_UNUSED macro
Anand [Wed, 6 Aug 2014 04:56:07 +0000 (13:56 +0900)]
genlist: removed unnecessary EINA_UNUSED macro

Reviewers: singh.amitesh, nirajkr, seoz

Reviewed By: seoz

Subscribers: sachin.dev

Differential Revision: https://phab.enlightenment.org/D1270

9 years agowin: initialize the internal variable. fixed uninitialized pointer read.
Daniel Juyung Seo [Wed, 6 Aug 2014 00:01:26 +0000 (09:01 +0900)]
win: initialize the internal variable. fixed uninitialized pointer read.

This fixes coverity CID 1230297.

9 years agoelm config - expose vsync config so people can turn it on
Carsten Haitzler (Rasterman) [Tue, 5 Aug 2014 15:08:44 +0000 (00:08 +0900)]
elm config - expose vsync config so people can turn it on

just modifies config tool so vsync can go on as it should given efl
vsync work etc.

9 years agoelm - add apis to deal with accel perference
Carsten Haitzler (Rasterman) [Tue, 5 Aug 2014 15:04:11 +0000 (00:04 +0900)]
elm - add apis to deal with accel perference

this deals with an issue brought up today on irc - seemingly rage
asking for accel is causing segvs in vbox with its gl accel subsystem
- the only way to disable this is an env var, and this is unfriendly,
so make config gui and stuff to mess with accel preference to fix this.

9 years agorelease: Update NEWS and bump version for 1.11.0-beta1 release v1.11.0-beta1
Stefan Schmidt [Mon, 4 Aug 2014 17:55:11 +0000 (19:55 +0200)]
release: Update NEWS and bump version for 1.11.0-beta1 release

9 years agoctxpopup: Fix wrong popup size.
Mykyta Biliavskyi [Mon, 4 Aug 2014 10:46:03 +0000 (19:46 +0900)]
ctxpopup: Fix wrong popup size.

Summary:
In case, when ctxpopup content have larger size than parent object, (by height, width or both) was resized popup at the full width or height of parent object size.
@fix

Reviewers: raster, seoz, cedric, Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1266

9 years agoctxpopup: fix arrow geometry set.
Mykyta Biliavskyi [Mon, 4 Aug 2014 09:27:27 +0000 (11:27 +0200)]
ctxpopup: fix arrow geometry set.

Summary: edje_object_part_geometry_get - always returns 0, 0 geometry of arrow. On taking geometry directly from part - get real values. @fix

Reviewers: Hermet, cedric, seoz

Subscribers: Hermet

Differential Revision: https://phab.enlightenment.org/D1265

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
9 years agogitignore: ignore a generated file.
Daniel Juyung Seo [Sun, 3 Aug 2014 16:27:19 +0000 (01:27 +0900)]
gitignore: ignore a generated file.

9 years agofileselector: renamed internal variable to reduce confusion.
Daniel Juyung Seo [Sun, 3 Aug 2014 14:56:43 +0000 (23:56 +0900)]
fileselector: renamed internal variable to reduce confusion.

This fixes coverity CID 1229550.

9 years agoGengrid: fix search_by_text_item_get() text_get call
davemds [Fri, 1 Aug 2014 15:28:24 +0000 (17:28 +0200)]
Gengrid: fix search_by_text_item_get() text_get call

The text_get function was called with the wrong params, now its usage is consistent with the rest of the code.

9 years agoGenlist: fix search_by_text_item_get() text_get call
davemds [Fri, 1 Aug 2014 14:28:57 +0000 (16:28 +0200)]
Genlist: fix search_by_text_item_get() text_get call

The text_get function was called with the wrong params, now its usage is consistent with the rest of the code.

9 years agoUpdate russian translation
Igor Murzov [Tue, 29 Jul 2014 21:25:59 +0000 (01:25 +0400)]
Update russian translation

9 years agorelease: Update NEWS and bump version for 1.11.0-alpha1 release v1.11.0+alpha1 v1.11.0-alpha1
Stefan Schmidt [Fri, 1 Aug 2014 08:53:18 +0000 (10:53 +0200)]
release: Update NEWS and bump version for 1.11.0-alpha1 release

9 years agobuild: Avoid -shared LDFLAG to allow me to have a working distcheck
Stefan Schmidt [Fri, 1 Aug 2014 07:56:29 +0000 (09:56 +0200)]
build: Avoid -shared LDFLAG to allow me to have a working distcheck

The -shared option in LDFLAG somehow is poisoning the configure run inside
distcheck. This results in the compiler test getting a segfault and failing.

I would really like to understand why this is needed to be set here manually
anyway. Same for fPIC and dPIC. I would expect that we leave this to the user
compiling the code or the packager. Skimming through the log only brought up
fixing c++11 globally. Not really a commit message that helps me to
understand why this is needed...

9 years agotest.edc: set ellipsis as -1 if text min is 1 X.
Daniel Juyung Seo [Fri, 1 Aug 2014 04:13:01 +0000 (13:13 +0900)]
test.edc: set ellipsis as -1 if text min is 1 X.

9 years agonaviframe: set EINA_UNUSED for the unused variable.
Daniel Juyung Seo [Fri, 1 Aug 2014 04:10:34 +0000 (13:10 +0900)]
naviframe: set EINA_UNUSED for the unused variable.

9 years agomove the cleanfiles away from if to make it work without C++11
Daniel Kolesa [Thu, 31 Jul 2014 14:29:46 +0000 (15:29 +0100)]
move the cleanfiles away from if to make it work without C++11

9 years agofix distcheck by adding generated .eo.hh to cleanfiles
Daniel Kolesa [Thu, 31 Jul 2014 14:27:49 +0000 (15:27 +0100)]
fix distcheck by adding generated .eo.hh to cleanfiles

9 years agoelc_naviframe: Fix warning caused by elm_obj_layout_signal_emit override function...
Jaehyun Cho [Thu, 31 Jul 2014 13:06:20 +0000 (22:06 +0900)]
elc_naviframe: Fix warning caused by elm_obj_layout_signal_emit override function in naviframe

Summary: Fix the elm_obj_layout_signal_emit override function in naviframe to prevent warning

Reviewers: seoz, Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1253

@fix