Commit Graph

12324 Commits

Author SHA1 Message Date
Mike Blumenkrantz 6534bd32cf fix stringshare misuse
SVN revision: 72002
2012-06-12 09:29:45 +00:00
Mike Blumenkrantz d07a3ff63c fix old mount provider check from when eeze mounting didn't exist; this fixes fwin refresh when opening a previously mounted volume
SVN revision: 72001
2012-06-12 09:19:04 +00:00
Mike Blumenkrantz 40d622e574 fix mount point deletion
SVN revision: 71999
2012-06-12 09:18:05 +00:00
Stefan Schmidt e147d690fa tiling: Remove part of the README that refers to an up to date e17
Being merged into core we are up to date in any case.

SVN revision: 71998
2012-06-12 09:12:45 +00:00
Mike Blumenkrantz 36793fbc58 ignore internal drives with eeze mounting
SVN revision: 71996
2012-06-12 08:54:32 +00:00
Mike Blumenkrantz 508cfe9bd8 fix icon presentation with eeze mounting
SVN revision: 71993
2012-06-12 08:26:07 +00:00
Mike Blumenkrantz 3a017c0a79 eeze mounting now mounts to $E_HOME/fileman/$UUID, also reuse some code
SVN revision: 71991
2012-06-12 08:06:11 +00:00
Mike Blumenkrantz f54bdaab13 allow for cases where E_LIB_DIR may be NULL by using PACKAGE_LIB_DIR instead: this helps with debugging
SVN revision: 71990
2012-06-12 08:04:13 +00:00
Mike Blumenkrantz 892861da0a efm ipc now only tries to handle its own events instead of trying to take over the world
SVN revision: 71987
2012-06-12 07:57:40 +00:00
Mike Blumenkrantz ceea15f961 fix another magic failure in e_icon
SVN revision: 71983
2012-06-12 07:23:00 +00:00
Mike Blumenkrantz b0079e53ad formatting
SVN revision: 71982
2012-06-12 07:20:44 +00:00
Mike Blumenkrantz 6ffa77d7f1 fix efm ipc read error
SVN revision: 71955
2012-06-11 15:00:18 +00:00
Mike Blumenkrantz 5111448060 formatting
SVN revision: 71954
2012-06-11 14:50:59 +00:00
Mike Blumenkrantz de934e4c55 abort if e_ipc connection can't be made, also return a value on exit...
SVN revision: 71953
2012-06-11 14:46:10 +00:00
Mike Blumenkrantz 4adf0b17e4 efm volume catch-all
SVN revision: 71948
2012-06-11 13:27:07 +00:00
Mike Blumenkrantz cd4539e642 more efm logging updates, only create signal handlers if they don't exist
SVN revision: 71947
2012-06-11 12:35:37 +00:00
Mike Blumenkrantz 0e468b1d01 make e_fm.c readable
SVN revision: 71944
2012-06-11 10:18:25 +00:00
Mike Blumenkrantz 33562f92a1 use eina_log for dbg messages, remove call to IdUsage which is never checked
SVN revision: 71943
2012-06-11 09:59:05 +00:00
Mike Blumenkrantz 71f1dffc92 silence efm printfs
SVN revision: 71942
2012-06-11 09:49:28 +00:00
Mike Blumenkrantz ae9f199928 if this is NULL then it probably just means randr config hasn't been run. not error message worthy
SVN revision: 71940
2012-06-11 09:05:35 +00:00
Mike Blumenkrantz b615bf424b skip blank randr modes instead of erroring 500 times
SVN revision: 71938
2012-06-11 08:56:05 +00:00
Mike Blumenkrantz f62441abf9 use edje error stuff here to fix magic fail
SVN revision: 71937
2012-06-11 08:36:13 +00:00
Carsten Haitzler 3af3b01387 should be secnds, not minites.
SVN revision: 71888
2012-06-10 05:31:23 +00:00
Christopher Michael 9b75256e09 E: Fix mouse wheel binding bugger that was setting the wrong labels
for mouse wheel events. (Z is actually -1 for wheel up and 1 for wheel
down).



