summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* backlight - add battery timeout in addition to regular dim timeoutCarsten Haitzler (Rasterman)2019-09-187-10/+41
| | | | | | | this allows for a shorter timeout when on battery vs when on ac for backlight dimming. this is actually important so when on ac dimming can interrupt minimally bur when on battery it can be much more aggressive.
* startup smoothing - smoothen startup with preload and defer to loop startCarsten Haitzler (Rasterman)2019-09-147-306/+193
| | | | | | | | | this moves a bunch of things that were being don after loop starts to before so they don't interrupt framerate as well as launch a thread that preloads file(s) - for now just edj theme files so stuff is pre-cached by the time loop starts later so we don't stall s much leading to smoother startup/fade in and better framerate. it's really visible (especially on my rpi3).
* e desklock - only stay locked first restart after crash if lockedCarsten Haitzler (Rasterman)2019-09-112-3/+1
|
* Updating Meson build Wayland conditional to match MakefileRiccardo Calixte2019-09-111-4/+4
| | | | | | | | | | | | | | | | Summary: The conditional logic is flawed. If `HAVE_WAYLAND` is true, only then should the path be updated to include wayland-sessions. Test Plan: Verified desired output in build/meson-info/intro-installed.json after testing a clean build Reviewers: devilhorns Subscribers: cedric, zmike Tags: #enlightenment-git Differential Revision: https://phab.enlightenment.org/D9868
* blanking - special timeout immediately and force dpms todoCarsten Haitzler (Rasterman)2019-09-113-6/+18
| | | | | make special timeout universal and in all cases. cleaner with better power management as we turn off bakclights earlier in some cases etc.
* blue4 - remove. obsolete now and bluez5 has replaced itCarsten Haitzler (Rasterman)2019-09-1113-2092/+0
|
* module and config - remove pointless config vars that have no useCarsten Haitzler (Rasterman)2019-09-1037-416/+103
| | | | | | | | we dont need to delay module loading anymore so remove allof this - priority too shouldn't be necessary as well and was just a workaround. this remvoes all of that removing some e module api's and module struct members as well as some global config fields. it also ensures all config files are up to date as well.
* Updating german translationmaxerba2019-09-091-654/+501
|
* connman - add dialog letting user know the connman service is not thereCarsten Haitzler (Rasterman)2019-09-051-0/+3
|
* todo - add more itemsCarsten Haitzler (Rasterman)2019-09-051-0/+1
|
* winlist - use new geom key navigate action utilCarsten Haitzler (Rasterman)2019-09-051-12/+16
|
* e - fix up resize/move by kbd to work againCarsten Haitzler (Rasterman)2019-09-045-86/+139
| | | | | | | | this used to work years ago ... it seems tihave broken. this fixes it all up to work again so you can bind a move/resize of a window tothe kbd and then use arrow keys etc. like you used to.... @fix
* e comp object - fix null comp win access on move beginCarsten Haitzler (Rasterman)2019-09-041-0/+2
| | | | | | don't crash. @fix
* e build - go back to development versions/modeCarsten Haitzler (Rasterman)2019-09-011-14/+14
|
* PackageKit: fix count of available updates on fedoraDave Andreoli2019-09-011-0/+1
| | | | | | | seems on fedora the type of updates are reported differently from debian and archlinux based distro thanks Simon for reporting and testing
* e_xsettings: Set appropriate font sizes.Alastair Poole2019-08-271-1/+3
| | | | | This sets GTK+/Qt font sizes appropriately by converting from pixels to point.
* Updating italian translationmaxerba2019-08-251-12/+7
|
* Updating french translationmaxerba2019-08-241-63/+58
|
* release - build - bump release to 0.23.0 from betav0.23.0Carsten Haitzler (Rasterman)2019-08-241-1/+1
|
* NEWS updateCarsten Haitzler (Rasterman)2019-08-241-9/+10
|
* e - bump minimum efl to 1.22.3Carsten Haitzler (Rasterman)2019-08-241-1/+1
|
* todo - add some more notesCarsten Haitzler (Rasterman)2019-08-231-1/+10
|
* update po files from srcCarsten Haitzler (Rasterman)2019-08-2340-40253/+41334
|
* e menu - fix type for setting fill to wrong obj...Carsten Haitzler (Rasterman)2019-08-221-1/+1
|
* e gadgcon popup - actually for reals smooth out showCarsten Haitzler (Rasterman)2019-08-222-16/+16
| | | | now it actually does look smooth. i oopsed in my last attempt.
* everything- ensure we dont skip over past end of string for fuzzy matchCarsten Haitzler (Rasterman)2019-08-201-1/+4
|
* todo - note down gadget visuals todoCarsten Haitzler (Rasterman)2019-08-201-1/+4
|
* freeze/that - use a bit more to cut out unwanted eventsCarsten Haitzler (Rasterman)2019-08-202-1/+5
|
* gadcon popup - smooth out show just a little by deferring to next loopCarsten Haitzler (Rasterman)2019-08-182-3/+30
| | | | | | so this is kind of a hack, but a neat one - defer the object show until the next loop to skip the time involved in object creation thus starting nay animation after this has happened.
* todo - add some more itemsCarsten Haitzler (Rasterman)2019-08-181-0/+5
|
* todo - add some more notes from mental todoCarsten Haitzler (Rasterman)2019-08-161-0/+9
|
* todo - add detailed locale config optionsCarsten Haitzler (Rasterman)2019-08-161-0/+1
|
* efm: ensure progress popup is visible with min calc and hint setCarsten Haitzler (Rasterman)2019-08-151-1/+3
| | | | | we never calc'd min size and set min size hint - fix that and set it... @fix
* todo - add more itemsCarsten Haitzler (Rasterman)2019-08-121-0/+4
|
* add cpufreq todoCarsten Haitzler (Rasterman)2019-08-111-1/+2
|
* cpufreq - pstate - support incr of 5 percent to allow for better controlCarsten Haitzler (Rasterman)2019-08-111-32/+34
| | | | | | | | some intel cpu's only go down to 20%, some down to 10% min state.... so let's do this in lots of 5% to allow for some future cpu's. now it's not just 0, 25, 50, 75, 100 it's worth making it a real loop to save on code too. this allows me to actually control the cpu's i see at the detail level i see they can be controlled at.
* e hints - fix beyond end of array fetch and segvCarsten Haitzler (Rasterman)2019-08-101-4/+4
| | | | | | asan found this one. @fix
* e - todo++Carsten Haitzler (Rasterman)2019-08-101-0/+5
|
* todo- more tiling feature on todoCarsten Haitzler (Rasterman)2019-08-101-0/+6
|
* todo - add some tiling notesCarsten Haitzler (Rasterman)2019-08-101-0/+4
|
* tiling - ignore min size for layout of tree to avoid insta-floatsCarsten Haitzler (Rasterman)2019-08-103-16/+28
| | | | | | | | | so some clients just cant tile due to min size and this leads to really bad results so pass the problem back to the user to go resize them up to fit. this probably needs far more extensive layout logic. the data struct is a tree but perhaps it needs to flatten out into a table to make layouting more sane. but that's the future. for now be less bad today.
* tiling - on not fit error use name get util and translated stringsCarsten Haitzler (Rasterman)2019-08-101-5/+3
| | | | | | if we use the util func we do get a title... and als use translation too for this notification. Also increase timeout so people can read it and notice it.
* tiling - avoid infinite loop of not fit - toggle float, not fit, toggleCarsten Haitzler (Rasterman)2019-08-101-0/+5
| | | | this actually just blows the stack soon enough... so short circuit it.
* any dialog - nicety - emot focusd/unfocused sigs to baseCarsten Haitzler (Rasterman)2019-08-101-0/+17
| | | | makes for nicer themes... simple.
* tiling - disable last frame adj - this blocks resizing entirely...Carsten Haitzler (Rasterman)2019-08-091-2/+3
| | | | | for me this seems to improve things... drastically... fixes resizing int iling whne no borders selected.
* tiling config -fix use after free crash on change of configCarsten Haitzler (Rasterman)2019-08-091-5/+7
|
* e comp obj - edje messages - also send on size changeCarsten Haitzler (Rasterman)2019-08-091-2/+5
| | | | so sned only if bx/y/xx/yy or size changed
* todo - add note about the dirty and native surface thingCarsten Haitzler (Rasterman)2019-08-091-0/+3
|
* xkb - make basic variant null now and handle in wl too the same as xCarsten Haitzler (Rasterman)2019-08-093-20/+46
| | | | | | | | now russian works for me. :) fixes T7979 @fix
* xkb core - make layotu set safer by udp before we freeCarsten Haitzler (Rasterman)2019-08-091-1/+2
| | | | | | this should fix another possible crash vector. @fix