aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-05-14 21:00:21 +0200
committerdec05eba <dec05eba@protonmail.com>2025-05-14 21:00:24 +0200
commitaf4fc84ef75498144864eef78777b5065d79f297 (patch)
tree1d14d65970c40b01695f29b68f76fb0f14eb6e36 /TODO
parentc7bfaf90ec8848e30499ff85db8082fd6ce4c8a0 (diff)
Fix some mice and controllers being grabbed when they shouldn't
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 10 insertions, 1 deletions
diff --git a/TODO b/TODO
index 471387a..82726c7 100644
--- a/TODO
+++ b/TODO
@@ -175,4 +175,13 @@ Add option to start recording/replay/stream after the notification has disappear
When using wayland for mgl try using wlr-layer-shell and set layer to overlay and keyboard interactivity to exclusive. Do something similar for notifications.
-When starting gsr-ui remove any temporary replay disk data that has possibly remained from a crash, by looking for all folders that starts with gsr-replay and end with .gsr, in the replay directory. \ No newline at end of file
+When starting gsr-ui remove any temporary replay disk data that has possibly remained from a crash, by looking for all folders that starts with gsr-replay and end with .gsr, in the replay directory.
+
+Add restart program button, in global settings. It should do almost the same thing as exit program, execept execv gsr-ui.
+
+When gpu screen recorder ui can run as a regular window (and supports tray icon and global shortcut portal) remove gpu screen recorder gtk. Then all error checking needs to be moved from that project to this project.
+ May need support for multi windows, or create a small project to display dialogs.
+
+Add a bug report page that automatically includes system info (make this clear to the user).
+ Do this by sending the report to a custom server that stores that data.
+ The server should limit reports per IP to prevent spam. \ No newline at end of file