platform/upstream/enlightenment.git
12 years agofix e_start on BSDs, patch from Maxime Villard
Mike Blumenkrantz [Tue, 13 Nov 2012 10:54:35 +0000 (10:54 +0000)]
fix e_start on BSDs, patch from Maxime Villard

SVN revision: 79218

12 years agoint size fix from Maxime Villard
Mike Blumenkrantz [Tue, 13 Nov 2012 10:52:49 +0000 (10:52 +0000)]
int size fix from Maxime Villard

SVN revision: 79217

12 years agofix video preview layouts
Mike Blumenkrantz [Tue, 13 Nov 2012 10:45:58 +0000 (10:45 +0000)]
fix video preview layouts
ticket #1716

SVN revision: 79216

12 years agoForgot to give rustyBSD some credits
Raoul HECKY [Tue, 13 Nov 2012 10:00:20 +0000 (10:00 +0000)]
Forgot to give rustyBSD some credits

SVN revision: 79213

12 years agoanother rewrite: gadman now just resets itself on a timer any time you mess with...
Mike Blumenkrantz [Tue, 13 Nov 2012 09:51:28 +0000 (09:51 +0000)]
another rewrite: gadman now just resets itself on a timer any time you mess with monitors instead of trying to add/remove gadcons properly. this should fix some bugs which were floating around

SVN revision: 79211

12 years agorewrite theme menu scanning to not need a scan every time the menu opens
Mike Blumenkrantz [Tue, 13 Nov 2012 09:30:37 +0000 (09:30 +0000)]
rewrite theme menu scanning to not need a scan every time the menu opens

SVN revision: 79210

12 years agoe: remove leftover files from built tree
Lucas De Marchi [Tue, 13 Nov 2012 09:10:35 +0000 (09:10 +0000)]
e: remove leftover files from built tree

SVN revision: 79209

12 years agoe: use subdir-objects only on modules
Lucas De Marchi [Tue, 13 Nov 2012 09:09:06 +0000 (09:09 +0000)]
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

12 years agopass border to kill function as expected and don't kill anything if a non-border...
Mike Blumenkrantz [Tue, 13 Nov 2012 08:39:45 +0000 (08:39 +0000)]
pass border to kill function as expected and don't kill anything if a non-border object was passed
ticket #1769

SVN revision: 79206

12 years agoSurfaceless extension is not longer required for wayland clients in E
Christopher Michael [Tue, 13 Nov 2012 08:33:36 +0000 (08:33 +0000)]
Surfaceless extension is not longer required for wayland clients in E
Compositor.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 79205

12 years agofrom rustyBSD:
Mike Blumenkrantz [Tue, 13 Nov 2012 07:54:03 +0000 (07:54 +0000)]
from rustyBSD:

Hi,
 here is a patch for e/src/modules/cpufreq/e_mod_main.c

 I. _cpufreq_status_check_available() always returns 1,
    so moved to void.

 II. Don't need to 'buf[sizeof(buf) - 1] = 0;', as it's
     already done by snprintf.

 III. Stuff for OpenBSD.

 IV. Fixed files descriptors leaks, and removed useless
     code.

 thanks

SVN revision: 79203

12 years agoby popular (overwhelming) demand, -i-really-know-what-i-am-doing-and-accept-full...
Mike Blumenkrantz [Tue, 13 Nov 2012 07:46:02 +0000 (07:46 +0000)]
by popular (overwhelming) demand, -i-really-know-what-i-am-doing-and-accept-full-responsibility-for-it now prevents enlightenment_start from ptracing, which allows gdb attaching once more

SVN revision: 79202

