summaryrefslogtreecommitdiff
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* todo++ - fprint in polkit authCarsten Haitzler (Rasterman)2021-07-171-0/+1
|
* update todo - did fprintCarsten Haitzler (Rasterman)2021-07-031-3/+2
|
* blanking - when screen blanks (pwsave freeze) set windows to iconicCarsten Haitzler (Rasterman)2021-04-201-1/+0
| | | | | | also make them hidden too for good measure. this causes many clients to stop rendering. saves power and useless cycles drawing stuff you can't see.
* TODO++Carsten Haitzler (Rasterman)2021-04-171-0/+11
|
* TODO: Remove note.Alastair Poole2021-01-281-2/+0
|
* Revert "TODO--"Christopher Michael2021-01-211-0/+2
| | | | | | | Reverting the removal of the pointer bugger from TODO as it still seems to be occuring.... This reverts commit 6444fa73eb8dd81898980d02702d11376682f90c.
* TODO--Christopher Michael2021-01-211-2/+0
|
* TODO--;Christopher Michael2021-01-201-1/+0
|
* todo - updateCarsten Haitzler (Rasterman)2021-01-201-14/+15
|
* TODO++ - add new weather gadget/module as forecasts will die next monthCarsten Haitzler (Rasterman)2021-01-181-0/+7
| | | | | | | | | | | | | | | | yahoo is shutting down its free weather http api in feb 2021. the existing forecasts needed: 1. move to ecore_con_url to remove al the manual http and http proxy handling to simplify code and make it more robust 2. needed to fix the location configuration to selecyt from a list of places or on a map 3. needed fixes to popup handling so it worked likc clock and didnt pop-down on mouse out of gadget add to that now a rewriter of the whole http api to be different ... may as well add a whole new module/gadget as thats actually less work to start again.
* todo++Carsten Haitzler (Rasterman)2021-01-151-0/+4
|
* watchdog - add a watchdog thread that pings mainloop every 10secCarsten Haitzler (Rasterman)2021-01-021-2/+0
| | | | | | | if the main loop were to hang for some reason, this would detect it, forcibly exit e and e_start can restart e again so things are working. @feat
* TODO++Carsten Haitzler (Rasterman)2020-11-191-1/+3
|
* TODO++Carsten Haitzler (Rasterman)2020-11-191-0/+6
|
* todo - adapt after new input device workCarsten Haitzler (Rasterman)2020-11-141-3/+4
|
* todo-- - already did thisCarsten Haitzler (Rasterman)2020-11-091-4/+0
|
* todo - remove item not relevant anymore due to old gads stayingCarsten Haitzler (Rasterman)2020-11-061-1/+0
|
* todo - put in old gadget improvements in place of new gad todoCarsten Haitzler (Rasterman)2020-11-061-9/+7
|
* TODO-- - did these winlist todo'sCarsten Haitzler (Rasterman)2020-11-051-2/+0
|
* TODO-- - added minatures in alt-tab :)Carsten Haitzler (Rasterman)2020-10-191-1/+0
|
* todo - we already run pulse if not there.Carsten Haitzler (Rasterman)2020-10-041-1/+0
|
* todo++Carsten Haitzler (Rasterman)2020-05-091-0/+7
|
* todo++Carsten Haitzler (Rasterman)2020-04-191-0/+5
|
* e_shelf: Improve auto hide behaviour.Alastair Poole2020-04-171-0/+1
| | | | | | | | | Improve auto hide behaviour. Allow the user to re-enter an auto-hiding shelf as many times as he/she likes. This fixes the issue where hovering back onto such a configured shelf causes the shelf to hide and then animate. This needs to move to edje. As per the TODO task.
* todo++Carsten Haitzler (Rasterman)2020-04-091-0/+2
|
* todo++Carsten Haitzler (Rasterman)2020-03-031-0/+1
|
* todo++Carsten Haitzler (Rasterman)2020-02-291-0/+39
|
* todo++Carsten Haitzler (Rasterman)2020-02-161-0/+1
|
* todo++Carsten Haitzler (Rasterman)2020-02-141-0/+4
|
* todo - calendar events and alarmsCarsten Haitzler (Rasterman)2020-02-101-0/+11
| | | | based on a discussion with vtorri... let's see. :)
* todo - add magnifierCarsten Haitzler (Rasterman)2020-02-091-0/+6
|
* todo - updateCarsten Haitzler (Rasterman)2020-02-061-6/+3
|
* another backlight todo - doneCarsten Haitzler (Rasterman)2020-02-011-2/+0
|
* todo - add pam support for out-there auth methods other than passwdCarsten Haitzler (Rasterman)2020-01-281-0/+11
| | | | :)
* todo - update to current state and add idea notes/thoughtsCarsten Haitzler (Rasterman)2020-01-231-5/+2
|
* e - wallpaper gen - generate multiple resolutions for wallpapersCarsten Haitzler (Rasterman)2020-01-221-3/+2
| | | | | | | | | | pre-scale a bunch of resolutions for generated wallpaper files that intersect with common resolution sizes so e will automatically load the nearest resolution to be more efficient on load to only decode what is needed. a bi-product is that e now has a wallapper gen tool that is simpler than writing your own edc files... :) @feature
* todo++ - add winlist miniatures todo'sCarsten Haitzler (Rasterman)2020-01-221-0/+3
|
* TODO++ - someone gave me an idea. note it downCarsten Haitzler (Rasterman)2020-01-211-0/+4
|
* todo - add notes for ddcutilCarsten Haitzler (Rasterman)2020-01-081-1/+3
|
* todo-- since randr issue fixed nowCarsten Haitzler (Rasterman)2020-01-071-1/+0
|
* e randr x - fix mouseto use new ecore x api to force screen bound limitsCarsten Haitzler (Rasterman)2020-01-071-0/+2
| | | | | use ecore_x_root_screen_barriers_set() new in efl git, thus bumping to 1.23.99 as a requirement for e.
* shot always save shots to your users new shots dir and show dir on saveCarsten Haitzler (Rasterman)2020-01-041-2/+0
| | | | | | | | | | | | when you select save from shot now it always saves to your user shots dir (~/.e/e/shots) and then opens up this fir for you to browse/see/dnd out of etc. etc. for easier quick and fast access to what you just saved. also you keep a history of your shots (you do get to clean it up yourself when you save... no auto-cleaning - i decided not to bother as realistically it's just more config to swizzle and mystery deletion of files that some user has to figure out how and why it happens and where to go change the config - just delete the ones you don't want anymore - simple and easy.)
* shot - add delay button in shot dialog to try again with a delayCarsten Haitzler (Rasterman)2020-01-031-1/+0
| | | | | | | also adds an action you can bind with an explicitly provided delay time for customization in bindings if you always use the same timeout. @feature
* shot tmp.Carsten Haitzler (Rasterman)2020-01-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shot - add shot editor with arbitrary cropping and drawing tools We don't need padded vs other shot of window now as u can remove the padding with a single click in the editor now, so remove that (comment it out). The editor allows you to click on each screen, on a window (and click again on a window to remove the padding area for the crop so its snugly around the window). You can zoom in and out and scroll around. You can add lines with an arrow, double-arrowed lines, plain lines with no arrows, some clipart (e-logo, mallocs, pointing finger... just having some fun) and some fun "text boxes" like though bubbles, speecvh bubbles, just plain text with a darking outline, a plain entry-styled text box and you can select the colors for the text and background area as well. It's inksape-like in that the items you draw are objects that can then be modified or deleted. modifying them raises them and places some controls on/over/around the object. And you can still save and share the results. Fun times! @feat
* music-control - add auto-launch if player not configured from knownCarsten Haitzler (Rasterman)2019-12-171-1/+0
|
* music-control - add launch if clicking on titleCarsten Haitzler (Rasterman)2019-12-171-1/+0
|
* todo++ - shot thingsCarsten Haitzler (Rasterman)2019-12-171-0/+2
|
* todo++Carsten Haitzler (Rasterman)2019-12-171-0/+1
|
* todo - add clipboardCarsten Haitzler (Rasterman)2019-11-271-1/+2
|
* todododoCarsten Haitzler (Rasterman)2019-10-241-2/+1
|