Skip to content

Add logging to logfile, increase displayed poster and enhance PEP8 compliance

  • lib/movie.py:
    • improvements to be more PEP8 compliant
    • initialize attribute 'parent_window' within class Movie
    • use https version of URL "www.google.com"
    • add log exception information for some try..except statements
    • use 'from gettext import gettext as _' for internationalization
  • lib/initialiaze.py:
    • use 'from gettext import gettext as _' for internationalization
    • set version "gi_required_version('GtkSpell', '3.0')"
    • rename parameter 'self' to 'griffith_obj'
    • improvements to be more PEP8 compliant
  • lib.edit.py:
    • increased image display size from (100, 140) to (200, 280) on main window
    • improvements to be more PEP8 compliant
  • lib.main_treeview.py:
    • increased image display size from (100, 140) to (200, 280) on main window
    • improvements to be more PEP8 compliant
  • lib.add.py:
    • improvements to be more PEP8 compliant
    • increased image display size from (100, 140) to (200, 280) on main window
    • popup issued when trying to search for a movie data when no plugin is selected
  • lib.gutils.py:
    • improvements to be more PEP8 compliant
    • enable logging to a logfile which is in 'HOMEDIR/.griffith' which is auto-rotated
    • set "gi.require_version('Gtk', '3.0')" before import
    • increased image display size from (100, 140) to (200, 280) on main window

Merge request reports