summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Updating french and italian translationsmaxerba2021-11-302-135/+157
|
* Update for french localizationmaxerba2021-11-251-34/+37
|
* paledit - make the major colors uses bigger 4x4 items in pal thumbCarsten Haitzler (Rasterman)2021-11-241-4/+67
|
* settings - add a palette entry under look and in main menu for shortcutCarsten Haitzler (Rasterman)2021-11-241-5/+43
| | | | now paledit is where you'd expect it in settings
* e transitions - add theme anim duration multiplier settingCarsten Haitzler (Rasterman)2021-11-241-2/+20
| | | | | | | | | | | this is a universal knob for "make those transtions faster". set it ot 0 and edje animations will essentially stop and be instant (take 0 time). if set to 1 - they will go at "theme defined", 2.0 == take twice as long etc. ... so for people who want "things to go faster" slid this down to where you like it. they dont actually go faster... e goes just as fast - just some transtion takes less time (fewer frames)... :) this has been in elm and edje for a long time but this makes the setting obvious to find.
* e wp gen - use threads to speed up encode of wp edj fileCarsten Haitzler (Rasterman)2021-11-211-1/+1
|
* Translated strings for french, italian and portuguesemaxerba2021-11-161-0/+6
|
* fprint - fix thumb and little finger swap on right hand in both handsCarsten Haitzler (Rasterman)2021-11-151-4/+4
|
* fprint - fix index and ring finger on right hand both - they got swappedCarsten Haitzler (Rasterman)2021-11-151-4/+4
|
* paledit - fix main window ot be named mainCarsten Haitzler (Rasterman)2021-11-141-1/+1
|
* add e-fprint-gui to eSimon Tischer2021-11-1465-0/+4998
| | | | | | | | | | | | | | | | | | Summary: add e-fprint-gui to e e-fprint-gui is a frontend for fprint (Fingerprint Config) you can enroll/delete/verfiy fingerprints. http://www.enlightenment.org/ss/display.php?image=e-6180733de57892.39469053.jpg Reviewers: devilhorns, raster, bu5hm4n, morlenxus Subscribers: cedric, zmike Tags: #enlightenment-git Differential Revision: https://phab.enlightenment.org/D12305
* connman gadget popup - fix sizing to scale betterCarsten Haitzler (Rasterman)2021-11-121-12/+13
|
* virtual desktop bgpreview - dont do min size so we loop foreverCarsten Haitzler (Rasterman)2021-11-121-9/+3
| | | | | this fixes T8968 @fix
* e start - force stdout/err to go to specific log filesCarsten Haitzler (Rasterman)2021-11-111-6/+42
| | | | | | ~/.e-log.log is now the stdout/err from e and child processes. finally it always goes to a single known file. always. e will rename the old old ~/.e-log.log.old on start - e_start handles this before it execs e.
* e start - make e exit with parent when possibleCarsten Haitzler (Rasterman)2021-11-111-33/+32
| | | | also clean up some formatting
* e start - remove valgrind run infra - i don't see people using itCarsten Haitzler (Rasterman)2021-11-111-169/+25
| | | | | also it seems to have broken. simplifying e start to flesh it out in more useful ways for more people
* e start - clean out some unused junk in code and outputCarsten Haitzler (Rasterman)2021-11-111-54/+1
|
* e - shape input - dont change/reset shape input on override winsCarsten Haitzler (Rasterman)2021-11-091-4/+7
| | | | | | | | | this will wipe out what the client set - this is valid for managed clients only, not override windows. this fixes teams and its big fullscreen sized window eating up events. @fix
* e_bindings: Minor formatting fixesChristopher Michael2021-11-061-6/+5
| | | | NB: No functional changes
* e_main: shutdown e_dnd before compMarcel Hollerbach2021-11-021-1/+1
| | | | otherwise we are crashing as e_comp is freed by that time.
* music-control: do not crash when no config is selectedMarcel Hollerbach2021-11-021-0/+1
| | | | this is a fresh config crash.
* paledit - add undo/redo with escape as undoCarsten Haitzler (Rasterman)2021-11-016-2/+427
| | | | now you can rescue yourself from badness...
* paledit - add a bunch of tooltips to help the UICarsten Haitzler (Rasterman)2021-10-313-3/+22
|
* paledit - make del button become reset if there is a shadow sys palCarsten Haitzler (Rasterman)2021-10-311-12/+32
|
* paledit - use new api's to list available cc'sCarsten Haitzler (Rasterman)2021-10-312-35/+296
| | | | | | | | | | this makes paledit friendlier still things to do: 1. reset a palette (rm the user copy) 2. undo/redo 3. tooltips
* ibar - go back to a traditional del timer/add dimer and no reset modelCarsten Haitzler (Rasterman)2021-10-271-4/+2
| | | | for mousover menu show... as per the subject
* e_bindings: do not crash when action is not foundMarcel Hollerbach2021-10-171-0/+4
|
* Updating italian translationmaxerba2021-10-171-135/+139
|
* e exec recent files - filter out files that don't exist at some pointsCarsten Haitzler (Rasterman)2021-10-151-1/+21
| | | | if files do not exist anymore, then filter them out.
* e - exec - recent - fix loading of prevous recent data on append firstCarsten Haitzler (Rasterman)2021-10-151-30/+32
|
* Updating french translationmaxerba2021-10-111-166/+169
|
* efm - add a rfecent files menu (up to 30) wirth minimal mime iconsCarsten Haitzler (Rasterman)2021-10-096-5/+294
| | | | | | | | | | | | | efm now tracks the most recent 30 files opened with timestamps in 100th of a second and a menu with these recent files under main menu -> navigate ... the icons are plain mime type icons and not thumbnails as the efm code isnmt really usafle to create icons in menus without a lot of work. something to keep in mind for the redo of efm... :) at least you can easily access recently opened files with efm now :) @feat
* protect against possible junk fullscreen windows in listCarsten Haitzler (Rasterman)2021-10-042-5/+8
|
* mixer - add some more device iconsCarsten Haitzler (Rasterman)2021-09-291-0/+2
|
* e - fix a null csd property on a ssd x win - new chrome does odd thingsCarsten Haitzler (Rasterman)2021-09-231-6/+28
| | | | | | | | | | | new chrome versions now set a CSd gtk property of 0 0 0 0 on windows.... but set it later on thus confusing e into seeing information changes for csd frame insets for a window that has no csd frame but is ssd! this drops into a logic hole of "this shouldn't happen" and weird stuff does happen. avoid this weirdness and just assume a ssd window as normal then. @fix
* add details to error complaint of setting csd frame on ssd winCarsten Haitzler (Rasterman)2021-09-231-1/+1
|
* remove old autogne.sh - dont need it anymoreCarsten Haitzler (Rasterman)2021-09-171-5/+0
|
* tasks - handle shutdown case with still existing clients in listCarsten Haitzler (Rasterman)2021-09-171-10/+30
| | | | | | | avoid accessing possibly freed/deleted clients in the case of a clean shutdown if clients still exist. @fix
* convert a whole lot of CRIs to ERRs that will not be useful with abortsCarsten Haitzler (Rasterman)2021-09-123-29/+16
|
* temp - we free sleeper in the cthread cancel cbCarsten Haitzler (Rasterman)2021-09-081-1/+0
|
* procstats: revert dont dont block.Alastair Poole2021-09-081-0/+1
| | | | load/unload.
* procstats: shutdown dont wait.Alastair Poole2021-09-071-3/+7
| | | | Don't block.
* procstats: name and feedback thread.Alastair Poole2021-09-072-129/+192
| | | | Struggled to read my own code. This seems clearer now.
* procstats - make use of gadget nicelyCarsten Haitzler (Rasterman)2021-09-071-23/+30
|
* procstats - dont leak objects - was not even neededCarsten Haitzler (Rasterman)2021-09-071-8/+3
|
* procstats: delete don't dismiss.Alastair Poole2021-09-071-1/+1
| | | | Don't animate and less cleanup needed...also leak.
* procstats: check null return / ptr.Alastair Poole2021-09-071-2/+2
|
* e utils - delayed dia del - try avoid multiple entriesCarsten Haitzler (Rasterman)2021-09-061-15/+34
|
* e util - set idler to null first in case some del func hook adds it backCarsten Haitzler (Rasterman)2021-09-061-1/+1
|
* e util - fix leak - someone forgot to free their iteratorCarsten Haitzler (Rasterman)2021-09-061-0/+1
|