Commit Graph

308 Commits

Author SHA1 Message Date
Mike Blumenkrantz 12421efeeb ALPHA8: THE MOST ALPHA OF ALPHAS
SVN revision: 80175
2012-12-04 15:39:06 +00:00
Carsten Haitzler df2ea008c2 fix eina linking of e_open.
SVN revision: 80049
2012-12-03 11:40:34 +00:00
Mike Blumenkrantz bf5d2db05e some dso fixes for e_fm_cmdline
SVN revision: 80045
2012-12-03 11:24:40 +00:00
Vincent Torri 688aa066a1 E17: define htonl correctly
SVN revision: 79960
2012-12-01 07:19:18 +00:00
Mike Blumenkrantz d8107b2f96 ALPHA7: IT'S MAGNIFICENT
SVN revision: 79912
2012-11-30 16:10:56 +00:00
Mike Blumenkrantz 9f24a15665 E17 is no longer in birthday mode :(
SVN revision: 79866
2012-11-30 07:04:48 +00:00
Mike Blumenkrantz b75f8bf596 for the next 24 hours, E17 is in BIRTHDAY MODE!!!!!!!!!!!!!!!!!
HAPPY BIRTHDAY RASTER!


SVN revision: 79798
2012-11-29 02:30:06 +00:00
Mike Blumenkrantz af01b1f8ab use e_dbus after all I guess? I'm so confused
SVN revision: 79779
2012-11-28 11:27:20 +00:00
Mike Blumenkrantz 037cff8ebd argh it was only connman that was broken and I am the breaker
SVN revision: 79776
2012-11-28 10:24:25 +00:00
Mike Blumenkrantz 75d94d7910 not sure who did this, but changing e_dbus to edbus all over like this breaks configure pretty badly for anyone using the 1.7 branch without edbus (which is NOT a requirement)
SVN revision: 79775
2012-11-28 10:18:54 +00:00
Mike Blumenkrantz 9efdd5beae ALPHA6: DOWN WITH THE SICKNESS (because I'm sick)
SVN revision: 79752
2012-11-27 17:37:34 +00:00
Mike Blumenkrantz 4419d8a739 ALPHA5: ZOOOOOOOOMM
SVN revision: 79568
2012-11-23 18:32:22 +00:00
Mike Blumenkrantz 4fe3d51f74 ALPHA4: GOOOhackcoughcoughcough whewOOOOOOOOOOOOOOOOOOOOOOOO
SVN revision: 79478
2012-11-20 20:39:49 +00:00
Mike Blumenkrantz 5e139f8de9 E17 ALPHA 3: ASSEEEEEEMMMMMBBLLLLEEEEEEEEEEE
SVN revision: 79398
2012-11-16 14:59:29 +00:00
Sebastian Dransfeld 314e8ce874 e: bump version requirements to 1.7.0
SVN revision: 79339
2012-11-15 11:19:01 +00:00
Mike Blumenkrantz 5a4d761c88 ALPHA 2 IS GOOOOOOOOOOOOOOOOO
SVN revision: 79234
2012-11-13 15:32:58 +00:00
Lucas De Marchi 226756395e e: use subdir-objects only on modules
autopoint/gettext stuff isn't happy at all with subdir-objects option in
configure.ac. We need this option to compile the modules or otherwise we
have a conflict in the generated objects.

big spankies to the gettext crowd.

"fix" it by only using subdir-objects in src/modules/Makefile.am, where
it's really needed.



SVN revision: 79208
2012-11-13 09:09:06 +00:00
Mike Blumenkrantz 4ae43fb422 check for sys/ptrace.h and only use ptrace() in e_start_main.c if it's present
ticket #1757 (3/3)


SVN revision: 79139
2012-11-12 09:23:39 +00:00
Mike Blumenkrantz 2b781a0f0e properly add efreet-trash to e reqs
SVN revision: 79108
2012-11-11 08:37:30 +00:00
Carsten Haitzler 01c9ae6777 actually make it -alpha1 at the end... so we can remove it for release.
SVN revision: 79026
2012-11-09 14:51:39 +00:00
Carsten Haitzler 24dd245c0f ooh and set relname... so it isnt.. "relname" but some useful version.
SVN revision: 79025
2012-11-09 14:50:57 +00:00
Carsten Haitzler f534e30089 put lucas's makefiles back.. but what do you do to make it not break
between builds from older vs newer makefile setup?



SVN revision: 79024
2012-11-09 14:49:05 +00:00
Cedric BAIL 6980eb0bc7 e: improve usability of WBOD.
SVN revision: 79023
2012-11-09 13:53:08 +00:00
Carsten Haitzler 5fa813e1cc lucas... u're going to hate me... but i'm reverting this whole lot of
module build chnages because its fundamentally broken. it DOES NOT
PRODUCE .SO FILES. just .la and .a files. the only reason u dont
notice is.. you ALREADY had .so's installed. i just got in from the
airport... synced and updated.. rebuilt and was met with all modules
not loading... literally - no .so's are installed int he module dirs.
try rm -rf the instaleld module tree.

regardless... this has to be reverted be3cause it's a major break. the
idea is right/nice. the implementation is causing... problems.



SVN revision: 79015
2012-11-09 10:45:35 +00:00
Lucas De Marchi 39120ec254 e: don't yell about gnu make extension (rules with %)
SVN revision: 78981
2012-11-07 21:46:52 +00:00
Lucas De Marchi 7d6e2c8778 e/modules: Do not use recursive Makefiles
SVN revision: 78978
2012-11-07 21:46:35 +00:00
Mike Blumenkrantz e6319c806f tweet: E17 goes alpha
SVN revision: 78932
2012-11-05 15:49:57 +00:00
Carsten Haitzler d397013d5f turn off access, physics and wp2 by default.
SVN revision: 78927
2012-11-05 15:24:47 +00:00
Carsten Haitzler b278916e9d dark theme -> e17 tree default.
SVN revision: 78896
2012-11-04 11:52:35 +00:00
Lucas De Marchi 8afe8dcff4 e: Use LT_INIT instead of AC_PROG_LIBTOOL
AC_PROG_LIBTOOL is deprecated and in favor of LT_INIT:

http://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html
    Add support for the --enable-shared, --disable-shared, --enable-static,
    --disable-static, --with-pic, and --without-pic configure flags.1
    AC_PROG_LIBTOOL and AM_PROG_LIBTOOL are deprecated names for older
    versions of this macro; autoupdate will upgrade your configure.ac
    files.

With LT_INIT it's possible to shortcut some calls, too. Particularly
disabling support for languages is not needed (only the ones enabled
through  AC_PROG_C* ar enabled) and AC_DISABLE_STATIC is given as an
option.



SVN revision: 78719
2012-10-31 20:40:29 +00:00
Cedric BAIL 0f87c35a7b e: add a tool to gather statistic.
NOTE: The goal of this tool is to gather statistic about
our user base so we could know what to improve and optimize
in the futur. We don't gather personnal information only
hardware and software configuration, so we know more about
the real use of Enlightenment.

At the moment this tool is not uploading anything on a website
nor is it ready at all. I am just pushing it early so that
people using other OS than Linux, can contribute to it. If that
tool is ready for the release, we will use the gathered statistic
for all our futur plan. If your OS is not in, we will basically
not see it and so not take it into account. That's why I highly
encourage those using E on other OS to contribute to this tool.



SVN revision: 78247
2012-10-19 11:10:28 +00:00
Carsten Haitzler b808eae74d make it efl_version >= not >.
SVN revision: 77956
2012-10-13 12:17:15 +00:00
Mike Blumenkrantz 5923846e24 remove e17 preload/precache hacks
SVN revision: 77705
2012-10-10 07:39:08 +00:00
Lucas De Marchi 68bd64d583 e: Remove oFono module
Kind of broken, with almost no functionality. Don't risk someone
releasing E17 with this thing. Hopefully I'll be able to rewrite it (or
find someone to do) before release.



SVN revision: 77157
2012-09-27 17:07:53 +00:00
Lucas De Marchi da40a35d52 e: Remove BlueZ module
Kind of broken, with almost no functionality. Don't risk someone
releasing E17 with this thing. Hopefully I'll be able to rewrite it (or
find someone to do) before release.



