Commit Graph

313 Commits

Author SHA1 Message Date
Cedric BAIL d56e08d824 web: split web into a module.
There is currently no configuration to switch backend. Another patch
will introduce it.
2016-03-09 16:55:48 -08:00
Stefan Schmidt b509610c9f configure: Switch to dev mode again. Merge window for 1.18 is now open. 2016-02-02 11:19:42 +01:00
Stefan Schmidt 7a3468416d release: Update NEWS and bump version for 1.17.0 release 2016-02-02 10:48:10 +01:00
Stefan Schmidt 81d76979f1 release: Update NEWS and bump version for 1.17.0-beta3 release 2016-01-25 20:00:58 +01:00
Stefan Schmidt 92964cf8c1 release: Update NEWS and bump version for 1.17.0-beta2 release 2016-01-18 14:10:24 +01:00
Vincent Torri 44ef707d81 win32: Fix link of binaries which use functions in Evil
Reviewers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D3578
2016-01-18 13:55:39 +09:00
Stefan Schmidt c4cac416d7 release: Update NEWS and bump version for 1.17.0-beta1 release 2016-01-11 12:58:46 +01:00
Stefan Schmidt 3c1bf59d39 release: Update NEWS and bump version for 1.17.0-alpha1 release 2016-01-05 15:24:19 +01:00
Vincent Torri 3fd1b2555b Fix compilation after dlfcn integration into Evil 2015-12-29 22:10:50 +09:00
Felipe Magno de Almeida 4f44ca0a16 efl-js: JavaScript Eolian binding
To configure elementary sources with bindings to use in nodejs add
––with-js=nodejs in configure flags in EFL compilation to generate
node files, then compile elementary normally:

path/to/efl$ configure --with-js=nodejs
path/to/efl$ make
path/to/efl$ make install

path/to/elm$ configure
path/to/efl$ make
path/to/efl$ make install

To use, you have to require elm:

elm = require('elm')

The bindings is divided in two parts: generated and manually
written. The generation uses the Eolian library for parsing Eo files
and generate C++ code that is compiled against V8 interpreter library
to create a elm.node file that can be required in a node.js instance.

@feature
2015-12-23 22:23:46 -02:00
Chris Michael d33b27af9e elementary: Use ecore_wl2 library for elementary
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-12-03 10:22:37 -05:00
Stefan Schmidt 62b641b93f configure: Switch to dev mode again. Merge window for 1.17 is open now 2015-11-09 11:46:30 +01:00
Stefan Schmidt 5dd0aef273 release: Update NEWS and bump version for 1.16.0 release 2015-11-09 11:08:34 +01:00
Cedric BAIL b17287397a Revert "elm: Add eglfs backend support."
This reverts commit 0d6aedbf44e5c371bddfa2b6b61c9409ed2184e3.

This patch landed a little bit to early.
2015-11-02 15:54:41 -08:00
Nicolas Aguirre a392441fca elm: Add eglfs backend support. 2015-11-03 00:15:09 +01:00
Stefan Schmidt d01380a4bd release: Update NEWS and bump version for 1.16.0-beta3 release 2015-10-26 03:59:15 +01:00
Stefan Schmidt 8adfc975d2 release: Update NEWS and bump version for 1.16.0-beta2 release 2015-10-19 14:09:19 +02:00
Stefan Schmidt 58939e8621 release: Update NEWS and bump version for 1.16.0-beta1 release 2015-10-12 12:09:55 +02:00
Stefan Schmidt 56ef8c18ae release: Update NEWS and bump version for 1.16.0-alpha1 release 2015-10-05 16:43:21 +02:00
Luciana Magno de Almeida 4517e70a5e cxx: Added examples and tutorial for C++ binding
Summary:
Added the following examples:
* bg_cxx_example_01
* bg_cxx_example_02
* bubble_cxx_example_01
* button_cxx_example_00
* button_cxx_example_01
* calendar_cxx_example_01
* calendar_cxx_example_02
* calendar_cxx_example_03
* calendar_cxx_example_04
* calendar_cxx_example_05
* clock_cxx_example
* datetime_cxx_example
* glview_cxx_example_01
* hoversel_cxx_example_01
* icon_cxx_example_01
* location_cxx_example_01
* menu_cxx_example_01
* popup_cxx_example_01
* radio_cxx_example_01
* separator_cxx_example_01
* slider_cxx_example
* spinner_cxx_example
* table_cxx_example_01
* table_cxx_example_02
* thumb_cxx_example_01