12 years ago1. move crashdump to its own file - not in xsession-errors (gets
Carsten Haitzler [Tue, 13 Nov 2012 05:47:36 +0000 (05:47 +0000)]
1. move crashdump to its own file - not in xsession-errors (gets
overitten by whatever is already writing to it)
2. set restart env var so crashes dont bring up init splash.

SVN revision: 79198

12 years agoi18n: Update french po with better translations, and add mising ones.
Raoul HECKY [Mon, 12 Nov 2012 22:35:54 +0000 (22:35 +0000)]
i18n: Update french po with better translations, and add mising ones.
Almost ready for the upcoming release!

SVN revision: 79193

12 years agomakes filepreview widget translatable (patch from Igor Murzov)
Massimo Maiurana [Mon, 12 Nov 2012 20:03:28 +0000 (20:03 +0000)]
makes filepreview widget translatable (patch from Igor Murzov)

SVN revision: 79192

12 years agoE menu: Fix menu abbreviation.
Tom Hacohen [Mon, 12 Nov 2012 18:35:34 +0000 (18:35 +0000)]
E menu: Fix menu abbreviation.

Possibly not the fastest way to do it, but I really don't have the time to
do it now. I'm just doing it because it took me less time to fix it than
to handle all of Mike's bugging in PM and mails. ;P
Something is still broken in here, but I don't have time to deal with
it, if there's something broken please let me know or fix it yourself,
should be fairly easy.

SVN revision: 79189

12 years agoE menu: title abbrv is now less broken.
Tom Hacohen [Mon, 12 Nov 2012 18:35:20 +0000 (18:35 +0000)]
E menu: title abbrv is now less broken.

Still very broken.

SVN revision: 79188

12 years agoe/autogen.sh: fix exit status when using NOCONFIGURE
Stefan Schmidt [Mon, 12 Nov 2012 15:46:00 +0000 (15:46 +0000)]
e/autogen.sh: fix exit status when using NOCONFIGURE

Patch from obiwahn on IRC. Thanks!

SVN revision: 79174

12 years agono need for AM_LIBADD in any of these makefiles either
Mike Blumenkrantz [Mon, 12 Nov 2012 15:11:12 +0000 (15:11 +0000)]
no need for AM_LIBADD in any of these makefiles either

SVN revision: 79171

12 years agodon't delete evry pkgconfig file for make clean
Mike Blumenkrantz [Mon, 12 Nov 2012 15:10:15 +0000 (15:10 +0000)]
don't delete evry pkgconfig file for make clean

SVN revision: 79170

12 years agos/reopen/relaunch/
Mike Blumenkrantz [Mon, 12 Nov 2012 14:47:36 +0000 (14:47 +0000)]
s/reopen/relaunch/

SVN revision: 79169

12 years agotry avoid null ptr derefs.
Carsten Haitzler [Mon, 12 Nov 2012 14:45:59 +0000 (14:45 +0000)]
try avoid null ptr derefs.

SVN revision: 79168

12 years agolets remove the cache files when we autogen.
Carsten Haitzler [Mon, 12 Nov 2012 14:43:59 +0000 (14:43 +0000)]
lets remove the cache files when we autogen.

SVN revision: 79165

12 years agoKick the Wayland support for E Compositor back into build shape.
Christopher Michael [Mon, 12 Nov 2012 14:41:30 +0000 (14:41 +0000)]
Kick the Wayland support for E Compositor back into build shape.

NB: Builds again now, but does not Yet render wayland clients...soon ;)

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 79164

12 years agoHUUUUUUGE spankies to the person who wrote the backlight settings config. massive...
Mike Blumenkrantz [Mon, 12 Nov 2012 14:09:04 +0000 (14:09 +0000)]
HUUUUUUGE spankies to the person who wrote the backlight settings config. massive. humongous. colossal. cannot-adequately-describe-size-because-it-is-too-large sized spankies.
there was a callback set on the dpms timer slider which would, whenever the slider was moved and on creating the slider, set the backlight+screensaver timers to zero IN THE E CONFIG ITSELF. this means anyone who ever opened the dialog with dpms enabled had their backlight+screensaver config broken.
cannot emphasize how bad this is.
ticket #1765

SVN revision: 79163

