Commit Graph

62246 Commits

Author SHA1 Message Date
Carsten Haitzler 99ae858eaa TH - comment unused signals 2019-10-26 14:22:08 +01:00
Carsten Haitzler e23f916bae TH - format 2019-10-26 14:19:51 +01:00
Carsten Haitzler 4b1f3c4e44 TH - scroller - remove unused script 2019-10-26 14:18:28 +01:00
Carsten Haitzler d1f8133c4c TH - photo 2019-10-13 22:25:30 +01:00
Carsten Haitzler 0b615a7acf TH - actionslider 2019-10-13 21:55:50 +01:00
Carsten Haitzler 4dd8feb612 TH - elm thumb 2019-10-13 20:21:30 +01:00
Carsten Haitzler 6575fee2a9 TH - multibuttonentry 2019-10-13 19:39:06 +01:00
Carsten Haitzler 33dc7bf846 TH - focus display 2019-10-13 14:05:06 +01:00
Carsten Haitzler 5d79ef891f TH - buttons - go back to grey blue is just too much keep shadow 2019-10-10 22:39:09 +01:00
Carsten Haitzler efb8fbcaef TH - make noeffect/fast groups legacy 2019-09-19 20:04:44 +01:00
Carsten Haitzler db399c0b43 TH - sync comp fade of parts 2019-09-11 10:54:12 +01:00
Carsten Haitzler f90cb8e762 TH - really change pager shadow stuff (deskmirror) 2019-09-08 10:35:32 +01:00
Carsten Haitzler 5caf163c02 Revert "TH pager - use shadow border with no leftover grey bevel bit"
This reverts commit 5d3d6c898e.
2019-09-08 10:32:14 +01:00
Carsten Haitzler 5d3d6c898e TH pager - use shadow border with no leftover grey bevel bit 2019-09-08 10:29:09 +01:00
Carsten Haitzler 9d33d29b6a TH - elm menus 2019-09-03 19:23:00 +01:00
Carsten Haitzler 4a0b72ed5c TH - fileman 2019-08-29 23:31:23 +01:00
Carsten Haitzler 8792bdc1bb TH - buttons - blue/orange. netstar likes it for sure. let's try 2019-08-22 23:19:31 +01:00
Carsten Haitzler fbcbd00758 TH - fix build... 2019-08-22 20:25:32 +01:00
Carsten Haitzler c3591e56d8 TH - e about - make more consistent with the flat look 2019-08-10 01:08:15 +01:00
Carsten Haitzler c34fe5d3c9 TH - segmentcontrol 2019-08-02 19:17:13 +01:00
Carsten Haitzler a524025758 TH - separators scale 2019-08-02 17:29:59 +01:00
Carsten Haitzler f2b529a295 TH - toolbar finish 2019-08-02 16:42:36 +01:00
Carsten Haitzler a8c937f4a1 TH - tiling border has shadows now too 2019-08-01 14:50:59 +01:00
Carsten Haitzler 21ba5265a8 TH tiling - fix icon 2019-08-01 13:12:47 +01:00
Carsten Haitzler 8a9d989868 TH - wp2 2019-07-31 13:30:51 +01:00
Carsten Haitzler 1482f3e6f4 TH - finish up old e widgets 2019-07-30 18:17:35 +01:00
Carsten Haitzler d5dd331c4a TH wizard 2019-07-04 18:36:06 +01:00
Carsten Haitzler 932b06adee TH fix scale of small shadow 2019-07-04 18:35:56 +01:00
Carsten Haitzler 5fba347e3d TH - spinner 2019-05-16 17:01:50 +01:00
Carsten Haitzler baffded560 TH - rewmove warnings 2019-05-13 14:49:35 +01:00
Carsten Haitzler e6f3d3af26 Merge branch 'master' into feature/themes/flat 2019-05-13 14:47:29 +01:00
Carsten Haitzler 346e5d1324 edje src - mark with efl version so we don't get warnings 2019-05-13 14:40:08 +01:00
Carsten Haitzler 96c3edd701 ecore drm2 - fix warnigns in DBG eina logs for long types
on 32bit longs are 32bit so cast appropriately to not have warnings.
2019-05-13 14:27:00 +01:00
Carsten Haitzler a8d1c7d8ad eina - value - test - cats warnings on 32bit to get some silence
longs will be truncated on 32bit in these tests so be explicit to not
have warinings.

note - eina value tests are broken on 32bit anyway already - the
conversions to/from long types are broken and fail. this doesn't fix
that.
2019-05-13 14:27:00 +01:00
Xavi Artigas a9132a9a66 elm: Put back Policy and Policy_Quit in EO files
In e027ad2626 these enums were moved to header files, which is correct,
since they are legacy and should not be present in EO files.
However, the C# bindings are still using them.
Until nobody is using these two enums, adding them back to EO fixes the build.
2019-05-13 11:27:40 +02:00
Hermet Park 7ef58f9581 evas png: apply interpolation when scale down image loading.
Summary:
This patch improves png quality when image uses scale-down at image loading.

