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
Samuel F. Baggen [Sat, 10 Nov 2012 03:18:31 +0000 (03:18 +0000)]
typo from recyclating code
SVN revision: 79076
Carsten Haitzler [Sat, 10 Nov 2012 03:09:28 +0000 (03:09 +0000)]
mark ilist label as fixed - it is...
SVN revision: 79075
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
Mike McCormack [Fri, 9 Nov 2012 21:54:12 +0000 (21:54 +0000)]
e: Comment code generating an unused warning
SVN revision: 79070
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
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
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
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
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
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
Cedric BAIL [Fri, 9 Nov 2012 13:53:08 +0000 (13:53 +0000)]
e: improve usability of WBOD.
SVN revision: 79023
Massimo Maiurana [Fri, 9 Nov 2012 12:12:47 +0000 (12:12 +0000)]
updating italian translations
SVN revision: 79020
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
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
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
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
Lucas De Marchi [Thu, 8 Nov 2012 17:40:33 +0000 (17:40 +0000)]
e/modules: install everything headers
SVN revision: 79002
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
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
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
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
Lucas De Marchi [Thu, 8 Nov 2012 03:45:05 +0000 (03:45 +0000)]
e/temperature: simplify build options
SVN revision: 78987
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
Lucas De Marchi [Wed, 7 Nov 2012 21:50:53 +0000 (21:50 +0000)]
e/modules: delete old Makefile.am's
SVN revision: 78983
Lucas De Marchi [Wed, 7 Nov 2012 21:46:56 +0000 (21:46 +0000)]
e/modules: shorten edje flags
SVN revision: 78982
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
Lucas De Marchi [Wed, 7 Nov 2012 21:46:47 +0000 (21:46 +0000)]
e/modules: shorten build rule for .edj
SVN revision: 78980
Lucas De Marchi [Wed, 7 Nov 2012 21:46:42 +0000 (21:46 +0000)]
e/modules: silent edje_cc
SVN revision: 78979
Lucas De Marchi [Wed, 7 Nov 2012 21:46:35 +0000 (21:46 +0000)]
e/modules: Do not use recursive Makefiles
SVN revision: 78978
Cedric BAIL [Wed, 7 Nov 2012 21:21:04 +0000 (21:21 +0000)]
E: should now compile on Mac OS X.
SVN revision: 78977
Cedric BAIL [Wed, 7 Nov 2012 20:56:57 +0000 (20:56 +0000)]
E: little hack to handle valid SIGILL.
SVN revision: 78976
Massimo Maiurana [Wed, 7 Nov 2012 11:26:42 +0000 (11:26 +0000)]
updating portuguese translations
SVN revision: 78967
Massimo Maiurana [Tue, 6 Nov 2012 21:32:15 +0000 (21:32 +0000)]
updating galician translations
SVN revision: 78951
Sebastian Dransfeld [Tue, 6 Nov 2012 21:31:25 +0000 (21:31 +0000)]
pager: prevent double pager windows
SVN revision: 78950
Massimo Maiurana [Tue, 6 Nov 2012 18:18:35 +0000 (18:18 +0000)]
updating portuguese translations
SVN revision: 78946
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
Carsten Haitzler [Tue, 6 Nov 2012 13:31:03 +0000 (13:31 +0000)]
make ilist headers simpler.
SVN revision: 78939
Mike Blumenkrantz [Mon, 5 Nov 2012 15:49:57 +0000 (15:49 +0000)]
tweet: E17 goes alpha
SVN revision: 78932
Carsten Haitzler [Mon, 5 Nov 2012 15:24:47 +0000 (15:24 +0000)]
turn off access, physics and wp2 by default.
SVN revision: 78927
Stefan Schmidt [Mon, 5 Nov 2012 12:27:28 +0000 (12:27 +0000)]
Make e17 compile again.
Raster really earned his b0rker price. These are the iamge from the b and w
theme.
Raster, if your images differ just commit yours. Can't know whats on your disk.
:)
SVN revision: 78923
Massimo Maiurana [Mon, 5 Nov 2012 11:34:40 +0000 (11:34 +0000)]
updating portuguese and italian translations
SVN revision: 78922
Carsten Haitzler [Mon, 5 Nov 2012 11:17:22 +0000 (11:17 +0000)]
add
SVN revision: 78921
Carsten Haitzler [Mon, 5 Nov 2012 10:58:37 +0000 (10:58 +0000)]
fix missing winlist and border move box things.
SVN revision: 78919
Sebastian Dransfeld [Mon, 5 Nov 2012 08:31:23 +0000 (08:31 +0000)]
e: Fix free of list from _e_border_sub_borders_new
First loop, then eina_list_free == spankies!!!
Please fix code correctly when mistakes are spotted.
S.
SVN revision: 78913
ChunEon Park [Mon, 5 Nov 2012 07:51:07 +0000 (07:51 +0000)]
e/e_border - Fix memory leak
Dear all.
I found that there is code to occur memory leak in e_border.c and I fixed it.
Please review this patch.
Thanks.
Doyoun Kang
Singed-Off-By:Doyoun Kang<doyoun.kang@samsung.com>
SVN revision: 78910
Hannes Janetzek [Mon, 5 Nov 2012 01:12:19 +0000 (01:12 +0000)]
e17/evry: block less
SVN revision: 78909
Hannes Janetzek [Mon, 5 Nov 2012 00:17:26 +0000 (00:17 +0000)]
e17/evry: use cached exe list directly, no need to strdup
SVN revision: 78907
Hannes Janetzek [Sun, 4 Nov 2012 22:57:04 +0000 (22:57 +0000)]
e17/evry: avoid some spankies
- keep pointer to idler, callback might be renewed
SVN revision: 78906
Hannes Janetzek [Sun, 4 Nov 2012 22:11:02 +0000 (22:11 +0000)]
e17/evry: add monitors for PATH, avoid scanning each time.
- maybe something like this could go into e_exec?
SVN revision: 78904
Hannes Janetzek [Sun, 4 Nov 2012 19:28:42 +0000 (19:28 +0000)]
e17/evry> this look like nonsense
SVN revision: 78903
Hannes Janetzek [Sun, 4 Nov 2012 19:11:25 +0000 (19:11 +0000)]
e17/evry - fix exebuf to eina_file conversion. eina_file_statat does not return Eina_Bool
SVN revision: 78902
Carsten Haitzler [Sun, 4 Nov 2012 12:14:00 +0000 (12:14 +0000)]
add missing clock stuff.
SVN revision: 78899
Carsten Haitzler [Sun, 4 Nov 2012 12:00:36 +0000 (12:00 +0000)]
and fix ibar/ibox - missed some grps in merge.
SVN revision: 78897
Carsten Haitzler [Sun, 4 Nov 2012 11:52:35 +0000 (11:52 +0000)]
dark theme -> e17 tree default.
SVN revision: 78896
Carsten Haitzler [Sun, 4 Nov 2012 11:31:23 +0000 (11:31 +0000)]
default+imgs -> go. yes. broken tree.
SVN revision: 78894
Mike Blumenkrantz [Fri, 2 Nov 2012 21:02:26 +0000 (21:02 +0000)]
some patch from Maxime Villard for secure deletion fixes again
SVN revision: 78876
Vincent Torri [Fri, 2 Nov 2012 16:29:15 +0000 (16:29 +0000)]
E17: translation from Maxime Villard
SVN revision: 78871
Mike Blumenkrantz [Fri, 2 Nov 2012 13:45:47 +0000 (13:45 +0000)]
efm progress bar thingy now handles secure deletion
ticket #1702
also renamed the "unknow" operation to "unknown", default theme updated
SVN revision: 78865
Mike Blumenkrantz [Fri, 2 Nov 2012 13:44:37 +0000 (13:44 +0000)]
fix process updating for secure delete operations, efm_op now requires libmath
SVN revision: 78864
Mike Blumenkrantz [Fri, 2 Nov 2012 12:36:35 +0000 (12:36 +0000)]
efm now remembers sort mode per-directory
ticket #1696
SVN revision: 78861
Mike Blumenkrantz [Fri, 2 Nov 2012 12:26:20 +0000 (12:26 +0000)]
simplify macro
SVN revision: 78858
Mike Blumenkrantz [Fri, 2 Nov 2012 12:19:50 +0000 (12:19 +0000)]
uchar -> bool
SVN revision: 78857
Mike Blumenkrantz [Fri, 2 Nov 2012 12:16:06 +0000 (12:16 +0000)]
formatting
SVN revision: 78856
Mike Blumenkrantz [Fri, 2 Nov 2012 12:12:28 +0000 (12:12 +0000)]
efm Sorting menu is now a first-level submenu
SVN revision: 78855
Mike Blumenkrantz [Fri, 2 Nov 2012 11:56:32 +0000 (11:56 +0000)]
finally fix annoying submenu offset bug
ticket #1691
SVN revision: 78854
Mike Blumenkrantz [Fri, 2 Nov 2012 11:31:06 +0000 (11:31 +0000)]
hack/fix initial toolbar sizing, prevents weird fwin size bugs caused by trying to calc toolbar size before the toolbar has been sized
SVN revision: 78852
Mike Blumenkrantz [Fri, 2 Nov 2012 11:17:33 +0000 (11:17 +0000)]
only move windows to center when they're offscreen
SVN revision: 78851
Mike Blumenkrantz [Fri, 2 Nov 2012 10:11:32 +0000 (10:11 +0000)]
formatting
SVN revision: 78850
Mike Blumenkrantz [Fri, 2 Nov 2012 09:50:49 +0000 (09:50 +0000)]
fix shadow warning
SVN revision: 78849
Mike Blumenkrantz [Fri, 2 Nov 2012 09:50:03 +0000 (09:50 +0000)]
unbork e_start; 500 bonus b0rker points to cedric for b0rking the unb0rkable
SVN revision: 78848
Mike Blumenkrantz [Fri, 2 Nov 2012 09:45:44 +0000 (09:45 +0000)]
fix default theme efm popups to be white again
SVN revision: 78847
Mike Blumenkrantz [Fri, 2 Nov 2012 09:34:28 +0000 (09:34 +0000)]
filepreview now works with gifs
SVN revision: 78846
Mike Blumenkrantz [Fri, 2 Nov 2012 09:09:01 +0000 (09:09 +0000)]
filepreview now uses preview as container for video previews
SVN revision: 78845
Mike Blumenkrantz [Fri, 2 Nov 2012 09:04:26 +0000 (09:04 +0000)]
overhaul and fix custom bg+overlay setting/unsetting in efm
SVN revision: 78844
Mike Blumenkrantz [Fri, 2 Nov 2012 08:18:49 +0000 (08:18 +0000)]
unbreak custom fileman bgs
SPANK SPANK SPANK raster!
SVN revision: 78838
Mike Blumenkrantz [Fri, 2 Nov 2012 08:04:32 +0000 (08:04 +0000)]
shelves config dialog now watches rename events
ticket #1712
SVN revision: 78834
Mike Blumenkrantz [Fri, 2 Nov 2012 08:03:35 +0000 (08:03 +0000)]
whoops forgot to ref
SVN revision: 78833
Mike Blumenkrantz [Fri, 2 Nov 2012 08:00:58 +0000 (08:00 +0000)]
break out ilist item label setting
SVN revision: 78832
Mike Blumenkrantz [Fri, 2 Nov 2012 07:53:37 +0000 (07:53 +0000)]
add shelf rename events
SVN revision: 78831
Mike Blumenkrantz [Fri, 2 Nov 2012 07:46:53 +0000 (07:46 +0000)]
fix entry crash
SVN revision: 78830
Mike Blumenkrantz [Fri, 2 Nov 2012 07:44:00 +0000 (07:44 +0000)]
screen limits option now affects windows lost prior to enabling the option, patch by Deon Thomas
ticket #1711
SVN revision: 78829
Mike Blumenkrantz [Fri, 2 Nov 2012 07:34:40 +0000 (07:34 +0000)]
unbork window shading from yesterday
SVN revision: 78828
Hannes Janetzek [Thu, 1 Nov 2012 15:02:03 +0000 (15:02 +0000)]
e17/evry: exebuf name some variables by what they do
- fix segv in config dialog. did e_widget change?
i beleive e_widget_entry_add(e, &(page->trigger)) must have always set page->trigger to be not null
... just in case there are other places where this was not chacked before
SVN revision: 78793
Mike Blumenkrantz [Thu, 1 Nov 2012 14:41:36 +0000 (14:41 +0000)]
fix desktop file rename cnp operations
ticket #1703
SVN revision: 78789
Mike Blumenkrantz [Thu, 1 Nov 2012 14:14:10 +0000 (14:14 +0000)]
add container variant of e_win_evas_object_win_get: e_container_evas_object_container_get
SVN revision: 78788
Mike Blumenkrantz [Thu, 1 Nov 2012 13:50:14 +0000 (13:50 +0000)]
reorder+fix some border sizing code to not do funny things like randomly make windows with half-sized borders
ticket #1690
SVN revision: 78786
Mike Blumenkrantz [Thu, 1 Nov 2012 09:18:50 +0000 (09:18 +0000)]
fix client win list with long utf8 titles and length limits, also fix a related leak
ticket #1649
SVN revision: 78752
Mike Blumenkrantz [Thu, 1 Nov 2012 08:25:35 +0000 (08:25 +0000)]
use handler list macro
SVN revision: 78750
Mike Blumenkrantz [Thu, 1 Nov 2012 08:14:36 +0000 (08:14 +0000)]
unbreak build, spankies cedric
SVN revision: 78749
Carsten Haitzler [Thu, 1 Nov 2012 06:36:57 +0000 (06:36 +0000)]
double ensure that tb signal emit happens.
SVN revision: 78745
Cedric BAIL [Thu, 1 Nov 2012 06:23:49 +0000 (06:23 +0000)]
e: full rewrite of our WBOD.
NOTE: the new behaviour require a parent process,
here enlightenment_start, to watch over enlightenment.
It does use ptrace to monitor his child and track
what is going on. When a crash happen it ask gdb to
add the backtrace directly into .xsession-errors.
If you use systemd user session, you may want to offload
that work to systemd. You can do so, but don't forget to
pass -nopause to enlightenment when you start it.
WARNING: For all user, you will need to exit your
current session and start a fresh one for this new WBOD
to work at all. Just restarting Enlightenment will not
help you.
SVN revision: 78742
Cedric BAIL [Thu, 1 Nov 2012 01:09:22 +0000 (01:09 +0000)]
e: simplify logic.
SVN revision: 78737
Lucas De Marchi [Wed, 31 Oct 2012 20:41:01 +0000 (20:41 +0000)]
e: exec configure to preserve return code
SVN revision: 78724
Lucas De Marchi [Wed, 31 Oct 2012 20:40:56 +0000 (20:40 +0000)]
e: stop warning about GNU make extension
We know wildcard is an extension of GNU make and we don't need to be
remembered every single compilation. Remove noise like below:
doc/Makefile.am:42: warning: wildcard img/*.*: non-POSIX variable name
doc/Makefile.am:42: (probably a GNU make extension)
SVN revision: 78723
Lucas De Marchi [Wed, 31 Oct 2012 20:40:51 +0000 (20:40 +0000)]
e: Use autoreconf
SVN revision: 78722
Lucas De Marchi [Wed, 31 Oct 2012 20:40:46 +0000 (20:40 +0000)]
e: Add missing enlightenment_static_grabber to gitignore
SVN revision: 78721
Lucas De Marchi [Wed, 31 Oct 2012 20:40:40 +0000 (20:40 +0000)]
e: use AM_CPPFLAGS instead of INCLUDES
Get rid of warnings like below with recent automake (1.11 and newer):
src/bin/Makefile.am:6: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/bin/Makefile.am: installing './depcomp'
src/modules/access/Makefile.am:11: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
SVN revision: 78720
Lucas De Marchi [Wed, 31 Oct 2012 20:40:29 +0000 (20:40 +0000)]
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
Massimo Maiurana [Wed, 31 Oct 2012 18:44:14 +0000 (18:44 +0000)]
patch from Igor Murzov for a correct use of plural forms with gettext
SVN revision: 78716