summaryrefslogtreecommitdiff
path: root/config/default
Commit message (Collapse)AuthorAgeFilesLines
* Updating desktop files, eo.po and fr.pomaxerba2014-09-111-2/+14
|
* e config - make all configs have full backlight config (and the same)Carsten Haitzler (Rasterman)2014-06-161-1/+3
|
* update config for v14Mike Blumenkrantz2014-01-141-8/+1
|
* feature: use non-recursive makefiles for entire build systemMike Blumenkrantz2014-01-142-27/+12
| | | | | | | | 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>
* remove "border_raise_on_focus" config optionMike Blumenkrantz2013-10-071-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Revert "updating desktop files"Igor Murzov2013-09-041-1/+1
| | | | This reverts commit 22f7a34e2368de7693efee812c1d4d83604e76a4.
* updating desktop filesmaxerba2013-07-311-1/+1
|
* Fixed sorting in desktop filesmaxerba2013-07-051-21/+22
|
* Add serbian translation of desktop files.Igor Murzov2013-06-281-0/+2
| | | | Found these uncommited files while cleaning up my temporary files :/
* fix png's with icc profile oddnessDoug Newgard2013-06-221-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | I'm sure some of you have seen the warnings generated by libpng 1.6: "known incorrect sRGB profile". Now, this is no big deal, it's just a warning, but I still wanted to look into it further. By my count, there are 800 png files in Enlightenment, of which only 6 have embedded iCC profiles, all from HP. The rest are sRGB colorspace, but do not include a profile. There are some good arguments for this (http://imageoptim.com/color-profiles.html http://www.gballard.net/psd/save_for_web_embed_ICC_profile.html) and since this seems to be the default, I've attached the 6 files with the profiles stripped out. As you can see, it doesn't change the image or the colorspace, it just leaves the calibration up to the end user's system. I haven't been able to find just what's wrong with the HP iCC profile being used that the authors of libpng don't like, but it makes sense to standardize the way profiles are handled anyway. And it has the nice side effect of silencing warnings, even if the Debian/Ubuntu users aren't likely to see them for a couple of years. I can just change the iCC profile instead if you would prefer. I've seen multiple people recommend the Argyll sRGB profile, which is still "sRGB IEC61966-2.1" and is public domain.
* correctly update all the stock configs to current version and fix up default ↵Mike Blumenkrantz2013-02-062-364/+2
| | | | | | profile signal bindings list SVN revision: 83657
* whoops, wrong binding version in default configsMike Blumenkrantz2013-02-051-1/+1
| | | | SVN revision: 83621
* add profile types to config so it will be possible to determine what type of ↵Mike Blumenkrantz2013-02-041-0/+1
| | | | | | config the user started with SVN revision: 83588
* forgot to add binding config file sourcesMike Blumenkrantz2013-02-011-0/+311
| | | | SVN revision: 83562
* giant commit that wipes all bindi^W^W^Wsplits out binding configs into a ↵Mike Blumenkrantz2013-02-011-2/+4
| | | | | | | | | 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
* added missing conf for screen_limits (new lost windows)Samuel F. Baggen2013-01-171-0/+1
| | | | SVN revision: 82913
* e: rename option use_composite to use_shaped_winLucas De Marchi2013-01-091-1/+1
| | | | | | | | | | | | | | | | 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
* e: don't allow to disable composite in wizardLucas De Marchi2013-01-041-1/+1
| | | | SVN revision: 82226
* in a move which will make me tremendously unpopular, config versioning has ↵Mike Blumenkrantz2012-12-211-1/+1
| | | | | | | | | been changed from hex to dec across the whole tree, including helper functions and modules PS. HAHAHAHAHAHAHAHA SVN revision: 81624
* updating various translationsMassimo Maiurana2012-12-191-4/+2
| | | | SVN revision: 81393
* updating esperanto translationsMassimo Maiurana2012-12-171-1/+3
| | | | SVN revision: 81195
* From: Gwanglim Lee <gl77.lee@samsung.com>Gwanglim Lee2012-12-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* updating various translationsMassimo Maiurana2012-11-211-0/+4
| | | | SVN revision: 79519
* updating russian translationMassimo Maiurana2012-11-111-2/+2
| | | | SVN revision: 79119
* add config for disabling delayed modules. this actually drasticallyCarsten Haitzler2012-10-071-0/+1
| | | | | | | | | 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
* add single-instance launching infra support for e17 as well as launchCarsten Haitzler2012-09-181-0/+1
| | | | | | | | tracking for ibar. SVN revision: 76793
* fix all e17 .desktop files to not break spec, rename profile icons to be ↵Mike Blumenkrantz2012-09-073-3/+3
| | | | | | unique, make wizard and profile config load new icons, also clean up some small leaks in wizard SVN revision: 76284
* adjust some default config values like desktop name and pager.Carsten Haitzler2012-09-021-1/+1
| | | | SVN revision: 75936
* updating portuguese and italian translationsMassimo Maiurana2012-08-251-1/+1
| | | | SVN revision: 75701
* updating portuguese and italian translationsMassimo Maiurana2012-08-221-3/+3
| | | | SVN revision: 75576
* make nicer scaling dialog.Carsten Haitzler2012-08-171-1/+1
| | | | SVN revision: 75347
* e: add a configuration value to group new windows with others from the same ↵Chidambar Zinnoury2012-07-141-0/+1
| | | | | | | | | | | app. We may want to alert the user it appeared though (make it urgent?). See r70370, fixes #40. SVN revision: 73856
* e: make e_powersave values configurableMichael BOUCHAUD2012-05-031-0/+7
| | | | SVN revision: 70698
* clean up default config for wizard mode.Carsten Haitzler2012-05-011-23/+26
| | | | SVN revision: 70576
* bump default config versions :)Carsten Haitzler2011-12-311-1/+1
| | | | SVN revision: 66704
* oooooh e can check for its own updates now. :) kind of generic to beCarsten Haitzler2011-12-291-0/+2
| | | | | | | | able to do more too. SVN revision: 66621
* remove some more unused config vars and mark config vars that have guiCarsten Haitzler2011-12-261-6/+0
| | | | | | | | controls. SVN revision: 66524
* and remove virtual roots config that isnt ever used or able to beCarsten Haitzler2011-12-261-11/+0
| | | | | | | | enabled or tested...also remove the config vals from profiles. SVN revision: 66514
* fix design dpi for defaultCarsten Haitzler2011-10-301-1/+1
| | | | SVN revision: 64517
* e17: add xsettings. add option to icon config to use same theme for applicationsHannes Janetzek2011-09-241-0/+2
| | | | SVN revision: 63591
* and default profile has them off.Carsten Haitzler2011-09-201-0/+3
| | | | SVN revision: 63500
* e/config profile.desktop: Updated Korean translation for config.Daniel Juyung Seo2011-09-011-0/+2
| | | | SVN revision: 63061
* e: revert my dumb ideaMichael BOUCHAUD2011-08-111-1/+1
| | | | SVN revision: 62358
* e: avoid black screen start on some device on first start. Michael BOUCHAUD2011-08-101-1/+1
| | | | SVN revision: 62290
* 1. fix up visible profile names - computer and touchscreen for lessCarsten Haitzler2011-07-261-0/+3
| | | | | | | | | confusion 2. fix up power btn handling to do the SAME thing - not halt AND halt now. SVN revision: 61716
* e/profiles: Fix scrolling descriptions.Miculcy Brian2011-07-071-1/+1
| | | | SVN revision: 61113
* set default priority (nice val) of apps to 3, and introduce priorityCarsten Haitzler2011-07-021-1/+1
| | | | | | | | raising of focused app. :) SVN revision: 60941
* remove .cvsignore filesBoris Faure2011-06-121-3/+0
| | | | SVN revision: 60246
* e17: add option to have gadcon client settings menu in toplevel again. Hannes Janetzek2011-03-171-0/+1
| | | | | | | | | | | | | | | added e_menu_item_new_relative(E_Menu, E_Menu_Item *rel) which appends new item to rel or prepends it when rel is NULL. changed e_gadcon_util_client_menu_append to to take only the gadget menu and returns the new toplevel menu that should be shown by gcc depending on the setting this is a new menu with gadget menu as submenu or the gadet_menu with gadget menu items appended updated e-modules-extra comes in a minute SVN revision: 57826
* updating various translationsMassimo Maiurana2011-02-211-0/+2
| | | | SVN revision: 57225