Since current scale-down logic just works like point sampling,
image result could be wholely different,

Simply, if source data is consist of continous white and black pixels,
and scale down factor is 2, the sampled data would be only white,
and lose all black pixels, or vice versa.

The result can be unexpected by users.
Even current jpeg scale-down works with interpolation.

Before:
{F3711651}

After:
{F3711652}

Original:
{F3711653}

Reviewers: cedric, raster, #committers, kimcinoo, jsuya

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8788
2019-05-13 15:47:22 +09:00
Jaehyun Cho 9d28d91626 efl_mono: generate efl_canvas_vg_object.eo.cs by meson
This commit is the same as 0e8f289d7d
but this commit is for meson.

To use vector graphics in efl csharp bindings, it is permitted to
generate efl_canvas_vg_object.eo.cs.

Other efl_canvas_vg .eo.cs files have already been generated because the
file names were changed from efl_vg to efl_canvas_vg.
2019-05-13 13:30:14 +09:00
Jaehyun Cho ecce35c555 efl_mono: move libeflcustomexportsmono.so to lib with versions by meson
meson generates libeflcustomexportsmono.so to lib/efl-mono-1/ directory
unlike other so files.
Moreover, the so file does not have versions in the file name unlike
other so files.

Like other so files, libeflcustomexportsmono.so is moved to lib
directory with versions in the file name.
2019-05-13 13:30:08 +09:00
Shinwoo Kim 4e6539725e Efl.Ui.Textpath: enhance to support legacy API
Summary:
The legacy API is available after https://phab.enlightenment.org/D7033 but
internal function does not care of it. This change makes textpath work with
the legacy style file(./data/elementary/themes/edc/elm/textpath.edc).

Reviewers: Hermet, jsuya

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8875
2019-05-13 13:09:24 +09:00
Myoungwoon Roy, Kim fe56c04b59 docs: Fix a wrong ingroup name of textpath.
Summary:
This patch fixes the wrong ingroup name of elm_textpath APIs.
Elm_Textpath had been defined in elm_textpath.h
enum values had been included into Efl_Ui group
So I had modified all APIs and enum values to be inclused in Elm_Textpath_Group.

Test Plan: run unit test cases

Reviewers: segfaultxavi, cedric, zmike, Hermet

Reviewed By: Hermet

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8885
2019-05-13 13:06:54 +09:00
Marcel Hollerbach 09a4731813 efl_canvas_animation: reply on the correct API
the animation itself does not implement the player interface, and
nothing forces it to do so. Additionally, we should ask the reference
object for the current progress. Not the animation object.

This fixes pos_set / pos_get.

Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Differential Revision: https://phab.enlightenment.org/D8783
2019-05-12 11:56:05 +02:00
Vincent Torri 59f8516ec5 eina vpath: fix warning on Windows, as well as the public path
Differential Revision: https://phab.enlightenment.org/D8866
2019-05-12 11:56:04 +02:00
Cedric BAIL c75415ae36 eina: add tests for the new Vpath syntax.
Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D8884
2019-05-11 08:52:09 -07:00
Cedric BAIL 370917751f eina: update vpath to also support a more classic syntax for variable.
This enable vpath to recognize also ${} as a variable. It does mimic
what Efl.ViewModel provide with Efl.ViewModel.PropertyText and various
other language.

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D8883
2019-05-11 08:52:07 -07:00
Cedric BAIL 9c992c05d5 eina: refactor and simplify vpath.
Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D8882
2019-05-11 08:52:05 -07:00
Cedric BAIL e23e7be07c ecore: forgotten autotools update. 2019-05-10 17:58:33 -07:00
Romain Naour ee64f61a68 libunibreak: add missing __has_attribute definitions for old compilers
__has_attribute has been introduced with gcc 5 [1].

[1] https://www.gnu.org/software/gcc/gcc-5/changes.html

Fixes:
http://autobuild.buildroot.net/results/64ab825048fac1654b0d0698740ddf857fcc0afa/build-end.log
Signed-off-by: Cedric BAIL <cedric.bail@free.fr>
2019-05-10 17:56:29 -07:00
Cedric BAIL 5fa78a44d8 elementary: move Fileselector to rely on Efl.FilterModel for filtering instead of custom logic.
This simply a bit the logic of things, but more refactoring would be nice for this widget.

Reviewed-by: SangHyeon Jade Lee <sh10233.lee@samsung.com>
Differential Revision: https://phab.enlightenment.org/D8799
2019-05-10 11:00:35 -07:00
Cedric BAIL c1204d88f6 ecore: add a test for the new Efl.FilterModel.
Reviewed-by: SangHyeon Jade Lee <sh10233.lee@samsung.com>
Differential Revision: https://phab.enlightenment.org/D8798
2019-05-10 11:00:33 -07:00
Cedric BAIL fd35f6c193 ecore: add Efl.Filter_Model
This model provide facility to filter the content of composited model.

Reviewed-by: SangHyeon Jade Lee <sh10233.lee@samsung.com>
Differential Revision: https://phab.enlightenment.org/D8797
2019-05-10 11:00:31 -07:00