Commit Graph

199 Commits

Author SHA1 Message Date
Cedric BAIL e49a249ec9 elementary: use autotools to generate version number and avoid future mistake. 2014-02-12 16:59:57 +09:00
Carsten Haitzler edf2559c75 simplify module arch like rest of efl. 2014-02-12 16:04:09 +09:00
Mike Blumenkrantz 8feb074eff 1.9.0 alpha1 release 2014-02-11 16:21:44 -05:00
Davide Andreoli 296ead7e2d Show docs info/instructions in config summary 2014-02-08 21:32:02 +01:00
ChunEon Park 300f12aef7 elementary - fix the build break.
caused by commit 9aa68bca91678dcd83de3e35be1a7121094d6ef7.

fix please cedric if this is wrong.
2014-01-24 11:07:58 +09:00
Cedric BAIL eb66e87955 autotools: restore support of static compilation.
This should fix T599.
2014-01-24 10:29:22 +09:00
Carsten Haitzler f165f26f28 fix mingw build for setuid fix/checks 2014-01-08 22:08:44 +09:00
Daniel Juyung Seo e390159721 elm: Removed the use of __UNUSED__ from elementary.
Use EINA_UNUSED instead.
2014-01-06 23:45:47 +09:00
Carsten Haitzler 78f1995828 elm config - move x properties to child window of root. reduces wakeups 2013-12-26 19:02:36 +09:00
Ryuan Choi 495f6755b0 web: Include webkit header in Elementary.h when built with ewebkit or ewebkit2
Like other options, Elementary.h will contain WebKit.h or WebKit2.h when
elementary was built with ewebkit or ewebkit2.
2013-12-13 22:26:02 +09:00
Cedric BAIL 4471e2f7ec pkgbuild: follow AUR elemetary-git version naming. 2013-12-12 12:22:12 +09:00
Cedric Bail 2b900d8b55 elementary: remove now unecessary work around for windows build. 2013-12-08 12:30:14 +09:00
Stefan Schmidt aafdefa085 configure: Enable v_rev again master for this development cycle.
Thanks to Doug for pointing it out to me.
2013-12-06 15:21:32 +01:00
Stefan Schmidt 46c540a575 configure: Bump version to 1.8.99 to indicate development cycle.
1.8.0 is out and we are in the dev cycle for 1.9 so indicate this with
the version 1.8.99 for builds from git master.
2013-12-05 11:15:47 +01:00
Carsten Haitzler fbfa310cb8 pass distcheck - add imported headers to makefiles to pass 2013-12-03 17:14:30 +09:00
Cedric Bail 8fbccce141 libtool: work around lack of communication between mingw and libtool to generate .dll. 2013-12-01 20:59:55 +09:00
Carsten Haitzler 0fd064cfb2 v1.8.0 2013-12-01 19:03:18 +09:00
Carsten Haitzler ac0a438c2d v1.8.0-beta2 2013-11-29 19:36:58 +09:00
Carsten Haitzler 5936c6cfbb 1.8.0-beta1 2013-11-25 14:51:59 +09:00
Ryuan Choi c2f2c2101d Introduce check for unit testing framework of Elementary
Reviewers: seoz, tasn

CC: tasn, cedric

Differential Revision: https://phab.enlightenment.org/D91
2013-11-19 13:18:02 +00:00
Carsten Haitzler 7ee18e17f0 1.8.0-alpha2 2013-11-19 17:21:59 +09:00
Daniel Juyung Seo cb94643547 configure.ac: say 'no' not 'none' when webkit is not detected during autogen. 2013-11-13 03:26:48 +09:00
Carsten Haitzler 9d4a9900cc option build deps that efl guarantees... now just are assumed and not ifdef'd 2013-11-12 22:56:05 +09:00
Cedric Bail 14a474b527 elementary: automatically detect if compiler can build quicklaunch binary. 2013-11-04 20:54:21 +09:00
Carsten Haitzler 868b9cca09 alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:42 +09:00
Ryuan Choi e192e6157b Use AC_CONFIG_FILES instead of AC_OUTPUT with argument.
AC_OUTPUT with argument is deprecated.
2013-09-05 16:56:20 +09:00
Cedric Bail 936259de01 elementary: we are using the beta API of EFL. 2013-07-23 11:27:34 +09:00
Cedric Bail a0f3716168 elementary: fix build without public Eo API turned on. 2013-06-28 10:23:14 +09:00
Daniel Juyung Seo 1db93983ae configure.ac: display enable debug build option. 2013-06-09 17:12:39 +09:00
Carsten Haitzler e6f0c578e4 add pkgbuild 2013-06-07 20:40:28 +09:00
Alex-P. Natsios b0fd75c82b A few configure.ac microfixes.
Grammar fixes for a few dep/reqs error messages
Grammar fixes for the rest of dep/reqs error msgs
fixed placement of : in echoed line about wayland
bumped required version of stuff to 1.7.99
2013-06-05 01:42:41 +09:00
Doug Newgard 901c037aa7 Elementary: Minor cleanup of eldbus in configure.ac.
Just realigns things and corrects names and versions.
2013-05-20 20:38:44 +09:00
Carsten Haitzler 2f5dd6fd98 fix libm linking
http://trac.enlightenment.org/e/ticket/2339
2013-04-26 20:07:30 +09:00
Lucas De Marchi cb495f13de Rename edbus->eldbus 2013-04-23 13:05:43 -03:00
Ryuan Choi c4af753c5c Added ElementaryConfigVersion.cmake.in 2013-04-03 14:37:02 +01:00
U. Artie Eoff beab8843e1 When configuring the source outside of the git tree
(i.e. git checkout-index ...), 'git rev-list --count HEAD'
will fail.  Thus, just set v_rev to 0 like we did when this
was an svn managed project.

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
2013-02-25 18:53:24 -03:00
Tom Hacohen fa1e573ff0 Fixed rev part of the version to work with git. 2013-02-25 17:06:06 +00:00
Tom Hacohen f6e4492eb4 Elementary: Ship cmake configs (like pkg-config).
This should make it easier for applications to use efl with cmake.
It seems to work with my tests. It's ugly and redundant but it's the first
step. Not all the components are supported at the moment.