12 years agouse same limits for screensaver timing as in backlight
Mike Blumenkrantz [Mon, 12 Nov 2012 14:05:25 +0000 (14:05 +0000)]
use same limits for screensaver timing as in backlight

SVN revision: 79162

12 years agoset sane config limits for backlight/screensaver enable
Mike Blumenkrantz [Mon, 12 Nov 2012 13:58:39 +0000 (13:58 +0000)]
set sane config limits for backlight/screensaver enable
ticket #1760

SVN revision: 79161

12 years agofix some possible round issues in screensaver config
Mike Blumenkrantz [Mon, 12 Nov 2012 13:52:38 +0000 (13:52 +0000)]
fix some possible round issues in screensaver config

SVN revision: 79160

12 years agoimprove checks for window position limits
Mike Blumenkrantz [Mon, 12 Nov 2012 13:15:42 +0000 (13:15 +0000)]
improve checks for window position limits
ticket #1740

SVN revision: 79159

12 years agowoo typo
Mike Blumenkrantz [Mon, 12 Nov 2012 13:13:17 +0000 (13:13 +0000)]
woo typo

SVN revision: 79158

12 years agodefine XCB_ATOM_NONE if not defined because opensuse sucks
Mike Blumenkrantz [Mon, 12 Nov 2012 13:02:12 +0000 (13:02 +0000)]
define XCB_ATOM_NONE if not defined because opensuse sucks
ticket #1722
this commit brought to you by the recipient of the 2012 E-Devel "Hater" award

SVN revision: 79157

12 years agoUpdated dev info and added myself to AUTHORS where relevant
Eduardo de Barros Lima [Mon, 12 Nov 2012 12:33:21 +0000 (12:33 +0000)]
Updated dev info and added myself to AUTHORS where relevant

SVN revision: 79155

12 years agoonly try opening .so files as wizard pages
Mike Blumenkrantz [Mon, 12 Nov 2012 11:52:33 +0000 (11:52 +0000)]
only try opening .so files as wizard pages

SVN revision: 79153

12 years agochange pulse reconnect mechanism to always just try and reconnect on a timer
Mike Blumenkrantz [Mon, 12 Nov 2012 11:44:59 +0000 (11:44 +0000)]
change pulse reconnect mechanism to always just try and reconnect on a timer
ticket #1742

SVN revision: 79151

12 years agoset popup edje bg to pull in shape settings on popup
Mike Blumenkrantz [Mon, 12 Nov 2012 11:10:44 +0000 (11:10 +0000)]
set popup edje bg to pull in shape settings on popup
ticket #1714

SVN revision: 79150

12 years agoadd "Flip To Previous Desktop" action
Mike Blumenkrantz [Mon, 12 Nov 2012 10:49:28 +0000 (10:49 +0000)]
add "Flip To Previous Desktop" action
ticket #1717, patch originally by Robert David <robert.david.public@gmail.com>

SVN revision: 79148

12 years agoshot module improvements:
Mike Blumenkrantz [Mon, 12 Nov 2012 10:28:00 +0000 (10:28 +0000)]
shot module improvements:
* no longer init curl every time a shot is uploaded
* disable share dialog's Cancel button once upload is complete

SVN revision: 79147

12 years agoadd -no-undefined to e module build
Mike Blumenkrantz [Mon, 12 Nov 2012 10:24:25 +0000 (10:24 +0000)]
add -no-undefined to e module build

SVN revision: 79146

12 years agoe/tiling: Add all images to EXTRA_DIST after makefile changes.
Stefan Schmidt [Mon, 12 Nov 2012 10:09:40 +0000 (10:09 +0000)]
e/tiling: Add all images to EXTRA_DIST after makefile changes.

We should make sure the images are landing in the tarball for make distcheck.

SVN revision: 79145

12 years agoadd support for and use eina_list_last_data_get
Mike Blumenkrantz [Mon, 12 Nov 2012 10:05:09 +0000 (10:05 +0000)]
add support for and use eina_list_last_data_get

