You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
2.8 KiB

7 years ago
  1. # -*- coding: utf-8 -*-
  2. ###################################################################################
  3. #
  4. # Copyright (C) 2017 MuK IT GmbH
  5. #
  6. # This program is free software: you can redistribute it and/or modify
  7. # it under the terms of the GNU Affero General Public License as
  8. # published by the Free Software Foundation, either version 3 of the
  9. # License, or (at your option) any later version.
  10. #
  11. # This program is distributed in the hope that it will be useful,
  12. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. # GNU Affero General Public License for more details.
  15. #
  16. # You should have received a copy of the GNU Affero General Public License
  17. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  18. #
  19. ###################################################################################
  20. {
  21. "name": "MuK Preview Image",
  22. "summary": """Image Preview""",
  23. "description": """
  24. Extendes the Preview Dialog to support images.
  25. Currently the following image extensions are supported:
  26. - CIS-Cod-Dateien (*.cod, image/cis-cod)
  27. - CMU-Raster-Dateien (*.ras, image/cmu-raster)
  28. - FIF-Dateien (*.fif, image/fif)
  29. - GIF-Dateien (*.gif, image/gif)
  30. - IEF-Dateien (*.ief, image/ief)
  31. - JPEG-Dateien (*.jpeg *.jpg *.jpe, image/jpeg)
  32. - PNG-Dateien (*.png, image/png)
  33. - TIFF-Dateien (*.tiff *.tif, image/tiff)
  34. - Vasa-Dateien (*.mcf, image/vasa)
  35. - Bitmap-Dateien (WAP) (*.wbmp, image/vnd.wap.wbmp)
  36. - Freehand-Dateien (*.fh4 *.fh5 *.fhc, image/x-freehand)
  37. - Icon-Dateien (*.ico, image/x-icon)
  38. - PBM Anymap Dateien (*.pnm, image/x-portable-anymap)
  39. - PBM Bitmap Dateien (*.pbm, image/x-portable-bitmap)
  40. - PBM Graymap Dateien (*.pgm, image/x-portable-graymap)
  41. - PBM Pixmap Dateien (*.ppm, image/x-portable-pixmap)
  42. - RGB-Dateien (*.rgb, image/x-rgb)
  43. - X-Windows Dump (*.xwd, image/x-windowdump)
  44. - XBM-Dateien (*.xbm, image/x-xbitmap)
  45. - XPM-Dateien (*.xpm, image/x-xpixmap)
  46. """,
  47. "version": "10.0.1.0.1",
  48. "category": "Extra Tools",
  49. "license": "AGPL-3",
  50. "website": "http://www.mukit.at",
  51. "author": "MuK IT",
  52. "contributors": [
  53. "Mathias Markl <mathias.markl@mukit.at>",
  54. ],
  55. "depends": [
  56. "muk_web_preview",
  57. ],
  58. "data": [
  59. "template/assets.xml",
  60. ],
  61. "demo": [
  62. ],
  63. "qweb": [
  64. "static/src/xml/*.xml",
  65. ],
  66. "images": [
  67. 'static/description/banner.png'
  68. ],
  69. "external_dependencies": {
  70. "python": [],
  71. "bin": [],
  72. },
  73. "application": False,
  74. "installable": True,
  75. }