Commit Graph

4469 Commits

Author SHA1 Message Date
Massimo Maiurana 96bef27c6f updating portuguese and italian translations
SVN revision: 75576
2012-08-22 21:51:00 +00:00
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
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 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
Carsten Haitzler b565b6ca04 use fixed buffer.
SVN revision: 75515
2012-08-22 03:27:11 +00:00
Mike Blumenkrantz 735a1fb7fd set physics config dialog border icon
SVN revision: 75487
2012-08-21 07:12:16 +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
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 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
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 ac19f221ff set parent after dialog is shown
SVN revision: 75368
2012-08-17 08:09:31 +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
Mike Blumenkrantz acee1ce155 also set parent on grab windows
SVN revision: 75318
2012-08-16 13:58:20 +00:00
Mike Blumenkrantz bc4af5aed9 add profile dialog now uses e entry dialog instead of implementing its own entry dialog
SVN revision: 75317
2012-08-16 12:27:26 +00:00
Carsten Haitzler d5814f37de oops default fullscreen match in wrong list!
SVN revision: 75304
2012-08-16 05:20:52 +00:00
Mike Blumenkrantz 48a82eb10f this file does not exist
SVN revision: 75303
2012-08-16 05:00:14 +00:00
Carsten Haitzler 6efc2eb976 abstract the "get terminal desktop" code into util code and now use
from e_exec AND in efm - open terminal here menu item is there with
code to set your default terminal in default applications too.



SVN revision: 75290
2012-08-15 09:59:37 +00:00
Carsten Haitzler 75fe2dcba5 add some more labels.
SVN revision: 75287
2012-08-15 09:30:26 +00:00
Mike Blumenkrantz 064e1072aa typo
SVN revision: 75286
2012-08-15 07:34:15 +00:00
Mike Blumenkrantz 94e2fc5257 clean up gadget right click menus to stop leaking
SVN revision: 75285
2012-08-15 07:22:04 +00:00
Mike Blumenkrantz d17c66d771 formatting
SVN revision: 75284
2012-08-15 07:04:54 +00:00
Mike Blumenkrantz bc4383e82f formatting
SVN revision: 75283
2012-08-15 07:00:02 +00:00
Mike Blumenkrantz 847a27afb0 add tasks options for icon/text only modes
still needs a bit of edc work from someone to size better
ticket #1334


SVN revision: 75260
2012-08-14 14:03:07 +00:00
Mike Blumenkrantz 217a4267aa syscon gadget now shows the syscon when clicked by default, has an option in right click menu to go back to menu mode
SVN revision: 75245
2012-08-14 08:56:19 +00:00
Mike Blumenkrantz 9c281e264f don't invert pager with FLOAT orientation
SVN revision: 75244
2012-08-14 08:41:39 +00:00
Mike Blumenkrantz 24d50c60bf only create syscon menu if it hasn't been created previously
SVN revision: 75242
2012-08-14 08:16:55 +00:00
Mike Blumenkrantz 08e0a309bd unrevert pager changes, now with more null checks
SVN revision: 75235
2012-08-14 06:35:32 +00:00
Carsten Haitzler 33df11d1cd going to have to do this.. reverties. 1:15am and this commit gets my
e17 to rash instantly on start and leave me with all modules unloaded.
have to revert as its the quickest fix. :)



SVN revision: 75219
2012-08-13 16:18:57 +00:00
Mike Blumenkrantz bad47f3189 add option for disabling fileman tooltips
SVN revision: 75212
2012-08-13 14:12:45 +00:00
Mike Blumenkrantz 2727a43b3c icon extensions in fileman settings is now file extensions
SVN revision: 75210
2012-08-13 13:33:23 +00:00
Mike Blumenkrantz 84126d9ffd use ac presence to indicate battery charging
SVN revision: 75209
2012-08-13 13:14:44 +00:00
Mike Blumenkrantz 9000c5eb47 fix some battery stringshare usage
SVN revision: 75208
2012-08-13 12:40:54 +00:00
Mike Blumenkrantz ea5cfeba4a pager gadget now autocorrects its orientation to vertical when trying to display a pager for a screen with NUMx1 vdesks with gadcon orient: vertical
this makes it look/work differently, but at least the gadget is usable


SVN revision: 75207
2012-08-13 12:30:14 +00:00
Mike Blumenkrantz 15bd052693 syscon settings now uses shutdown icon instead of no icon
SVN revision: 75205
2012-08-13 10:26:41 +00:00
Mike Blumenkrantz c21e0ca906 fix shelf list disable setting in shelf config dialog
SVN revision: 75203
2012-08-13 10:13:13 +00:00
Mike Blumenkrantz 34215382a6 power management dialog does not need to be resizable either
SVN revision: 75200
2012-08-13 09:41:22 +00:00
Mike Blumenkrantz c042dc25e1 no need to use a toolbook in power management settings dialog when there's only one page
SVN revision: 75199
2012-08-13 09:35:26 +00:00
Mike Blumenkrantz 5916e80c33 fix powermanagement dialog border icon
SVN revision: 75198
2012-08-13 09:32:17 +00:00
Mike Blumenkrantz 5029b27458 battery gadget right click menu now also contains powermanagement option
SVN revision: 75197
2012-08-13 09:31:20 +00:00
Mike Blumenkrantz 82fcf900bd formatting
SVN revision: 75196
2012-08-13 09:24:51 +00:00