SVN revision: 83639
2013-02-05 16:40:12 +00:00
Gustavo Sverzut Barbieri 9f1d979545 elm: use edje's provided module arch for externals.
SVN revision: 82978
2013-01-18 14:17:13 +00:00
Leif Middelschulte 37595426fc Prepend svnversion command with LC_ALL=C so the subsequent grep works with non-english locales too.
Anybody who has the entire trunk and branches around is welcome to apply an analogue patches to it.


SVN revision: 82821
2013-01-15 15:53:49 +00:00
Cedric BAIL 951f944737 elementary: remove build dependencie from old e_dbus.
SVN revision: 82517
2013-01-10 07:50:14 +00:00
Leandro Dorileo e00d7f5774 elementary: fix EDJE_VERSION
The old edje build system considered just maj to MODULE_ARCH, now
it takes in account maj.min.v_mic - so, elm and edje don't
understand each other - resulting in broken things like edje_external
module not being loaded.


SVN revision: 82269
2013-01-05 07:42:34 +00:00
Gustavo Sverzut Barbieri c8e20e4f7b elm: edbus (v1) is disabled by default.
SVN revision: 81872
2012-12-29 14:47:48 +00:00
Henrique Dante de Almeida cdfe5155f8 [elm] Support elementary icon directory in D-Bus menu
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81806
2012-12-28 14:59:46 +00:00
Mike Blumenkrantz 762586961d probably want eo for elm configure...
SVN revision: 81729
2012-12-27 05:54:42 +00:00
Flavio Vinicius Alvares Ceolin 6ab7e4a2f1 elm elocation: Fixing the elementary.pc
SVN revision: 81142
2012-12-17 14:10:17 +00:00
Flavio Vinicius Alvares Ceolin b470aaa0f2 adding support for elocation
SVN revision: 80657
2012-12-11 14:05:48 +00:00
Gustavo Sverzut Barbieri b3f157541c elm now supports edbus v2, deprecated v1 function.
v1 is now deprecated (EINA_DEPRECATED) but still there, should still
work and not break any existing app.

v2 is now there as well, all software is being ported to use it
now. Just Enlightenment itself will still ship with v1 and as soon as
we release it will go v2, we have the patches here.



SVN revision: 80110
2012-12-03 21:45:48 +00:00
Gustavo Lima Chaves 87648e9ace [elm] Introducing a new widget, along with its infrastructure -- prefs.
The prefs widgets aims to aid with the implementation of
preference/configuration windows/UI elements in Elementary-based
applications (think of Enlightenment configuration dialogs,
elementary_config, etc).

Prefs is a widget that populates its view with widgets
bound to data types (following the instructions of a ".epb" file that
describes a set of items) and handles the storage/restoration of such
data on a configuration file automatically.

There's also the prefs_data handle, which is the one dealing with
user saved data for a given epb defaults set.

The documentation on the new widget is rich (we have examples and even
an EPC reference) and there's a new test entry for it.

I'm blogging about it soon, with screeshots and more details.

Enjoy.

ps.: This is a team work by Murilo Belluzzo, Ricardo de Almeida and me.



SVN revision: 79909
2012-11-30 14:41:39 +00:00
Cedric BAIL c824f30090 elementary: starting work for using WebKit2 as an alternative to WebKit.
Patch by ryuan Choi <ryuan.choi@gmail.com>


SVN revision: 78219
2012-10-19 03:08:45 +00:00