Commit Graph

5017 Commits

Author SHA1 Message Date
Lucas De Marchi 29e6c350e4 e/cpufreq: run the install data hook correctly
SVN revision: 79006
2012-11-09 00:10:35 +00:00
Lucas De Marchi e2d112bb23 e/modules: install everything headers
SVN revision: 79002
2012-11-08 17:40:33 +00:00
Lucas De Marchi bf8f13e811 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
2012-11-08 14:20:28 +00:00
Lucas De Marchi c5f1ac5065 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
2012-11-08 13:01:20 +00:00
Lucas De Marchi 0dd06ef17e e/mixer: remove trailing \t
It was not intended and apparently it fails to build in some computers as is.



SVN revision: 78989
2012-11-08 03:50:07 +00:00
Lucas De Marchi 7c381d2d27 e/modules: fix missing "\" for line continuation
Add "\" for line continuation in temperature and dropshadow modules.



SVN revision: 78988
2012-11-08 03:45:14 +00:00
Lucas De Marchi 7a9d3996d2 e/temperature: simplify build options
SVN revision: 78987
2012-11-08 03:45:05 +00:00
Lucas De Marchi 7941ef8cdf e/modules: reference srcdir to build edj files
This fixes out-of-tree build.



SVN revision: 78986
2012-11-08 02:51:34 +00:00
Lucas De Marchi 0000e87ffc e/modules: delete old Makefile.am's
SVN revision: 78983
2012-11-07 21:50:53 +00:00
Lucas De Marchi 7e3c136fce e/modules: shorten edje flags
SVN revision: 78982
2012-11-07 21:46:56 +00:00
Lucas De Marchi 87c46275c1 e/modules: shorten build rule for .edj
SVN revision: 78980
2012-11-07 21:46:47 +00:00
Lucas De Marchi f5d69d04b3 e/modules: silent edje_cc
SVN revision: 78979
2012-11-07 21:46:42 +00:00
Lucas De Marchi 7d6e2c8778 e/modules: Do not use recursive Makefiles
SVN revision: 78978
2012-11-07 21:46:35 +00:00
Sebastian Dransfeld 8eacf64412 pager: prevent double pager windows
SVN revision: 78950
2012-11-06 21:31:25 +00:00
Hannes Janetzek f03c7fb898 e17/evry: block less
SVN revision: 78909
2012-11-05 01:12:19 +00:00
Hannes Janetzek 34625fa849 e17/evry: use cached exe list directly, no need to strdup
SVN revision: 78907
2012-11-05 00:17:26 +00:00
Hannes Janetzek 401ad33fe5 e17/evry: avoid some spankies
- keep pointer to idler, callback might be renewed


SVN revision: 78906
2012-11-04 22:57:04 +00:00
Hannes Janetzek e885e76f12 e17/evry: add monitors for PATH, avoid scanning each time.
- maybe something like this could go into e_exec?


SVN revision: 78904
2012-11-04 22:11:02 +00:00
Hannes Janetzek 447afe0a2b e17/evry> this look like nonsense
SVN revision: 78903
2012-11-04 19:28:42 +00:00
Hannes Janetzek 88e76c90eb e17/evry - fix exebuf to eina_file conversion. eina_file_statat does not return Eina_Bool
SVN revision: 78902
2012-11-04 19:11:25 +00:00
Carsten Haitzler b278916e9d dark theme -> e17 tree default.
SVN revision: 78896
2012-11-04 11:52:35 +00:00
Mike Blumenkrantz dc0dd0906f efm progress bar thingy now handles secure deletion
ticket #1702
also renamed the "unknow" operation to "unknown", default theme updated


SVN revision: 78865
2012-11-02 13:45:47 +00:00
Mike Blumenkrantz 01b47aed5f overhaul and fix custom bg+overlay setting/unsetting in efm
SVN revision: 78844
2012-11-02 09:04:26 +00:00
Mike Blumenkrantz d253e7cc05 shelves config dialog now watches rename events
ticket #1712


