summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* testdevs/bu5hm4n/mixerfunMarcel Hollerbach2020-12-264-4/+51
|
* Everything - possibility to make it biggerCarsten Haitzler (Rasterman)2020-12-221-2/+2
| | | | | | | | | | | | | | Summary: On high resolution displays, "everything" was too small. so increase the values to make it bigger if needed Reviewers: devilhorns, raster Reviewed By: raster Subscribers: cedric, zmike Tags: #e_modules Differential Revision: https://phab.enlightenment.org/D12193
* e - config - profiles - scratch - fix to go back to default againCarsten Haitzler (Rasterman)2020-12-181-0/+1
| | | | | changes to restart scheme made the env var not work. this makes scratch go back to scratch again.
* connman agent msg handling - be more clean to try avoid possible segCarsten Haitzler (Rasterman)2020-12-171-3/+10
| | | | | | | | | | | As this was reported with no reproduction method - like a "one off" I can't be sure this is it and fixes it, but looking for agent->msg and it becoming a wild crazy pointer. So either it was left there from long ago and has since been forgotten bhy asan and is thus wild, or .. memory was scribbled over with junk. in the latter case... who knows. in the former, this may fix that. @fix
* powersave - screen power - update sleepers on screen pwr changeCarsten Haitzler (Rasterman)2020-12-141-0/+2
| | | | i forgot to wake up sleepers on screen powersave change. fix it.
* menus - fix position of menus when broiught up with key bindingsCarsten Haitzler (Rasterman)2020-12-131-9/+25
| | | | | | | | on other screens the menus were ... wrong - coords were not right (previous commit)b ut then scroll-to-fix also moved them badly. this is now fixed too. @fix
* e menu acts - get proper mouse coords for eventless menu popupCarsten Haitzler (Rasterman)2020-12-131-1/+1
|
* config - fix limit range for winlist mode to 0->1Carsten Haitzler (Rasterman)2020-12-101-1/+1
|
* pager - clean up some whitespace and formattingCarsten Haitzler (Rasterman)2020-12-101-210/+144
| | | | also cut some lines that can be moved into variable decls
* layout - properly handle raise/lower with next/prev in list checkCarsten Haitzler (Rasterman)2020-12-031-2/+2
| | | | | | fixes pager layout sstacking problems i've noticed. @fix
* battery - dont show low battery alert if we have >= 15% batteryCarsten Haitzler (Rasterman)2020-12-021-1/+1
| | | | saves edge cases creating warnings;
* e backlight - offer suspend api for wl's drm mod to turn on/offCarsten Haitzler (Rasterman)2020-12-023-0/+19
|
* wl - remove some old versioning stuff that is not relevant anymoreCarsten Haitzler (Rasterman)2020-12-013-172/+8
| | | | we need latest efl anyway so... no point having this fluff
* backlight - track x11 vt owner ship with root property added for vboxCarsten Haitzler (Rasterman)2020-12-012-3/+55
| | | | | | | | | this allows backlight to veto changes to backlight when the vt is not owned. fixes T8862 @fix
* fix typo in lanbeland put checkbox for the slider above itCarsten Haitzler (Rasterman)2020-12-011-4/+4
|
* e scale - use dpi reported by e_scale_dpi_get in scale dialogCarsten Haitzler (Rasterman)2020-12-011-15/+1
|
* scaling - remove custon x application dpi and move to central scalingCarsten Haitzler (Rasterman)2020-11-299-62/+58
| | | | | | now have a base dpi (75) which is multiplied by the scale factor and then set in both xft.dpi and xsettings. also a checkbox to turn setting of this on or off so e can be told to not touch these at all.
* whitespace formatting cleanupCarsten Haitzler (Rasterman)2020-11-291-17/+11
|
* e - pointer - fix hot point setting in wl modeCarsten Haitzler (Rasterman)2020-11-282-12/+21
| | | | fixes to x .. broke wl. this fixes this to work again.
* bluez5 mod - if you unpair, disable unlock config for deviceCarsten Haitzler (Rasterman)2020-11-271-2/+3
| | | | | fixes T8858 @fix
* winlist - fix single itom on line case ...Carsten Haitzler (Rasterman)2020-11-271-2/+0
|
* winlist - optimize layout calcs when you have more windowsCarsten Haitzler (Rasterman)2020-11-271-18/+23
| | | | | | | | | | | | | | | | | | | initial "how do i size and lay this out" is a fuzzy algo that tries to stuff all the windows into a single screen with several rows of windows (in large mode). it has to trade off sizing for a squarish layout with mu;ltiple rows so does some passes and tries and bisecting etc. - the problem is each stage goes and does a lot of object changes re-laying them out and querying them. this is expensive. this does a row length calc on its own without the objects to save a whole lot of overhead. in theory i could actually skip almost all the object stuf and make more assumptions and reduce the object fiddliong to just an initial "how much fluff around a window item in the list and how much fluff around the winlist (like padding/title and so on) and then just do some raw math (and even flatten into arrays for cache friendliness). but it's fast enough right now without a lot of changes. can always revisit this in future.
* systray - remove deleted icon from box icon listCarsten Haitzler (Rasterman)2020-11-271-0/+1
| | | | | | | | otherwise we just get warnings all day. this is a bug and efl plastered over it and didnt die by being nice - but we shiouldnt keep the bad code... @fix
* systray - be more explicit with what we are looking for in logsCarsten Haitzler (Rasterman)2020-11-271-1/+1
|
* e - be less noisy and dont assum zoomobj is always thereCarsten Haitzler (Rasterman)2020-11-271-3/+3
| | | | | efl nicely skips failure and makes these nops but it does complain - better to check before doing that.
* efm - call e fwin key cb's after e_fm cb's and delay fwin delCarsten Haitzler (Rasterman)2020-11-271-8/+21
| | | | | | | | this mens fwin's key handling should always be called after efm's own internal handling and dispatching. also the final deletion will also now be deferred in a job to "after all of this". fix segv on ctrl+w
* comp devices - actually ignore unchanged devicesCarsten Haitzler (Rasterman)2020-11-261-0/+1
|
* e comp devices - dont try apply input dev settings if looks the sameCarsten Haitzler (Rasterman)2020-11-261-1/+19
| | | | | | if the list of device names is the same with a devices update event then assume its the same as before and dont go probing all their properties which takes time and round-trips which is not good.
* powersave - add getter for screen modeCarsten Haitzler (Rasterman)2020-11-262-2/+8
|
* blank+dim+screensave - stop toggling on and off with self-feeding eventsCarsten Haitzler (Rasterman)2020-11-262-20/+33
| | | | | separate screen powersave oiut of core so it's used selectively inside powersave only for now. need api to get it for outside.
* backlight + ddc - fix and improve several small thingsCarsten Haitzler (Rasterman)2020-11-262-7/+27
| | | | | | | | | 1. use max valu in the get and store it once a get has been done so it will get backlight level right on unsuaul monitors that do not use 0->100 2. detect as an error dinfing 2 screesn with the same edid and log it 3. use ddca_enable_sleep_suppression() to try speed up things a bit to sleep less inside ddcutil
* e pointer limit hot cursors hot spots to bounds and track hot geomCarsten Haitzler (Rasterman)2020-11-251-7/+11
| | | | | | | | | found hot spot was not being tracked right as callbacks for obj moves arent in sync with getting part geom - so get geom of the swallowed obj itself. then hot geom is right and the hot limitign ensures a bad theme design with out of bound hot geom wont lead to bland cursors @fix
* e pixmap - dont consider null pixmaps worth making a lot of noise aboutCarsten Haitzler (Rasterman)2020-11-251-1/+2
|
* connman - add an explicit scan when popping up the popup.Carsten Haitzler (Rasterman)2020-11-253-0/+10
| | | | | this may make connman now list wifi networks if you use the new iwd instead of wpa_supplicant
* scaling - set Xft.dpi and merge properly with .XdefaultsCarsten Haitzler (Rasterman)2020-11-223-10/+21
| | | | | | this uses new efl functions so ... you need a git efl now (and eventually 1.26). this sets Xft.dpi to match the xsettings dpi etc. etc. ... so it all matches up.
* e scaling - set xsettings scalign from core e scale if x xset dpi offCarsten Haitzler (Rasterman)2020-11-224-46/+72
| | | | | | | if e' x applications setitnghs (xsettingvs) is off - then just calculate an xsettings dpi val from core scale. also use randr info for dpi if possible instead of "core x" and "core wl". wprkds around broken core dpi in x.
* music-control - add spotifydCarsten Haitzler (Rasterman)2020-11-201-0/+1
|
* music-control - fix handling of partial or broken xesam dataCarsten Haitzler (Rasterman)2020-11-201-41/+61
| | | | | | | we didnt chekc returns of eina value... this checks. fixes a crash with spotify - i think... @fix
* TODO++Carsten Haitzler (Rasterman)2020-11-191-1/+3
|
* TODO++Carsten Haitzler (Rasterman)2020-11-191-0/+6
|
* Updating french and italian translationsmaxerba2020-11-192-0/+4
|
* dnd resist - fix missing sque for dist compare and have minimum of 8Carsten Haitzler (Rasterman)2020-11-181-1/+2
| | | | if finger size is small... really small, then limit minimum to 8.
* deskmirror - handle invalid ptr access (null)Carsten Haitzler (Rasterman)2020-11-181-0/+1
| | | | don't crash. survive.
* add comment to module.desktopSimon Tischer2020-11-181-0/+1
| | | | | | | | | | | | Reviewers: devilhorns, raster Reviewed By: raster Subscribers: cedric, zmike Tags: #enlightenment-git Differential Revision: https://phab.enlightenment.org/D12189
* vkbd: add comment to module.desktopSimon Tischer2020-11-181-0/+1
| | | | | | | | | | | | Reviewers: devilhorns, raster Reviewed By: raster Subscribers: cedric, zmike Tags: #enlightenment-git Differential Revision: https://phab.enlightenment.org/D12190
* swipebindings: fix textsjf_simon (Simon Tischer)2020-11-161-3/+4
| | | | and correct icon.
* x - input - separate touchpad and mouse settingsCarsten Haitzler (Rasterman)2020-11-157-124/+250
| | | | | you can have different accel for mouse vs touchpad and different natrual scrolling settings etc. this splits that up.
* x input dev config - go direct to drivers not button mappingsCarsten Haitzler (Rasterman)2020-11-157-88/+121
| | | | | unless. its an old evdev only etc. system - synaptics and libnput can do thison their own. it's a bit of a mess, but it works.
* todo - adapt after new input device workCarsten Haitzler (Rasterman)2020-11-141-3/+4
|
* ibar - fix badly understood menu item labelsjf_simon (Simon Tischer)2020-11-141-2/+2
| | | | | "Don't add items on launch" -> "Don't show active windows" "Menu on mouse over" -> "Miniview on mouse over"