Commit Graph

13401 Commits

Author SHA1 Message Date
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
Carsten Haitzler 74df9a238b make invisible shelves work again... and actually fi the longer
standing bug of them not chanigng until a restart



SVN revision: 75339
2012-08-17 00:25:37 +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 07d131db85 fix atoms for zone geom. yay! works now.
SVN revision: 75316
2012-08-16 10:24:06 +00:00
Carsten Haitzler 7a5d5b5fa4 add zone geometry property to windows and keep it updated.
SVN revision: 75310
2012-08-16 09:29:42 +00:00
Carsten Haitzler f6030fa521 adjust standard config to load xkb module and add gadget.
SVN revision: 75305
2012-08-16 05:30:54 +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