SVN revision: 79144

12 years agouse list handler macro
Mike Blumenkrantz [Mon, 12 Nov 2012 10:00:08 +0000 (10:00 +0000)]
use list handler macro

SVN revision: 79143

12 years agoxkb no longer sets dummy default layouts and is smarter about applying configs withou...
Mike Blumenkrantz [Mon, 12 Nov 2012 09:49:07 +0000 (09:49 +0000)]
xkb no longer sets dummy default layouts and is smarter about applying configs without layouts

SVN revision: 79141

12 years agomore MAX removals
Mike Blumenkrantz [Mon, 12 Nov 2012 09:24:01 +0000 (09:24 +0000)]
more MAX removals
ticket #1757 (4/3)

SVN revision: 79140

12 years agocheck for sys/ptrace.h and only use ptrace() in e_start_main.c if it's present
Mike Blumenkrantz [Mon, 12 Nov 2012 09:23:39 +0000 (09:23 +0000)]
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

12 years agomore build fixes: MAX into e.h if not defined, remove other definitions as pointed...
Mike Blumenkrantz [Mon, 12 Nov 2012 09:16:23 +0000 (09:16 +0000)]
more build fixes: MAX into e.h if not defined, remove other definitions as pointed out by Robert David
ticket #1757 (2/3)

SVN revision: 79138

12 years agofix static grab build on solaris
Mike Blumenkrantz [Mon, 12 Nov 2012 09:10:16 +0000 (09:10 +0000)]
fix static grab build on solaris
ticket #1757 (1/3)

SVN revision: 79137

12 years agopatch from rustyBSD with tempget fixes
Mike Blumenkrantz [Mon, 12 Nov 2012 08:40:35 +0000 (08:40 +0000)]
patch from rustyBSD with tempget fixes

SVN revision: 79136

12 years agothar be clock theme fun... in e17.
Carsten Haitzler [Mon, 12 Nov 2012 04:32:59 +0000 (04:32 +0000)]
thar be clock theme fun... in e17.

warning: new strings for intl due to having to make date a config
option.

SVN revision: 79130

12 years agohandle the 0 copied files case... but... no thana - dont change the
Carsten Haitzler [Sun, 11 Nov 2012 20:27:55 +0000 (20:27 +0000)]
handle the 0 copied files case... but... no thana - dont change the
return value. it WAITS for efreet to be happy and give an update
event. this event doesnt come and thats currently some efreet bug.

SVN revision: 79120

12 years agoupdating russian translation
Massimo Maiurana [Sun, 11 Nov 2012 20:20:43 +0000 (20:20 +0000)]
updating russian translation

SVN revision: 79119

12 years agoMake conf_randr module translatable (patch from Igor Murzov)
Massimo Maiurana [Sun, 11 Nov 2012 20:15:59 +0000 (20:15 +0000)]
Make conf_randr module translatable (patch from Igor Murzov)

SVN revision: 79118

12 years agoand make sure it fits on 640x480.
Carsten Haitzler [Sun, 11 Nov 2012 20:13:27 +0000 (20:13 +0000)]
and make sure it fits on 640x480.

SVN revision: 79117

12 years agomake scaling dialog match changes in wizard.
Carsten Haitzler [Sun, 11 Nov 2012 20:07:45 +0000 (20:07 +0000)]
make scaling dialog match changes in wizard.

SVN revision: 79116

12 years agodark -> analog clock done... well for now.
Carsten Haitzler [Sun, 11 Nov 2012 10:21:50 +0000 (10:21 +0000)]
dark -> analog clock done... well for now.

SVN revision: 79110

12 years agoAM_LIBADD is NOT an automake variable, confusing (and stupid) though that may seem...
Mike Blumenkrantz [Sun, 11 Nov 2012 08:38:41 +0000 (08:38 +0000)]
AM_LIBADD is NOT an automake variable, confusing (and stupid) though that may seem! this fixes pretty much all modules which were previously broken. spankies!

