[Kde-bindings] KDE/kdebindings/csharp/qyoto
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Tue May 15 09:43:46 UTC 2007
SVN commit 664947 by rdale:
* Regenerated the Qyoto sources from the current qt-copy snapshot as
there have been quite a few changes
* Added a QSsl class with enums, but this should really be a C# namespace
as the C++ version is a namespace.
CCMAIL: kde-bindings at kde.org
M +7 -0 ChangeLog
M +1 -2 core/QAbstractListModel.cs
M +1 -0 core/QByteArray.cs
M +1 -0 core/QEvent.cs
M +4 -2 core/QProcess.cs
M +3 -0 core/QTextDecoder.cs
M +1 -0 core/QUrl.cs
M +1 -0 core/QVariant.cs
M +3 -1 core/Qt.cs
M +5 -0 gui/QAbstractProxyModel.cs
M +5 -21 gui/QAbstractSpinBox.cs
M +4 -0 gui/QBrush.cs
M +10 -0 gui/QCalendarWidget.cs
M +7 -0 gui/QColumnView.cs
M +1 -1 gui/QDockWidget.cs
M +0 -10 gui/QFileDialog.cs
M +3 -0 gui/QFontMetrics.cs
M +3 -0 gui/QFontMetricsF.cs
M +1 -0 gui/QIcon.cs
M +1 -0 gui/QImage.cs
M +1 -0 gui/QKeySequence.cs
M +4 -0 gui/QMdiArea.cs
M +8 -0 gui/QMdiSubWindow.cs
M +1 -0 gui/QPen.cs
M +1 -0 gui/QPicture.cs
M +1 -0 gui/QPixmap.cs
M +6 -0 gui/QStandardItem.cs
M +4 -0 gui/QStyle.cs
M +1 -0 gui/QStyleOptionButton.cs
M +5 -0 gui/QTextBrowser.cs
M +2 -0 gui/QTextFormat.cs
M +25 -0 gui/QTextFrameFormat.cs
M +9 -0 gui/QToolBar.cs
M +20 -9 gui/QTransform.cs
M +17 -0 gui/QWidget.cs
M +0 -2 network/QAbstractSocket.cs
A network/QSsl.cs
M +24 -3 network/QSslCertificate.cs
M +46 -19 network/QSslKey.cs
M +99 -38 network/QSslSocket.cs
M +0 -2 sql/QSqlQueryModel.cs
M +2 -2 xml/QXmlStreamAttribute.cs
M +2 -2 xml/QXmlStreamEntityDeclaration.cs
M +2 -2 xml/QXmlStreamNamespaceDeclaration.cs
M +2 -2 xml/QXmlStreamNotationDeclaration.cs
M +7 -5 xml/QXmlStreamReader.cs
More information about the Kde-bindings
mailing list