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 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 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 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"
_______________________________________________
Kde-bindings mailing list
Kde-bindings kde.org
ht
tps://mail.kde.org/mailman/listinfo/kde-bindings
|