[nautilus/wip/ernestask/tasks] Add TODO



commit 6ec8aad74756b4b92df754d8c3101c97c185985c
Author: Ernestas Kulik <ernestask gnome org>
Date:   Mon Jun 5 22:17:41 2017 +0300

    Add TODO

 TODO |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..c61b03d
--- /dev/null
+++ b/TODO
@@ -0,0 +1,17 @@
+Progress notifications + idle tasks:
+    File ops use their own timers for some reason, even though
+    NautilusProgressInfo has a perfectly usable one. No need to be anal
+    about shaving off milliseconds (the preparation). Although,
+    having two timers would allow to have exactly what is needed -
+    the progress info timer could be started so that the widget appears
+    in the popover, but that seems needlessly wasteful.
+
+    Details??????????????? A possible hack is signaling a task from the
+    manager so that file tasks can set up the details for waiting, but
+    the signal doesn’t yet seem to be useful outside file tasks.
+
+    A good thing would be minimizing the degree of separation between
+    tasks and progress info (and their managers), but a problem to solve would
+    be the viewer stuff in the progress info manager.
+
+    Not doing anything about all this for now.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]