Mike Blumenkrantz
5bb05f5864
prevent fileman typebuf from activating while renaming files
...
SVN revision: 74307
11 years ago
Carsten Haitzler
644a1c39f4
patch from PrinceAMD to use date+time for shot filename.
...
SVN revision: 74306
11 years ago
Christopher Michael
7f9afaa54e
E: Remove unused variable in image_add_from_file. Add trap in case
...
calloc fails when trying to alloc widget_data.
SVN revision: 74301
11 years ago
Christopher Michael
184e904c64
E: Add unused to missing function.
...
params is unused for app_new_instance_go.
SVN revision: 74300
11 years ago
Christopher Michael
6152d0be40
E_FM: Remove unused variables and fix formatting for 80 columns.
...
SVN revision: 74299
11 years ago
Christopher Michael
636e6af10f
E: Minor formatting fixes.
...
SVN revision: 74298
11 years ago
Leif Middelschulte
bc5b594dda
Add 'Exec new instance of focused app' action for consistent tabbing
...
SVN revision: 74297
11 years ago
Chidambar Zinnoury
907ea06deb
e battery: don't report battery as charging when it obviously isn't.
...
On my laptop, when the travel (second) battery is finished discharging, its status is being reported as Unknown. As its charging rate is zero, stop pretending it's charging.
SVN revision: 74296
11 years ago
Vincent Torri
72c6b4e4a3
E17: fix race condition when copying a file
...
during the copy, the file can be accessed by users.
See http://cwe.mitre.org/data/definitions/689.html
So we apply the access rights after the creation of
the dest file.
Patch by Maxime Villard
SVN revision: 74284
11 years ago
Vincent Torri
6b430e4489
E17: fix typo
...
Patch by Maxime Villard
SVN revision: 74281
11 years ago
Vincent Torri
435a620992
check if the name has a 'file' part
...
SVN revision: 74266
11 years ago
Vincent Torri
4d0cfed7b9
whitespaces--
...
SVN revision: 74265
11 years ago
Vincent Torri
7e40b5f15a
E17: symlink fixes
...
when copying symlinks, it creates a symlink to the
destination but with the name of the pointed file/folder.
It causes problems, ex: we can't copy two symlinks
pointing to the same file, because they will have the
same name.
Also when copying, if it's a link, we fill the destination
in the struct task, then, after we check overwrite with
_e_fm_op_handle_overwrite()
Here is a patch which corrects this.
Patch by Maxime Villard (rustyBSD), modified a bit by me (add 2 free() + formatting)
SVN revision: 74264
11 years ago
Carsten Haitzler
58be84aa8e
dont look for socket file - just connect to see if eeze scanner is
...
ther. no need for delay as we are polling anyway to try run it every N
polls (i reduced to 8 as once it runs it no longer polls).
SVN revision: 74262
11 years ago
Mike Blumenkrantz
3476abe5a4
add strdupa/strndupa definitions for vtorri
...
SVN revision: 74260
11 years ago
Carsten Haitzler
5470921bc8
update radial grad.
...
SVN revision: 74253
11 years ago
Carsten Haitzler
7ac8b4fd31
that is bad code as rusty says - though fix it a different way.
...
SVN revision: 74252
11 years ago
Mike Blumenkrantz
db0049e248
desklock now properly supports ctrl+a for those times when you know you mistyped your password
...
SVN revision: 74246
11 years ago
Mike Blumenkrantz
b1a1902995
add some basic window manipulation methods to enlightenment_remote + e
...
ticket #201
SVN revision: 74242
11 years ago
Mike Blumenkrantz
1b8ebb097a
I suppose this is a better way to ensure all the configs get properly updated, also remove the related FIXME
...
SVN revision: 74234
11 years ago
Mike Blumenkrantz
56ba623839
make changes to toolbar and click mode take effect immediately in existing efm windows
...
SVN revision: 74233
11 years ago
Mike Blumenkrantz
280cf2a008
simply return when a filemanager's config is re-set instead of crashing
...
SVN revision: 74231
11 years ago
Mike Blumenkrantz
11b99c6513
fileman's "Use Single Click" option now toggles a global config option which is picked up by fileselector widgets, also added a menu item to the right click efm menu to toggle this on a case-by-case basis
...
ticket #663
SVN revision: 74230
11 years ago
Mike Blumenkrantz
c48e60963a
I accidentally the whole fileman when toolbar was enabled. I am shamefaced.
...
SVN revision: 74229
11 years ago
Mike Blumenkrantz
2179306800
fix some cases where zone/shelf handling was wrong and would lead to shelves being shown when they shouldn't
...
ticket #862
SVN revision: 74225
11 years ago
Mike Blumenkrantz
53a0131428
some genius made it so that the fm widget in a fileman window would only be resized if there was a toolbar. this is now fixed, and files will once again display in efm without a toolbar
...
SVN revision: 74224
11 years ago
Christopher Michael
e816b7b432
Formatting.
...
SVN revision: 74222
11 years ago
Mike Blumenkrantz
a427ed3e82
add e_util_size_debug_set() to allow easier size debugging of objects in e
...
SVN revision: 74221
11 years ago
Mike Blumenkrantz
67db80b0bb
fix efm typebuf globbing to work for trailing globs
...
SVN revision: 74219
11 years ago
Mike Blumenkrantz
fa0e811cc8
fix tab completion and repeated typebuf navigation when using relative directories
...
SVN revision: 74218
11 years ago
Mike Blumenkrantz
fe3f5c44e9
fix efm typebuf navigation when using relative directories instead of absolute paths, also fix tab completion
...
SVN revision: 74217
11 years ago
Mike Blumenkrantz
f780d740ce
prevent infinite looping while loading directory props in efm
...
SVN revision: 74214
11 years ago
Mike Blumenkrantz
d199c58904
finally kill off the last of the e_icon_object_set uses;
...
this function was being abused in 100% of cases to do something other than the intended use of just setting an evas image into an e_icon. I've added e_icon_edje_object_set which is the edje version and will, hopefully, make things more clear and avoid confusion in the future
e_widget_image now calls the proper e_icon functions and is far less likely to trigger a magic failure
SVN revision: 74213
11 years ago
Mike Blumenkrantz
10907a3b10
set edje flag in e_icon for edje objects instead of always using strcmp to check
...
SVN revision: 74210
11 years ago
Mike Blumenkrantz
f66e16178c
in general, any time e_icon_object_set is used, it's wrong. e_icon doesn't handle these cases and fails in every case other than the initial _set() call.
...
SVN revision: 74209
11 years ago
Mike Blumenkrantz
3b3403b127
remove wildcard refs in efm typebuf on hide
...
SVN revision: 74208
11 years ago
Mike Blumenkrantz
5a42012102
more typebuf fixes for "favorites" in efm
...
SVN revision: 74207
11 years ago
Mike Blumenkrantz
50d1c1b5ee
also prevent typebuf changes on "favorites" widgets
...
SVN revision: 74206
11 years ago
Carsten Haitzler
1d5f246de1
fix fm exec application remembering. :)
...
SVN revision: 74203
11 years ago
Carsten Haitzler
23296b46ec
after figuring out why my deskotp didnt screnblank... massively
...
simplify blanking/dpms etc. dialogs. just 1 timert. enabled
dpms/screensaver/the workjs. no interval settable. dpms always turned
on when screensaver is. dpmb dialog now only does backlight. added
checkbox to see current presentation mode status.
SVN revision: 74201
11 years ago
Mike Blumenkrantz
3c10733774
"when I was a boy, all the file managers did glob matching with their typebufs, and they could do it uphill both ways in the snow! barefoot!"
...
-rasterman (18 July 2012)
SVN revision: 74190
11 years ago
Mike Blumenkrantz
75e7cf10d0
delete physics windows from hash when border is deleted
...
ticket #1187
SVN revision: 74189
11 years ago
Mike Blumenkrantz
0a99276b73
ensure focus is set when moving a window across zones
...
SVN revision: 74188
11 years ago
Mike Blumenkrantz
9872898794
fix fullscreen window moving using pager/bindings
...
ticket #1181
SVN revision: 74187
11 years ago
Mike Blumenkrantz
c2ac400f8c
ecore-x changes for shot module "because devilhorns said so"
...
SVN revision: 74185
11 years ago
Mike Blumenkrantz
5467c60cf6
fix window shots to work correctly all the time
...
SVN revision: 74183
11 years ago
Mike Blumenkrantz
1d6199f9d7
add space handling, also make enter key actually save shots
...
SVN revision: 74178
11 years ago
Mike Blumenkrantz
141acd2ae4
long-awaited, much-requested feature: shot module now takes shots of windows
...
*available from border menu
*binding action also available
SVN revision: 74177
11 years ago
Mike Blumenkrantz
c11ff67cff
forgot that we do data param first in callbacks...
...
SVN revision: 74173
11 years ago
Mike Blumenkrantz
85931fc15a
add mechanism for injecting entries into border menus
...
SVN revision: 74172
11 years ago