After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 597742 - [Q1] Remove deprecated code from GDK directory
[Q1] Remove deprecated code from GDK directory
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: X11
2.90.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on: 604196 619649 619687 622677
Blocks:
 
 
Reported: 2009-10-07 22:42 UTC by Javier Jardón (IRC: jjardon)
Modified: 2010-09-27 00:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove deprecated code from GDK directory (19.30 KB, patch)
2009-10-07 22:43 UTC, Javier Jardón (IRC: jjardon)
none Details | Review
Remove deprecated code: GdkColor (7.06 KB, patch)
2009-10-08 20:20 UTC, Javier Jardón (IRC: jjardon)
none Details | Review
Remove deprecated code: GdkGc (3.37 KB, patch)
2009-10-08 20:21 UTC, Javier Jardón (IRC: jjardon)
committed Details | Review
Remove deprecated code: GdkCursor (780 bytes, patch)
2009-10-08 20:22 UTC, Javier Jardón (IRC: jjardon)
committed Details | Review
Remove deprecated code: GdkDnd (4.78 KB, patch)
2009-10-08 20:35 UTC, Javier Jardón (IRC: jjardon)
committed Details | Review
Remove deprecated code: GdkEvent (6.68 KB, patch)
2009-10-08 20:48 UTC, Javier Jardón (IRC: jjardon)
committed Details | Review
Remove deprecated code: GdkImage (11.01 KB, patch)
2009-10-08 21:19 UTC, Javier Jardón (IRC: jjardon)
committed Details | Review

Description Javier Jardón (IRC: jjardon) 2009-10-07 22:42:26 UTC
See http://live.gnome.org/GTK+/3.0/Tasks  for more info
Comment 1 Javier Jardón (IRC: jjardon) 2009-10-07 22:43:37 UTC
Created attachment 145002 [details] [review]
Remove deprecated code from GDK directory
Comment 2 Christian Dywan 2009-10-08 16:01:24 UTC
Would you mind including the header deprecations as well? Then I can commit them in pairs of .c and .h files. I think that's the best way for people going through the commit history.
Comment 3 Javier Jardón (IRC: jjardon) 2009-10-08 20:20:42 UTC
Created attachment 145071 [details] [review]
Remove deprecated code: GdkColor
Comment 4 Javier Jardón (IRC: jjardon) 2009-10-08 20:21:17 UTC
Created attachment 145072 [details] [review]
Remove deprecated code: GdkGc
Comment 5 Javier Jardón (IRC: jjardon) 2009-10-08 20:22:08 UTC
Created attachment 145073 [details] [review]
Remove deprecated code: GdkCursor
Comment 6 Javier Jardón (IRC: jjardon) 2009-10-08 20:35:32 UTC
Created attachment 145074 [details] [review]
Remove deprecated code: GdkDnd
Comment 7 Javier Jardón (IRC: jjardon) 2009-10-08 20:48:59 UTC
Created attachment 145076 [details] [review]
Remove deprecated code: GdkEvent
Comment 8 Javier Jardón (IRC: jjardon) 2009-10-08 21:19:52 UTC
Created attachment 145081 [details] [review]
Remove deprecated code: GdkImage
Comment 9 Javier Jardón (IRC: jjardon) 2009-10-09 15:02:48 UTC
Comment on attachment 145072 [details] [review]
Remove deprecated code: GdkGc

Commited a more complete version of this patch
Comment 10 Javier Jardón (IRC: jjardon) 2009-10-09 15:20:53 UTC
Comment on attachment 145073 [details] [review]
Remove deprecated code: GdkCursor

Comitted an improved version of this patch
Comment 11 Javier Jardón (IRC: jjardon) 2009-10-09 16:34:43 UTC
Comment on attachment 145081 [details] [review]
Remove deprecated code: GdkImage

commit dcc0765d6411d97c2ff21397f00a1be3ff7eb8cb
Comment 12 Javier Jardón (IRC: jjardon) 2009-10-09 16:35:05 UTC
Comment on attachment 145076 [details] [review]
Remove deprecated code: GdkEvent

commit 7090cdc99b3bfbf9bee18030fa1f26853d33dcc9
Comment 13 Javier Jardón (IRC: jjardon) 2009-10-09 16:35:26 UTC
Comment on attachment 145074 [details] [review]
Remove deprecated code: GdkDnd

2a15a4ce9e0ccce208edfd77e014d93a302fb86d
Comment 14 Javier Jardón (IRC: jjardon) 2010-09-27 00:39:37 UTC
All the GDK 2.x deprecated code is removed now, closing.