aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS7
1 files changed, 4 insertions, 3 deletions
diff --git a/BUGS b/BUGS
index abfaa2b..186a7c0 100644
--- a/BUGS
+++ b/BUGS
@@ -2,9 +2,6 @@ Known bugs and missing features that will be fixed in future version:
2 2
3BUGS: 3BUGS:
4 4
5 * Remember menu sometimes isn't present in window menu. Probably need
6 to add a signal for menu reconfigures (Screen::setupWindowActions)
7
8 * Window handle is invisible sometimes. 5 * Window handle is invisible sometimes.
9 6
10 * KDE support needs attention (e.g. klipper). 7 * KDE support needs attention (e.g. klipper).
@@ -75,6 +72,10 @@ Fixed bugs (or not-our-fault bugs):
75 highest numbered screen. 72 highest numbered screen.
76 => Fixed, moved alpha setting into MenuTheme rather than static value 73 => Fixed, moved alpha setting into MenuTheme rather than static value
77 74
75 * Remember menu sometimes isn't present in window menu. Probably need
76 to add a signal for menu reconfigures (Screen::setupWindowActions)
77 => Fixed, added "ExtraMenus" for windows that get added whenever it
78 is rebuilt.
78 79
79------------------------------ 80------------------------------
80Core dumps and notes 81Core dumps and notes