[Lsb-messages] /var/www/bzr/lsb/devel/specdb r1333: deprecate QPixmap::handle (bug 3781)

Mats Wichmann mats at linuxfoundation.org
Fri May 31 13:09:47 UTC 2013


------------------------------------------------------------
revno: 1333
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: specdb
timestamp: Fri 2013-05-31 07:09:47 -0600
message:
  deprecate QPixmap::handle  (bug 3781)
modified:
  ArchInt.init
  InterfaceAttribute.init
  InterfaceAttribute.sql
-------------- next part --------------
=== modified file 'ArchInt.init'
--- a/ArchInt.init	2013-05-02 20:52:36 +0000
+++ b/ArchInt.init	2013-05-31 13:09:47 +0000
@@ -34051,11 +34051,11 @@
 INSERT INTO `ArchInt` VALUES (1,41091,0,'3.1',NULL,NULL,6);
 INSERT INTO `ArchInt` VALUES (1,41092,0,'3.1',NULL,NULL,15127);
 INSERT INTO `ArchInt` VALUES (1,41093,0,'3.1',NULL,NULL,1);
-INSERT INTO `ArchInt` VALUES (1,41094,0,'3.1',NULL,NULL,6);
-INSERT INTO `ArchInt` VALUES (1,41095,0,'3.1',NULL,NULL,1);
-INSERT INTO `ArchInt` VALUES (1,41096,0,'3.1',NULL,NULL,0);
-INSERT INTO `ArchInt` VALUES (1,41097,0,'3.1',NULL,NULL,0);
-INSERT INTO `ArchInt` VALUES (1,41098,0,'3.1',NULL,NULL,0);
+INSERT INTO `ArchInt` VALUES (1,41094,0,'3.1',NULL,'5.0',6);
+INSERT INTO `ArchInt` VALUES (1,41095,0,'3.1',NULL,'5.0',1);
+INSERT INTO `ArchInt` VALUES (1,41096,0,'3.1',NULL,'5.0',0);
+INSERT INTO `ArchInt` VALUES (1,41097,0,'3.1',NULL,'5.0',0);
+INSERT INTO `ArchInt` VALUES (1,41098,0,'3.1',NULL,'5.0',0);
 INSERT INTO `ArchInt` VALUES (1,41099,0,'3.1',NULL,NULL,30291);
 INSERT INTO `ArchInt` VALUES (1,41100,0,'3.1',NULL,NULL,6);
 INSERT INTO `ArchInt` VALUES (1,41101,0,'3.1',NULL,NULL,0);

=== modified file 'InterfaceAttribute.init'
--- a/InterfaceAttribute.init	2013-02-28 14:42:54 +0000
+++ b/InterfaceAttribute.init	2013-05-31 13:09:47 +0000
@@ -1371,3 +1371,9 @@
 INSERT INTO `InterfaceAttribute` VALUES (102620,'httpConnect','libcups','Recommendation','This function is deprecated. Use\n<int libcups;httpConnectEncrypt>httpConnectEncrypt</int> instead');
 INSERT INTO `InterfaceAttribute` VALUES (102621,'xmlParserInputRead','libxml2','Recommendation','This function was internal\nand is now marked as deprecated; it always returns an error.');
 INSERT INTO `InterfaceAttribute` VALUES (102622,'xmlParserInputRead','libxml2','Recommendation','This function was internal\nand is now marked as deprecated; it always returns an error.');
+INSERT INTO `InterfaceAttribute` VALUES (102623,'_ZNK7QPixmap6handleEv','libQtGui','Recommendation','This function is guaranteed to work only when the graphics backend is explicitly set by the application or when a QPixmap is loaded directly from a X11 pixmap.');
+INSERT INTO `InterfaceAttribute` VALUES (102624,'_ZNK7QPixmap7x11InfoEv','libQtGui','Recommendation','It is not recommended to use X11-specific Qt functions.');
+INSERT INTO `InterfaceAttribute` VALUES (102625,'_ZN7QPixmap12x11SetScreenEi','libQtGui','Recommendation','It is not recommended to use X11-specific Qt functions.');
+INSERT INTO `InterfaceAttribute` VALUES (102626,'_ZNK7QPixmap16x11PictureHandleEv','libQtGui','Recommendation','It is not recommended to use X11-specific Qt functions.');
+INSERT INTO `InterfaceAttribute` VALUES (102627,'_ZN7QPixmap19x11SetDefaultScreenEi','libQtGui','Recommendation','It is not recommended to use X11-specific Qt functions.');
+INSERT INTO `InterfaceAttribute` VALUES (102628,'_ZN7QPixmap13fromX11PixmapEmNS_9ShareModeE','libQtGui','Rejection','It is not recommended to use X11-specific Qt functions.');

=== modified file 'InterfaceAttribute.sql'
--- a/InterfaceAttribute.sql	2013-02-28 14:42:54 +0000
+++ b/InterfaceAttribute.sql	2013-05-31 13:09:47 +0000
@@ -19,7 +19,7 @@
   PRIMARY KEY (`IAid`),
   KEY `k_IAiname` (`IAiname`,`IAlibrary`,`IAtype`),
   KEY `k_IAtype` (`IAtype`)
-) ENGINE=MyISAM AUTO_INCREMENT=102623 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=102629 DEFAULT CHARSET=latin1;
 /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
 
 /*!40101 SET SQL_MODE=@OLD_SQL_MODE */;



More information about the lsb-messages mailing list