1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
# 0.2.0 2012.12.12
- Use kded appmenu registrar
# 0.1.18 - 2012.06.01
- Fix crash which can happen when system is loaded (LP BUG #998630) (Aurélien Gâteau)
# 0.1.17 - 2012.04.03
- Fix keyboard navigation when cursor is over a button (LP BUG #878786) (Aurélien Gâteau)
- Prevent multiple menus from being open at once if menubar is updated while opened (Aurélien Gâteau)
- Fix support for XUL applications (LP BUG #878165) (Aurélien Gâteau)
- Remove dependency on X for unit-tests (Aurélien Gâteau)
# 0.1.16 - 2011.09.12
- Show an "overflow" menu if there is not enough room to show the whole menubar (Aurélien Gâteau)
- If the window already exists at registration time, create the menubar (LP #762865) (Cédric Bellegarde)
- Honor action "visibility" property, fixing behavior with gnome-terminal (Aurélien Gâteau)
# 0.1.15 - 2011.03.24
- Fade animation when switching between apps. (Bellegarde Cedric)
- Use a shadow behind menu items to ensure they are readable (George Panta)
- Set an interval for the timer to avoid eating all CPU (Bellegarde Cedric)
- Avoid needless recreations of the menubar (Aurelien Gateau)
# 0.1.14 - 2011.01.14
- org.ayatana => com.canonical
# 0.1.13 - 2010.09.09
- Fix translation template name.
- Load GTK icons.
# 0.1.12 - 2010.09.02
- Show desktop menu when no window is selected.
- Make mnemonic work in Button Form Factor (LP BUG #626935).
# 0.1.11 - 2010.08.19
- Do not enforce a minimum height (LP BUG #601939).
- Added support for mnemonic (ie Alt+F to open the "File" menu).
# 0.1.10 - 2010.08.05
- Track changes in menubar.
# 0.1.9 - 2010.07.22
- Fixed visual glitches which appeared when switching between windows.
- Switched to the new Registrar API (WindowMenu -> AppMenu). This allow, among
other things, to use dbusmenu-dumper under KDE.
# 0.1.8 - 2010.07.01
- Do not forget the window if it's hidden (LP BUG #592099).
# 0.1.7 - 2010.06.28
- Fixed bug which could cause GTK applications to block for a few seconds on
startup.
# 0.1.6 - 2010.06.24
- Implement a generic File > Close menu.
- Use new methods from dbusmenu-qt 0.4.0 to avoid ugly hacks.
- When a window has no menu but its parent has one, show a disabled version of
the parent window menubar.
# 0.1.5 - 2010.06.17
- Make sure the first opened button border goes away while scrubbling.
# 0.1.4 - 2010.06.11
- Fix weird rendering while scrubbling.
- Do not leak the window menu.
# 0.1.3 - 2010.06.10
- Make sure the menubar is not empty when the window has just registered.
- Show a generic window menu when the active window has no menubar.
# 0.1.2 - 2010.06.01
- Implement left/right keyboard navigation from within menus.
- Unregister the Registrar service when the applet is removed.
# 0.1.1 - 2010.05.19
- Always show an item even if the menu is empty.
# 0.1.0 - 2010.05.10
- First release.
|