[Kde-bindings] KDE/kdebindings/ruby/korundum
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Sun Nov 11 13:08:27 UTC 2007
SVN commit 735348 by rdale:
* Ported the tutorial examples p1-p9 to KDE4 and DBus
* The KAboutData constructor and addAuthor methods can be passed strings
which are then converted to Qt::ByteArrays for convenience
CCMAIL: kde-bindings at kde.org
M +6 -0 ChangeLog
M src/lib/KDE/korundum4.rb
M tutorials/p1/p1.rb
M tutorials/p2/p2.rb
M tutorials/p3/p3.rb
M tutorials/p4/p4.rb
M tutorials/p5/p5.rb
M +1 -1 tutorials/p6/addurl.sh
M tutorials/p6/p6.rb
M tutorials/p7/p7.rb
M tutorials/p8/p8.rb
M tutorials/p9/p9.rb
--- trunk/KDE/kdebindings/ruby/korundum/ChangeLog #735347:735348
@@ -1,3 +1,9 @@
+2007-11-11 Richard Dale <rdale at foton.es>
+
+ * Ported the tutorial examples p1-p9 to KDE4 and DBus
+ * The KAboutData constructor and addAuthor methods can be passed strings
+ which are then converted to Qt::ByteArrays for convenience
+
2007-10-31 Richard Dale <rdale at foton.es>
* Don't build the qtrubyinternal library anymore as it gave trouble on
--- trunk/KDE/kdebindings/ruby/korundum/tutorials/p6/addurl.sh #735347:735348
@@ -1,3 +1,3 @@
#!/usr/bin/bash
-dcop p6 BookMarkList add "http://www.kde.org"
+qdbus org.kde.BookMarkList "/" add "http://www.kde.org"
More information about the Kde-bindings
mailing list