Anonymous | Login | Signup for a new account | 2021-01-17 11:29 UTC | ![]() |
Main | My View | View Issues | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
0000250 | Tunix | General Features | public | 2011-08-27 00:03 | 2011-10-18 15:47 | ||||||
Reporter | Fred | ||||||||||
Assigned To | dandruczyk | ||||||||||
Priority | normal | Severity | minor | Reproducibility | N/A | ||||||
Status | acknowledged | Resolution | open | ||||||||
Platform | All | OS | All | OS Version | All | ||||||
Product Version | |||||||||||
Target Version | 0.9.24 | Fixed in Version | |||||||||
Summary | 0000250: Prepare For Migration To GTK 3.0 | ||||||||||
Description | http://developer.gnome.org/gtk3/3.0/gtk-migrating-2-to-3.html#id1526490 [^] The following things should be done: - Do not include individual headers - Do not use deprecated symbols - Use accessor functions instead of direct access - Replace GDK_<keyname> with GDK_KEY_<keyname> - Use GIO for launching applications - Use cairo for drawing These things should not disrupt 2.0 functionality and ensure an optimally quick transition when the time comes. The link explains how to run checks for some of these. | ||||||||||
Tags | No tags attached. | ||||||||||
FirmwareVersion | |||||||||||
Attached Files | |||||||||||
![]() |
|
(0000238) dandruczyk (viewer) 2011-08-27 03:33 |
Accessor functions part taken care of except for GtkFixed (dash) as that doesn't have accessors for the stuff we use, so will have to find some other way. |
Copyright © 2000 - 2011 MantisBT Group |