SVN revision: 79109

12 years agoproperly add efreet-trash to e reqs
Mike Blumenkrantz [Sun, 11 Nov 2012 08:37:30 +0000 (08:37 +0000)]
properly add efreet-trash to e reqs

SVN revision: 79108

12 years agoupdating portuguese translations
Massimo Maiurana [Sat, 10 Nov 2012 22:43:07 +0000 (22:43 +0000)]
updating portuguese translations

SVN revision: 79102

12 years agoMake comp module translatable (patch from Igor Murzov)
Massimo Maiurana [Sat, 10 Nov 2012 22:33:51 +0000 (22:33 +0000)]
Make comp module translatable (patch from Igor Murzov)

SVN revision: 79100

12 years agofix for button Next in wizard which was disabled by default on the Sizing page, the...
Samuel F. Baggen [Sat, 10 Nov 2012 17:47:59 +0000 (17:47 +0000)]
fix for button Next in wizard which was disabled by default on the Sizing page, the cause may have been the previous state

SVN revision: 79099

12 years agoE entry: use E_FREE as suggested by Sebastian Dransfeld.
Tom Hacohen [Sat, 10 Nov 2012 10:11:25 +0000 (10:11 +0000)]
E entry: use E_FREE as suggested by Sebastian Dransfeld.

SVN revision: 79090

12 years agoremove fixed - causes miscalc in edje min size.
Carsten Haitzler [Sat, 10 Nov 2012 07:16:21 +0000 (07:16 +0000)]
remove fixed - causes miscalc in edje min size.

SVN revision: 79082

12 years agomore wallpapers out-of-the-box
Carsten Haitzler [Sat, 10 Nov 2012 07:11:06 +0000 (07:11 +0000)]
more wallpapers out-of-the-box

SVN revision: 79081

12 years agofix a few minor wizrd things:
Carsten Haitzler [Sat, 10 Nov 2012 03:57:57 +0000 (03:57 +0000)]
fix a few minor wizrd things:

1. if adding desktop files takes to long to rescane... provide a blank
pge+title at least with disabled next button
2. adjust sizes of title preview for scaling to be useful.
3. adjust other text box sizes to avoid scrollies.

SVN revision: 79079

12 years agonot prompted/ui page is waiting for user to click in next page, which makes wizard...
Samuel F. Baggen [Sat, 10 Nov 2012 03:34:54 +0000 (03:34 +0000)]
not prompted/ui page is waiting for user to click in next page, which makes wizard progress confusing because is needed to click again when nothing happened

SVN revision: 79077

12 years agotypo from recyclating code
Samuel F. Baggen [Sat, 10 Nov 2012 03:18:31 +0000 (03:18 +0000)]
typo from recyclating code

SVN revision: 79076

12 years agomark ilist label as fixed - it is...
Carsten Haitzler [Sat, 10 Nov 2012 03:09:28 +0000 (03:09 +0000)]
mark ilist label as fixed - it is...

SVN revision: 79075

12 years agodisable the screensaver/dpms blank forcing - it fixes 1 xorg issue but
Carsten Haitzler [Sat, 10 Nov 2012 01:44:50 +0000 (01:44 +0000)]
disable the screensaver/dpms blank forcing - it fixes 1 xorg issue but
triggers others on other xorgs. ugh.

SVN revision: 79074

12 years agoe: Comment code generating an unused warning
Mike McCormack [Fri, 9 Nov 2012 21:54:12 +0000 (21:54 +0000)]
e: Comment code generating an unused warning

SVN revision: 79070

12 years agoE entry: Fixed issue with marup and text set/get.
Tom Hacohen [Fri, 9 Nov 2012 19:41:06 +0000 (19:41 +0000)]
E entry: Fixed issue with marup and text set/get.

This fixes #1715 or at least should.

SVN revision: 79061

