Bug 574949 - [GTK4] Port Clipboard functionality to GTK4
Summary: [GTK4] Port Clipboard functionality to GTK4
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.21   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 540385
  Show dependency tree
 
Reported: 2021-07-21 09:52 EDT by Joel Majano CLA
Modified: 2021-11-25 11:20 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joel Majano CLA 2021-07-21 09:52:42 EDT
Due to the removal of GtkClipboard, a new implementation of Copy & Paste will need to be done using GdkClipboard.

Currently SWT uses different subclasses for data types, so this bug shall serve as the root bug for the port of all subclasses.
Comment 1 Eclipse Genie CLA 2021-07-26 14:45:42 EDT
New Gerrit change created: https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/183386
Comment 2 Eclipse Genie CLA 2021-07-26 15:31:10 EDT
New Gerrit change created: https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/183387
Comment 3 Joel Majano CLA 2021-11-25 11:19:21 EST
Porting clipboard functionality requires a lot of work due to the previous architecture not playing nice with GTK4 and the functionalities that it removed. Furthermore, each type of copy and paste needs its own change, thus this looks to be one of the later tasks to achieve in the GTK4 port.