Added documentation for the above examples, as well as how using lambdas
with C++ elm binding. How to use autohide feature and how to use the C++
wrappers to create windows, widgets and call Eo functions from them with
automatic C++ type conversion and how to use signals from C++.
2015-08-25 03:42:34 -03:00
Daniel Kolesa 56881a8df4 configure: we can actually safely imply -ldl is only needed on linux 2015-08-05 12:27:34 +01:00
Daniel Kolesa cfb1e05360 configure: the BSDs all supply the dlfcn funcs without -ldl 2015-08-05 12:24:52 +01:00
Stefan Schmidt 5efa4831de configure: Switch to dev mode again. Merge window for 1.16 is open now 2015-08-04 11:46:47 +02:00
Stefan Schmidt cde6d345aa release: Update NEWS and bump version for 1.15.0 release 2015-08-04 11:21:21 +02:00
Nicolas Aguirre da2ecb5fff Revert "Adds eglfs support"
This reverts commit de52ee0192b5b6d8ad542fb2fd9e4185b39b6518.
2015-08-03 14:39:54 +02:00
Nicolas Aguirre 3ef8e44493 Revert "Removes ELM_CHECK_BACKEND[EGLFS] which searches for an ecore-eglfs"
This reverts commit aff92d581ed052413aa36785a9291e47315eb518.
2015-08-03 14:39:38 +02:00
Florent Revest 2ac6f86eb2 Removes ELM_CHECK_BACKEND[EGLFS] which searches for an ecore-eglfs 2015-08-03 14:20:41 +02:00
Florent Revest 91095b93f3 Adds eglfs support 2015-08-03 14:20:40 +02:00
Daniel Juyung Seo 062e33a99f release: Update NEWS and bump version for 1.15.0-beta3 release 2015-07-28 01:33:31 +09:00
Vincent Torri a1662717c5 Elm_Config: add getpwent support, fix compilation on Windows
@fix
2015-07-23 12:33:35 +01:00
Daniel Juyung Seo 9b890bc8af release: Update NEWS and bump version for 1.15.0-beta2 release 2015-07-21 08:25:58 +09:00
Daniel Juyung Seo a2704f98bc release: Update NEWS and bump version for 1.15.0-beta1 release 2015-07-14 00:00:04 +09:00
Daniel Juyung Seo 3a03092180 release: Update NEWS and bump version for 1.15.0-alpha1 release 2015-07-09 04:14:12 +09:00
Larry Jr bf082998cd EFL Model List View for MVC design
Elementary views that show an EFL.model and keep them synchronized
asynchronously.

The elm_view_list show a tree data structure using a genlist. Each
property is seen as a different data column.

There is an example defined in fileviewlist.c.

@feature
2015-07-04 03:04:03 +02:00
Stefan Schmidt aa1f0566ed configure: Switch to dev mode again. Merge window for 1.15 is open now. 2015-05-06 16:00:13 +02:00
Stefan Schmidt 14bd99bd40 release: Update NEWS and bump version for 1.14.0 release 2015-05-06 15:30:02 +02:00
Stefan Schmidt 19a47f81cd release: Update NEWS and bump version for 1.14.0-beta3 release 2015-04-27 14:49:00 +02:00
Stefan Schmidt 5a69eeac4a release: Update NEWS and bump version for 1.14.0-beta2 release 2015-04-20 12:38:33 +02:00
Stefan Schmidt 128babf6f0 release: Update NEWS and bump version for 1.14.0-beta1 release 2015-04-13 16:13:44 +02:00
Stefan Schmidt b8218b03b3 build: Allow to define path for eldbus-codegen binary
Since the latest elm colorclass changes we need eldbus-codegen to generate
some files. Not all setups have this in their normal $PATH so let allow these
setups to set the correct path during configure. This allows our Jenkins setup
as well as others to work again.
2015-04-08 17:41:58 +02:00
Stefan Schmidt a1214c91d0 release: Update NEWS and bump version for 1.14.0-alpha1 release 2015-04-07 14:13:25 +02:00
Daniel Juyung Seo 7c883c824f configure: Fix break due to name change. 2015-02-23 11:59:14 +09:00
Oleksandr Shcherbina 7a8942f74a elementary: example showing Evas_3D with elementary widgets and testing some of its feature.
Summary:
This small application for quick testing main features and changes in Evas 3D.
Main features: effects shadow, fog, measuring fps, load 3D model, panel for change
sets light and camera.

Reviewers: Hermet, raster, cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
2015-02-17 15:26:54 +01:00
Stefan Schmidt 15e2ac4e7f configure: Switch to dev mode again. Merge window for 1.14 is open now. 2015-02-09 14:09:20 +01:00
Stefan Schmidt 5662b4622d release: Update NEWS and bump version for 1.13.0 release 2015-02-09 13:39:59 +01:00
Stefan Schmidt 07496fdc04 release: Update NEWS and bump version for 1.13.0-beta3 release 2015-02-03 10:36:54 +01:00
Stefan Schmidt 92e12e40c1 release: Update NEWS and bump version for 1.13.0-beta2 release 2015-01-26 13:09:54 +01:00
Stefan Schmidt f3825f83d4 release: Update NEWS and bump version for 1.13.0-beta1 release 2015-01-19 15:12:06 +01:00
Stefan Schmidt 97d78edeaf configure: Fix typo in coverage option help text 2015-01-16 21:16:04 +01:00
Cedric BAIL c11cc5f47d tests: add coverage support.
And our current score is 19% functions coverage for Elementary.
2015-01-16 16:39:37 +01:00