12 years agoE17: fix keyboard for NetBSD and OpenBSD in wizard
Vincent Torri [Fri, 9 Nov 2012 19:33:38 +0000 (19:33 +0000)]
E17: fix keyboard for NetBSD and OpenBSD in wizard

patch by Maxime Villard (rustyBSD)

SVN revision: 79060

12 years agosend enlightenment_start a sigusr1 and it will give up its ptracing
Carsten Haitzler [Fri, 9 Nov 2012 15:42:57 +0000 (15:42 +0000)]
send enlightenment_start a sigusr1 and it will give up its ptracing
efforts on e17. :) u can then gdb attach as u like.

SVN revision: 79029

12 years agoactually make it -alpha1 at the end... so we can remove it for release.
Carsten Haitzler [Fri, 9 Nov 2012 14:51:39 +0000 (14:51 +0000)]
actually make it -alpha1 at the end... so we can remove it for release.

SVN revision: 79026

12 years agoooh and set relname... so it isnt.. "relname" but some useful version.
Carsten Haitzler [Fri, 9 Nov 2012 14:50:57 +0000 (14:50 +0000)]
ooh and set relname... so it isnt.. "relname"  but some useful version.

SVN revision: 79025

12 years agoput lucas's makefiles back.. but what do you do to make it not break
Carsten Haitzler [Fri, 9 Nov 2012 14:49:05 +0000 (14:49 +0000)]
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

12 years agoe: improve usability of WBOD.
Cedric BAIL [Fri, 9 Nov 2012 13:53:08 +0000 (13:53 +0000)]
e: improve usability of WBOD.

SVN revision: 79023

12 years agoupdating italian translations
Massimo Maiurana [Fri, 9 Nov 2012 12:12:47 +0000 (12:12 +0000)]
updating italian translations

SVN revision: 79020

12 years agoat least page 150 and 170 of the wizard contains messages that has to be translated...
Massimo Maiurana [Fri, 9 Nov 2012 12:10:27 +0000 (12:10 +0000)]
at least page 150 and 170 of the wizard contains messages that has to be translated. I'm adding all pages to potfiles just to be sure :)

SVN revision: 79019

12 years agoE: Fix typo spotted by rustyBSD.
Christopher Michael [Fri, 9 Nov 2012 11:05:35 +0000 (11:05 +0000)]
E: Fix typo spotted by rustyBSD.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 79016

12 years agolucas... u're going to hate me... but i'm reverting this whole lot of
Carsten Haitzler [Fri, 9 Nov 2012 10:45:35 +0000 (10:45 +0000)]
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

12 years agoe/cpufreq: run the install data hook correctly
Lucas De Marchi [Fri, 9 Nov 2012 00:10:35 +0000 (00:10 +0000)]
e/cpufreq: run the install data hook correctly

SVN revision: 79006

12 years agoe/modules: install everything headers
Lucas De Marchi [Thu, 8 Nov 2012 17:40:33 +0000 (17:40 +0000)]
e/modules: install everything headers

SVN revision: 79002

12 years agoe: fix relative/absolute path usage in automake
Lucas De Marchi [Thu, 8 Nov 2012 14:20:28 +0000 (14:20 +0000)]
e: fix relative/absolute path usage in automake

automake thinks it's good to mix absolute and relative path, based on
where the build dir is. So, $(top_srcdir) is not always relative
regardless the fact that if we wanted it to be absolute we could have
used $(abs_top_srcdir). So... use the absolute dir. Always.

SVN revision: 78999

12 years agoe/modules: workaround missing dep in some automake versions
Lucas De Marchi [Thu, 8 Nov 2012 13:01:20 +0000 (13:01 +0000)]
e/modules: workaround missing dep in some automake versions

Automake 1.11 seems not to include a dependency between
wizard_page_150_la_OBJECTS and the generated .c/.h files. I'm not
entirely sure this is the right fix, but letting the build broken for
some people is not nice neither. Try to fix it with this, and check
later if this is indeed necessary.

SVN revision: 78998

