Browse Source

[REN] rename the module

and adapt README.rst
pull/131/head
Holger Brunn 9 years ago
parent
commit
8a73c90a16
  1. 6
      web_menu_autohide/README.rst
  2. 0
      web_menu_autohide/__init__.py
  3. 0
      web_menu_autohide/__openerp__.py
  4. 0
      web_menu_autohide/data/ir_config_parameter.xml
  5. 0
      web_menu_autohide/static/description/icon.png
  6. 0
      web_menu_autohide/static/src/css/web_hide_menu.css
  7. 0
      web_menu_autohide/static/src/js/web_hide_menu.js
  8. 0
      web_menu_autohide/views/templates.xml

6
web_hide_menu/README.rst → web_menu_autohide/README.rst

@ -1,7 +1,7 @@
Hide menus
==========
This addon hides the top menu bar and the left menu bar. They become visible again when you move the mouse towards the border of the screen (the distance is configurable). Moving the mouse out of a menu causes it to disappear after a configurable delay.
This addon hides the top and left menu bars. They become visible again when you move the mouse towards the border of the screen (the distance is configurable). Moving the mouse out of a menu causes it to disappear after a configurable delay.
Configuration
=============
@ -9,8 +9,8 @@ Configuration
To configure this module, you need to:
* go to Settings / Technical / Parameters / System Parameters
* adjust `web_hide_menu.show_bar_treshold` to set the distance in pixels from the border from which the menu appears
* adjust `web_hide_menu.hide_delay` to set the amount of milliseconds after which the menu disappears if the mouse left it
* adjust `web_hide_menu.show_bar_treshold` to set the distance in pixels from the border from which the menu appears (default is 10 pixels)
* adjust `web_hide_menu.hide_delay` to set the amount of milliseconds after which the menu disappears if the mouse left it (default is 10 seconds)
Known issues / Roadmap
======================

0
web_hide_menu/__init__.py → web_menu_autohide/__init__.py

0
web_hide_menu/__openerp__.py → web_menu_autohide/__openerp__.py

0
web_hide_menu/data/ir_config_parameter.xml → web_menu_autohide/data/ir_config_parameter.xml

0
web_hide_menu/static/description/icon.png → web_menu_autohide/static/description/icon.png

Before

Width: 100  |  Height: 100  |  Size: 3.3 KiB

After

Width: 100  |  Height: 100  |  Size: 3.3 KiB

0
web_hide_menu/static/src/css/web_hide_menu.css → web_menu_autohide/static/src/css/web_hide_menu.css

0
web_hide_menu/static/src/js/web_hide_menu.js → web_menu_autohide/static/src/js/web_hide_menu.js

0
web_hide_menu/views/templates.xml → web_menu_autohide/views/templates.xml

Loading…
Cancel
Save