summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-5404_pastebin-dialog-blocks-app1
-rw-r--r--changes/feature_hide-mainwindow-on-quit1
2 files changed, 2 insertions, 0 deletions
diff --git a/changes/bug-5404_pastebin-dialog-blocks-app b/changes/bug-5404_pastebin-dialog-blocks-app
new file mode 100644
index 00000000..384a6f63
--- /dev/null
+++ b/changes/bug-5404_pastebin-dialog-blocks-app
@@ -0,0 +1 @@
+- Use non blocking dialog so the Pastebin result does not block the app. Closes #5404.
diff --git a/changes/feature_hide-mainwindow-on-quit b/changes/feature_hide-mainwindow-on-quit
new file mode 100644
index 00000000..abd1df7a
--- /dev/null
+++ b/changes/feature_hide-mainwindow-on-quit
@@ -0,0 +1 @@
+- Hide the main window on quit as first thing and show a tooltip to inform that we are closing.