12 years agoe/mixer: remove trailing \t
Lucas De Marchi [Thu, 8 Nov 2012 03:50:07 +0000 (03:50 +0000)]
e/mixer: remove trailing \t

It was not intended and apparently it fails to build in some computers as is.

SVN revision: 78989

12 years agoe/modules: fix missing "\" for line continuation
Lucas De Marchi [Thu, 8 Nov 2012 03:45:14 +0000 (03:45 +0000)]
e/modules: fix missing "\" for line continuation

Add "\" for line continuation in temperature and dropshadow modules.

SVN revision: 78988

12 years agoe/temperature: simplify build options
Lucas De Marchi [Thu, 8 Nov 2012 03:45:05 +0000 (03:45 +0000)]
e/temperature: simplify build options

SVN revision: 78987

12 years agoe/modules: reference srcdir to build edj files
Lucas De Marchi [Thu, 8 Nov 2012 02:51:34 +0000 (02:51 +0000)]
e/modules: reference srcdir to build edj files

This fixes out-of-tree build.

SVN revision: 78986

12 years agoe/modules: delete old Makefile.am's
Lucas De Marchi [Wed, 7 Nov 2012 21:50:53 +0000 (21:50 +0000)]
e/modules: delete old Makefile.am's

SVN revision: 78983

12 years agoe/modules: shorten edje flags
Lucas De Marchi [Wed, 7 Nov 2012 21:46:56 +0000 (21:46 +0000)]
e/modules: shorten edje flags

SVN revision: 78982

12 years agoe: don't yell about gnu make extension (rules with %)
Lucas De Marchi [Wed, 7 Nov 2012 21:46:52 +0000 (21:46 +0000)]
e: don't yell about gnu make extension (rules with %)

SVN revision: 78981

12 years agoe/modules: shorten build rule for .edj
Lucas De Marchi [Wed, 7 Nov 2012 21:46:47 +0000 (21:46 +0000)]
e/modules: shorten build rule for .edj

SVN revision: 78980

12 years agoe/modules: silent edje_cc
Lucas De Marchi [Wed, 7 Nov 2012 21:46:42 +0000 (21:46 +0000)]
e/modules: silent edje_cc

SVN revision: 78979

12 years agoe/modules: Do not use recursive Makefiles
Lucas De Marchi [Wed, 7 Nov 2012 21:46:35 +0000 (21:46 +0000)]
e/modules: Do not use recursive Makefiles

SVN revision: 78978

12 years agoE: should now compile on Mac OS X.
Cedric BAIL [Wed, 7 Nov 2012 21:21:04 +0000 (21:21 +0000)]
E: should now compile on Mac OS X.

SVN revision: 78977

12 years agoE: little hack to handle valid SIGILL.
Cedric BAIL [Wed, 7 Nov 2012 20:56:57 +0000 (20:56 +0000)]
E: little hack to handle valid SIGILL.

SVN revision: 78976

12 years agoupdating portuguese translations
Massimo Maiurana [Wed, 7 Nov 2012 11:26:42 +0000 (11:26 +0000)]
updating portuguese translations

SVN revision: 78967

12 years agoupdating galician translations
Massimo Maiurana [Tue, 6 Nov 2012 21:32:15 +0000 (21:32 +0000)]
updating galician translations

SVN revision: 78951

12 years agopager: prevent double pager windows
Sebastian Dransfeld [Tue, 6 Nov 2012 21:31:25 +0000 (21:31 +0000)]
pager: prevent double pager windows

SVN revision: 78950

12 years agoupdating portuguese translations
Massimo Maiurana [Tue, 6 Nov 2012 18:18:35 +0000 (18:18 +0000)]
updating portuguese translations

SVN revision: 78946

12 years agoe: always apply xsettings
Sebastian Dransfeld [Tue, 6 Nov 2012 15:21:11 +0000 (15:21 +0000)]
e: always apply xsettings

And use _e_xsettings_update instead of looping managers

SVN revision: 78941