| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
move pam stuff to separate file
after this commit, the new module "lokker" (or other loaded module) is in charge of creating all graphics for the lock screen, and it will be added to the user's config. failure to load a lockscreen module will just result in a black screen
desklock subsystem now handles all the pre/post lock stuff while the modules themselves are responsible for creating visuals and calling auth functions to determine whether to unlock the screen
|
|
|
|
| |
given that compositing is always enabled and that it's crucial to be able to change these settings, potentially having them unavailable is not a great way to be
|
| |
|
|
|
|
|
|
|
|
| |
this is the correct way to write a build system. one toplevel Makefile.am with the rest of the directories having include Makefile.mk files.
additional authors:
Iván Briano <ivan.briano@intel.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
buckle up. for the first time in history, a config option is getting removed instead of added.
the reasons for this removal are many, but let's go way back to the beginning and see why it was added:
oh wait, we can't because the commit message (from 2006) is
>> patches that i said were in - commit. (see my reply emails)
>> also finish off a TODO item or 2
reading through the TODO items which were also crossed off in that commit, I'm assuming that this was the "option to NOT raise on focus in click to focus" item.
== REASON 1 ==
the problem here is that there's another, BETTER option called "click raises window" (always_click_to_raise) which does the same thing, except it doesn't totally fuck you when you get a random X focus event, which happens more often than you might think.
this means that, to avoid broken behavior which might cause your windows to spastically raise for a few frames in common cases (using winlist...) with click-to-focus, you have to know that this is the default-enabled option that's fucking you, and you have to remember to manually disable it every time. if you DON'T know that this is the option that's fucking you, and you just see windows randomly raising on their own, you'll probably either ignore it or file a bug, when this is supposed to be a "feature" that actually worked in reverse, since it was intended only for disabling.
== REASON 2 ==
there's also auto-raise, which can be set to 0.0s, which is effectively the same thing since it also triggers on focus but can be configured not to fuck your window stack
== REASON 3 ==
aaand finally, this option makes any sort of pointer focus model impossible to use, since your windows will constantly be raising all over as you move the mouse
tl;dr: I'm removing it, e-dealwithit.gif
|
|
|
|
| |
This reverts commit 22f7a34e2368de7693efee812c1d4d83604e76a4.
|
| |
|
| |
|
| |
|
|
|
|
| |
Found these uncommited files while cleaning up my temporary files :/
|
| |
|
|
|
|
|
|
| |
profile signal bindings list
SVN revision: 83657
|
|
|
|
| |
SVN revision: 83621
|
|
|
|
|
|
| |
config the user started with
SVN revision: 83588
|
|
|
|
| |
SVN revision: 83562
|
|
|
|
|
|
|
|
|
| |
separate config domain so they can be more easily copied and so they won't be wiped in the event that primary config is wiped
also splits all binding lists out of e_config: they are now conveniently located in the global "e_bindings" struct
SVN revision: 83544
|
|
|
|
| |
SVN revision: 82617
|
|
|
|
|
|
| |
config version
SVN revision: 82515
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In order to move composite inside the core we need to kill the
use_composite option. However in some places it is being used to switch
between ARGB and shaped windows. It doesn't make much sense to keep the
advanced/engine dialog to let the user toggle this options if we have
composite always enabledm, but lets allow the user to shoot
himself on the foot (for now).
Next step will be to move the comp module files to core so user can't
unload it anymore.
SVN revision: 82433
|
|
|
|
| |
SVN revision: 82226
|
|
|
|
|
|
|
|
|
| |
been changed from hex to dec across the whole tree, including helper functions and modules
PS. HAHAHAHAHAHAHAHA
SVN revision: 81624
|
|
|
|
| |
SVN revision: 81195
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Subject: Re: Re: Re: [E-devel] [RFC] Virtual desktop window profile
I've attached 4th patch. May the 4th be with you.
ecore patch has been merged with efl and all files are based on r80123.
Thanks & Regards,
Gwanglim
------- Original Message -------
Sender : Daniel Juyung Seo<seojuyung2@gmail.com>
Date : 2012-12-04 01:55 (GMT+09:00)
Title : Re: Re: [E-devel] [RFC] Virtual desktop window profile
It looks ok to me.
Sorry but can you re-generate the patch according to the recent ecore
merge to efl single tree?
Daniel Juyung Seo (SeoZ)
On Thu, Nov 29, 2012 at 12:29 AM, Gwanglim Lee <gl77.lee@samsung.com>
wrote:
Dear Raster and Daniel Juyung Seo,
I've attached 3rd patches and test_config according to your reviews.
These are based on r79782.
[elementary & ecore]
1. "profile,set" -> "profile,changed" - done
2. spaces after EINA_LIST_FOREACH - done
3. variable type - keep
4. author - done
5. removing deprecated marking in patch - done
6. add elm_win_available_profiles_get to test_config for the debugging
purpose - done
7. check whether a given profile is present in an available profiles.
otherwise window profile will be one of the item
in available profiles. - newly added thing to the elm_win
8. merge with EO - done. :(
Any comments would be appreciated.
SVN revision: 80216
|
|
|
|
| |
SVN revision: 79519
|
|
|
|
| |
SVN revision: 79119
|
|
|
|
|
|
|
|
|
| |
speeds up e startup - but this i mean the shelf comes up instantly
populated rather than taking 2 or 3 seconds to figure its life out.
SVN revision: 77558
|
|
|
|
| |
SVN revision: 76881
|
|
|
|
|
|
|
|
| |
tracking for ibar.
SVN revision: 76793
|
|
|
|
|
|
| |
unique, make wizard and profile config load new icons, also clean up some small leaks in wizard
SVN revision: 76284
|
|
|
|
|
|
|
|
| |
these will maximize a window to either the left or the right half of the screen, respectively
work started by etrunko in ticket #1422
SVN revision: 76198
|
|
|
|
| |
SVN revision: 75936
|
|
|
|
| |
SVN revision: 75701
|
|
|
|
| |
SVN revision: 75576
|
|
|
|
| |
SVN revision: 75347
|
|
SVN revision: 74989
|