Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MediaReport] Allow all output formats [WIP] #522

Draft
wants to merge 2 commits into
base: maintenance/gramps51
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions MediaReport/media_report.gpr.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# Gramps - a GTK+/GNOME based genealogy program
#
# Copyright (C) 2019 Matthias Kemmer <matt.familienforschung@gmail.com>
# Copyright (C) 2019-2021 Matthias Kemmer
# Copyright (C) 2021 George Baynes
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -23,14 +24,14 @@
name = _("Media Report"),
description = _("Generates report including images, image data"
" and notes."),
version = '1.1.7',
version = '1.2.0',
gramps_target_version = "5.1",
status = STABLE,
fname = "media_report.py",
authors = ["Matthias Kemmer"],
authors_email = ["matt.familienforschung@gmail.com"],
authors = ["Matthias Kemmer", "George Baynes"],
authors_email = ["matt.familienforschung@gmail.com", "baynes@ntlworld.com"],
category = CATEGORY_TEXT,
reportclass = 'MediaReport',
optionclass = 'ReportOptions',
report_modes = [REPORT_MODE_CLI, REPORT_MODE_GUI],
report_modes = [REPORT_MODE_GUI],
)
Loading