diff options
author | rathnor <rathnor> | 2003-07-20 08:12:36 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-07-20 08:12:36 (GMT) |
commit | 1741ac072dd6516b4dcfdf6dbe9099a335c7bc7d (patch) | |
tree | 8dd1331222e35070a16aaae5d4bd059296dd341c /BUGS | |
parent | ace3e2e6293fa0ae5a2b9d971f24fa45b317ba2e (diff) | |
download | fluxbox_pavel-1741ac072dd6516b4dcfdf6dbe9099a335c7bc7d.zip fluxbox_pavel-1741ac072dd6516b4dcfdf6dbe9099a335c7bc7d.tar.bz2 |
fix menus for "extra" things, like remember, so that they will be
added back if the menu is rebuilt.
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -2,9 +2,6 @@ Known bugs and missing features that will be fixed in future version: | |||
2 | 2 | ||
3 | BUGS: | 3 | BUGS: |
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 | ------------------------------ |
80 | Core dumps and notes | 81 | Core dumps and notes |