[Kde-bindings] KDE/kdebindings/ruby/korundum
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Tue Apr 29 18:26:27 UTC 2008
SVN commit 802525 by rdale:
* Added an rbkconfig_compiler4 tool for compiling .kcfg and .kcfgc
files to Ruby.
* The various KDE::ConfigSkeletonItem classes needed special casing
because of the C++ specific way they manage a reference to an
instance outside themselves. In Ruby the value of a
KDE::ConfigSkeletonItem can only be accessed via property() and
setProperty() methods.
CCMAIL: kde-bindings at kde.org
M +10 -0 ChangeLog
M +333 -0 src/Korundum.cpp
M +8 -1 src/kdehandlers.cpp
A tools/rbkconfig_compiler (directory)
A tools/rbkconfig_compiler/CMakeLists.txt
A tools/rbkconfig_compiler/README.dox
A tools/rbkconfig_compiler/TODO
A tools/rbkconfig_compiler/kcfg.xsd
A tools/rbkconfig_compiler/rbkconfig_compiler.cpp [License: GENERATED FILE]
A tools/rbkconfig_compiler/tests (directory)
A tools/rbkconfig_compiler/tests/Rakefile
A tools/rbkconfig_compiler/tests/settings.kcfg
A tools/rbkconfig_compiler/tests/settings.kcfgc
A tools/rbkconfig_compiler/tests/settings.rb.ref
A tools/rbkconfig_compiler/tests/test1.kcfg
A tools/rbkconfig_compiler/tests/test1.kcfgc
A tools/rbkconfig_compiler/tests/test1.rb.ref
A tools/rbkconfig_compiler/tests/test10.kcfg
A tools/rbkconfig_compiler/tests/test10.kcfgc
A tools/rbkconfig_compiler/tests/test10.rb.ref
A tools/rbkconfig_compiler/tests/test2.kcfg
A tools/rbkconfig_compiler/tests/test2.kcfgc
A tools/rbkconfig_compiler/tests/test2.rb.ref
A tools/rbkconfig_compiler/tests/test3.kcfg
A tools/rbkconfig_compiler/tests/test3.kcfgc
A tools/rbkconfig_compiler/tests/test3.rb.ref
A tools/rbkconfig_compiler/tests/test4.kcfg
A tools/rbkconfig_compiler/tests/test4.kcfgc
A tools/rbkconfig_compiler/tests/test4.rb.ref
A tools/rbkconfig_compiler/tests/test5.kcfg
A tools/rbkconfig_compiler/tests/test5.kcfgc
A tools/rbkconfig_compiler/tests/test5.rb.ref
A tools/rbkconfig_compiler/tests/test6.kcfg
A tools/rbkconfig_compiler/tests/test6.kcfgc
A tools/rbkconfig_compiler/tests/test6.rb.ref
A tools/rbkconfig_compiler/tests/test7.kcfg
A tools/rbkconfig_compiler/tests/test7.kcfgc
A tools/rbkconfig_compiler/tests/test7.rb.ref
A tools/rbkconfig_compiler/tests/test8a.kcfg
A tools/rbkconfig_compiler/tests/test8a.kcfgc
A tools/rbkconfig_compiler/tests/test8a.rb.ref
A tools/rbkconfig_compiler/tests/test8b.kcfg
A tools/rbkconfig_compiler/tests/test8b.kcfgc
A tools/rbkconfig_compiler/tests/test8b.rb.ref
A tools/rbkconfig_compiler/tests/test9.kcfg
A tools/rbkconfig_compiler/tests/test9.kcfgc
A tools/rbkconfig_compiler/tests/test9.rb.ref
A tools/rbkconfig_compiler/tests/test_rbkconfig_compiler.rb
A tools/rbkconfig_compiler/tests/test_signal.kcfg
A tools/rbkconfig_compiler/tests/test_signal.kcfgc
A tools/rbkconfig_compiler/tests/test_signal.rb.ref
More information about the Kde-bindings
mailing list