SVN revision: 78834
2012-11-02 08:04:32 +00:00
Hannes Janetzek ab50d227c2 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
2012-11-01 15:02:03 +00:00
Mike Blumenkrantz 0dfb15f58e use handler list macro
SVN revision: 78750
2012-11-01 08:25:35 +00:00
Carsten Haitzler f9c6b40357 double ensure that tb signal emit happens.
SVN revision: 78745
2012-11-01 06:36:57 +00:00
Lucas De Marchi 92eee9068a 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
2012-10-31 20:40:40 +00:00
Mike Blumenkrantz 1cc67fa9a1 typo
SVN revision: 78713
2012-10-31 16:30:01 +00:00
Mike Blumenkrantz b8b8f163d7 remove "under construction" text from efm module. the whole damn thing is under construction, not sure why only this module actually warns about it
SVN revision: 78710
2012-10-31 15:16:23 +00:00
Mike Blumenkrantz 1f0b81276c ensure spring folder refreshes after the drop
ticket #1638


SVN revision: 78708
2012-10-31 13:36:08 +00:00
Mike Blumenkrantz 2914212ff2 pulse mixer no longer runs its init function constantly and should allow the slider to become much more responsive/accurate. also implement volume saving per gadget
ticket #1697


SVN revision: 78702
2012-10-31 11:23:26 +00:00
Mike Blumenkrantz d31a31eb6f don't need to update pulse mixer gadgets when we're just checking default sink, also ensure that pulse_ready is always called
SVN revision: 78701
2012-10-31 11:21:42 +00:00
Carsten Haitzler fa2e16a332 improve file op list so it can.. do more.
SVN revision: 78696
2012-10-31 09:37:21 +00:00
Mike Blumenkrantz 64fc140c78 patch from Deon Thomas to fix lost window warp behavior
ticket #1680


SVN revision: 78693
2012-10-31 08:44:50 +00:00
Cedric BAIL 7826261e19 e: e_alert now find the composite window by looking at X property insteed of relying on E.
SVN revision: 78692
2012-10-31 07:50:10 +00:00
Massimo Maiurana 6f4591eed2 updating russian translation
SVN revision: 78648
2012-10-30 12:10:17 +00:00
Mike Blumenkrantz 3fc68c6c43 fix old FIXME regarding handling of NET_ACTIVE_WINDOW hint: new window focus option allows ignoring, animating, activating (current behavior is activating) on hint
right now this uses the "urgent" signal for the animate state, may want to change it to something else if separate theming is desired
ticket #1642


SVN revision: 78647
2012-10-30 11:57:35 +00:00
Mike Blumenkrantz aa7f3281cc unused var--
SVN revision: 78646
2012-10-30 11:54:49 +00:00
Mike Blumenkrantz 1374faeb04 patch from Doyoun Kang to fix gadman gadget positioning
SVN revision: 78636
2012-10-30 08:04:52 +00:00
Boris Faure be388f7c2b e: no need to freeze/thaw focus tracking when not getting in event loop
SVN revision: 78618
2012-10-29 18:28:58 +00:00
Mike Blumenkrantz 34aab08499 fix trivial typos
patch by Igor Murzov


SVN revision: 78615
2012-10-29 12:40:14 +00:00
Mike Blumenkrantz b26e49dbff account for users closing help dialog in qa tutorial
ticket #1693


SVN revision: 78605
2012-10-29 08:29:59 +00:00
Mike Blumenkrantz dcbf8708c9 disable current theme menu item in themes menu
SVN revision: 78603
2012-10-29 08:11:45 +00:00
Christopher Michael 39e33051ef E: Fix warning: variable 'cfd' set but not used
Signed-off-by: Christopher Michael <cpmichael1@comcast.net>

SVN revision: 78584
2012-10-28 10:33:48 +00:00
Christopher Michael 8a7b893dce E: Fix warning: variable 'lp' set but not used
Signed-off-by: Christopher Michael <cpmichael1@comcast.net>

SVN revision: 78583
2012-10-28 10:32:20 +00:00
Christopher Michael 89f47fff81 E: Fix warning: variable 'h' set but not used
Signed-off-by: Christopher Michael <cpmichael1@comcast.net>

SVN revision: 78582
2012-10-28 10:31:04 +00:00
Carsten Haitzler 0fa136b0df well - i found inconsistent namespacing for tasks and xkbswitch. fix!
SVN revision: 78578
2012-10-28 09:27:33 +00:00
Carsten Haitzler 0bb52eb9ed adjust efm fwin setup and popup to be... better theme friendly!
SVN revision: 78565
2012-10-28 07:45:48 +00:00
Mike Blumenkrantz eb6f06d8dc use file label for tooltip if available
ticket #1659


SVN revision: 78534
2012-10-26 13:31:03 +00:00