Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • Eye of GNOME Eye of GNOME
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 104
    • Issues 104
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • 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
  • Eye of GNOMEEye of GNOME
  • Merge requests
  • !75

Draw thumbnails faster to avoid lag

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Krifa75 requested to merge Ordissimo/eog:draw-thumbnails into master Oct 16, 2020
  • Overview 0
  • Commits 29
  • Pipelines 1
  • Changes 12

In case where the folder to open contains a large number of images and we scroll they are some lag and is slow.

I got inspired from evince which use gtk_widget_queue_draw to draw the thumbnails.

I created a signal to do it for avoiding too much change in the code. I let the link of the issue in comment here if you are interested

Thanks

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: draw-thumbnails