Vincent Torri
bf452c89ba
E: various clean up for the battery module on OpenBSD
...
patch by Maxime Villard (rustyBSD)
SVN revision: 75575
11 years ago
Christopher Michael
8448ace4a9
E: Fix uninitialized variable warning.
...
SVN revision: 75557
11 years ago
Carsten Haitzler
9737c38fb8
oops forgot to return ret.
...
SVN revision: 75553
11 years ago
Mike Blumenkrantz
7b1eef157b
super sekrit module mostly complete: introducing the new and rewritten quickaccess module!
...
found in the Launcher category, this module allows for windows to be hidden/shown using bindings, and can be used to turn any window/application into a quake-style drop-down terminal or whatever else you would use triggered window hiding/showing for.
config options:
* autohide - hides window when focus is lost
* hide instead of raise - by default, qa will raise an activated window if it doesn't have focus; use this option to make it hide instead of raising
* automatically reopen when closed - this option, when set, causes qa to relaunch the application which created the window if the window is closed. it should (probably) only be used for terminals, and requires some magic for setting window names on terminals which I have created some infra for extending to non-standard terminal types; currently all xterm clones, urxvt, and terminology are supported. note that setting this option will cause the entry to become permanent, as any entry which is set to restart itself when closed cannot be transient
* transient - a window added to qa is initially a transient entry, meaning it's temporary: once you close the window, the binding is deleted, though the binding will remain if you restart e17. if you uncheck this option, it will become a permanent entry which can only be deleted either through the quickaccess advanced settings or the keybindings dialog.
fun fact: you can get to the quickaccess settings faster by clicking the Quickaccess... border menu item
SVN revision: 75550
11 years ago
Mike Blumenkrantz
09387b5106
add missing const to menu functions
...
SVN revision: 75548
11 years ago
Carsten Haitzler
28d0ae8d0e
xkb lauout patch from jeremy! :)
...
SVN revision: 75543
11 years ago
Mike Blumenkrantz
043bbd8cb9
use current container if none passed to e_configure_registry_call
...
SVN revision: 75542
11 years ago
Carsten Haitzler
f88ad21893
only found 1 place we dont zero out desklock pw asap after its not
...
needed anymore.
SVN revision: 75541
11 years ago
Carsten Haitzler
88aaed9233
yeah gustavo is right - shouldnmt paß click on if click to fcus and
...
click to raise are enabled but pass on is off. pass-on should be
single master.
SVN revision: 75540
11 years ago
Mike Blumenkrantz
2434f5adbe
more PATH_MAX cleanups
...
SVN revision: 75520
11 years ago
Christopher Michael
fcea89adb0
E (conf_theme): Fix double define of _X for OpenBSD systems. Reported
...
by rustyBSD.
SVN revision: 75519
11 years ago
Mike Blumenkrantz
a8beb0950c
fix usage of PATH_MAX when not working with files
...
SVN revision: 75518
11 years ago
Carsten Haitzler
b565b6ca04
use fixed buffer.
...
SVN revision: 75515
11 years ago
Mike Blumenkrantz
d58d12a1bd
set grab dialog to be above other windows
...
SVN revision: 75500
11 years ago
Cedric BAIL
63a5a005f8
e: don't segv if we didn't get the window border at that point.
...
SVN revision: 75494
11 years ago
Vincent Torri
053476d676
E: managing overwrite when moving files
...
The rename() function deletes dest file if it exists,
so there is no overwrite handling. Instead of
testing a rename() and if it fails creating a task
to copy-delete the file, we directly create this
task, which handles overwrite.
Patch by Maxime Villard (rustyBSD)
SVN revision: 75489
11 years ago
Mike Blumenkrantz
735a1fb7fd
set physics config dialog border icon
...
SVN revision: 75487
11 years ago
Mike Blumenkrantz
98dca3d7b8
never activate clicked item if doing range/multi select
...
ticket #1365
SVN revision: 75486
11 years ago
Mike Blumenkrantz
b6a8f51cba
add e_bindings_reset() for resetting all bindings from e_config
...
SVN revision: 75465
11 years ago
Mike Blumenkrantz
e2a7ada4b3
null check which hasn't affected anything yet
...
SVN revision: 75464
11 years ago
Mike Blumenkrantz
d92aca85b8
grab dialog typo which hasn't affected anything yet
...
SVN revision: 75462
11 years ago
Mike Blumenkrantz
943b953ece
whoops, broke multi-key grabs for a minute there
...
SVN revision: 75459
11 years ago
Mike Blumenkrantz
6896025d1a
break out keybind matching and replace original usage
...
SVN revision: 75458
11 years ago
Mike Blumenkrantz
51fa21f70d
warn--
...
SVN revision: 75457
11 years ago
Mike Blumenkrantz
a76c1f2b84
break out mouse/keyboard grab dialogs into e_grab_dialog to be reused more easily in other places, replace original instances with this dialog
...
also change key grab dialog to close if the mouse is clicked
SVN revision: 75456
11 years ago
Mike Blumenkrantz
2b43d66f9b
fix type warning
...
SVN revision: 75450
11 years ago
Carsten Haitzler
890f7695b7
oops - #if 0'd section fixed... not real one in theme! :)
...
SVN revision: 75437
11 years ago
Vincent Torri
25aa4e5a89
E: add overwrite handling.
...
Patch by Maxime Villard (rustyBSD)
SVN revision: 75436
11 years ago
Vincent Torri
d9f3d89a07
E: remove useless op
...
we chmod the created symlink. It's useless, because
we use stat() which gives st_mode of pointed file/folder,
and then we use chmod(), which follows symlink; so we
are chmoding a file to the same permissions it had
before.
Patch by Maxile Villard
SVN revision: 75435
11 years ago
Vincent Torri
d1577525fa
E: fix locale on OpenBSD. Maybe other OS need similar fixes
...
Patch by Maxime Villard (rustyBSD)
SVN revision: 75434
11 years ago
Christopher Michael
84d21bd8e5
E: Comment out fprintf's remaining from someone's debug efforts ;)
...
SVN revision: 75433
11 years ago
Carsten Haitzler
9cc281f002
make filepreview for links and removable devices and mountpoints give
...
fs type, filesystem usage, size etc. etc. much more useful.
SVN revision: 75429
11 years ago
Christopher Michael
d53e3ee139
E: Comment out fprintf.
...
Enough with the border focus printing already ;)
SVN revision: 75428
11 years ago
Carsten Haitzler
887dfcf3d9
e17 xkb patch building on ecore new event api. patch from:
...
http://trac.enlightenment.org/e/ticket/1306
but modified formatting and no theme changes.
SVN revision: 75410
11 years ago
Carsten Haitzler
40a67e9222
streamline gadget menu to move move item to main menu.
...
SVN revision: 75407
11 years ago
Rui Seabra
e1747818c4
Update rpm specs
...
SVN revision: 75404
11 years ago
Carsten Haitzler
f0664aca95
fix rememebr border style aply disable/enable bug.
...
SVN revision: 75400
11 years ago
Carsten Haitzler
1739590e05
fix wad of focus issues with click-to-focus and alt+tab + fullscreen
...
windows.
SVN revision: 75399
11 years ago
Carsten Haitzler
3517cea324
round corrrectly (not always down) in cpufreq theme
...
SVN revision: 75396
11 years ago
Mike Blumenkrantz
3361ea98f0
null check
...
SVN revision: 75387
11 years ago
Mike Blumenkrantz
da8d08112a
physics ignore shelves by default
...
SVN revision: 75386
11 years ago
Mike Blumenkrantz
82cb42f73b
add versioning to physics config, add options for configuring shelves with physics
...
ticket #1224
SVN revision: 75385
11 years ago
Mike Blumenkrantz
8fbbb8c002
hopefully nobody noticed that this was completely broken when I first committed it
...
SVN revision: 75373
11 years ago
Mike Blumenkrantz
2580a8e278
add convenience typedef for shelf del event struct
...
SVN revision: 75372
11 years ago
Mike Blumenkrantz
e63f8c7f4d
add event for shelf deletion
...
SVN revision: 75371
11 years ago
Mike Blumenkrantz
ac19f221ff
set parent after dialog is shown
...
SVN revision: 75368
11 years ago
Mike Blumenkrantz
dd83f4a7d1
ensure that event mask is unset on parents of modal windows before applying previous mask
...
SVN revision: 75365
11 years ago
Carsten Haitzler
229233c766
and bring basic scaling back to actually changing config after my
...
messing around.
SVN revision: 75352
11 years ago
Carsten Haitzler
8ab075e8ad
and restart after scale changes to properly apply
...
SVN revision: 75349
11 years ago
Carsten Haitzler
9f691c9b39
make nicer scaling dialog.
...
SVN revision: 75347
11 years ago