aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLibravatar Mubashshir <ahm@jadupc.com>2023-08-03 16:33:41 +0600
committerLibravatar Mubashshir <ahm@jadupc.com>2023-08-03 16:33:41 +0600
commit70faa8e9a0ff3cba74b4f753e257d56b768fcbd2 (patch)
tree3a49460715f7319d100e0cc9c1a278758500c7c8 /TODO
downloadaptdaemon-70faa8e9a0ff3cba74b4f753e257d56b768fcbd2.tar.gz
aptdaemon-70faa8e9a0ff3cba74b4f753e257d56b768fcbd2.zip
Import Upstream version 1.1.1+bzr982
Diffstat (limited to 'TODO')
-rw-r--r--TODO26
1 files changed, 26 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..430dd78
--- /dev/null
+++ b/TODO
@@ -0,0 +1,26 @@
+HIGH
+
+ * merge mvo's proxy patch
+
+NORMAL
+
+ * client, gtkwidgets.AptProgressDialog: Implement the wait argument on run
+
+ * client: Review documentation and add reply|error_handler notes
+
+ * client/core/worker: Allow to install a list of local package files
+
+ * client: Set the http proxy automattically
+
+ * core: Allow to call AddVendorKey and RemoveVendorKey directly on the
+ daemon interface instead of inside a transaction
+
+ * core/worker: Reduce number of transaction roles handled internally.
+ CommitPackages, UpgradeSystem and UpdateCache should be
+ sufficient
+
+ * core: Add packages attribute to the transaction interface which provides
+ an array of all modified packages of the transaction
+
+ * console: Add dependency calculation and confirmation
+