Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gtk gtk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1.6k
    • Issues 1.6k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 240
    • Merge requests 240
  • 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
  • gtkgtk
  • Merge requests
  • !172

FileChooserWidget: Don't show recent items with private hint set

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Kai Willadsen requested to merge kaiw/gtk:app-private-recent-list into gtk-3-24 Jun 02, 2018
  • Overview 10
  • Commits 4
  • Pipelines 4
  • Changes 1

GtkRecentInfo includes an is_private flag that is supposed to indicate whether the recent entry should be shown outside of the application(s) that actually added it.

This change makes the file chooser's recent list obey that hint, so that an application won't offer to open recent entries that it probably can't open. The hint isn't applied to the recent folder list, because it makes some sense that even if the recent file isn't openable, the user might want to work on a file in the same folder.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: app-private-recent-list