Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Files Files
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 537
    • Issues 537
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 42
    • Merge requests 42
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • FilesFiles
  • Merge requests
  • !699

Merged
Created Aug 12, 2021 by António Fernandes@antoniof🐚Maintainer

Port to event controllers

  • Overview 27
  • Commits 30
  • Pipelines 16
  • Changes 12

As preparation for porting to GTK4, we can adopt event controllers to stop using the GtkWidget::event signal.

This Merge Request ports the whole codebase with 2 notable exceptions:

  1. The scroll events in NautilusFilesView, for zooming, because GtkEventControllerScroll doesn't return a boolean in GTK3. I have a patch for this but it's GTK4-only.
  2. The canvas view, which is obsolete and not expected to be ported to GTK4 (see #319 (closed))
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: wip/antoniof/gtk4-preparation-step-event-controllers