SVN revision: 77156
2012-09-27 17:07:44 +00:00
Mike Blumenkrantz c135778f5f add optional emotion support for filepreview widget. this doesn't work on my machine, I think because I have a broken vlc library so the generic player doesn't work.
CEDRIC, THIS FEATURE NEEDS YOU!


SVN revision: 76959
2012-09-21 11:10:04 +00:00
Mike Blumenkrantz e7f840ddc0 completely remove exchange support since this is no longer supported/available
SVN revision: 76957
2012-09-21 10:16:28 +00:00
Mike Blumenkrantz 546d83c6ba clock now uses timerfd_create() to receive updates when the system clock has changed to ensure proper sync
SVN revision: 76946
2012-09-21 08:55:22 +00:00
Gustavo Sverzut Barbieri bb71414d4d sync efl version to 1.7.0, use a variable to make it easy to update.
soon we'll be merging EFL, so let's prepare for that with a single var.



SVN revision: 76840
2012-09-18 22:20:11 +00:00
Carsten Haitzler 4848fb9b50 ummm.. connman is a runtime nto compile time dep. disable check.
SVN revision: 76384
2012-09-10 09:33:27 +00:00
Lucas De Marchi 236c282692 e: Fix missing AM_CONDITIONAL for DUMMY
SVN revision: 76130
2012-09-04 13:31:12 +00:00
Lucas De Marchi 0d26bde204 New code base for connman module
ConnMan 1.0 is the first stable release and the one being packed by most
distros. Completely remove the old code, together with the
econnman-0.7x dependency. The relevant code is now maintained together
with e17 module for easier maintenance.



