From a82fc0680db004465a22ebe38a59b40ae895ac83 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Tue, 14 May 2019 19:37:38 +0100 Subject: [PATCH] add some todo work items --- TODO | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/TODO b/TODO index ad835a2fe..ecb000246 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,17 @@ TODO: +* console logger much like quake console like dropdown for logging etc + (api to append logs. always stores to disk to specific file. + add button to explicitly share like screenshots. add higher level + logging like tables, icons, timelines and graphs that can be output + in text emulation and to screen - change eina log to go into here + with eina_log_print_cb_set() ) +* alert - use full fat efl stack and remove xcb/ecore_drm2 stuff + (supply custom theme to guarantee theme is not an issue. create text + mode fallback with detection for crashes in crash handler. turtles + all the way down - a crash handler for our crash handler) +* start - add watchdog handling to e_start to detect a hung e +* config dialog redo and simplification +* remove e_dnd and use elm's dnd instead * new gad usability: be able to move, resize etc. without alt (needs old gadget move/resize mode enable/disable in the menu) * new gad usability: initial gadget bar setup dnd needs to be normal dnd