[Kde-bindings] KDE/kdebindings/csharp/qyoto
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Sun Jul 6 13:50:35 UTC 2008
SVN commit 828737 by rdale:
* Where multiple inheritance was catered for in the Qyoto bindings each
superclass class other than the 'main' one was supposed to be an
interface type in method calls rather than the real type of the class.
For instance, QGraphicsWidget inherits from QObject, QGraphicsItem and
QGraphicsLayoutItem, and the last two classes have interfaces
IQGraphicsItem IQGraphicsLayoutItem respectively The two classes were
correctly implementing the interfaces, but the types in the method calls
were not using these interface types. So fix that.
* In the generated code, tabs are now replaced with 4 spaces.
CCMAIL: kde-bindings at kde.org
M +12 -0 ChangeLog
M +75 -75 core/QAbstractEventDispatcher.cs
M +291 -291 core/QAbstractFileEngine.cs
M +16 -16 core/QAbstractFileEngineHandler.cs
M +43 -43 core/QAbstractFileEngineIterator.cs
M +286 -286 core/QAbstractItemModel.cs
M +47 -47 core/QAbstractListModel.cs
M +44 -44 core/QAbstractTableModel.cs
M +32 -32 core/QBasicTimer.cs
M +119 -119 core/QBitArray.cs
M +15 -15 core/QBitRef.cs
M +50 -50 core/QBool.cs
M +96 -96 core/QBuffer.cs
M +653 -653 core/QByteArray.cs
M +40 -40 core/QByteArrayMatcher.cs
M +40 -40 core/QByteRef.cs
M +409 -409 core/QChar.cs
M +107 -107 core/QCharRef.cs
M +30 -30 core/QChildEvent.cs
M +182 -182 core/QCoreApplication.cs
M +44 -44 core/QCryptographicHash.cs
M +158 -158 core/QDataStream.cs
M +168 -168 core/QDate.cs
M +155 -155 core/QDateTime.cs
M +290 -290 core/QDir.cs
M +72 -72 core/QDirIterator.cs
M +21 -21 core/QDynamicPropertyChangeEvent.cs
M +195 -195 core/QEvent.cs
M +76 -76 core/QEventLoop.cs
M +178 -178 core/QFSFileEngine.cs
M +17 -17 core/QFactoryInterface.cs
M +221 -221 core/QFile.cs
M +191 -191 core/QFileInfo.cs
M +70 -70 core/QFileSystemWatcher.cs
M +21 -21 core/QFlag.cs
M +29 -29 core/QGenericArgument.cs
M +23 -23 core/QGenericReturnArgument.cs
M +179 -179 core/QIODevice.cs
M +26 -26 core/QLatin1Char.cs
M +101 -101 core/QLibrary.cs
M +36 -36 core/QLibraryInfo.cs
M +102 -102 core/QLine.cs
M +147 -147 core/QLineF.cs
M +859 -859 core/QLocale.cs
M +29 -29 core/QMetaClassInfo.cs
M +56 -56 core/QMetaEnum.cs
M +63 -63 core/QMetaMethod.cs
M +286 -286 core/QMetaObject.cs
M +98 -98 core/QMetaProperty.cs
M +107 -107 core/QMetaType.cs
M +103 -103 core/QMimeData.cs
M +84 -84 core/QModelIndex.cs
M +200 -200 core/QObject.cs
M +45 -45 core/QObjectCleanupHandler.cs
M +17 -17 core/QObjectUserData.cs
M +93 -93 core/QPersistentModelIndex.cs
M +74 -74 core/QPluginLoader.cs
M +89 -89 core/QPoint.cs
M +93 -93 core/QPointF.cs
M +259 -259 core/QProcess.cs
M +264 -264 core/QRect.cs
M +265 -265 core/QRectF.cs
M +143 -143 core/QRegExp.cs
M +214 -214 core/QSettings.cs
M +82 -82 core/QSignalMapper.cs
M +98 -98 core/QSize.cs
M +105 -105 core/QSizeF.cs
M +104 -104 core/QSocketNotifier.cs
M +47 -47 core/QStringMatcher.cs
M +53 -53 core/QSystemLocale.cs
M +77 -77 core/QTemporaryFile.cs
M +115 -115 core/QTextCodec.cs
M +14 -14 core/QTextCodecFactoryInterface.cs
M +33 -33 core/QTextDecoder.cs
M +26 -26 core/QTextEncoder.cs
M +253 -253 core/QTextStream.cs
M +133 -133 core/QTime.cs
M +157 -157 core/QTimeLine.cs
M +118 -118 core/QTimer.cs
M +21 -21 core/QTimerEvent.cs
M +67 -67 core/QTranslator.cs
M +323 -323 core/QUrl.cs
M +81 -81 core/QUuid.cs
M +404 -404 core/QVariant.cs
M +1696 -1696 core/Qt.cs
M +181 -181 gui/QAbstractButton.cs
M +41 -41 gui/QAbstractGraphicsShapeItem.cs
M +81 -81 gui/QAbstractItemDelegate.cs
M +537 -537 gui/QAbstractItemView.cs
M +38 -38 gui/QAbstractPageSetupDialog.cs
M +92 -92 gui/QAbstractPrintDialog.cs
M +96 -96 gui/QAbstractProxyModel.cs
M +156 -156 gui/QAbstractScrollArea.cs
M +168 -168 gui/QAbstractSlider.cs
M +235 -235 gui/QAbstractSpinBox.cs
M +121 -121 gui/QAbstractTextDocumentLayout.cs
M +234 -234 gui/QAccessible.cs
M +65 -65 gui/QAccessible2.cs
M +20 -20 gui/QAccessible2Interface.cs
M +54 -54 gui/QAccessibleApplication.cs
M +18 -18 gui/QAccessibleBridge.cs
M +14 -14 gui/QAccessibleBridgeFactoryInterface.cs
M +29 -29 gui/QAccessibleEditableTextInterface.cs
M +27 -27 gui/QAccessibleEvent.cs
M +70 -70 gui/QAccessibleInterface.cs
M +19 -19 gui/QAccessibleInterfaceEx.cs
M +41 -41 gui/QAccessibleObject.cs
M +41 -41 gui/QAccessibleObjectEx.cs
M +46 -46 gui/QAccessibleSimpleEditableTextInterface.cs
M +68 -68 gui/QAccessibleTableInterface.cs
M +47 -47 gui/QAccessibleTextInterface.cs
M +23 -23 gui/QAccessibleValueInterface.cs
M +87 -87 gui/QAccessibleWidget.cs
M +87 -87 gui/QAccessibleWidgetEx.cs
M +228 -228 gui/QAction.cs
M +28 -28 gui/QActionEvent.cs
M +91 -91 gui/QActionGroup.cs
M +299 -299 gui/QApplication.cs
M +64 -64 gui/QBitmap.cs
M +169 -169 gui/QBoxLayout.cs
M +131 -131 gui/QBrush.cs
M +84 -84 gui/QButtonGroup.cs
M +227 -227 gui/QCalendarWidget.cs
M +91 -91 gui/QCheckBox.cs
M +161 -161 gui/QCleanlooksStyle.cs
M +105 -105 gui/QClipboard.cs
M +16 -16 gui/QClipboardEvent.cs
M +18 -18 gui/QCloseEvent.cs
M +456 -456 gui/QColor.cs
M +68 -68 gui/QColorDialog.cs
M +60 -60 gui/QColormap.cs
M +141 -141 gui/QColumnView.cs
M +359 -359 gui/QComboBox.cs
M +82 -82 gui/QCommandLinkButton.cs
M +146 -146 gui/QCommonStyle.cs
M +177 -177 gui/QCompleter.cs
M +41 -41 gui/QConicalGradient.cs
M +52 -52 gui/QContextMenuEvent.cs
M +84 -84 gui/QCursor.cs
M +132 -132 gui/QDataWidgetMapper.cs
M +50 -50 gui/QDateEdit.cs
M +295 -295 gui/QDateTimeEdit.cs
M +51 -51 gui/QDesktopServices.cs
M +91 -91 gui/QDesktopWidget.cs
M +103 -103 gui/QDial.cs
M +145 -145 gui/QDialog.cs
M +160 -160 gui/QDialogButtonBox.cs
M +221 -221 gui/QDirModel.cs
M +132 -132 gui/QDockWidget.cs
M +115 -115 gui/QDoubleSpinBox.cs
M +83 -83 gui/QDoubleValidator.cs
M +81 -81 gui/QDrag.cs
M +18 -18 gui/QDragEnterEvent.cs
M +18 -18 gui/QDragLeaveEvent.cs
M +37 -37 gui/QDragMoveEvent.cs
M +21 -21 gui/QDragResponseEvent.cs
M +68 -68 gui/QDropEvent.cs
M +52 -52 gui/QErrorMessage.cs
M +303 -303 gui/QFileDialog.cs
M +41 -41 gui/QFileIconProvider.cs
M +21 -21 gui/QFileOpenEvent.cs
M +31 -31 gui/QFocusEvent.cs
M +58 -58 gui/QFocusFrame.cs
M +339 -339 gui/QFont.cs
M +75 -75 gui/QFontComboBox.cs
M +155 -155 gui/QFontDatabase.cs
M +99 -99 gui/QFontDialog.cs
M +69 -69 gui/QFontInfo.cs
M +198 -198 gui/QFontMetrics.cs
M +170 -170 gui/QFontMetricsF.cs
M +116 -116 gui/QFrame.cs
M +78 -78 gui/QGradient.cs
M +116 -116 gui/QGraphicsEllipseItem.cs
M +170 -170 gui/QGraphicsGridLayout.cs
M +804 -804 gui/QGraphicsItem.cs
M +126 -126 gui/QGraphicsItemAnimation.cs
M +57 -57 gui/QGraphicsItemGroup.cs
M +54 -54 gui/QGraphicsLayout.cs
M +181 -181 gui/QGraphicsLayoutItem.cs
M +110 -110 gui/QGraphicsLineItem.cs
M +113 -113 gui/QGraphicsLinearLayout.cs
M +89 -89 gui/QGraphicsPathItem.cs
M +111 -111 gui/QGraphicsPixmapItem.cs
M +95 -95 gui/QGraphicsPolygonItem.cs
M +159 -159 gui/QGraphicsProxyWidget.cs
M +104 -104 gui/QGraphicsRectItem.cs
M +454 -454 gui/QGraphicsScene.cs
M +57 -57 gui/QGraphicsSceneContextMenuEvent.cs
M +85 -85 gui/QGraphicsSceneDragDropEvent.cs
M +26 -26 gui/QGraphicsSceneEvent.cs
M +34 -34 gui/QGraphicsSceneHelpEvent.cs
M +64 -64 gui/QGraphicsSceneHoverEvent.cs
M +94 -94 gui/QGraphicsSceneMouseEvent.cs
M +30 -30 gui/QGraphicsSceneMoveEvent.cs
M +30 -30 gui/QGraphicsSceneResizeEvent.cs
M +64 -64 gui/QGraphicsSceneWheelEvent.cs
M +91 -91 gui/QGraphicsSimpleTextItem.cs
M +700 -700 gui/QGraphicsTextItem.cs
M +470 -470 gui/QGraphicsView.cs
M +964 -964 gui/QGraphicsWidget.cs
M +197 -197 gui/QGridLayout.cs
M +125 -125 gui/QGroupBox.cs
M +37 -37 gui/QHBoxLayout.cs
M +371 -371 gui/QHeaderView.cs
M +36 -36 gui/QHelpEvent.cs
M +18 -18 gui/QHideEvent.cs
M +24 -24 gui/QHoverEvent.cs
M +148 -148 gui/QIcon.cs
M +18 -18 gui/QIconDragEvent.cs
M +32 -32 gui/QIconEngine.cs
M +39 -39 gui/QIconEngineV2.cs
M +404 -404 gui/QImage.cs
M +95 -95 gui/QImageIOHandler.cs
M +156 -156 gui/QImageReader.cs
M +105 -105 gui/QImageWriter.cs
M +81 -81 gui/QInputContext.cs
M +40 -40 gui/QInputContextFactory.cs
M +21 -21 gui/QInputContextFactoryInterface.cs
M +276 -276 gui/QInputDialog.cs
M +25 -25 gui/QInputEvent.cs
M +67 -67 gui/QInputMethodEvent.cs
M +65 -65 gui/QIntValidator.cs
M +120 -120 gui/QItemDelegate.cs
M +18 -18 gui/QItemEditorCreatorBase.cs
M +41 -41 gui/QItemEditorFactory.cs
M +44 -44 gui/QItemSelection.cs
M +135 -135 gui/QItemSelectionModel.cs
M +101 -101 gui/QItemSelectionRange.cs
M +95 -95 gui/QKeyEvent.cs
M +184 -184 gui/QKeySequence.cs
M +140 -140 gui/QLCDNumber.cs
M +205 -205 gui/QLabel.cs
M +216 -216 gui/QLayout.cs
M +88 -88 gui/QLayoutItem.cs
M +313 -313 gui/QLineEdit.cs
M +44 -44 gui/QLinearGradient.cs
M +285 -285 gui/QListView.cs
M +209 -209 gui/QListWidget.cs
M +194 -194 gui/QListWidgetItem.cs
M +203 -203 gui/QMainWindow.cs
M +188 -188 gui/QMatrix.cs
M +185 -185 gui/QMdiArea.cs
M +192 -192 gui/QMdiSubWindow.cs
M +240 -240 gui/QMenu.cs
M +178 -178 gui/QMenuBar.cs
M +378 -378 gui/QMessageBox.cs
M +27 -27 gui/QMimeSource.cs
M +59 -59 gui/QMouseEvent.cs
M +24 -24 gui/QMoveEvent.cs
M +180 -180 gui/QMovie.cs
M +57 -57 gui/QPageSetupDialog.cs
M +84 -84 gui/QPaintDevice.cs
M +205 -205 gui/QPaintEngine.cs
M +77 -77 gui/QPaintEngineState.cs
M +28 -28 gui/QPaintEvent.cs
M +755 -755 gui/QPainter.cs
M +280 -280 gui/QPainterPath.cs
M +69 -69 gui/QPainterPathStroker.cs
M +216 -216 gui/QPalette.cs
M +140 -140 gui/QPen.cs
M +112 -112 gui/QPicture.cs
M +106 -106 gui/QPictureIO.cs
M +288 -288 gui/QPixmap.cs
M +45 -45 gui/QPixmapCache.cs
M +161 -161 gui/QPlastiqueStyle.cs
M +124 -124 gui/QPolygon.cs
M +78 -78 gui/QPolygonF.cs
M +45 -45 gui/QPrintDialog.cs
M +55 -55 gui/QPrintEngine.cs
M +327 -327 gui/QPrinter.cs
M +51 -51 gui/QPrinterInfo.cs
M +141 -141 gui/QProgressBar.cs
M +165 -165 gui/QProgressDialog.cs
M +111 -111 gui/QPushButton.cs
M +58 -58 gui/QRadialGradient.cs
M +68 -68 gui/QRadioButton.cs
M +56 -56 gui/QRegExpValidator.cs
M +177 -177 gui/QRegion.cs
M +24 -24 gui/QResizeEvent.cs
M +89 -89 gui/QRubberBand.cs
M +100 -100 gui/QScrollArea.cs
M +84 -84 gui/QScrollBar.cs
M +78 -78 gui/QSessionManager.cs
M +90 -90 gui/QShortcut.cs
M +31 -31 gui/QShortcutEvent.cs
M +18 -18 gui/QShowEvent.cs
M +77 -77 gui/QSizeGrip.cs
M +120 -120 gui/QSizePolicy.cs
M +94 -94 gui/QSlider.cs
M +295 -295 gui/QSortFilterProxyModel.cs
M +66 -66 gui/QSound.cs
M +67 -67 gui/QSpacerItem.cs
M +114 -114 gui/QSpinBox.cs
M +97 -97 gui/QSplashScreen.cs
M +156 -156 gui/QSplitter.cs
M +75 -75 gui/QSplitterHandle.cs
M +113 -113 gui/QStackedLayout.cs
M +82 -82 gui/QStackedWidget.cs
M +320 -320 gui/QStandardItem.cs
M +295 -295 gui/QStandardItemModel.cs
M +110 -110 gui/QStatusBar.cs
M +21 -21 gui/QStatusTipEvent.cs
M +105 -105 gui/QStringListModel.cs
M +719 -719 gui/QStyle.cs
M +31 -31 gui/QStyleFactory.cs
M +14 -14 gui/QStyleFactoryInterface.cs
M +39 -39 gui/QStyleHintReturn.cs
M +24 -24 gui/QStyleHintReturnMask.cs
M +75 -75 gui/QStyleOption.cs
M +40 -40 gui/QStyleOptionButton.cs
M +32 -32 gui/QStyleOptionComboBox.cs
M +36 -36 gui/QStyleOptionComplex.cs
M +32 -32 gui/QStyleOptionDockWidget.cs
M +32 -32 gui/QStyleOptionFocusRect.cs
M +32 -32 gui/QStyleOptionFrame.cs
M +37 -37 gui/QStyleOptionFrameV2.cs
M +32 -32 gui/QStyleOptionGraphicsItem.cs
M +32 -32 gui/QStyleOptionGroupBox.cs
M +49 -49 gui/QStyleOptionHeader.cs
M +47 -47 gui/QStyleOptionMenuItem.cs
M +32 -32 gui/QStyleOptionProgressBar.cs
M +36 -36 gui/QStyleOptionProgressBarV2.cs
M +32 -32 gui/QStyleOptionRubberBand.cs
M +32 -32 gui/QStyleOptionSizeGrip.cs
M +32 -32 gui/QStyleOptionSlider.cs
M +32 -32 gui/QStyleOptionSpinBox.cs
M +48 -48 gui/QStyleOptionTab.cs
M +32 -32 gui/QStyleOptionTabBarBase.cs
M +33 -33 gui/QStyleOptionTabV2.cs
M +32 -32 gui/QStyleOptionTabWidgetFrame.cs
M +32 -32 gui/QStyleOptionTitleBar.cs
M +42 -42 gui/QStyleOptionToolBar.cs
M +32 -32 gui/QStyleOptionToolBox.cs
M +40 -40 gui/QStyleOptionToolButton.cs
M +38 -38 gui/QStyleOptionViewItem.cs
M +41 -41 gui/QStyleOptionViewItemV2.cs
M +53 -53 gui/QStylePainter.cs
M +77 -77 gui/QSyntaxHighlighter.cs
M +119 -119 gui/QSystemTrayIcon.cs
M +215 -215 gui/QTabBar.cs
M +211 -211 gui/QTabWidget.cs
M +299 -299 gui/QTableView.cs
M +282 -282 gui/QTableWidget.cs
M +181 -181 gui/QTableWidgetItem.cs
M +46 -46 gui/QTableWidgetSelectionRange.cs
M +87 -87 gui/QTabletEvent.cs
M +160 -160 gui/QTextBlock.cs
M +86 -86 gui/QTextBlockFormat.cs
M +44 -44 gui/QTextBlockGroup.cs
M +20 -20 gui/QTextBlockUserData.cs
M +156 -156 gui/QTextBrowser.cs
M +182 -182 gui/QTextCharFormat.cs
M +296 -296 gui/QTextCursor.cs
M +311 -311 gui/QTextDocument.cs
M +57 -57 gui/QTextDocumentFragment.cs
M +481 -481 gui/QTextEdit.cs
M +277 -277 gui/QTextFormat.cs
M +70 -70 gui/QTextFragment.cs
M +109 -109 gui/QTextFrame.cs
M +127 -127 gui/QTextFrameFormat.cs
M +20 -20 gui/QTextFrameLayoutData.cs
M +43 -43 gui/QTextImageFormat.cs
M +60 -60 gui/QTextInlineObject.cs
M +45 -45 gui/QTextItem.cs
M +159 -159 gui/QTextLayout.cs
M +56 -56 gui/QTextLength.cs
M +113 -113 gui/QTextLine.cs
M +63 -63 gui/QTextList.cs
M +46 -46 gui/QTextListFormat.cs
M +44 -44 gui/QTextObject.cs
M +18 -18 gui/QTextObjectInterface.cs
M +129 -129 gui/QTextOption.cs
M +84 -84 gui/QTextTable.cs
M +74 -74 gui/QTextTableCell.cs
M +52 -52 gui/QTextTableCellFormat.cs
M +65 -65 gui/QTextTableFormat.cs
M +50 -50 gui/QTimeEdit.cs
M +176 -176 gui/QToolBar.cs
M +21 -21 gui/QToolBarChangeEvent.cs
M +130 -130 gui/QToolBox.cs
M +143 -143 gui/QToolButton.cs
M +41 -41 gui/QToolTip.cs
M +275 -275 gui/QTransform.cs
M +371 -371 gui/QTreeView.cs
M +263 -263 gui/QTreeWidget.cs
M +286 -286 gui/QTreeWidgetItem.cs
M +68 -68 gui/QTreeWidgetItemIterator.cs
M +60 -60 gui/QUndoCommand.cs
M +105 -105 gui/QUndoGroup.cs
M +139 -139 gui/QUndoStack.cs
M +77 -77 gui/QUndoView.cs
M +37 -37 gui/QVBoxLayout.cs
M +47 -47 gui/QValidator.cs
M +35 -35 gui/QWhatsThis.cs
M +21 -21 gui/QWhatsThisClickedEvent.cs
M +57 -57 gui/QWheelEvent.cs
M +994 -994 gui/QWidget.cs
M +65 -65 gui/QWidgetAction.cs
M +58 -58 gui/QWidgetItem.cs
M +28 -28 gui/QWindowStateChangeEvent.cs
M +146 -146 gui/QWindowsStyle.cs
M +236 -236 gui/QWizard.cs
M +113 -113 gui/QWizardPage.cs
M +143 -143 gui/QWorkspace.cs
M +246 -246 network/QAbstractSocket.cs
M +62 -62 network/QAuthenticator.cs
M +201 -201 network/QFtp.cs
M +112 -112 network/QHostAddress.cs
M +80 -80 network/QHostInfo.cs
M +233 -233 network/QHttp.cs
M +95 -95 network/QHttpHeader.cs
M +69 -69 network/QHttpRequestHeader.cs
M +76 -76 network/QHttpResponseHeader.cs
M +91 -91 network/QLocalServer.cs
M +159 -159 network/QLocalSocket.cs
M +93 -93 network/QNetworkAccessManager.cs
M +42 -42 network/QNetworkAddressEntry.cs
M +102 -102 network/QNetworkCookie.cs
M +52 -52 network/QNetworkCookieJar.cs
M +64 -64 network/QNetworkInterface.cs
M +111 -111 network/QNetworkProxy.cs
M +154 -154 network/QNetworkReply.cs
M +109 -109 network/QNetworkRequest.cs
M +82 -82 network/QSsl.cs
M +136 -136 network/QSslCertificate.cs
M +72 -72 network/QSslCipher.cs
M +102 -102 network/QSslConfiguration.cs
M +85 -85 network/QSslError.cs
M +100 -100 network/QSslKey.cs
M +309 -309 network/QSslSocket.cs
M +112 -112 network/QTcpServer.cs
M +39 -39 network/QTcpSocket.cs
M +93 -93 network/QUdpSocket.cs
M +158 -158 network/QUrlInfo.cs
M +27 -27 opengl/QGL.cs
M +71 -71 opengl/QGLColormap.cs
M +156 -156 opengl/QGLContext.cs
M +211 -211 opengl/QGLFormat.cs
M +111 -111 opengl/QGLFramebufferObject.cs
M +117 -117 opengl/QGLPixelBuffer.cs
M +279 -279 opengl/QGLWidget.cs
M +53 -53 qdbus/QDBus.cs
M +33 -33 qdbus/QDBusAbstractAdaptor.cs
M +130 -130 qdbus/QDBusAbstractInterface.cs
M +149 -149 qdbus/QDBusArgument.cs
M +142 -142 qdbus/QDBusConnection.cs
M +44 -44 qdbus/QDBusConnectionInterface.cs
M +47 -47 qdbus/QDBusContext.cs
M +73 -73 qdbus/QDBusError.cs
M +35 -35 qdbus/QDBusInterface.cs
M +111 -111 qdbus/QDBusMessage.cs
M +33 -33 qdbus/QDBusMetaType.cs
M +50 -50 qdbus/QDBusServer.cs
M +69 -69 sql/QSql.cs
M +179 -179 sql/QSqlDatabase.cs
M +154 -154 sql/QSqlDriver.cs
M +13 -13 sql/QSqlDriverCreatorBase.cs
M +14 -14 sql/QSqlDriverFactoryInterface.cs
M +77 -77 sql/QSqlError.cs
M +132 -132 sql/QSqlField.cs
M +54 -54 sql/QSqlIndex.cs
M +171 -171 sql/QSqlQuery.cs
M +144 -144 sql/QSqlQueryModel.cs
M +116 -116 sql/QSqlRecord.cs
M +36 -36 sql/QSqlRelation.cs
M +109 -109 sql/QSqlRelationalTableModel.cs
M +176 -176 sql/QSqlResult.cs
M +225 -225 sql/QSqlTableModel.cs
M +659 -659 svg/QGraphicsSvgItem.cs
M +50 -50 svg/QSvgGenerator.cs
M +117 -117 svg/QSvgRenderer.cs
M +64 -64 svg/QSvgWidget.cs
M +40 -40 xml/QDomAttr.cs
M +25 -25 xml/QDomCDATASection.cs
M +49 -49 xml/QDomCharacterData.cs
M +25 -25 xml/QDomComment.cs
M +378 -378 xml/QDomDocument.cs
M +25 -25 xml/QDomDocumentFragment.cs
M +43 -43 xml/QDomDocumentType.cs
M +121 -121 xml/QDomElement.cs
M +34 -34 xml/QDomEntity.cs
M +25 -25 xml/QDomEntityReference.cs
M +64 -64 xml/QDomImplementation.cs
M +77 -77 xml/QDomNamedNodeMap.cs
M +270 -270 xml/QDomNode.cs
M +59 -59 xml/QDomNodeList.cs
M +31 -31 xml/QDomNotation.cs
M +34 -34 xml/QDomProcessingInstruction.cs
M +28 -28 xml/QDomText.cs
M +67 -67 xml/QXmlAttributes.cs
M +52 -52 xml/QXmlContentHandler.cs
M +25 -25 xml/QXmlDTDHandler.cs
M +28 -28 xml/QXmlDeclHandler.cs
M +128 -128 xml/QXmlDefaultHandler.cs
M +20 -20 xml/QXmlEntityResolver.cs
M +28 -28 xml/QXmlErrorHandler.cs
M +66 -66 xml/QXmlInputSource.cs
M +30 -30 xml/QXmlLexicalHandler.cs
M +18 -18 xml/QXmlLocator.cs
M +52 -52 xml/QXmlNamespaceSupport.cs
M +55 -55 xml/QXmlParseException.cs
M +51 -51 xml/QXmlReader.cs
M +110 -110 xml/QXmlSimpleReader.cs
More information about the Kde-bindings
mailing list