0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Oct 20, 2024 — Oct 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update include directories More... almost 15 years ago
Make sure that kdebindings builds again based on the new structure under smoke More... almost 15 years ago
Split up Smoke into Qt and KDE directories. Move libsmoke stuff into the generator directory Split up Ruby into qtruby and korundum directories More... almost 15 years ago
Make executable the Type=Application .desktop files we install, so that they can be used even from a KDE running in another prefix (http://markmail.org/message/4p3krovtnzwx35zd) More... almost 15 years ago
* Replace STR2CSTR macros with StringValuePtr so that the krubypluginfactory.cpp builds with Ruby 1.9
rdale
as Richard Dale
More... about 15 years ago
Use proper cmake syntax (EQUAL, LESS...) when checking whether to build krossruby More... about 15 years ago
apply r1161147 properly More... about 15 years ago
* Add a QtDeclarative ruby extension
rdale
as Richard Dale
More... about 15 years ago
* Oops the major ruby version check for build krossruby should be for 1, not 9
rdale
as Richard Dale
More... about 15 years ago
* Only build krossruby if the ruby version is 1.8
rdale
as Richard Dale
More... about 15 years ago
special case (unsigned) long long, add some informational output if something goes wrong More... about 15 years ago
Apply a patch from Paolo Capriotti: Add a long long handler. More... about 15 years ago
Apply a patch from Paolo Capriotti: A special case similar to the others in that function: a QGraphicsItem owns its QGraphicsEffect's, so they must be marked in the mark phase. More... about 15 years ago
Apply a patch from Paolo Capriotti: The idea (as explained here: http://article.gmane.org/gmane.comp.kde.devel.bindings/5715) is that there is no guarantee that the VALUE associated to an object still contains meaningful information when the object destructor is called. So we cannot use value_obj_info from within Binding::deleted. This patch saves a pointer to the smokeruby_object instance alongside the ruby VALUE in the pointer map. More... about 15 years ago
Revert "Choose the const/non-const version of a method based on whether the object" More... about 15 years ago
Choose the const/non-const version of a method based on whether the object is frozen or not. 'Frozen' objects in Ruby roughly translate to const objects in C++, so this should work out fine. Quick testing with the QDBusArgument API (which now doesn't need special casing anymore) worked well. More... about 15 years ago
* only compare the IDs, not the full type strings. this should be faster. * also check for QDBusVariant and return a proper object in that case. More... about 15 years ago
don't use a global array - rb_gc_register_address does the job much better. More... about 15 years ago
Make it possible to store ruby object in QVariants More... over 15 years ago
don't use inject - scopes mess up the functionality More... over 15 years ago
use StringValuePtr instead of RString(str)->ptr - fixes compilation against ruby 1.9 More... over 15 years ago
* When loading a Ruby plugin and it has the wrong number of args, don't output an error message about it, just try with 2 args instead of 3 and see if that works.
rdale
as Richard Dale
More... over 15 years ago
add kio functionality More... over 15 years ago
add a kate ruby plugin More... over 15 years ago
set a proper KComponentData object More... over 15 years ago
explicitly convert to a Proc - should fix problems with storing blocks. More... over 15 years ago
Also mark qobject children if the parent QObject wasn't created by the bindings. This is needed for Plasmoids for example, where the actual Plasma::Applet is not created by us. More... over 15 years ago
and check for qgraphicitems More... over 15 years ago
check for qgraphicslayoutitems More... over 15 years ago
when mapping a pointer, do the casts across module boundaries More... over 15 years ago