SVN revision: 76020
2012-09-03 21:57:16 +00:00
Mike Blumenkrantz 7b1eef157b super sekrit module mostly complete: introducing the new and rewritten quickaccess module!
found in the Launcher category, this module allows for windows to be hidden/shown using bindings, and can be used to turn any window/application into a quake-style drop-down terminal or whatever else you would use triggered window hiding/showing for.
config options:
* autohide - hides window when focus is lost
* hide instead of raise - by default, qa will raise an activated window if it doesn't have focus; use this option to make it hide instead of raising
* automatically reopen when closed - this option, when set, causes qa to relaunch the application which created the window if the window is closed. it should (probably) only be used for terminals, and requires some magic for setting window names on terminals which I have created some infra for extending to non-standard terminal types; currently all xterm clones, urxvt, and terminology are supported. note that setting this option will cause the entry to become permanent, as any entry which is set to restart itself when closed cannot be transient
* transient - a window added to qa is initially a transient entry, meaning it's temporary: once you close the window, the binding is deleted, though the binding will remain if you restart e17. if you uncheck this option, it will become a permanent entry which can only be deleted either through the quickaccess advanced settings or the keybindings dialog.

fun fact: you can get to the quickaccess settings faster by clicking the Quickaccess... border menu item


SVN revision: 75550
2012-08-22 13:55:41 +00:00
Carsten Haitzler 503af41600 rename illume profile as mobile...
SVN revision: 74989
2012-08-08 06:07:25 +00:00
Mike Blumenkrantz fa76e9bb15 ensure warn flags set when building e
SVN revision: 74823
2012-08-03 08:43:37 +00:00
Mike Blumenkrantz 02e2fcbec4 move "favorites" desktop entries to base data
SVN revision: 74787
2012-08-02 07:51:46 +00:00
Mike Blumenkrantz 9cd4903a9c disable eeze mount by default and prevent it from building if other mount backends are detected
this was never meant to be a robust and widely-used mounting solution; it's only intended for single user systems and should be used only on those systems


SVN revision: 74574
2012-07-30 10:18:59 +00:00
Mike Blumenkrantz d7f9ff7551 e now requires eio; this commit intentionally split from any code changes
SVN revision: 74373
2012-07-25 07:41:21 +00:00
Gustavo Sverzut Barbieri d4a047f967 enlightenment welcomes elementary.
Now it's possible to do elm_win_add() from your e_modules and use all
elementary features instead of painful e_widgets.

We should consider this experimental, but after e17 is out we should
start to convert dialogs and such to elementary, eventually
deprecating e_widgets and the theme duplication.

NOTE: requires r74156 with elementary patch.

I'll send an email to the list with a simple patch to skel module to
demo this.



SVN revision: 74157
2012-07-19 04:39:25 +00:00
Chidambar Zinnoury 4d617a725b e i18n: add plural support thanks to ngettext.
SVN revision: 73864
2012-07-15 06:45:33 +00:00