SVN revision: 71845
2012-06-08 11:18:52 +00:00
Mike Blumenkrantz 69dc5013aa prevent users from setting mouse wheel bindings that conflict with internal edje bindings: this prevents the case where a user can set a bind for the mouse wheel to eg. cause shade left to toggle when activated on a window, and then be unable to unshade it because it keeps trying to shade vertically
SVN revision: 71844
2012-06-08 11:00:20 +00:00
Mike Blumenkrantz 98b7a46e8b fix magic check when timer doesn't exist
SVN revision: 71843
2012-06-08 10:25:17 +00:00
Mike Blumenkrantz 575bb23dfb shut up mixer warnings
SVN revision: 71842
2012-06-08 10:23:49 +00:00
Mike Blumenkrantz 207c0aed10 rename E_BINDING_CONTEXT_BORDER to E_BINDING_CONTEXT_WINDOW: technically this is in reference to an E_Border, but it gets confusing when looking at code that deals with both windows (E_Borders) and window borders/frames themselves. this name change will clarify the difference
SVN revision: 71841
2012-06-08 10:10:16 +00:00
Mike Blumenkrantz 4c5e4226a2 fix formatting for conf_keybindings
SVN revision: 71840
2012-06-08 09:48:19 +00:00
Mike Blumenkrantz 0d4c7b2741 rename struct member to make more sense as well for previous commit
SVN revision: 71839
2012-06-08 09:47:09 +00:00
Mike Blumenkrantz 5fc1291544 rename misleading "Border" option in mouse bindings to "Window": part of ticket 215
SVN revision: 71838
2012-06-08 09:44:33 +00:00
Mike Blumenkrantz 53090a686f check for a custom desklock command before actually trying to lock using one: closes ticket #664
SVN revision: 71837
2012-06-08 09:37:57 +00:00
Mike Blumenkrantz b78a276183 no need to delete timers, setting the timer time is supported
SVN revision: 71834
2012-06-08 07:47:08 +00:00
Mike Blumenkrantz 6e37074dcc formatting
SVN revision: 71833
2012-06-08 07:36:56 +00:00
Mike Blumenkrantz 8a9a9dcbda use new efreet function to simplify desktop dir discovery, also ensure that we are always using the right desktop dir
ticket #617


SVN revision: 71820
2012-06-07 15:58:42 +00:00
Christopher Michael e336438a93 E Notification Module: Don't use _gc_id_del. It removes any stored
configuration for items. This caused Notification module to not save
it's config options on an E restart.

This fixes Ticket #931



SVN revision: 71779
2012-06-07 07:52:15 +00:00
Chidambar Zinnoury 268bce6344 E: Correction of some annoying nitpicks.
I'll do a full pass later today.


SVN revision: 71730
2012-06-06 07:51:47 +00:00
Carsten Haitzler 5d77ddb05a fill in logic hold with fulscreen borders + allow windows above
fullscreen windows.



SVN revision: 71696
2012-06-05 04:53:15 +00:00
Mike McCormack cfedbcbe3f e: Fix warnings
SVN revision: 71637
2012-06-02 00:51:38 +00:00
Gustavo Lima Chaves 2ac91a0d53 [e] This symbol should be visible, right?
SVN revision: 71624
2012-06-01 13:52:12 +00:00
Carsten Haitzler e0a1aea90e umm no. this is already done elsewhere fir xinerama style multi-head.
for true multihead there is nothing, but this code sure as hell doesnt
do it :) remove.



SVN revision: 71612
2012-06-01 01:10:32 +00:00
Mike Blumenkrantz 0dc7322d6d default keybind for move mouse to next/prev screen changed to use Windows key instead of Ctrl+Shift: these keys are used to select words in literally every other toolkit/UI in existence.
SVN revision: 71585
2012-05-31 14:27:27 +00:00
Mike Blumenkrantz 428d501a30 e ticket #291: multihead and desktop switching
upon mousing into a screen edge, other connected screens will now be checked for location. if another screen is near the current edge, no binding will be triggered


SVN revision: 71580
2012-05-31 10:28:00 +00:00
Cedric BAIL 38a0812f51 e: bug fix for thumbnail.
SVN revision: 71579
2012-05-31 10:23:48 +00:00
Cedric BAIL daa7935e0f e: fix potential segv.
SVN revision: 71578
2012-05-31 10:17:31 +00:00
Mike Blumenkrantz 89da028fe0 formatting
SVN revision: 71577
2012-05-31 10:12:03 +00:00
Carsten Haitzler df6ccc8374 formatting.
SVN revision: 71575
2012-05-31 08:32:13 +00:00
Leif Middelschulte 71a7ffc0c1 Use smart cb of radio button
SVN revision: 71567
2012-05-30 19:17:10 +00:00
Leif Middelschulte bdb66274c0 e_randr: Show "ask position" dialog, if ASK policy is used.
SVN revision: 71566
2012-05-30 19:16:58 +00:00
Stefan Schmidt c43f83ef52 e/e_zone: Comment out debug printf's
Make the log more readable again. Nobody wants all this strange symbols in
his log without a good reason.

SVN revision: 71559
2012-05-30 12:27:40 +00:00