summaryrefslogtreecommitdiff
path: root/src/bin/e_config.h
Commit message (Collapse)AuthorAgeFilesLines
* e: make it less anoying. Now E17 also remember you tainted it.Cedric BAIL2012-10-181-0/+1
| | | | SVN revision: 78148
* patch from PrinceAMD which adds config options to warp lost windows back to ↵Mike Blumenkrantz2012-10-111-0/+3
| | | | | | | | | center screen when enabled video: http://dl.dropbox.com/u/7371269/lost_window_feature_2.ogv SVN revision: 77878
* 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 gui option for secure deletion in efmMike Blumenkrantz2012-10-041-1/+2
| | | | SVN revision: 77434
* add new flag for preventing a window from being opened on restart by its ↵Mike Blumenkrantz2012-10-041-1/+1
| | | | | | remember, apply this to both the desktop editor and shelf config dialogs SVN revision: 77407
* ton of xkb fixes:Mike Blumenkrantz2012-10-031-2/+4
| | | | | | | | | | | | | * e will no longer lose your currently selected layout on restart * desklock layout switching now works real güd * new e_config values to determine current and current user-selected kbd layout * wasted my entire morning doing this ticket #1538 SVN revision: 77356
* add another tab in desklock config to allow changing keyboard layout on ↵Mike Blumenkrantz2012-10-021-1/+2
| | | | | | | | | desklock. EXPERIMENTAL! ticket #1538 SVN revision: 77324
* add new language config dialog for setting a desklock language (NOT keyboard ↵Mike Blumenkrantz2012-10-021-1/+2
| | | | | | | | | layout) part of ticket #1538 SVN revision: 77321
* add single-instance launching infra support for e17 as well as launchCarsten Haitzler2012-09-181-2/+4
| | | | | | | | tracking for ibar. SVN revision: 76793
* provide a way to select backlight device or output and then use it.Carsten Haitzler2012-09-161-1/+2
| | | | SVN revision: 76709
* e_config has a new option that can be enabled to switch file moving to use ↵Mike Blumenkrantz2012-09-141-2/+3
| | | | | | the old behavior of cp->rm instead of the new mv behavior SVN revision: 76675
* e17 xkb patch building on ecore new event api. patch from:Carsten Haitzler2012-08-181-0/+1
| | | | | | | | | | http://trac.enlightenment.org/e/ticket/1306 but modified formatting and no theme changes. SVN revision: 75410
* add internal config entry for current netwm theme whenever we set itMike Blumenkrantz2012-07-251-0/+1
| | | | SVN revision: 74375
* fileman's "Use Single Click" option now toggles a global config option which ↵Mike Blumenkrantz2012-07-201-1/+2
| | | | | | | | | is picked up by fileselector widgets, also added a menu item to the right click efm menu to toggle this on a case-by-case basis ticket #663 SVN revision: 74230
* e: add a configuration value to group new windows with others from the same ↵Chidambar Zinnoury2012-07-141-1/+2
| | | | | | | | | | | app. We may want to alert the user it appeared though (make it urgent?). See r70370, fixes #40. SVN revision: 73856
* desklock config now allows you to configure the image shown on each screenMike Blumenkrantz2012-07-051-2/+9
| | | | | | | also fixes ticket #753 SVN revision: 73339
* add edge binding config option to enable edge bindings on multiheadMike Blumenkrantz2012-07-041-1/+2
| | | | | | | ticket #906 SVN revision: 73262
* display current device detect/mount mode in fileman configMike Blumenkrantz2012-06-261-0/+1
| | | | SVN revision: 72855
* display current backlight mode in backlight settingsMike Blumenkrantz2012-06-261-0/+1
| | | | SVN revision: 72852
* formattingMike Blumenkrantz2012-06-261-245/+262
| | | | SVN revision: 72850
* e17: whitespaces--Vincent Torri2012-06-211-6/+6
| | | | SVN revision: 72561
* e: massiv warning cleanup !Cedric BAIL2012-05-041-4/+4
| | | | SVN revision: 70756
* e: warning--.Cedric BAIL2012-05-041-1/+1
| | | | SVN revision: 70751
* e: make e_powersave values configurableMichael BOUCHAUD2012-05-031-1/+11
| | | | SVN revision: 70698
* xkb config put into core. xkb layout is set on startup now (last oneCarsten Haitzler2012-04-301-1/+23
| | | | | | | | | | used). removed setting up and deletion of keybindings - now its in normal keybindings config territory. set them up yourself. much more solid now. happy. SVN revision: 70552
* add a slider for backlight dimming on a timer in dpms controlsMike Blumenkrantz2012-01-241-1/+3
| | | | | | | as I have no devices which contain a controllable backlight, someone else will have to test/fix this SVN revision: 67487
* oooooh e can check for its own updates now. :) kind of generic to beCarsten Haitzler2011-12-291-1/+6
| | | | | | | | able to do more too. SVN revision: 66621
* make some more config vars have a gui.Carsten Haitzler2011-12-281-3/+3
| | | | SVN revision: 66597
* more gui for config vars we have.Carsten Haitzler2011-12-281-7/+7
| | | | SVN revision: 66594
* remove some more unused config vars and mark config vars that have guiCarsten Haitzler2011-12-261-35/+28
| | | | | | | | controls. SVN revision: 66524
* provide gui config for some config vars with no gui right now.Carsten Haitzler2011-12-261-6/+6
| | | | SVN revision: 66515
* and remove virtual roots config that isnt ever used or able to beCarsten Haitzler2011-12-261-1/+0
| | | | | | | | enabled or tested...also remove the config vals from profiles. SVN revision: 66514
* remove all traces of selecting engine in e17 - wont actuallly ever beCarsten Haitzler2011-12-261-31/+0
| | | | | | | | needed beyond compositor. :) SVN revision: 66513
* Create event for "Loading e_config finished."Leif Middelschulte2011-12-141-0/+1
| | | | | | | | | | | | It is bad how this works right now. Fail by design/documentation. E.g. subsys a is waiting for event b_e (generated by subsys b) to happen. If a is loaded before b, b_e isn't initialized and a waits for the wrong event. Consequently either their must be specified value for non initialized events (e.g. 0) or all events must be initialized in a central place, so emitters'/listeners' order is irrelevant. SVN revision: 66217
* i'll put in leif's randr code - even though it's buggy, it's the bestCarsten Haitzler2011-11-061-2/+2
| | | | | | | | way for it to be worked on by people for release. SVN revision: 64801
* revert parts of patch that committed randr to e... don't want thatCarsten Haitzler2011-11-021-2/+2
| | | | | | | | right now until rest of patch is in. SVN revision: 64629
* overkill doing "Gadget nameofgadget in the menu. just nameofgadgetCarsten Haitzler2011-11-011-2/+2
| | | | | | | | will do. also it wasnt translated anyway. SVN revision: 64624
* fully remove the BG panning.Viktor Kojouharov2011-10-161-3/+0
| | | | | | | add a float_set message directed towards the bg object on desk show SVN revision: 64102
* e17: more work on xsettingsHannes Janetzek2011-09-271-5/+11
| | | | | | | | - app theme chooser - add option to disable 'settings daemon' SVN revision: 63615
* e17: add xsettings. add option to icon config to use same theme for applicationsHannes Janetzek2011-09-241-1/+9
| | | | SVN revision: 63591
* use unsigned int for int valuesMike Blumenkrantz2011-08-261-1/+1
| | | | SVN revision: 62867
* and allow config to suspend even if on AC power (ie if disabled wontCarsten Haitzler2011-08-211-0/+1
| | | | | | | | suspend on blank if connected to AC) SVN revision: 62656
* as per e17 release todo:Carsten Haitzler2011-08-211-21/+24
| | | | | | | | | | || LOW || Power || Add suspend/hibernate w/ screen blank or low battery config option || || || || :) SVN revision: 62655
* e: merge backlight default value.Michael BOUCHAUD2011-08-111-1/+1
| | | | SVN revision: 62359
* add options to run/support other desktop env's as well as load std xCarsten Haitzler2011-07-141-0/+7
| | | | | | | | stuff. SVN revision: 61364
* backlight config tab, module, slider and core in. somehow doesnt workCarsten Haitzler2011-06-121-0/+6
| | | | | | | | | with hal atm even tho i think i sent the right dbus req. hmmm. get response.. of 0 for getting bl. for xrandr it works. SVN revision: 60242
* e17 gets itself the ability to set environment variables (for itself..Carsten Haitzler2011-05-131-0/+10
| | | | | | | | | | | | | | and anything thats a child that it launches) with... a GUI.. for all the people who go "so.. how can i set an environment variable"... ie peopl who dont know how to customis bashrc's or write xinitrc's and use them etc.. which these days is a LOT of people... :( note - it's advanced for people with advanced needs, thus its not the most friendly dialog.. but it works. :) SVN revision: 59369
* first step in removing container win (compositor can replace it alCarsten Haitzler2011-03-271-0/+2
| | | | | | | | | | | with its own objects directly and expose comp canvas to gadgets/fm and so on just like container canvas does now. a lot of e's code can be simplified if we went totally compositing... worry about that for e18, but for now put in hooks). SVN revision: 58112
* 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
* Allow users to remove border resistance on a per border basis.Eric Schuele2011-02-061-1/+1
| | | | SVN revision: 56745