Lucas De Marchi
6a1d3275de
e: Use autoreconf
...
SVN revision: 78722
11 years ago
Lucas De Marchi
f80f878d4c
e: Add missing enlightenment_static_grabber to gitignore
...
SVN revision: 78721
11 years ago
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
11 years ago
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
11 years ago
Massimo Maiurana
db489a2338
patch from Igor Murzov for a correct use of plural forms with gettext
...
SVN revision: 78716
11 years ago
Mike Blumenkrantz
1cc67fa9a1
typo
...
SVN revision: 78713
11 years ago
Mike Blumenkrantz
efd116d655
dnd in efm will no longer cause icons to flicker rapidly when dropping a file
...
also added some docs about icon drag struct members
SVN revision: 78712
11 years ago
Mike Blumenkrantz
78967eac38
patch from Maxime Villard with some minor changes and openbsd fixes
...
SVN revision: 78711
11 years ago
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
11 years ago
Mike Blumenkrantz
f29de38e57
finally fix stupid xkb layout saving bug
...
ticket #1656
SVN revision: 78709
11 years ago
Mike Blumenkrantz
1f0b81276c
ensure spring folder refreshes after the drop
...
ticket #1638
SVN revision: 78708
11 years ago
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
11 years ago
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
11 years ago
Carsten Haitzler
fa2e16a332
improve file op list so it can.. do more.
...
SVN revision: 78696
11 years ago
Mike Blumenkrantz
71f49a2473
slightly improve e_alert text
...
SVN revision: 78695
11 years ago
Cedric BAIL
86d6551006
e: use X property for E_TAINTED to and fix parsing of message to.
...
SVN revision: 78694
11 years ago
Mike Blumenkrantz
64fc140c78
patch from Deon Thomas to fix lost window warp behavior
...
ticket #1680
SVN revision: 78693
11 years ago
Cedric BAIL
7826261e19
e: e_alert now find the composite window by looking at X property insteed of relying on E.
...
SVN revision: 78692
11 years ago
Carsten Haitzler
7bef20f1b8
no more e_editable.c
...
SVN revision: 78687
11 years ago
Tom Hacohen
b9e560b6a2
E entry: Disable thumb scrolling, it's just bad for our purpose.
...
SVN revision: 78684
11 years ago
Carsten Haitzler
3eb7dfc04e
fix on hold events for selection by scrollframe in e if thumbscroll is
...
off.
SVN revision: 78674
11 years ago
Carsten Haitzler
aa1da25166
well tbh i dont care what the russian says.. if it CANT BE COMPILED!
...
msgfmt insists every plural entry have the counter (eg %li) in is -
you cant omit it. so someone re-translate this so include the counter
%fmt.
SVN revision: 78673
11 years ago
Tom Hacohen
a9bdc983b4
E entry: Move to edje_entry and remove e_editable.
...
This should reduce the number of issues in the long run and reduced the
amount of code we have to maintain."
SVN revision: 78663
11 years ago
Tom Hacohen
25ee210ef8
E scrolled_entry: Set evas min size. Should probably be in e_widget_size_min_set.
...
SVN revision: 78662
11 years ago
Tom Hacohen
00698b999e
E srcollframe: Added a mode to disable key navigation + fixed show region.
...
Show region now doesn't move if the requested region is inside of the
already visible region.
SVN revision: 78661
11 years ago
Mike Blumenkrantz
5a20be6915
fsel no longer changes entry text when changing directory
...
ticket #1695
SVN revision: 78656
11 years ago
Mike Blumenkrantz
91fc9e6634
remove some old fsel comments
...
SVN revision: 78650
11 years ago
Massimo Maiurana
6f4591eed2
updating russian translation
...
SVN revision: 78648
11 years ago
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
11 years ago
Mike Blumenkrantz
aa7f3281cc
unused var--
...
SVN revision: 78646
11 years ago
Mike Blumenkrantz
6657834714
formatting
...
SVN revision: 78643
11 years ago
Cedric BAIL
ab5767eac7
e: add gdb support to enlightenment_sys to work around Ubuntu crappy kernel patch.
...
SVN revision: 78640
11 years ago
Mike Blumenkrantz
1374faeb04
patch from Doyoun Kang to fix gadman gadget positioning
...
SVN revision: 78636
11 years ago
Boris Faure
be388f7c2b
e: no need to freeze/thaw focus tracking when not getting in event loop
...
SVN revision: 78618
11 years ago
Mike Blumenkrantz
34aab08499
fix trivial typos
...
patch by Igor Murzov
SVN revision: 78615
11 years ago
Mike Blumenkrantz
ab6d671328
fix box item finding as spotted by Igor Murzov
...
SVN revision: 78613
11 years ago
Mike Blumenkrantz
676c71a2a1
efm now checks (on startup) for stale device links on desktop and tries to remove them
...
ticket #1689
SVN revision: 78608
11 years ago
Mike Blumenkrantz
b26e49dbff
account for users closing help dialog in qa tutorial
...
ticket #1693
SVN revision: 78605
11 years ago
Mike Blumenkrantz
d957dbc0c4
better fix for ilist item delete sizing bug
...
SVN revision: 78604
11 years ago
Mike Blumenkrantz
dcbf8708c9
disable current theme menu item in themes menu
...
SVN revision: 78603
11 years ago
Mike Blumenkrantz
dd04b75dd7
fix default theme build
...
SPANK SPANK SPANK raster!!!
SVN revision: 78602
11 years ago
Mike Blumenkrantz
1f552955a7
fix shelf magic fail
...
SVN revision: 78601
11 years ago
Christopher Michael
39e33051ef
E: Fix warning: variable 'cfd' set but not used
...
Signed-off-by: Christopher Michael <cpmichael1@comcast.net>
SVN revision: 78584
11 years ago
Christopher Michael
8a7b893dce
E: Fix warning: variable 'lp' set but not used
...
Signed-off-by: Christopher Michael <cpmichael1@comcast.net>
SVN revision: 78583
11 years ago
Christopher Michael
89f47fff81
E: Fix warning: variable 'h' set but not used
...
Signed-off-by: Christopher Michael <cpmichael1@comcast.net>
SVN revision: 78582
11 years ago
Christopher Michael
2d6a796007
E: Fix warning: variable ‘output’ set but not used. Add unused to argv.
...
Signed-off-by: Christopher Michael <cpmichael1@comcast.net>
SVN revision: 78581
11 years ago
Carsten Haitzler
0fa136b0df
well - i found inconsistent namespacing for tasks and xkbswitch. fix!
...
SVN revision: 78578
11 years ago
Mike Blumenkrantz
a200832b4f
fix box crash
...
SVN revision: 78575
11 years ago
Carsten Haitzler
0bb52eb9ed
adjust efm fwin setup and popup to be... better theme friendly!
...
SVN revision: 78565
11 years ago
Carsten Haitzler
fa5cd0bc12
and actually explicitly make toolbooks scrollable by default.
...
SVN revision: 78560
11 years ago