Commit Graph

13259 Commits

Author SHA1 Message Date
Vincent Torri bf452c89ba E: various clean up for the battery module on OpenBSD
patch by Maxime Villard (rustyBSD)

SVN revision: 75575
2012-08-22 21:25:25 +00:00
Christopher Michael 8448ace4a9 E: Fix uninitialized variable warning.
SVN revision: 75557
2012-08-22 16:06:52 +00:00
Carsten Haitzler 9737c38fb8 oops forgot to return ret.
SVN revision: 75553
2012-08-22 14:10:53 +00:00
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
2012-08-22 13:55:41 +00:00
Mike Blumenkrantz 09387b5106 add missing const to menu functions
SVN revision: 75548
2012-08-22 13:02:08 +00:00
Carsten Haitzler 28d0ae8d0e xkb lauout patch from jeremy! :)
SVN revision: 75543
2012-08-22 11:56:12 +00:00
Mike Blumenkrantz 043bbd8cb9 use current container if none passed to e_configure_registry_call
SVN revision: 75542
2012-08-22 11:52:53 +00:00
Carsten Haitzler f88ad21893 only found 1 place we dont zero out desklock pw asap after its not
needed anymore.



SVN revision: 75541
2012-08-22 11:41:08 +00:00
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
2012-08-22 11:17:51 +00:00
Mike Blumenkrantz 2434f5adbe more PATH_MAX cleanups
SVN revision: 75520
2012-08-22 07:32:12 +00:00
Christopher Michael fcea89adb0 E (conf_theme): Fix double define of _X for OpenBSD systems. Reported
by rustyBSD.



SVN revision: 75519
2012-08-22 07:07:16 +00:00
Mike Blumenkrantz a8beb0950c fix usage of PATH_MAX when not working with files
SVN revision: 75518
2012-08-22 07:02:41 +00:00
Carsten Haitzler b565b6ca04 use fixed buffer.
SVN revision: 75515
2012-08-22 03:27:11 +00:00
Mike Blumenkrantz d58d12a1bd set grab dialog to be above other windows
SVN revision: 75500
2012-08-21 10:44:50 +00:00
Cedric BAIL 63a5a005f8 e: don't segv if we didn't get the window border at that point.
SVN revision: 75494
2012-08-21 09:14:59 +00:00
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
2012-08-21 07:40:31 +00:00
Mike Blumenkrantz 735a1fb7fd set physics config dialog border icon
SVN revision: 75487
2012-08-21 07:12:16 +00:00
Mike Blumenkrantz 98dca3d7b8 never activate clicked item if doing range/multi select
ticket #1365


SVN revision: 75486
2012-08-21 06:40:25 +00:00
Mike Blumenkrantz b6a8f51cba add e_bindings_reset() for resetting all bindings from e_config
SVN revision: 75465
2012-08-20 13:51:13 +00:00
Mike Blumenkrantz e2a7ada4b3 null check which hasn't affected anything yet
SVN revision: 75464
2012-08-20 12:37:41 +00:00
Mike Blumenkrantz d92aca85b8 grab dialog typo which hasn't affected anything yet
SVN revision: 75462
2012-08-20 12:35:35 +00:00
Mike Blumenkrantz 943b953ece whoops, broke multi-key grabs for a minute there
SVN revision: 75459
2012-08-20 09:16:47 +00:00
Mike Blumenkrantz 6896025d1a break out keybind matching and replace original usage
SVN revision: 75458
2012-08-20 09:10:31 +00:00
Mike Blumenkrantz 51fa21f70d warn--
SVN revision: 75457
2012-08-20 08:38:19 +00:00
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
2012-08-20 08:36:43 +00:00
Mike Blumenkrantz 2b43d66f9b fix type warning
SVN revision: 75450
2012-08-20 07:50:00 +00:00
Carsten Haitzler 890f7695b7 oops - #if 0'd section fixed... not real one in theme! :)
SVN revision: 75437
2012-08-19 23:26:18 +00:00
Vincent Torri 25aa4e5a89 E: add overwrite handling.
Patch by Maxime Villard (rustyBSD)

SVN revision: 75436
2012-08-19 18:35:10 +00:00
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
2012-08-19 18:27:18 +00:00
Vincent Torri d1577525fa E: fix locale on OpenBSD. Maybe other OS need similar fixes
Patch by Maxime Villard (rustyBSD)

SVN revision: 75434
2012-08-19 18:20:54 +00:00
Christopher Michael 84d21bd8e5 E: Comment out fprintf's remaining from someone's debug efforts ;)
SVN revision: 75433
2012-08-19 16:46:32 +00:00
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
2012-08-19 13:28:51 +00:00
Christopher Michael d53e3ee139 E: Comment out fprintf.
Enough with the border focus printing already ;)



SVN revision: 75428
2012-08-19 13:27:45 +00:00
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
2012-08-18 11:41:23 +00:00
Carsten Haitzler 40a67e9222 streamline gadget menu to move move item to main menu.
SVN revision: 75407
2012-08-18 10:54:02 +00:00
Rui Seabra e1747818c4 Update rpm specs
SVN revision: 75404
2012-08-18 08:22:34 +00:00
Carsten Haitzler f0664aca95 fix rememebr border style aply disable/enable bug.
SVN revision: 75400
2012-08-18 05:07:43 +00:00
Carsten Haitzler 1739590e05 fix wad of focus issues with click-to-focus and alt+tab + fullscreen
windows.



SVN revision: 75399
2012-08-18 04:40:56 +00:00
Carsten Haitzler 3517cea324 round corrrectly (not always down) in cpufreq theme
SVN revision: 75396
2012-08-18 01:00:25 +00:00
Mike Blumenkrantz 3361ea98f0 null check
SVN revision: 75387
2012-08-17 11:55:51 +00:00
Mike Blumenkrantz da8d08112a physics ignore shelves by default
SVN revision: 75386
2012-08-17 11:55:30 +00:00
Mike Blumenkrantz 82cb42f73b add versioning to physics config, add options for configuring shelves with physics
ticket #1224


SVN revision: 75385
2012-08-17 11:54:37 +00:00
Mike Blumenkrantz 8fbbb8c002 hopefully nobody noticed that this was completely broken when I first committed it
SVN revision: 75373
2012-08-17 08:33:46 +00:00
Mike Blumenkrantz 2580a8e278 add convenience typedef for shelf del event struct
SVN revision: 75372
2012-08-17 08:24:51 +00:00
Mike Blumenkrantz e63f8c7f4d add event for shelf deletion
SVN revision: 75371
2012-08-17 08:23:09 +00:00
Mike Blumenkrantz ac19f221ff set parent after dialog is shown
SVN revision: 75368
2012-08-17 08:09:31 +00:00
Mike Blumenkrantz dd83f4a7d1 ensure that event mask is unset on parents of modal windows before applying previous mask
SVN revision: 75365
2012-08-17 08:00:46 +00:00
Carsten Haitzler 229233c766 and bring basic scaling back to actually changing config after my
messing around.



SVN revision: 75352
2012-08-17 06:17:24 +00:00
Carsten Haitzler 8ab075e8ad and restart after scale changes to properly apply
SVN revision: 75349
2012-08-17 05:59:38 +00:00
Carsten Haitzler 9f691c9b39 make nicer scaling dialog.
SVN revision: 75347
2012-08-17 05:28:39 +00:00