Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • evince evince
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 748
    • Issues 748
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 53
    • Merge requests 53
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • evinceevince
  • Merge requests
  • !272

Handle reset form action

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Marek Kašík requested to merge Handle-reset-form-action into master Jul 22, 2020
  • Overview 2
  • Commits 2
  • Pipelines 4
  • Changes 7

Hi, this merge request adds handling of reset form action to PDF documents.

It adds new type of action EV_LINK_ACTION_TYPE_RESET_FORM for EvLinkAction together with properties "reset-fields" and "exclude-reset-fields". The properties controls which fields are reset and these are set in PDF document.

This merge request also extends EvDocumentFormsInterface with new method "reset_form".

The resetting of forms has been added to poppler's glib front-end in poppler 0.90.0.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: Handle-reset-form-action