Commit Graph

14434 Commits

Author SHA1 Message Date
Mike Blumenkrantz 7de1d89a0b fix process updating for secure delete operations, efm_op now requires libmath
SVN revision: 78864
2012-11-02 13:44:37 +00:00
Mike Blumenkrantz 2bd9c7f72c efm now remembers sort mode per-directory
ticket #1696


SVN revision: 78861
2012-11-02 12:36:35 +00:00
Mike Blumenkrantz 43fcfbb1d9 simplify macro
SVN revision: 78858
2012-11-02 12:26:20 +00:00
Mike Blumenkrantz 2f0c52ee23 uchar -> bool
SVN revision: 78857
2012-11-02 12:19:50 +00:00
Mike Blumenkrantz b48ec91e0e formatting
SVN revision: 78856
2012-11-02 12:16:06 +00:00
Mike Blumenkrantz 6f24439dc4 efm Sorting menu is now a first-level submenu
SVN revision: 78855
2012-11-02 12:12:28 +00:00
Mike Blumenkrantz 0cb7e8e3f3 finally fix annoying submenu offset bug
ticket #1691


SVN revision: 78854
2012-11-02 11:56:32 +00:00
Mike Blumenkrantz bcd7b442c4 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
2012-11-02 11:31:06 +00:00
Mike Blumenkrantz d23548d79e only move windows to center when they're offscreen
SVN revision: 78851
2012-11-02 11:17:33 +00:00
Mike Blumenkrantz b355a53324 formatting
SVN revision: 78850
2012-11-02 10:11:32 +00:00
Mike Blumenkrantz 943d9d7423 fix shadow warning
SVN revision: 78849
2012-11-02 09:50:49 +00:00
Mike Blumenkrantz dc6f35c7f1 unbork e_start; 500 bonus b0rker points to cedric for b0rking the unb0rkable
SVN revision: 78848
2012-11-02 09:50:03 +00:00
Mike Blumenkrantz 89a2bd8242 fix default theme efm popups to be white again
SVN revision: 78847
2012-11-02 09:45:44 +00:00
Mike Blumenkrantz e020a07e58 filepreview now works with gifs
SVN revision: 78846
2012-11-02 09:34:28 +00:00
Mike Blumenkrantz c3a97e3965 filepreview now uses preview as container for video previews
SVN revision: 78845
2012-11-02 09:09:01 +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 5666faaddf unbreak custom fileman bgs
SPANK SPANK SPANK raster!


SVN revision: 78838
2012-11-02 08:18:49 +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
Mike Blumenkrantz 1fbcc07e04 whoops forgot to ref
SVN revision: 78833
2012-11-02 08:03:35 +00:00
Mike Blumenkrantz 0b5a3ec96d break out ilist item label setting
SVN revision: 78832
2012-11-02 08:00:58 +00:00
Mike Blumenkrantz 14e898b6a7 add shelf rename events
SVN revision: 78831
2012-11-02 07:53:37 +00:00
Mike Blumenkrantz c3729552ee fix entry crash
SVN revision: 78830
2012-11-02 07:46:53 +00:00
Mike Blumenkrantz c5b9a2b768 screen limits option now affects windows lost prior to enabling the option, patch by Deon Thomas
ticket #1711


SVN revision: 78829
2012-11-02 07:44:00 +00:00
Mike Blumenkrantz f37f21c247 unbork window shading from yesterday
SVN revision: 78828
2012-11-02 07:34:40 +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 0532cb78fd fix desktop file rename cnp operations
ticket #1703


SVN revision: 78789
2012-11-01 14:41:36 +00:00
Mike Blumenkrantz 87217a841b add container variant of e_win_evas_object_win_get: e_container_evas_object_container_get
SVN revision: 78788
2012-11-01 14:14:10 +00:00
Mike Blumenkrantz 54330a3ca6 reorder+fix some border sizing code to not do funny things like randomly make windows with half-sized borders
ticket #1690


SVN revision: 78786
2012-11-01 13:50:14 +00:00
Mike Blumenkrantz 9306965e13 fix client win list with long utf8 titles and length limits, also fix a related leak
ticket #1649


SVN revision: 78752
2012-11-01 09:18:50 +00:00
Mike Blumenkrantz 0dfb15f58e use handler list macro
SVN revision: 78750
2012-11-01 08:25:35 +00:00
Mike Blumenkrantz 0cb0c0939a unbreak build, spankies cedric
SVN revision: 78749
2012-11-01 08:14:36 +00:00
Carsten Haitzler f9c6b40357 double ensure that tb signal emit happens.
SVN revision: 78745
2012-11-01 06:36:57 +00:00
Cedric BAIL 380386817b 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
2012-11-01 06:23:49 +00:00
Cedric BAIL 0b5db2653e e: simplify logic.
SVN revision: 78737
2012-11-01 01:09:22 +00:00
Lucas De Marchi 1e3ac4150c e: exec configure to preserve return code
SVN revision: 78724
2012-10-31 20:41:01 +00:00
Lucas De Marchi c8ac56c2f4 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
2012-10-31 20:40:56 +00:00
Lucas De Marchi 6a1d3275de e: Use autoreconf
SVN revision: 78722
2012-10-31 20:40:51 +00:00
Lucas De Marchi f80f878d4c e: Add missing enlightenment_static_grabber to gitignore
SVN revision: 78721
2012-10-31 20:40:46 +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
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
Massimo Maiurana db489a2338 patch from Igor Murzov for a correct use of plural forms with gettext
SVN revision: 78716
2012-10-31 18:44:14 +00:00
Mike Blumenkrantz 1cc67fa9a1 typo
SVN revision: 78713
2012-10-31 16:30:01 +00:00
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
2012-10-31 15:56:23 +00:00
Mike Blumenkrantz 78967eac38 patch from Maxime Villard with some minor changes and openbsd fixes
SVN revision: 78711
2012-10-31 15:40:53 +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 f29de38e57 finally fix stupid xkb layout saving bug
ticket #1656


SVN revision: 78709
2012-10-31 15:04:51 +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