aboutsummaryrefslogtreecommitdiff
path: root/BUGS.md
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-10-03 16:48:26 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-10-03 16:48:26 +0200
commitae2a713f26fd58f397aaf93242f24c85dee98a2b (patch)
treedb69c96f6419e011cfc1c6e6081613d7a0f0d7cc /BUGS.md
parentSubwindow: only keep tab history for restore tab action (diff)
downloadsmolbote-ae2a713f26fd58f397aaf93242f24c85dee98a2b.tar.xz
Convert documentation into asciidoc from markdown
Diffstat (limited to 'BUGS.md')
-rw-r--r--BUGS.md54
1 files changed, 0 insertions, 54 deletions
diff --git a/BUGS.md b/BUGS.md
deleted file mode 100644
index a3a5153..0000000
--- a/BUGS.md
+++ /dev/null
@@ -1,54 +0,0 @@
-## Reporting bugs
-
-### What to include
-A bug report should contain these 4 things:
-
-#### Environment
-This includes program version; operating system used; version of Qt or other
-libraries; any relevant information if you built from source.
-
-#### Steps to reproduce
-Give detailed steps on how to reproduce the problem. Start from the beginning,
-mention the actions involved, and be verbose.
-
-#### Expected result
-It's important to include the result you were expecting, as it might differ
-from the way the program was designed to work.
-
-#### Actual result
-It is also important to include a good description of the buggy behaviour
-itself as well, because it's possible that following your steps on a different
-system doesn't reproduce the issue.
-
-Send bug reports to _aqua at iserlohn dash fortress dot net_.
-
-_Adapted from the guide in the texmate repository._
-
-## Known bugs
-
-#### databases-incognito in home
-https://bugreports.qt.io/browse/QTBUG-62957
-
-#### loadFinished is not always emitted when loading is finished
-https://bugreports.qt.io/browse/QTBUG-65223
-
-#### QWebEngineView setUrl()/load() methods in some case divide page in two parts
-https://bugreports.qt.io/browse/QTBUG-68224
-
-Only affects Qt 5.11.0. Set __QTBUG_68224_WORKAROUND__.
-
-### Wayland bugs
-
-#### mainwindow.maximized doesn't work
-setWindowState(Qt::WindowMaximized) has no effect on KDE/Wayland:
-https://community.kde.org/Plasma/Wayland_Showstoppers
-
-### Windows bugs
-
-#### stdout and stderr
-Starting the application with some command-line options (like --version,
---help, etc) causes the application to 'stall' on exit.
-
-Starting the application from the command prompt returns after launch, but
-continues outputting stdout and stderr to it.
-